2.12.1 build fails on xpidllex.py - 2.12 was fine

Discussion of third-party/unofficial Firefox/Thunderbird/SeaMonkey builds.
Post Reply
hikerbiker
Posts: 111
Joined: October 31st, 2005, 5:19 pm

2.12.1 build fails on xpidllex.py - 2.12 was fine

Post by hikerbiker »

DId a pull from the repo to build 2.12.1 and this crops up

I see there have been reports in the past of this as well https://bugzilla.mozilla.org/buglist.cg ... h=xpidllex but I've never encountered it til now


make -C xpidl export
make[7]: Entering directory `/Applications/-PROJECTS-/SeaMonkey-PPC/-REPOSITORY-/comm-release/mozilla-seamonkey-for-ppc/mozilla/xpcom/typelib/xpidl'
/Applications/-PROJECTS-/SeaMonkey-PPC/-REPOSITORY-/comm-release/mozilla-seamonkey-for-ppc/mozilla/config/nsinstall -D ../../../dist/sdk/bin/ply
/Applications/-PROJECTS-/SeaMonkey-PPC/-REPOSITORY-/comm-release/mozilla-seamonkey-for-ppc/mozilla/config/nsinstall -L /Applications/-PROJECTS-/SeaMonkey-PPC/-REPOSITORY-/comm-release/mozilla-seamonkey-for-ppc/mozilla/xpcom/typelib/xpidl -m 755 /Applications/-PROJECTS-/SeaMonkey-PPC/-REPOSITORY-/comm-release/mozilla/other-licenses/ply/ply/__init__.py /Applications/-PROJECTS-/SeaMonkey-PPC/-REPOSITORY-/comm-release/mozilla/other-licenses/ply/ply/lex.py /Applications/-PROJECTS-/SeaMonkey-PPC/-REPOSITORY-/comm-release/mozilla/other-licenses/ply/ply/yacc.py ../../../dist/sdk/bin/ply
make[8]: Entering directory `/Applications/-PROJECTS-/SeaMonkey-PPC/-REPOSITORY-/comm-release/mozilla-seamonkey-for-ppc/mozilla/xpcom/typelib/xpidl'
make[8]: *** No rule to make target `../../../xpcom/idl-parser/xpidllex.py', needed by `libs'. Stop.
make[8]: Leaving directory `/Applications/-PROJECTS-/SeaMonkey-PPC/-REPOSITORY-/comm-release/mozilla-seamonkey-for-ppc/mozilla/xpcom/typelib/xpidl'
make[7]: *** [export] Error 2
make[7]: Leaving directory `/Applications/-PROJECTS-/SeaMonkey-PPC/-REPOSITORY-/comm-release/mozilla-seamonkey-for-ppc/mozilla/xpcom/typelib/xpidl'
make[6]: *** [export] Error 2
make[6]: Leaving directory `/Applications/-PROJECTS-/SeaMonkey-PPC/-REPOSITORY-/comm-release/mozilla-seamonkey-for-ppc/mozilla/xpcom/typelib'
make[5]: *** [export] Error 2
make[5]: Leaving directory `/Applications/-PROJECTS-/SeaMonkey-PPC/-REPOSITORY-/comm-release/mozilla-seamonkey-for-ppc/mozilla/xpcom'
make[4]: *** [export_tier_platform] Error 2
make[4]: Leaving directory `/Applications/-PROJECTS-/SeaMonkey-PPC/-REPOSITORY-/comm-release/mozilla-seamonkey-for-ppc/mozilla'
make[3]: *** [tier_platform] Error 2
make[3]: Leaving directory `/Applications/-PROJECTS-/SeaMonkey-PPC/-REPOSITORY-/comm-release/mozilla-seamonkey-for-ppc/mozilla'
make[2]: *** [default] Error 2
make[2]: Leaving directory `/Applications/-PROJECTS-/SeaMonkey-PPC/-REPOSITORY-/comm-release/mozilla-seamonkey-for-ppc/mozilla'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/Applications/-PROJECTS-/SeaMonkey-PPC/-REPOSITORY-/comm-release/mozilla-seamonkey-for-ppc'
make: *** [build] Error 2
vazhavandan
Posts: 739
Joined: December 10th, 2007, 8:27 am

Re: 2.12.1 build fails on xpidllex.py - 2.12 was fine

Post by vazhavandan »

The guyz operating this project might help you understand this issue
Post Reply