Page 1 of 1

The Lua package in your repository is corrupted

Posted: 4. Dec 2012, 08:09
by Envious
After recently having some trouble compiling Hedgewars and a couple of other programs with Lua as a dependency I decided to install Lua from source and the problems went away.

The Lua package in your repository has files missing from it, the important one been /usr/lib64/liblua.so.5.1.5, without this file CMake and some compilers cannot find Lua to link against on the users system.

Re: The Lua package in your repository is courroupted

Posted: 4. Dec 2012, 08:39
by thenktor
Indeed the file is missing. I've written an e-mail to the maintainer (contact info is in the first line in "/usr/src/lua-5.1.5/SLKBUILD").

Re: The Lua package in your repository is corrupted

Posted: 4. Dec 2012, 11:10
by laprjns
I'll take a look at it over the next couple of days.