First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 55247
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: AMD64 Project <amd64@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Arcila Thomas <tarcila@free.fr>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 55247 depends on: Show dependency tree
Show dependency graph
Bug 55247 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-06-26 09:11 0000
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 From Danny van Dyk (RETIRED) 2004-06-28 15:34:06 0000 -------
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 ! 

First Last Prev Next    No search results available      Search page      Enter new bug