Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 353943 - app-emulation/emul-linux-x86-baselibs-20110129 contains some broken files
Summary: app-emulation/emul-linux-x86-baselibs-20110129 contains some broken files
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-07 09:25 UTC by Toei Rei
Modified: 2011-02-09 10:33 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 Toei Rei 2011-02-07 09:25:58 UTC
ldconfig complains about some files:

>>> Regenerating /etc/ld.so.cache...
/sbin/ldconfig: /usr/lib32/libkeyutils.so is not an ELF file - it has the wrong magic bytes at the start.
/sbin/ldconfig: /usr/lib32/libcrack.so is not an ELF file - it has the wrong magic bytes at the start.
/sbin/ldconfig: /usr/lib32/libuuid.so is not an ELF file - it has the wrong magic bytes at the start.
/sbin/ldconfig: /usr/lib32/libpamc.so is not an ELF file - it has the wrong magic bytes at the start.
/sbin/ldconfig: /usr/lib32/libpcre.so is not an ELF file - it has the wrong magic bytes at the start.
/sbin/ldconfig: /usr/lib32/libattr.so is not an ELF file - it has the wrong magic bytes at the start.
/sbin/ldconfig: /usr/lib32/libpam_misc.so is not an ELF file - it has the wrong magic bytes at the start.
/sbin/ldconfig: /usr/lib32/libwrap.so is not an ELF file - it has the wrong magic bytes at the start.
/sbin/ldconfig: /usr/lib32/libpwdb.so is not an ELF file - it has the wrong magic bytes at the start.
/sbin/ldconfig: /usr/lib32/libncursesw.so is not an ELF file - it has the wrong magic bytes at the start.
/sbin/ldconfig: /usr/lib32/libhistory.so is not an ELF file - it has the wrong magic bytes at the start.
/sbin/ldconfig: /usr/lib32/libncurses.so is not an ELF file - it has the wrong magic bytes at the start.
/sbin/ldconfig: /usr/lib32/libss.so is not an ELF file - it has the wrong magic bytes at the start.
/sbin/ldconfig: /usr/lib32/libacl.so is not an ELF file - it has the wrong magic bytes at the start.
/sbin/ldconfig: /usr/lib32/libbz2.so is not an ELF file - it has the wrong magic bytes at the start.

checking those files I get:
# file /usr/lib32/libbz2.so
/usr/lib32/libbz2.so: data
Comment 1 Pacho Ramos gentoo-dev 2011-02-08 10:30:42 UTC
Completely unable to reproduce (on three different amd64 machines). Please provide full build.log and emerge --info output

In my case:

$ file /usr/lib32/libbz2.so
/usr/lib32/libbz2.so: ASCII C program text
Comment 2 Toei Rei 2011-02-09 10:33:07 UTC
New kernel messed with the filesystem which did lead to file corruption on releasing files from the sandbox.