Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132381 - media-libs/libmpeg3 library lacking soname
Summary: media-libs/libmpeg3 library lacking soname
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 98715
  Show dependency tree
 
Reported: 2006-05-05 13:54 UTC by Dick Marinus
Modified: 2006-10-15 08:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
media-libs/libmpeg3-1.5.2-r3.ebuild (libmpeg3-1.5.2-r3.ebuild,2.07 KB, text/plain)
2006-05-05 13:55 UTC, Dick Marinus
Details
media-libs/libmpeg3-1.5.2-r3.ebuild (libmpeg3-1.5.2-r3.ebuild,2.07 KB, text/plain)
2006-05-06 06:10 UTC, Dick Marinus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dick Marinus 2006-05-05 13:54:27 UTC
media-libs/libmpeg3 library lacking soname
Comment 1 Dick Marinus 2006-05-05 13:55:55 UTC
Created attachment 86221 [details]
media-libs/libmpeg3-1.5.2-r3.ebuild

--- /usr/portage/media-libs/libmpeg3/libmpeg3-1.5.2-r3.ebuild   2006-04-25 03:09:56.000000000 +0200
+++ media-libs/libmpeg3/libmpeg3-1.5.2-r3.ebuild        2006-05-05 22:09:28.000000000 +0200
@@ -47,6 +47,7 @@
                        -e 's|USE_MMX = 1|USE_MMX = 0|' \
                        Makefile
        fi
+       sed -i -e 's|^  gcc|    ld -soname=libmpeg3.so|' Makefile
 }

 src_compile() {
Comment 2 Dick Marinus 2006-05-06 06:10:57 UTC
Created attachment 86261 [details]
media-libs/libmpeg3-1.5.2-r3.ebuild

--- libmpeg3-1.5.2-r3.ebuild    2006-05-06 15:00:56.000000000 +0200
+++ /usr/portage/media-libs/libmpeg3/libmpeg3-1.5.2-r3.ebuild   2006-04-25 03:09:56.000000000 +0200
@@ -47,7 +47,6 @@
                        -e 's|USE_MMX = 1|USE_MMX = 0|' \
                        Makefile
        fi
-       sed -i -e 's|^  gcc|    gcc -Wl,-soname=libmpeg3.so|' Makefile
 }

 src_compile() {
Comment 3 Alexis Ballier gentoo-dev 2006-10-15 08:52:02 UTC
Fixed in CVS for libmpeg3-1.5.2-r3, thanks for reporting and fixing it. I didn't use the sed method because I did not want other gcc occurences to be matched, I added a patch.

Alexis.