Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210461 - dev-lang/lua-5.1.3 - library installed as liblua.so.5.1.2
Summary: dev-lang/lua-5.1.3 - library installed as liblua.so.5.1.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Matti Bickel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-17 13:20 UTC by Vadim Zborovskii
Modified: 2008-02-17 16:37 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 Vadim Zborovskii 2008-02-17 13:20:13 UTC
After emerge of dev-lang/lua-5.1.3 shared library is installed as liblua.so.5.1.2. Bug is similar to closed bug #173611

Reproducible: Always

Steps to Reproduce:
1. emerge =dev-lang/lua-5.1.3
2. qlist lua |grep "\.so"
Actual Results:  
/usr/lib/liblua.so
/usr/lib/liblua.so.5
/usr/lib/liblua.so.5.1.2

Expected Results:  
/usr/lib/liblua.so
/usr/lib/liblua.so.5
/usr/lib/liblua.so.5.1.3

Seems that the line

sed -i -e 's/\(LIB_VERSION = \)6:1:1/\16:2:1/' src/Makefile

in ebuild should be corrected (to 6:3:1)
Comment 1 Matti Bickel (RETIRED) gentoo-dev 2008-02-17 16:37:15 UTC
Done, thanks.