Closed Bug 1200650 Opened 10 years ago Closed 10 years ago

Updating to/past changeset dd182d196f14 (bug 1183291) breaks the build for all preceding changesets on both linux and OS X

Categories

(Core :: XPCOM, defect)

defect
Not set
normal

Tracking

()

RESOLVED WONTFIX
Tracking Status
firefox43 --- affected

People

(Reporter: bwc, Unassigned)

References

Details

I'm not sure how you guys managed this, but after updating to/past this changeset, all changesets on m-c _before_ this changeset on both linux and OS X is broken, even with a clobber. I get the following error: File "/home/bcampen/checkouts/mozilla-central/config/pythonpath.py", line 56, in <module> make[5]: Leaving directory '/home/bcampen/checkouts/mozilla-central/objdir-ff-asan/services/sync' main(sys.argv[1:]) File "/home/bcampen/checkouts/mozilla-central/config/pythonpath.py", line 48, in main execfile(script, frozenglobals) File "/home/bcampen/checkouts/mozilla-central/xpcom/idl-parser/header.py", line 536, in <module> p = xpidl.IDLParser(outputdir=options.cachedir) AttributeError: 'module' object has no attribute 'IDLParser' http://i.imgur.com/vFMKME1.png
It looks like running an hg purge on xpcom and python fixes this. hg purge xpcom might be enough on its own.
khuey or Peter, is this expected?
Blocks: 1183291
Flags: needinfo?(peter.elmers)
Flags: needinfo?(khuey)
No, that's not expected. Stale .pyc files, perhaps?
Flags: needinfo?(khuey)
Agreed, sounds like leftover pyc files being loaded.
Flags: needinfo?(peter.elmers)
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.