First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 42910
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: x86-kernel@gentoo.org <x86-kernel@DISABLED.DISABLED>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Antonio <netbix@tiscali.it>
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 42910 depends on: Show dependency tree
Show dependency graph
Bug 42910 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-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

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