Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120571 - glibc-2.3.5-r3 fails to compile, error in copysign.S
Summary: glibc-2.3.5-r3 fails to compile, error in copysign.S
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: PPC Linux
: High major (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-27 14:48 UTC by Carl Hudkins
Modified: 2006-01-28 01:45 UTC (History)
1 user (show)

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


Attachments
Error text & emerge --info output (glibc-missing-name.txt,5.74 KB, text/plain)
2006-01-27 14:57 UTC, Carl Hudkins
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Hudkins 2006-01-27 14:48:32 UTC
This failure has been present for at least 2 months now, but I thought I could
get past it on my previous system.  That system failed and I am now rebuilding
from scratch, but this error remains.  (I therefore cannot upgrade glibc beyond
2.3.4.20041102-r1, which is on the LiveCD.)

I also cannot seem to paste text into a form in Links2, so I will have to put the
error text and "emerge --info" as an attachment.  I apologize for the breach of
etiquette, but this is all I can manage at the moment.  :(

The failure is in ../sysdeps/powerpc/powerpc32/fpu/s_copysign.S:25: Error: missing name
Comment 1 Carl Hudkins 2006-01-27 14:57:22 UTC
Created attachment 78303 [details]
Error text & emerge --info output

I know that the guidelines say to put this in the bug comments, but Links2 does
not allow pasting into forms.  I hope this is better than nothing, and I will
add it to a comment later assuming I can get a working system eventually.
Comment 2 Joe Jezak (RETIRED) gentoo-dev 2006-01-28 01:45:25 UTC
GLIBC is known not to build with hardened on PPC, use a non-hardened compiler.
Also, your CFLAGS have some issues, you should never use -fsigned-char.  Try it again with these changes and reopen the bug if you're still having problems.

Good luck!