Opened 11 years ago
Closed 11 years ago
#39160 closed defect (fixed)
libquvi: Does not build against lua >=5.2
Reported by: | raimue (Rainer Müller) | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | anthonygelibert (Anthony Gelibert), ryandesign (Ryan Carsten Schmidt) | |
Port: | libquvi |
Description
libquvi fails as it cannot find lua-5.1. Recently lua was upgraded to 5.2.
checking for liblua... no checking for liblua... no checking for liblua... no checking for liblua... no configure: error: Package requirements (lua-5.1 >= 5.1) were not met: No package 'lua-5.1' found
Attachments (2)
Change History (7)
Changed 11 years ago by raimue (Rainer Müller)
Changed 11 years ago by raimue (Rainer Müller)
Attachment: | config.log added |
---|
comment:1 Changed 11 years ago by nerdling (Jeremy Lavergne)
Status: | new → assigned |
---|
comment:2 Changed 11 years ago by anthonygelibert (Anthony Gelibert)
Cc: | anthony.gelibert@… added |
---|
comment:3 Changed 11 years ago by nerdling (Jeremy Lavergne)
Cc: | ryandesign@… added |
---|
Lua's .pc file has its name set to lua-5.2.2 rather than any of the expected lua, lua51, lua5.1 and lua-5.1. I plan to simply copy an existing lua test in configure and add it back in for lua-5.2.2 as a patch.
comment:4 Changed 11 years ago by nerdling (Jeremy Lavergne)
Actually, I'll just put a one-liner into the configure.ac and use autoconf for the dirty work.
comment:5 Changed 11 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Cc Me!