Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 55247 - more ld scripts problems in emul-linux-x86-baselibs-1.1-r2
Summary: more ld scripts problems in emul-linux-x86-baselibs-1.1-r2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-26 09:11 UTC by Arcila Thomas
Modified: 2004-06-28 15:34 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 Arcila Thomas 2004-06-26 09:11:49 UTC
some .so (ld scripts) don't point to /lib32 but to /lib

from /emul/linux/x86/usr/liblibpthread.so
/* GNU ld script
   Use the shared library, but some functions are only in
   the static library, so try that secondarily.  */
OUTPUT_FORMAT(elf32-i386)
GROUP ( /lib/libpthread.so.0 /usr/lib/libpthread_nonshared.a )

it goes the same way for:
libblkid.so
libcom_err.so
libe2p.so
libext2fs.so
libhistory.so
libncurses.so
libpam.so
libpam_misc.so
libpamc.so
libpthread.so
libpwdb.so
libreadline.so
libss.so
libuuid.so


Reproducible: Always
Steps to Reproduce:
1. a valid multilib environment + emul-linux-x86-baselibs-1.1-r2
2. echo 'main() {}' > test.c
3. gcc -m32 test.c -lpthread

Actual Results:
Comment 1 Danny van Dyk (RETIRED) gentoo-dev 2004-06-28 15:34:06 UTC
Uhhohh.. i hope this have been all ;-) ... Just grep'ed: these are all i missed to sed. Version bump to -r3. Thanks for your eyes up !