FS#35913 - lua51-zlib linked against lua 5.2

Attached to Project: Community Packages
Opened by Hermann Zahnweh (eigengrau) - Monday, 24 June 2013, 13:46 GMT
Last edited by Sergej Pupykin (sergej) - Monday, 24 June 2013, 17:06 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

lua51-zlib 0.2-5 appears to be linked against lua 5.2.

Steps to reproduce:

seb@eigengrau [ ~ ]$ lua5.1 -l zlib
lua5.1: error loading module 'zlib' from file '/usr/lib/lua/5.1/zlib.so':
liblua.so.5.2: cannot open shared object file: No such file or directory
stack traceback:
[C]: ?
[C]: ?
[C]: ?
This task depends upon

Closed by  Sergej Pupykin (sergej)
Monday, 24 June 2013, 17:06 GMT
Reason for closing:  Fixed
Comment by Hermann Zahnweh (eigengrau) - Monday, 24 June 2013, 14:02 GMT
I checked the package out from the abs and can confirm that the Makefile indeed links against liblua, not liblua5.1. Rebuilding against the latter resolved the issue for me.

Loading...