[MacPorts] #16194: nmap 4.68: upgrade fails (missing include path)
MacPorts
noreply at macports.org
Wed Aug 6 07:25:22 PDT 2008
#16194: nmap 4.68: upgrade fails (missing include path)
----------------------------------+-----------------------------------------
Reporter: vinc17 at macports.org | Owner: opendarwin.org at darkart.com
Type: defect | Status: reopened
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Resolution: | Keywords: nmap build
----------------------------------+-----------------------------------------
Comment (by vinc17 at macports.org):
But this is the configure script which is broken. When requiring the
included lua, LUAINCLUDE needs to be set unconditionally. The bug is here
in nselib-bin/configure.ac:
{{{
AC_CHECK_HEADER([lua.h],,[AC_MSG_NOTICE(using lua-includefiles provided
with nmap);[LUAINCLUDE=-I../liblua/]],)
}}}
It should just have been:
{{{
LUAINCLUDE=-I../liblua/
}}}
Also, without "--with-liblua=included", the build fails, and again this is
a bug in nmap because it forgets CPPFLAGS that was used in its configure
script.
--
Ticket URL: <http://trac.macports.org/ticket/16194#comment:10>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list