Open
Bug 995864
Opened 11 years ago
Updated 3 years ago
configure runs forever on Mac OSX with Xcode 4.x
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: vicamo, Unassigned)
Details
83885 vicamo 31 0 2418M 15424 0 S 0.0 0.1 0:00.00 | | | `- python ./mach build
83913 vicamo 31 0 2385M 856 0 S 0.0 0.0 0:00.00 | | | `- /Applications/Xcode/4.6.3/Xcode.app/Contents/Developer/usr/bin/make -f client.mk -s
83994 vicamo 31 0 2402M 988 0 S 0.0 0.0 0:00.00 | | | `- /Applications/Xcode/4.6.3/Xcode.app/Contents/Developer/usr/bin/make -f /Volumes/work/mozilla/firefox/nightly/1/client.mk realbuild
84064 vicamo 31 0 2402M 980 0 S 0.0 0.0 0:00.00 | | | `- /Applications/Xcode/4.6.3/Xcode.app/Contents/Developer/usr/bin/make -f /Volumes/work/mozilla/firefox/nightly/1/client.mk configure
84108 vicamo 31 0 2376M 836 0 S 0.0 0.0 0:00.00 | | | `- /bin/sh -c cd obj-x86_64-apple-darwin13.1.0 && MAKE='/Applications/Xcode/4.6.3/Xcode.app/Contents/Developer/usr/bin/make' /Volumes/work/mo
84109 vicamo 31 0 2395M 1248 0 S 0.0 0.0 0:00.00 | | | `- /bin/sh /Volumes/work/mozilla/firefox/nightly/1/configure
84237 vicamo 31 0 2389M 5308 0 S 0.0 0.0 0:00.00 | | | `- /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python /Volumes/work/mozilla/firefox/ni
84242 vicamo 31 0 2399M 5516 0 S 0.0 0.0 0:00.00 | | | `- /Volumes/work/mozilla/firefox/nightly/1/obj-x86_64-apple-darwin13.1.0/_virtualenv/bin/python /Volumes/work/mozilla/firefox/night
84243 vicamo 31 0 2409M 10800 0 S 0.0 0.1 0:00.00 | | | `- /Volumes/work/mozilla/firefox/nightly/1/obj-x86_64-apple-darwin13.1.0/_virtualenv/bin/python /Volumes/work/mozilla/firefox/n
84244 vicamo 31 0 2401M 1488 0 S 0.0 0.0 0:00.00 | | | `- /Applications/Xcode/4.6.3/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -fno-strict-ali
84247 vicamo 31 0 2366M 352 0 C 78.0 0.0 0:01.84 | | | `- /Applications/Xcode/4.6.3/Xcode.app/Contents/Developer/usr/bin/xcrun lipo -create -output build/temp.macosx-10.9-int
The configure script keeps running following to commands in turn and does seem to stop:
1) /Applications/Xcode/4.6.3/Xcode.app/Contents/Developer/usr/bin/xcrun lipo -create -output build/temp.macosx-10.9-int
2) /usr/bin/lipo -create -output build/temp.macosx-10.9-intel-2.7/psutil/_psutil_osx.o /var/folders/l9/s9mtlyds1039p3xs
This happens on building Firefox & Firefox OS with Xcode 4.4.1/4.5.2/4.6.3. However Xcode 5.1.1 is immune.
When it happens, press Ctrl-C and execute `./mach build` again, then build process continues to the end.
Reporter | ||
Updated•11 years ago
|
Summary: configure runs forever → configure runs forever on Mac OSX with Xcode 4.x
Reporter | ||
Comment 1•11 years ago
|
||
Xcode-5.0.2 is also immune from this problem. Only Xocde-4.x are affected.
Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Vicamo Yang [:vicamo][:vyang] from comment #0)
> The configure script keeps running following to commands in turn and does
> seem to stop:
Sorry,
"The configure script keeps running following two commands in turn and does not seem to stop:"
Reporter | ||
Comment 3•11 years ago
|
||
Last configure message is:
configure:1404: checking for python2.7
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•