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: 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)

main.log (29.9 KB) - added by raimue (Rainer Müller) 11 years ago.
config.log (39.3 KB) - added by raimue (Rainer Müller) 11 years ago.

Download all attachments as: .zip

Change History (7)

Changed 11 years ago by raimue (Rainer Müller)

Attachment: main.log added

Changed 11 years ago by raimue (Rainer Müller)

Attachment: config.log added

comment:1 Changed 11 years ago by nerdling (Jeremy Lavergne)

Status: newassigned

comment:2 Changed 11 years ago by anthony.gelibert@…

Cc: anthony.gelibert@… added

Cc Me!

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: assignedclosed
Note: See TracTickets for help on using tickets.