<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>42910</bug_id>
          
          <creation_ts>2004-02-25 10:55 0000</creation_ts>
          <short_desc>library in evms emerge is incorrect</short_desc>
          <delta_ts>2004-02-25 12:13:58 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Core system</component>
          <version>1.4</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>netbix@tiscali.it</reporter>
          <assigned_to>x86-kernel@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>netbix@tiscali.it</who>
            <bug_when>2004-02-25 10:55:00 0000</bug_when>
            <thetext>lrwxrwxrwx    1 root     root           18 25 feb 19:40 libevms-2.2.so.0 -&gt; 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 -&gt; libevms.so.1

The library libevms.so.1 not exist

lrwxrwxrwx    1 root     root           19 25 feb 19:40 libdlist-2.0.so.0 -&gt; 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 -&gt; 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.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>iggy@gentoo.org</who>
            <bug_when>2004-02-25 12:13:58 0000</bug_when>
            <thetext>thanks, that looks like it was something left over from evms1 days, fixed in cvs</thetext>
          </long_desc>
      
    </bug>

</bugzilla>