Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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
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
whoops, above comment is a reversed patch (attachment is OK)
Fixed in lua-5.0.3.