Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 294011

Summary: sys-apps/util-linux-2.16.1 does not install libuuid.so to expected te the expected location
Product: Gentoo Linux Reporter: thewtex <matthew.m.mccormick>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description thewtex 2009-11-22 04:46:57 UTC
sys-apps/util-linux-2.16.1, which replaces e2fsprogs-libs as the provider of libuuid installs libuuid.so into /usr/lib instead of /lib.  /lib/libuuid.so.1 and /lib/libuuid.so.1.3.0 are in the same place they were previously.

Reproducible: Always

Steps to Reproduce:
1.  Remove e2fsprogs and e2fsprogs-libs
2.  Upgrade e2fsprogs, e2fsprogs-libs, util-linux
3.
Comment 1 Rafał Mużyło 2009-11-22 05:58:15 UTC
Probably you're looking at preserved libs.
/usr/lib/libuuid.so is completely different matter
- that's just a linker script.
Comment 2 Rafał Mużyło 2009-11-22 05:59:50 UTC
Sorry, I misread your report.
Second sentence still holds.
Comment 3 Adam Bowers 2009-12-18 01:58:42 UTC
I'm having the same problem, I think.  Here's the last bit of output before it dies.

/bin/sh ../../../libtool --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -std=gnu99 -fsigned-char -march=core2 -O2 -msse4.1 -pipe -Wl,--version-script=../../../shlibs/uuid/src/uuid.sym -version-info 4:0:3 -Wl,-O1 -o libuuid.la -rpath /usr/lib64 clear.lo compare.lo copy.lo gen_uuid.lo isnull.lo pack.lo parse.lo unpack.lo unparse.lo uuid_time.lo   
libtool: link: x86_64-pc-linux-gnu-gcc -std=gnu99 -shared  .libs/clear.o .libs/compare.o .libs/copy.o .libs/gen_uuid.o .libs/isnull.o .libs/pack.o .libs/parse.o .libs/unpack.o .libs/unparse.o .libs/uuid_time.o    -march=core2 -msse4.1 -Wl,--version-script=../../../shlibs/uuid/src/uuid.sym -Wl,-O1   -Wl,-soname -Wl,libuuid.so.1 -o .libs/libuuid.so.1.3.0
.libs/copy.o: file not recognized: File truncated
collect2: ld returned 1 exit status
make[3]: *** [libuuid.la] Error 1