Bug 42910 - library in evms emerge is incorrect
Bug#: 42910 Product:  Gentoo Linux Version: 1.4 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: x86-kernel@gentoo.org Reported By: netbix@tiscali.it
Component: Core system
URL: 
Summary: library in evms emerge is incorrect
Keywords:  
Status Whiteboard: 
Opened: 2004-02-25 10:55 0000
Description:   Opened: 2004-02-25 10:55 0000
lrwxrwxrwx    1 root     root           18 25 feb 19:40 libevms-2.2.so.0 ->
libevms-2.2.so.0.1
-rwxr-xr-x    1 root     root       399760 25 feb 19:38 libevms-2.2.so.0.1
lrwxrwxrwx    1 root     root           12 25 feb 19:38 libevms.so ->
libevms.so.1

The library libevms.so.1 not exist

lrwxrwxrwx    1 root     root           19 25 feb 19:40 libdlist-2.0.so.0 ->
libdlist-2.0.so.0.0
-rwxr-xr-x    1 root     root         8820 25 feb 19:38 libdlist-2.0.so.0.0
lrwxrwxrwx    1 root     root           13 25 feb 19:38 libdlist.so ->
libdlist.so.1

The library libdlist.so not exist

For me the problem is in ebuild file

....................
............
# realize these symlinks now so they get included
        cd ${D}/lib
        rm -f libdlist.so libevms.so
        ln -sf libevms-${PV}.so libevms.so.1
        ln -sf libevms.so.1 libevms.so
        ln -sf libdlist-1.0.so libdlist.so.1
        ln -sf libdlist.so.1 libdlist.so
.....................
.................



Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Brian Jackson (RETIRED) 2004-02-25 12:13:58 0000 -------
thanks, that looks like it was something left over from evms1 days, fixed in
cvs