Closed
Bug 359457
Opened 18 years ago
Closed 18 years ago
Camino trunk build errors - Xcode 2.4.1 - Intel
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: joelcraig23, Unassigned)
Details
Attachments
(1 file)
11.68 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a1) Gecko/20061102 Minefield/3.0a1
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a1) Gecko/20061102 Minefield/3.0a1
Attempting to build Camino on Intel (Intel-only trunk build) since Xcode update results in errors.
Reproducible: Always
Steps to Reproduce:
1.Pull new tree
2.build
3.
Actual Results:
Build fails with the following errors:
Checking Dependencies...
make[5]: *** [libs] Bus error
make[4]: *** [libs] Error 2
make[3]: *** [libs_tier_app] Error 2
make[2]: *** [tier_app] Error 2
make[1]: *** [alldep] Error 2
make: *** [alldep] Error 2
Expected Results:
Build should succeed. Have been building successfully for a few months before update.
I'll attach additional Terminal output to bug. .mozconfig can be downloaded from my site:
http://homepage.mac.com/joelcraig23/FileSharing2.html
Reporter | ||
Comment 1•18 years ago
|
||
Terminal output leading up to errors
Reporter | ||
Comment 2•18 years ago
|
||
Rebuilt SharedMenusCocoa framework with new Xcode, and used a vanilla .mozconfig; build fails in the same place as in the attachment.
Reporter | ||
Comment 3•18 years ago
|
||
Still crashing, although persistence usually pays off with a successful build on second or third attempt. Another common error occurs as follows:
(NOTE: project Camino was written by an older version of Xcode (39) -- temporarily upgrading it to version 42 (without modifying project file))
=== BUILDING NATIVE TARGET AppearancePrefPane WITH CONFIGURATION Deployment ===
Checking Dependencies...
make[4]: *** [libs] Illegal instruction
make[3]: *** [libs_tier_app] Error 2
make[2]: *** [tier_app] Error 2
make[1]: *** [alldep] Error 2
make: *** [alldep] Error 2
Reporter | ||
Comment 4•18 years ago
|
||
Here's another, a bit longer, I should attach but I'll just paste it here for now.
CompileC build/Camino.build/Deployment/PrivacyPrefPane.build/Objects-normal/i386/PrivacyPane.o /Users/joelcraig23/Dev2/mozilla/obj-i386-apple-darwin8.8.1/camino/PreferencePanes/Privacy/PrivacyPane.mm normal i386 objective-c++ com.apple.compilers.gcc.4_0
cd /Users/joelcraig23/Dev2/mozilla/obj-i386-apple-darwin8.8.1/camino
/usr/bin/gcc-4.0 -x objective-c++ -arch i386 -pipe -Wno-trigraphs -fno-exceptions -fno-rtti -fpascal-strings -fasm-blocks -O2 -Wuninitialized -DOSTYPE=Darwin1.4 -DOSARCH=Darwin -DMOZILLA_INTERNAL_API=1 -fmessage-length=0 -fvisibility-inlines-hidden -mmacosx-version-min=10.4 -I/Users/joelcraig23/Dev2/mozilla/obj-i386-apple-darwin8.8.1/camino/build/Camino.build/Deployment/PrivacyPrefPane.build/Privacy.hmap -O2 -fast -march=i686 -mfpmath=sse,387 -fforce-addr -mieee-fp -msse3 -msse2 -msse -mmmx -ftree-vectorize -ftree-loop-linear -F/Users/joelcraig23/Dev2/mozilla/obj-i386-apple-darwin8.8.1/camino/build/Deployment -I/Users/joelcraig23/Dev2/mozilla/obj-i386-apple-darwin8.8.1/camino/build/Deployment/include -I../dist/include/necko -I../dist/include/pref -I../dist/include/nspr -I../dist/include/cookie -I../dist/include/nkcache -I../dist/include/string -I../dist/include/xpcom -I../dist/include -I/Users/joelcraig23/Dev2/mozilla/obj-i386-apple-darwin8.8.1/camino/build/Camino.build/Deployment/PrivacyPrefPane.build/DerivedSources -fshort-wchar -isysroot /Developer/SDKs/MacOSX10.4u.sdk -include /Users/joelcraig23/Dev2/mozilla/obj-i386-apple-darwin8.8.1/camino/src/includes/ChimeraPrefix.h -c /Users/joelcraig23/Dev2/mozilla/obj-i386-apple-darwin8.8.1/camino/PreferencePanes/Privacy/PrivacyPane.mm -o /Users/joelcraig23/Dev2/mozilla/obj-i386-apple-darwin8.8.1/camino/build/Camino.build/Deployment/PrivacyPrefPane.build/Objects-normal/i386/PrivacyPane.o
cc1objplus: warning: command line option "-fast" is valid for C/C++ but not for ObjC++
make[4]: *** [libs] Bus error
make[3]: *** [libs_tier_app] Error 2
make[2]: *** [tier_app] Error 2
make[1]: *** [alldep] Error 2
make: *** [alldep] Error 2
Reporter | ||
Comment 5•18 years ago
|
||
Some of us continue to experience build errors, even after distcleans and clean checkouts. That discussion can be found in the Camino forum:
http://forums.mozillazine.org/viewtopic.php?t=484904&postdays=0&postorder=asc&postsperpage=15&start=0
Reporter | ||
Comment 6•18 years ago
|
||
Philippe,
Can we close this?
![]() |
||
Comment 7•18 years ago
|
||
(In reply to comment #6)
> Philippe,
>
> Can we close this?
Sure,
WFM
I think philippe can actually literally close it ;) but I'll do so now.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
![]() |
||
Comment 9•18 years ago
|
||
Ahem, I actually meant to click that button.
Marking as verified while I'm here.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•