Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42910 - library in evms emerge is incorrect
Summary: library in evms emerge is incorrect
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-25 10:55 UTC by Antonio
Modified: 2004-02-25 12:13 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 Antonio 2004-02-25 10:55:00 UTC
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 Brian Jackson (RETIRED) gentoo-dev 2004-02-25 12:13:58 UTC
thanks, that looks like it was something left over from evms1 days, fixed in cvs