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)
Core
XPCOM
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
| Reporter | ||
Comment 1•10 years ago
|
||
It looks like running an hg purge on xpcom and python fixes this. hg purge xpcom might be enough on its own.
Comment 2•10 years ago
|
||
khuey or Peter, is this expected?
No, that's not expected. Stale .pyc files, perhaps?
Flags: needinfo?(khuey)
Comment 4•10 years ago
|
||
Agreed, sounds like leftover pyc files being loaded.
Flags: needinfo?(peter.elmers)
Updated•10 years ago
|
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.
Description
•