Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34648 - Wrong symlink in libvorbis-1.0.1 ebuild
Summary: Wrong symlink in libvorbis-1.0.1 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-28 14:29 UTC by Andreas Proschofsky (RETIRED)
Modified: 2004-01-31 07:11 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 Andreas Proschofsky (RETIRED) gentoo-dev 2003-11-28 14:29:00 UTC
The ebuild for libvorbis-1.0.1 tries to set a symlink:

dosym /usr/lib/libvorbisfile.so.3.0.0 /usr/lib/libvorbisfile.so.0

Version 1.0.1 does not contain libvorbisfile.so.3.0.0, so the symlink is not set
which results in a breakage for programms who want to access libvorbisfile.so.0

Correct would be:

dosym /usr/lib/libvorbisfile.so.3.1.0 /usr/lib/libvorbisfile.so.0

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Chris Russell 2003-12-29 13:10:22 UTC
# diff -uN libvorbis-1.0.1.ebuild libvorbis-1.0.1-r1.ebuild
--- libvorbis-1.0.1.ebuild      2003-12-27 05:07:00.000000000 +1300
+++ libvorbis-1.0.1-r1.ebuild   2003-12-30 09:06:45.000000000 +1300
@@ -70,7 +70,7 @@
 src_install () {
        make DESTDIR=${D} install || die
  
-       dosym /usr/lib/libvorbisfile.so.3.0.0 /usr/lib/libvorbisfile.so.0
+       dosym /usr/lib/libvorbisfile.so.3.1.0 /usr/lib/libvorbisfile.so.0
        dosym /usr/lib/libvorbisenc.so.2.0.0 /usr/lib/libvorbisenc.so.0
  
        echo "Removing docs installed by make install"
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2004-01-31 07:11:25 UTC
in cvs