Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58882 - glibc linking inconsistancy from build stage to installation
Summary: glibc linking inconsistancy from build stage to installation
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-30 04:20 UTC by augury@vampares.org
Modified: 2004-08-17 20:49 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 augury@vampares.org 2004-07-30 04:20:53 UTC
when libc of glibc-2.3.4 is built staticly as well as dynamicly or in pic the standard modules is built as libc.so with a link to it libc.so.6.
the standard and rational practice is to point to the module version with the modules default base name, rather than arbitrarily convene on one.
the libc.so is designated specifically when being compiled against.
the versionless libc.so is used as a config file by gcc for static or shared instances.
the layover assumes traversal of the link and requires the manual implimentation as the real libc is clobbered if does make the career move and a funny link is left in its place.

Reproducible: Couldn't Reproduce
Steps to Reproduce:
1.
2.
3.

Actual Results:  
 

Expected Results:
Comment 1 Travis Tilley (RETIRED) gentoo-dev 2004-08-17 20:49:05 UTC
ayanami xorg-x11 # file /lib64/libc.so.6
/lib64/libc.so.6: symbolic link to `libc-2.3.4.so'

i cant tell what you're trying to say.