Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8178 - glibc-2.2.5-r5.ebuild (Updated) - Applicable to latest revision of ebuild also
Summary: glibc-2.2.5-r5.ebuild (Updated) - Applicable to latest revision of ebuild also
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-21 06:59 UTC by Christopher Horler
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

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


Attachments
glibc-2.2.5-r5.ebuild (Updated - applicable to -r7 also) (glibc-2.2.5-r5.ebuild,6.38 KB, text/plain)
2002-09-21 07:00 UTC, Christopher Horler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Horler 2002-09-21 06:59:33 UTC
Currently when the USE variable pic is defined, GLibC isn't doing enough to use
the pic library to manufacture the reduced library.  The files soinit.o and
sofini.o contain extra routines required (which are no longer included in the C
library).  A web search revealed these files to be found under 'buildhere' in
the build directory, they are system dependant and so named as .os files rather
than .o files, which they are installed as.

The attached ebuild (which I forgot to send a few months back) fixes this problem.
The relevant section is under the 'use pic' test.  I've added two extra find
statements to resolve the above issue.
Comment 1 Christopher Horler 2002-09-21 07:00:44 UTC
Created attachment 4049 [details]
glibc-2.2.5-r5.ebuild (Updated - applicable to -r7 also)
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2002-09-22 03:00:19 UTC
Fixed in -r6.