[MacPorts] #57489: wireshark2 @2.6.4+lua: build fails
MacPorts
noreply at macports.org
Tue Nov 6 03:06:48 UTC 2018
#57489: wireshark2 @2.6.4+lua: build fails
-------------------------+------------------------
Reporter: egorenar | Owner: ghosthound
Type: defect | Status: accepted
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Resolution: | Keywords:
Port: wireshark2 |
-------------------------+------------------------
Comment (by kencu):
You likely have the newer `lua @5.3.4_1` installed, and it's trampling
the `lua52 @5.2.4_1` installation. If you deactivate `lua`, you should be
able to install `wireshark2 +lua`:
{{{
$ port -v installed wireshark2
The following ports are currently installed:
wireshark2
@2.6.4_0+cares+geoip+gnutls+kerberos5+libgcrypt+libsmi+lua+portaudio+qt5+zlib
(active) platform='darwin 18' archs='x86_64'
date='2018-11-05T19:02:54-0800'
}}}
To fix this, `wireshark2` needs to have the `lua-5.2` include directory
included AHEAD of the system include directories in it's `CMakeLists.txt`
file. This is a modest PITA to do, but there are plenty of examples in the
macports repo of this being done.
`wireshark2` is not presently compatible with `lua @5.3.4_1`, at least
with the current versions in MacPorts.
--
Ticket URL: <https://trac.macports.org/ticket/57489#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list