Bug 251660

Summary: ppc64 libstdc++ link issues
Product: [Fedora] Fedora Reporter: Denis Leroy <denis>
Component: glibcAssignee: Roland McGrath <roland>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: rawhideCC: hdegoede, mtasaka
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-08-11 18:40:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Denis Leroy 2007-08-10 09:59:22 UTC
I'm having build problems on ppc64 with some C++ packages. The error is always:

/usr/lib/gcc/ppc64-redhat-linux/4.1.2/libstdc++.so: undefined reference to
`strtold_l'

Comment 2 Roland McGrath 2007-08-10 22:53:12 UTC
This should be fixed by glibc-2.6.90-8

Comment 3 Hans de Goede 2007-08-11 07:16:08 UTC
Notice this happens on plain ppc too, see:
http://koji.fedoraproject.org/koji/taskinfo?taskID=97049

(and yes that failure is caused by this bug)


Comment 4 Mamoru TASAKA 2007-08-11 09:58:03 UTC
Rebuild against -8 seems okay.

http://koji.fedoraproject.org/koji/taskinfo?taskID=97464

Comment 5 Hans de Goede 2007-08-11 10:43:12 UTC
Yes, and it works on ppc now too:
http://koji.fedoraproject.org/koji/taskinfo?taskID=97540


Comment 6 Denis Leroy 2007-08-11 18:40:47 UTC
Roland, thanks for the fix. Fixed my brasero build problem (except now I hit the
open() macro problem, but that one has a known fix).