Where is the fix going to be applied ? Is it an Ubuntu path ? Debian
doesn't seem to want to patch it, according to the discussion in
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781762
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubun
** Changed in: lua
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/377239
Title:
lua 5.1 package installs libraries with wrong name
To manage notifications about th
** Changed in: lua
Status: Unknown => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/377239
Title:
lua 5.1 package installs libraries with wrong name
To manage notifications about this bu
** Bug watch added: Debian Bug tracker #781762
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781762
** Also affects: lua via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781762
Importance: Unknown
Status: Unknown
--
You received this bug notification because you are a memb
Please use the standard behavior (also in Debian for other packages!) of
/usr/include/lua.h -> /usr/include/lua-DEFAULTVERSION/lua.h
and
/usr/lib/liblua.so -> /usr/lib/liblua-DEFAULTVERSION.so
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
It's understandable that using something like pkg-config can avoid this
causing problems, but it's still a bit of an issue.
It's not only the libraries that are named in such a way, the headers
are located in /usr/include/lua5.1/* rather than /usr/include/* (which
they are in all other distributio
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: lua5.1 (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/377239
Title:
lua
You should change your makefiles to use pkg-config
gcc foo.c `pkg-config --libs --cflags lua5.1`
Cheers
--
lua 5.1 package installs libraries with wrong name
https://bugs.launchpad.net/bugs/377239
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed t
** Package changed: ubuntu => lua5.1 (Ubuntu)
--
lua 5.1 package installs libraries with wrong name
https://bugs.launchpad.net/bugs/377239
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubu
Thank you. It's possible to change the dependancy, sure, but then it's
not building anymore on Gentoo and others distros where the lib is
called liblua.so, and I think libXX.so.version is better than
libXXversion.so. Maybe I'm wrong, but... ;)
--
lua 5.1 package installs libraries with wrong name
I've asked the BugSquad on #ubuntu-bugs, I'm waiting on an answer.
By the way, since it's an "home made" application is it just not
possible to change the dependancy to run on Kubuntu ?
Cheers,
--
lua 5.1 package installs libraries with wrong name
https://bugs.launchpad.net/bugs/377239
You rece
Sorry, the only exemple I can remember is an application I'm developping
myself, which was running fine on Gentoo and Arch, but when I tried to
run it on my Kubuntu, the compiler didn't found the libraries
(liblua.so). The only thing which make me tell that's the Ubuntu/Debian
package which is "mal
Using kubuntu 9.04 too.
lua5.1 do not install by default these libs.
They are in liblua5.1-0-dev
On debian lenny 5.0 it's exactly the same as in kubuntu 9.04.
liblua5.1.so.0 -> liblua5.1.so.0.0.0
liblua5.1.so.0.0.0
But for archlinux for example it's
liblua.so -> liblua.so.5.1
liblua.so.5.1
Cou
13 matches
Mail list logo