Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 11706] New: CMake: Lua is found even when only Lua 5.3 is

Date: Fri, 13 Nov 2015 14:10:20 +0000
Bug ID 11706
Summary CMake: Lua is found even when only Lua 5.3 is installed
Product Wireshark
Version Git
Hardware x86
OS Fedora
Status UNCONFIRMED
Severity Normal
Priority Low
Component Build process
Assignee [email protected]
Reporter [email protected]

Build Information:
Git
--
Lua is found even though only lua-5.3 is installed and thus a Wireshark build
then fails. (Autofoo Wireshark build correctly does not try to build with Lua).

(CMake output extract)
-- checking for one of the modules
'lua5.2;lua-5.2;lua52;lua5.1;lua-5.1;lua51;lua5.0;lua-5.0;lua50'
-- checking for one of the modules 'lua<=5.2.99'
-- Found LUA: /lib/liblua.so  
-- LUA FOUND
-- LUA includes: /usr/include
-- LUA libs: /lib/liblua.so




$ sudo dnf list installed lua
Installed Packages
lua.i686  5.3.0-4.fc23                                    @@commandline


You are receiving this mail because:
  • You are watching all bug changes.