Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132417 - dev-lang/lua lack a SONAME
Summary: dev-lang/lua lack a SONAME
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Emanuele Giaquinta (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 98715
  Show dependency tree
 
Reported: 2006-05-06 01:04 UTC by Dick Marinus
Modified: 2006-10-15 08:56 UTC (History)
0 users

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


Attachments
lua-5.0.2-gentoo.patch (lua-5.0.2-gentoo.patch,591 bytes, patch)
2006-05-06 01:05 UTC, Dick Marinus
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dick Marinus 2006-05-06 01:04:16 UTC
QA Notice: the following shared libraries lack a SONAME
 /var/tmp/portage/lua-5.0.2/image/usr/lib/liblua.so.5.0
 /var/tmp/portage/lua-5.0.2/image/usr/lib/liblualib.so.5.0
Comment 1 Dick Marinus 2006-05-06 01:05:43 UTC
Created attachment 86240 [details, diff]
lua-5.0.2-gentoo.patch

--- dev-lang/lua/files/lua-5.0.2-gentoo.patch   2006-05-06 09:46:33.000000000 +0200
+++ /usr/portage/dev-lang/lua/files/lua-5.0.2-gentoo.patch      2004-08-06 09:51:42.000000000 +0200
@@ -7,8 +7,8 @@
  so:
 -      ld -o lib/liblua.so.$V -shared src/*.o
 -      ld -o lib/liblualib.so.$V -shared src/lib/*.o
-+      $(CC) -Xlinker "-soname=liblua.so.$V" -o lib/liblua.so.$V -shared src/*.o
-+      $(CC) -Xlinker "-soname=liblualib.so.$V" -o lib/liblualib.so.$V -shared src/lib/*.o $(EXTRA_LIBS)
++      $(CC) -o lib/liblua.so.$V -shared src/*.o
++      $(CC) -o lib/liblualib.so.$V -shared src/lib/*.o $(EXTRA_LIBS)
        cd lib; ln -fs liblua.so.$V liblua.so; ln -fs liblualib.so.$V liblualib.so

  # binaries using shared libraries
Comment 2 Dick Marinus 2006-05-06 01:23:05 UTC
whoops, above comment is a reversed patch (attachment is OK)
Comment 3 Emanuele Giaquinta (RETIRED) gentoo-dev 2006-10-15 08:56:56 UTC
Fixed in lua-5.0.3.