Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159184 - crossdev arm-softfloat-linux-uclibc crashes during uclibc build
Summary: crossdev arm-softfloat-linux-uclibc crashes during uclibc build
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-26 20:11 UTC by David Carne
Modified: 2007-06-12 09:31 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 David Carne 2006-12-26 20:11:53 UTC
The crash is in extra/locale/gen_wctype and is due to an uninitialized array entry. A bug fix is already in uclibc upstream CVS and only needs to be added as a patch to the uClibc-0.9.28-r1 release that crossdev uses.

See: http://www.uclibc.org/cgi-bin/viewcvs.cgi/trunk/uClibc/extra/locale/gen_wctype.c?rev=15516&r1=13492&r2=15516
Comment 1 SpanKY gentoo-dev 2006-12-26 22:42:47 UTC
dont build with nls support
Comment 2 Matt Sealey, Genesi 2007-06-12 09:31:02 UTC
(In reply to comment #0)
> The crash is in extra/locale/gen_wctype and is due to an uninitialized array
> entry. A bug fix is already in uclibc upstream CVS and only needs to be added
> as a patch to the uClibc-0.9.28-r1 release that crossdev uses.
> 
> See:
> http://www.uclibc.org/cgi-bin/viewcvs.cgi/trunk/uClibc/extra/locale/gen_wctype.c?rev=15516&r1=13492&r2=15516
> 

Why isn't this patch in 0.9.28.1 or 0.9.28.3 ebuilds?

I've been having this exact problem with a PowerPC build today (and all of last week)