Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471698 - dev-lang/luajit-2.0.1_p1 doesn't install libluajit-5.1.so.2 symlink
Summary: dev-lang/luajit-2.0.1_p1 doesn't install libluajit-5.1.so.2 symlink
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rafael Martins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-29 12:47 UTC by Nikolaj Šujskij
Modified: 2013-05-31 02:34 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 Nikolaj Šujskij 2013-05-29 12:47:36 UTC
After upgrading dev-lang/luajit from 2.0.0_beta7 to 2.0.1_p1, my www-client/luakit fails with:

 % luakit 
luakit: error while loading shared libraries: libluajit-5.1.so.2: cannot open shared object file: No such file or directory

 % ls -l /usr/lib64/libluajit-5.1.so*
lrwxrwxrwx 1 root root   22 май 28 12:18 /usr/lib64/libluajit-5.1.so -> libluajit-5.1.so.2.0.1
-rwxr-xr-x 1 root root 448K май 28 12:17 /usr/lib64/libluajit-5.1.so.2.0.1

Apparently Luakit expects /usr/lib64/libluajit-5.1.so.2 -> libluajit-5.1.so.2.0.1 symlink, which were in place with dev-lang/luajit-2.0.0_beta7
Comment 1 Nikolaj Šujskij 2013-05-29 12:57:36 UTC
Rebuilding luakit succeeds, but doesn't help.
Comment 2 Rafael Martins (RETIRED) gentoo-dev 2013-05-29 14:15:12 UTC
known issue, working on it!

Thanks for reporting anyway, we hadn't a bug open for it.
Comment 3 Rafael Martins (RETIRED) gentoo-dev 2013-05-31 02:34:16 UTC
+*luajit-2.0.1_p1-r1 (31 May 2013)
+
+  31 May 2013; Rafael G. Martins <rafaelmartins@gentoo.org>
+  +luajit-2.0.1_p1-r1.ebuild, -luajit-2.0.1_p1.ebuild:
+  Fix bugs #471698 and #471596. Thanks to hasufell and mva

hope it is ok now :)