Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 210461

Summary: dev-lang/lua-5.1.3 - library installed as liblua.so.5.1.2
Product: Gentoo Linux Reporter: Vadim Zborovskii <vadim_z>
Component: New packagesAssignee: Matti Bickel (RETIRED) <mabi>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.