Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15579 - uclibc-0.9.19 is out
Summary: uclibc-0.9.19 is out
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All All
: High enhancement
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-12 11:43 UTC by SpanKY
Modified: 2003-06-19 20:57 UTC (History)
1 user (show)

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


Attachments
fixes 0.9.16 uclibc build to compile properly (uclibc-0.9.16.patch,418 bytes, patch)
2003-05-28 19:24 UTC, David Bryson (RETIRED)
Details | Diff
a ebuild for 0.9.19(only diff is package name, is the same as 0.9.16) (uclibc-0.9.19.ebuild,1006 bytes, text/plain)
2003-05-28 19:25 UTC, David Bryson (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2003-02-12 11:43:59 UTC
Finding missing symbols in libc.a ... 
    partial linking... 
Symbol _custom_printf_handler needed by libc.a but not found in libgcc.a 
Symbol _custom_printf_spec needed by libc.a but not found in libgcc.a 
Symbol _load_inttype needed by libc.a but not found in libgcc.a 
Symbol _ppfs_parsespec needed by libc.a but not found in libgcc.a 
Symbol _ppfs_prepargs needed by libc.a but not found in libgcc.a 
Symbol _ppfs_setargs needed by libc.a but not found in libgcc.a 
Symbol _store_inttype needed by libc.a but not found in libgcc.a 
make[1]: *** [tmp/libgcc-need.a] Error 1 
make[1]: Leaving directory `/var/tmp/portage/uclibc-0.9.18/work/uClibc-0.9.18/libc' 
make: *** [shared] Error 2
Comment 1 SpanKY gentoo-dev 2003-03-10 06:06:58 UTC
do it when i get back
Comment 2 David Bryson (RETIRED) gentoo-dev 2003-05-28 19:22:52 UTC
The reason this pukes is because 'allyesconfig' is specified in the makefile, and i quote from eric:  "allyesconfig is not for production use...  It is designed for use when testing.  It enables _everything_, including all feasible test options."

changing the ebuild to use 'make defconfig' instead produces a complete compile and a sane build configuration(although people may prefer to set /lib for the SHARED_LIB_LOADER_PATH)

i am attaching a patch, as well as a working 0.9.19 ebuild
Comment 3 David Bryson (RETIRED) gentoo-dev 2003-05-28 19:24:32 UTC
Created attachment 12514 [details, diff]
fixes 0.9.16 uclibc build to compile properly
Comment 4 David Bryson (RETIRED) gentoo-dev 2003-05-28 19:25:45 UTC
Created attachment 12515 [details]
a ebuild for 0.9.19(only diff is package name, is the same as 0.9.16)
Comment 5 SpanKY gentoo-dev 2003-06-19 20:42:04 UTC
time to add back in