Closed Bug 849309 Opened 12 years ago Closed 12 years ago

Can't build tip of b2g18 on Mac: "ImportError: No module named buildconfig"

Categories

(Firefox OS Graveyard :: GonkIntegration, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: rik, Unassigned)

Details

I'm getting the exact same error as bug 834867. Traceback (most recent call last): File "/Volumes/untitled/mozilla-central/js/src/config/pythonpath.py", line 56, in <module> main(sys.argv[1:]) File "/Volumes/untitled/mozilla-central/js/src/config/pythonpath.py", line 48, in main execfile(script, frozenglobals) File "/Volumes/untitled/mozilla-central/js/src/config/expandlibs_exec.py", line 26, in <module> from expandlibs import ExpandArgs, relativize, isObject, ensureParentDir, ExpandLibsDeps File "/Volumes/untitled/mozilla-central/js/src/config/expandlibs.py", line 31, in <module> import expandlibs_config as conf File "/Volumes/untitled/mozilla-central/js/src/config/expandlibs_config.py", line 5, in <module> def normalize_suffix(suffix): ImportError: No module named buildconfig
I assume this bug is no longer valid... Also, deleting pyc files seem to be the solution to that kind of problems: find . -name "*.pyc" -delete
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.