Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 286306 - x86_64-apple-darwin10-ld dies instead printing an warning/error
Summary: x86_64-apple-darwin10-ld dies instead printing an warning/error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-24 21:01 UTC by Steven Parkes
Modified: 2009-09-28 19:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Parkes 2009-09-24 21:01:31 UTC
x86_64-apple-darwin10-ld prints the following messages

terminate called after throwing an instance of 'char const*'
terminate called recursively

when it tries to print an error or warning. This always causes terminate, even if the error was only a warning. For example, this makes python release26-maint not build under prefix though it will build with the native os x tools.

Reproducible: Always

Steps to Reproduce:
Not the easiest thing in the world, but do an option-free configure/build of the release26-maint branch of python.
Actual Results:  
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.6-i386-2.6/Users/smparkes/ll/release26-maint/Mac/Modules/qt/_Qtmodule.o -L/usr/local/lib -o build/lib.macosx-10.6-i386-2.6/_Qt.so -framework QuickTime -framework Carbon
collect2: ld terminated with signal 6 [Abort trap]
terminate called after throwing an instance of 'char const*'
terminate called recursively

Expected Results:  
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.6-i386-2.6/Users/smparkes/ll/release26-maint/Mac/Modules/qt/_Qtmodule.o -L/usr/local/lib -o build/lib.macosx-10.6-i386-2.6/_Qt.so -framework QuickTime -framework Carbon
ld: warning: in /System/Library/Frameworks//QuickTime.framework/QuickTime, missing required architecture x86_64 in file
Comment 1 Fabian Groffen gentoo-dev 2009-09-25 17:36:42 UTC
please sync, reemerge gcc-apple and then reemerge binutils-apple.
Comment 2 Steven Parkes 2009-09-28 19:44:21 UTC
Fix verified.