First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 132417
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Emanuele Giaquinta (RETIRED) <exg@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Dick Marinus <dick@mrns.nl>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
lua-5.0.2-gentoo.patch lua-5.0.2-gentoo.patch patch Dick Marinus 2006-05-06 01:05 0000 591 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 132417 depends on: Show dependency tree
Bug 132417 blocks: 98715
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-05-06 01:04 0000
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 From Dick Marinus 2006-05-06 01:05:43 0000 -------
Created an attachment (id=86240) [edit]
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 From Dick Marinus 2006-05-06 01:23:05 0000 -------
whoops, above comment is a reversed patch (attachment is OK)

------- Comment #3 From Emanuele Giaquinta (RETIRED) 2006-10-15 08:56:56 0000 -------
Fixed in lua-5.0.3.

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