[Bug 377239] Re: lua 5.1 package installs libraries with wrong name

2015-04-21 Thread Miguel Rubio-Roy
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

[Bug 377239] Re: lua 5.1 package installs libraries with wrong name

2015-04-03 Thread Bug Watch Updater
** 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

[Bug 377239] Re: lua 5.1 package installs libraries with wrong name

2015-04-02 Thread Bug Watch Updater
** 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 377239] Re: lua 5.1 package installs libraries with wrong name

2015-04-02 Thread Miguel Rubio-Roy
** 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

[Bug 377239] Re: lua 5.1 package installs libraries with wrong name

2015-04-01 Thread Miguel Rubio-Roy
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

[Bug 377239] Re: lua 5.1 package installs libraries with wrong name

2012-10-02 Thread Joe Alam
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

[Bug 377239] Re: lua 5.1 package installs libraries with wrong name

2012-10-02 Thread Launchpad Bug Tracker
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

[Bug 377239] Re: lua 5.1 package installs libraries with wrong name

2009-12-16 Thread gareuselesinge
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

[Bug 377239] Re: lua 5.1 package installs libraries with wrong name

2009-05-16 Thread delance
** 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

[Bug 377239] Re: lua 5.1 package installs libraries with wrong name

2009-05-16 Thread Marc31boss
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

[Bug 377239] Re: lua 5.1 package installs libraries with wrong name

2009-05-16 Thread Caamas
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

[Bug 377239] Re: lua 5.1 package installs libraries with wrong name

2009-05-16 Thread Marc31boss
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

[Bug 377239] Re: lua 5.1 package installs libraries with wrong name

2009-05-16 Thread Caamas
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