Nmap Development mailing list archives

cannot disable lua


From: "Rick \"Zero_Chaos\" Farina" <zerochaos () gentoo org>
Date: Sat, 01 Dec 2012 23:17:15 -0500

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

It came to our attention that lua wasn't easy to disable.  A few users
reported some issues and it looks like there are some missing ifdefs.

Gentoo bug report including patch:
https://bugs.gentoo.org/show_bug.cgi?id=445552

I'm not really deep into this issue, just the guy who was voted into the
the "notify upstream" position.

Let me know what else you needs.

Full text of configure and resulting build failure below.

Thanks,
Zero

./configure --prefix=/usr --build=x86_64-pc-linux-gnu
- --host=x86_64-pc-linux-gnu --mandir=/usr/share/man
- --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
- --localstatedir=/var/lib --libdir=/usr/lib64 --without-zenmap
- --without-liblua --without-ncat --without-ndiff --without-nmap-update
- --without-nping --without-openssl --with-libdnet=included
configure: loading site script /usr/share/config.site
checking whether NLS is requested... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking for inline... inline
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89...
(cached) none needed
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for __func__... yes
checking for x86_64-pc-linux-gnu-strip... /usr/bin/x86_64-pc-linux-gnu-strip
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for linux/rtnetlink.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for net/if.h... yes
checking for library containing setsockopt... none required
checking for library containing gethostbyname... none required
checking if AF_INET6 IPPROTO_RAW sockets include the packet header... yes
checking pcap.h usability... yes
checking pcap.h presence... yes
checking for pcap.h... yes
checking for pcap_datalink in -lpcap... yes
checking sys/ioccom.h usability... no
checking sys/ioccom.h presence... no
checking for sys/ioccom.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking net/bpf.h usability... no
checking net/bpf.h presence... no
checking for net/bpf.h... no
checking if libpcap is suitable... checking whether
pcap_get_selectable_fd is declared... yes
yes
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking for pcre_version in -lpcre... yes
checking pcre/pcre.h usability... no
checking pcre/pcre.h presence... no
checking for pcre/pcre.h... no
checking for library containing dlopen... -ldl
checking linear.h usability... no
checking linear.h presence... no
checking for linear.h... no
no
checking whether byte ordering is bigendian... no
checking if struct in_addr is a wacky huge structure (some Sun boxes)... no
checking if struct icmp exists... yes
checking if struct ip exists... yes
checking if struct ip has ip_sum member... yes
checking for strerror... yes
checking for type of 6th argument to recvfrom()... socklen_t
checking for APR... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir
setting
config.status: creating libnetutil/Makefile
config.status: creating nmap_config.h
=== configuring in libdnet-stripped
(/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libdnet-stripped)
configure: running /bin/sh ./configure --disable-option-checking
'--prefix=/usr'  '--build=x86_64-pc-linux-gnu'
'--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc'
'--localstatedir=/var/lib' '--libdir=/usr/lib64' '--without-zenmap'
'--without-liblua' '--without-ncat' '--without-ndiff'
'--without-nmap-update' '--without-nping' '--without-openssl'
'--with-libdnet=included' 'build_alias=x86_64-pc-linux-gnu'
'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-Os -pipe -march=native
- -frecord-gcc-switches -ggdb' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed
- -Wl,--hash-style=gnu' 'CXXFLAGS=-Os -pipe -march=native
- -frecord-gcc-switches -ggdb' --cache-file=/dev/null --srcdir=.
configure: loading site script /usr/share/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-pc-linux-gnu-gcc...
/usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object
files... -r
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from
x86_64-pc-linux-gnu-gcc object... ok
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-gcc linker
(/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for Python... checking for gethostbyname... yes
checking for socket... yes
checking for putmsg in -lstr... no
checking for open_mib in -lnm... no
checking for Check... no
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking sys/bufmod.h usability... no
checking sys/bufmod.h presence... no
checking for sys/bufmod.h... no
checking sys/dlpi.h usability... no
checking sys/dlpi.h presence... no
checking for sys/dlpi.h... no
checking sys/dlpihdr.h usability... no
checking sys/dlpihdr.h presence... no
checking for sys/dlpihdr.h... no
checking sys/dlpi_ext.h usability... no
checking sys/dlpi_ext.h presence... no
checking for sys/dlpi_ext.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mib.h usability... no
checking sys/mib.h presence... no
checking for sys/mib.h... no
checking sys/ndd_var.h usability... no
checking sys/ndd_var.h presence... no
checking for sys/ndd_var.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking net/bpf.h usability... no
checking net/bpf.h presence... no
checking for net/bpf.h... no
checking net/if.h usability... yes
checking net/if.h presence... yes
checking for net/if.h... yes
checking net/if_var.h usability... no
checking net/if_var.h presence... no
checking for net/if_var.h... no
checking net/if_arp.h usability... yes
checking net/if_arp.h presence... yes
checking for net/if_arp.h... yes
checking net/if_dl.h usability... no
checking net/if_dl.h presence... no
checking for net/if_dl.h... no
checking net/pfilt.h usability... no
checking net/pfilt.h presence... no
checking for net/pfilt.h... no
checking net/pfvar.h usability... no
checking net/pfvar.h presence... no
checking for net/pfvar.h... no
checking net/radix.h usability... no
checking net/radix.h presence... no
checking for net/radix.h... no
checking net/raw.h usability... no
checking net/raw.h presence... no
checking for net/raw.h... no
checking net/route.h usability... yes
checking net/route.h presence... yes
checking for net/route.h... yes
checking netinet/in_var.h usability... no
checking netinet/in_var.h presence... no
checking for netinet/in_var.h... no
checking netinet/in6_var.h usability... no
checking netinet/in6_var.h presence... no
checking for netinet/in6_var.h... no
checking net/if_tun.h usability... no
checking net/if_tun.h presence... no
checking for net/if_tun.h... no
checking linux/if_tun.h usability... yes
checking linux/if_tun.h presence... yes
checking for linux/if_tun.h... yes
checking netinet/ip_fw.h usability... no
checking netinet/ip_fw.h presence... no
checking for netinet/ip_fw.h... no
checking linux/ip_fw.h usability... no
checking linux/ip_fw.h presence... no
checking for linux/ip_fw.h... no
checking linux/ip_fwchains.h usability... no
checking linux/ip_fwchains.h presence... no
checking for linux/ip_fwchains.h... no
checking linux/netfilter_ipv4/ipchains_core.h usability... no
checking linux/netfilter_ipv4/ipchains_core.h presence... no
checking for linux/netfilter_ipv4/ipchains_core.h... no
checking ip_fil_compat.h usability... no
checking ip_fil_compat.h presence... no
checking for ip_fil_compat.h... no
checking netinet/ip_fil_compat.h usability... no
checking netinet/ip_fil_compat.h presence... no
checking for netinet/ip_fil_compat.h... no
checking ip_compat.h usability... no
checking ip_compat.h presence... no
checking for ip_compat.h... no
checking netinet/ip_compat.h usability... no
checking netinet/ip_compat.h presence... no
checking for netinet/ip_compat.h... no
checking ip_fil.h usability... no
checking ip_fil.h presence... no
checking for ip_fil.h... no
checking netinet/ip_fil.h usability... no
checking netinet/ip_fil.h presence... no
checking for netinet/ip_fil.h... no
checking hpsecurity.h usability... no
checking hpsecurity.h presence... no
checking for hpsecurity.h... no
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking for sockaddr_in6 struct in <netinet/in.h>... yes
checking for sa_len in sockaddr struct... no
checking for arp_dev in arpreq struct... yes
checking for rt_msghdr struct in <net/route.h>... no
checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no
checking for socklen_t... yes
checking for working memcmp... yes
checking for err... yes
checking for strlcat... no
checking for strlcpy... no
checking for strsep... yes
checking for Berkeley Packet Filter... no
checking for Linux proc filesystem... yes
checking whether ETH_P_ALL is declared... yes
checking for Linux PF_PACKET sockets... yes
checking for SNMP MIB2 STREAMS... no
checking for route(7) STREAMS... no
checking for arp(7) ioctls... yes
checking for raw IP sockets ip_{len,off} host byte ordering... no
checking for cooked raw IP sockets... no
checking for getkerninfo... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dnet-config
config.status: creating include/Makefile
config.status: creating include/dnet/Makefile
config.status: creating src/Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
=== configuring in nbase
(/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/nbase)
configure: running /bin/sh ./configure --disable-option-checking
'--prefix=/usr'  '--build=x86_64-pc-linux-gnu'
'--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc'
'--localstatedir=/var/lib' '--libdir=/usr/lib64' '--without-zenmap'
'--without-liblua' '--without-ncat' '--without-ndiff'
'--without-nmap-update' '--without-nping' '--without-openssl'
'--with-libdnet=included' 'build_alias=x86_64-pc-linux-gnu'
'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-Os -pipe -march=native
- -frecord-gcc-switches -ggdb' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed
- -Wl,--hash-style=gnu' 'CXXFLAGS=-Os -pipe -march=native
- -frecord-gcc-switches -ggdb' --cache-file=/dev/null --srcdir=.
configure: loading site script /usr/share/config.site
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for inline... inline
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for strings.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for sys/stat.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for inttypes.h... (cached) yes
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking whether time.h and sys/time.h may both be included... yes
checking for sys/socket.h... (cached) yes
checking for net/if.h... yes
checking for __attribute__... yes
checking if sockaddr{} has sa_len member... no
checking whether byte ordering is bigendian... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for nanosleep... yes
checking for strerror... yes
checking for strcasestr... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for signal... yes
checking for vsnprintf... (cached) yes
checking for snprintf... (cached) yes
checking for asprintf... yes
checking for asnprintf... no
checking for vasprintf... yes
checking for vasnprintf... no
checking for getopt... yes
checking for getopt_long_only... yes
checking for usleep... yes
checking for gettimeofday... yes
checking for sleep... yes
checking for getopt_long_only... (cached) yes
checking for strcasecmp... (cached) yes
checking for strncasecmp... (cached) yes
checking for library containing getaddrinfo... none required
checking for library containing gai_strerror... none required
checking for library containing getnameinfo... none required
checking for gai_strerror... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for working getaddrinfo... yes
checking for library containing inet_addr... none required
checking for working getnameinfo... yes
checking for sockaddr_in6... yes
checking for sockaddr_storage... yes
checking for AF_INET6 definition... yes
checking for IPv6 support... yes
checking for /proc/self/exe... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir
setting
config.status: creating nbase_config.h
=== configuring in nsock/src
(/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/nsock/src)
configure: running /bin/sh ./configure --disable-option-checking
'--prefix=/usr'  '--build=x86_64-pc-linux-gnu'
'--host=x86_64-pc-linux-gnu' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc'
'--localstatedir=/var/lib' '--libdir=/usr/lib64' '--without-zenmap'
'--without-liblua' '--without-ncat' '--without-ndiff'
'--without-nmap-update' '--without-nping' '--without-openssl'
'--with-libdnet=included' 'build_alias=x86_64-pc-linux-gnu'
'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-Os -pipe -march=native
- -frecord-gcc-switches -ggdb' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed
- -Wl,--hash-style=gnu' 'CXXFLAGS=-Os -pipe -march=native
- -frecord-gcc-switches -ggdb' --cache-file=/dev/null --srcdir=.
configure: loading site script /usr/share/config.site
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking linux/version.h usability... yes
checking linux/version.h presence... yes
checking for linux/version.h... yes
checking for Linux epoll(7) interface... yes
checking for poll(2)... yes
checking for kqueue... no
checking for kevent... no
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89...
(cached) none needed
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for gethostent... yes
checking for setsockopt... yes
checking for nanosleep... yes
checking for ANSI C header files... (cached) yes
checking net/bpf.h usability... no
checking net/bpf.h presence... no
checking for net/bpf.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for library containing dlopen... -ldl
checking for SSL_set_tlsext_host_name... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ../include/nsock_config.h
   (  )   /\   _                 (
    \ |  (  \ ( \.(               )                      _____
  \  \ \  `  `   ) \             (  ___                 / _   \
 (_`    \+   . x  ( .\            \/   \____-----------/ (o)   \_
- - .-               \+  ;          (  O                           \____
(__                +- .( -'.- <.   \_____________  `              \  /
(_____            ._._: <_ - <- _- _  VVVVVVV VV V\                \/
  .    /./.+-  . .- /  +--  - .    (--_AAAAAAA__A_/                |
  (__ ' /x  / x _/ (                \______________//_              \_______
 , x / ( '  . / .  /                                  \___'          \     /
    /  /  _/ /    +                                       |           \   /
   '  (__/                                               /              \/
                                                       /                  \
             NMAP IS A POWERFUL TOOL -- USE CAREFULLY AND RESPONSIBLY
Configuration complete.  Type make (or gmake on some *BSD machines) to
compile.
Source configured.
Compiling source in
/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25 ...
make -j5 -l4
Makefile:416: makefile.dep: No such file or directory
x86_64-pc-linux-gnu-g++ -MM -I./liblinear -DNOLUA
- -I./libdnet-stripped/include  -I./nbase -I./nsock/include
- -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\";
- -DNMAP_PLATFORM=\"x86_64-pc-linux-gnu\"
- -DNMAPDATADIR=\"/usr/share/nmap\" -D_FORTIFY_SOURCE=2 -Os -pipe
- -march=native -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing
main.cc nmap.cc targets.cc tcpip.cc nmap_error.cc utils.cc idle_scan.cc
osscan.cc osscan2.cc FPEngine.cc FPModel.cc output.cc payload.cc
scan_engine.cc timing.cc charpool.cc services.cc protocols.cc
portlist.cc NmapOps.cc TargetGroup.cc Target.cc FingerPrintResults.cc
service_scan.cc NmapOutputTable.cc MACLookup.cc nmap_tty.cc nmap_dns.cc
traceroute.cc portreasons.cc xml.cc   > makefile.dep
Compiling liblinear
Compiling libdnet
make[1]: Entering directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/liblinear'
x86_64-pc-linux-gnu-g++ -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -fno-strict-aliasing   -Wno-uninitialized -c -o linear.o
linear.cpp
Compiling libnbase
cd nbase && make
make[1]: Entering directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libdnet-stripped'
x86_64-pc-linux-gnu-g++ -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -fno-strict-aliasing   -Wno-uninitialized -c -o tron.o
tron.cpp
Compiling libnetutil
cd libnetutil && make
make[1]: Entering directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/nbase'
x86_64-pc-linux-gnu-gcc -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall    -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2    -c -o snprintf.o
snprintf.c
make[1]: Entering directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libnetutil'
Makefile:41: makefile.dep: No such file or directory
x86_64-pc-linux-gnu-g++ -MM -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 ./netutil.cc ./PacketElement.cc
./NetworkLayerElement.cc ./ARPHeader.cc ./PacketElement.cc
./NetworkLayerElement.cc ./TransportLayerElement.cc ./ARPHeader.cc
./EthernetHeader.cc ./ICMPv4Header.cc ./ICMPv6Header.cc ./IPv4Header.cc
./IPv6Header.cc ./TCPHeader.cc ./UDPHeader.cc ./RawData.cc
./HopByHopHeader.cc ./DestOptsHeader.cc ./FragmentHeader.cc
./RoutingHeader.cc ./PacketParser.cc ./npacket.cc > makefile.dep
Making all in include
make[2]: Entering directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libdnet-stripped/include'
make  all-recursive
make[3]: Entering directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libdnet-stripped/include'
Making all in dnet
linear.cpp: In function ‘model* load_model(const char*)’:
linear.cpp:2224:24: warning: ignoring return value of ‘int fscanf(FILE*,
const char*, ...)’, declared with attribute warn_unused_result
[-Wunused-result]
linear.cpp:2227:25: warning: ignoring return value of ‘int fscanf(FILE*,
const char*, ...)’, declared with attribute warn_unused_result
[-Wunused-result]
linear.cpp:2247:29: warning: ignoring return value of ‘int fscanf(FILE*,
const char*, ...)’, declared with attribute warn_unused_result
[-Wunused-result]
linear.cpp:2252:31: warning: ignoring return value of ‘int fscanf(FILE*,
const char*, ...)’, declared with attribute warn_unused_result
[-Wunused-result]
linear.cpp:2257:26: warning: ignoring return value of ‘int fscanf(FILE*,
const char*, ...)’, declared with attribute warn_unused_result
[-Wunused-result]
linear.cpp:2269:38: warning: ignoring return value of ‘int fscanf(FILE*,
const char*, ...)’, declared with attribute warn_unused_result
[-Wunused-result]
linear.cpp:2296:44: warning: ignoring return value of ‘int fscanf(FILE*,
const char*, ...)’, declared with attribute warn_unused_result
[-Wunused-result]
linear.cpp:2297:19: warning: ignoring return value of ‘int fscanf(FILE*,
const char*, ...)’, declared with attribute warn_unused_result
[-Wunused-result]
make[4]: Entering directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libdnet-stripped/include/dnet'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libdnet-stripped/include/dnet'
make[4]: Entering directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libdnet-stripped/include'
make[4]: Leaving directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libdnet-stripped/include'
make[3]: Leaving directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libdnet-stripped/include'
make[2]: Leaving directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libdnet-stripped/include'
Making all in src
make[2]: Entering directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libdnet-stripped/src'
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
- -DHAVE_CONFIG_H -I. -I../include  -I../include   -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -c -o addr-util.lo addr-util.c
cd blas; make OPTFLAGS='-Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -fno-strict-aliasing   -Wno-uninitialized'
CC='x86_64-pc-linux-gnu-gcc';
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
- -I../include -I../include -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -c addr-util.c -o addr-util.o
make[2]: Entering directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/liblinear/blas'
x86_64-pc-linux-gnu-gcc -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -fno-strict-aliasing   -Wno-uninitialized -c dnrm2.c
x86_64-pc-linux-gnu-gcc -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -fno-strict-aliasing   -Wno-uninitialized -c daxpy.c
x86_64-pc-linux-gnu-gcc -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -fno-strict-aliasing   -Wno-uninitialized -c ddot.c
x86_64-pc-linux-gnu-gcc -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall    -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2    -c -o nbase_str.o
nbase_str.c
x86_64-pc-linux-gnu-gcc -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -fno-strict-aliasing   -Wno-uninitialized -c dscal.c
ar rcv blas.a dnrm2.o daxpy.o ddot.o dscal.o
a - dnrm2.o
a - daxpy.o
a - ddot.o
a - dscal.o
ranlib  blas.a
make[2]: Leaving directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/liblinear/blas'
x86_64-pc-linux-gnu-gcc -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall    -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2    -c -o nbase_misc.o
nbase_misc.c
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
- -DHAVE_CONFIG_H -I. -I../include  -I../include   -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -c -o addr.lo addr.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
- -I../include -I../include -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -c addr.c -o addr.o
x86_64-pc-linux-gnu-gcc -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall    -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2    -c -o
nbase_memalloc.o nbase_memalloc.c
x86_64-pc-linux-gnu-gcc -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall    -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2    -c -o nbase_rnd.o
nbase_rnd.c
x86_64-pc-linux-gnu-gcc -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall    -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2    -c -o
nbase_addrset.o nbase_addrset.c
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
- -DHAVE_CONFIG_H -I. -I../include  -I../include   -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -c -o blob.lo blob.c
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
- -DHAVE_CONFIG_H -I. -I../include  -I../include   -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -c -o ip-util.lo ip-util.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
- -I../include -I../include -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -c blob.c -o blob.o
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
- -I../include -I../include -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -c ip-util.c -o ip-util.o
make[1]: Leaving directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libnetutil'
make[1]: Entering directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libnetutil'
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing netutil.cc -o
netutil.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
- -DHAVE_CONFIG_H -I. -I../include  -I../include   -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -c -o ip6.lo ip6.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
- -I../include -I../include -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -c ip6.c -o ip6.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
- -DHAVE_CONFIG_H -I. -I../include  -I../include   -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -c -o rand.lo rand.c
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
- -DHAVE_CONFIG_H -I. -I../include  -I../include   -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -c -o strlcat.lo strlcat.c
rm -f libnbase.a
ar cr libnbase.a snprintf.o nbase_str.o nbase_misc.o nbase_memalloc.o
nbase_rnd.o nbase_addrset.o
x86_64-pc-linux-gnu-ranlib libnbase.a
make[1]: Leaving directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/nbase'
Compiling libnsock
cd nsock/src && make
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
- -I../include -I../include -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -c rand.c -o rand.o
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
- -I../include -I../include -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -c strlcat.c -o strlcat.o
make[1]: Entering directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/nsock/src'
Makefile:80: makefile.dep: No such file or directory
x86_64-pc-linux-gnu-gcc -MM -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap error.c filespace.c gh_list.c nsock_connect.c
nsock_core.c nsock_iod.c nsock_read.c nsock_timers.c nsock_write.c
nsock_ssl.c nsock_event.c nsock_pool.c netutils.c nsock_pcap.c
nsock_engines.c engine_select.c engine_epoll.c engine_kqueue.c
engine_poll.c  > makefile.dep
rand.c: In function ‘rand_open’:
rand.c:84:7: warning: ignoring return value of ‘read’, declared with
attribute warn_unused_result [-Wunused-result]
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
- -DHAVE_CONFIG_H -I. -I../include  -I../include   -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -c -o strlcpy.lo strlcpy.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
- -I../include -I../include -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -c strlcpy.c -o strlcpy.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
- -DHAVE_CONFIG_H -I. -I../include  -I../include   -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -c -o arp-ioctl.lo arp-ioctl.c
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
- -DHAVE_CONFIG_H -I. -I../include  -I../include   -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -c -o eth-linux.lo eth-linux.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
- -I../include -I../include -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -c arp-ioctl.c -o arp-ioctl.o
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
- -I../include -I../include -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -c eth-linux.c -o eth-linux.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
- -DHAVE_CONFIG_H -I. -I../include  -I../include   -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -c -o fw-none.lo fw-none.c
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
- -DHAVE_CONFIG_H -I. -I../include  -I../include   -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -c -o intf.lo intf.c
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
- -I../include -I../include -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -c fw-none.c -o fw-none.o
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
- -I../include -I../include -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -c intf.c -o intf.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
- -DHAVE_CONFIG_H -I. -I../include  -I../include   -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -c -o ip.lo ip.c
make[1]: Leaving directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/nsock/src'
make[1]: Entering directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/nsock/src'
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   error.c -o error.o
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
- -I../include -I../include -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -c ip.c -o ip.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
- -DHAVE_CONFIG_H -I. -I../include  -I../include   -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -c -o route-linux.lo route-linux.c
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   filespace.c -o filespace.o
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
- -I../include -I../include -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -c route-linux.c -o route-linux.o
ar rcv liblinear.a linear.o tron.o blas/*.o
a - linear.o
a - tron.o
a - blas/daxpy.o
a - blas/ddot.o
a - blas/dnrm2.o
a - blas/dscal.o
ranlib liblinear.a
make[1]: Leaving directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/liblinear'
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc
- -DHAVE_CONFIG_H -I. -I../include  -I../include   -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -c -o tun-linux.lo tun-linux.c
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   gh_list.c -o gh_list.o
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.
- -I../include -I../include -Os -pipe -march=native -frecord-gcc-switches
- -ggdb -Wall -c tun-linux.c -o tun-linux.o
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   nsock_connect.c -o nsock_connect.o
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   nsock_core.c -o nsock_core.o
/bin/sh ../libtool --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc  -Os
- -pipe -march=native -frecord-gcc-switches -ggdb -Wall -version-info
1:1:0 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o libdnet.la -rpath
/usr/lib64 addr-util.lo addr.lo blob.lo ip-util.lo ip6.lo rand.lo
strlcat.lo strlcpy.lo arp-ioctl.lo eth-linux.lo fw-none.lo intf.lo ip.lo
route-linux.lo tun-linux.lo
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   nsock_iod.c -o nsock_iod.o
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   nsock_read.c -o nsock_read.o
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   nsock_timers.c -o nsock_timers.o
libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libdnet.a  addr-util.o
addr.o blob.o ip-util.o ip6.o rand.o strlcat.o strlcpy.o arp-ioctl.o
eth-linux.o fw-none.o intf.o ip.o route-linux.o tun-linux.o
libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libdnet.a
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   nsock_write.c -o nsock_write.o
libtool: link: ( cd ".libs" && rm -f "libdnet.la" && ln -s
"../libdnet.la" "libdnet.la" )
make[2]: Leaving directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libdnet-stripped/src'
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   nsock_ssl.c -o nsock_ssl.o
make[2]: Entering directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libdnet-stripped'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libdnet-stripped'
make[1]: Leaving directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libdnet-stripped'
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   nsock_event.c -o nsock_event.o
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   nsock_pool.c -o nsock_pool.o
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   netutils.c -o netutils.o
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   nsock_pcap.c -o nsock_pcap.o
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   nsock_engines.c -o nsock_engines.o
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   engine_select.c -o engine_select.o
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing PacketElement.cc
- -o PacketElement.o
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   engine_epoll.c -o engine_epoll.o
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   engine_kqueue.c -o engine_kqueue.o
x86_64-pc-linux-gnu-gcc -c -I../../nbase -DHAVE_CONFIG_H
- -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include
- -I../../libpcap -Os -pipe -march=native -frecord-gcc-switches -ggdb
- -Wall   engine_poll.c -o engine_poll.o
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing
NetworkLayerElement.cc -o NetworkLayerElement.o
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing
TransportLayerElement.cc -o TransportLayerElement.o
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing ARPHeader.cc -o
ARPHeader.o
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing EthernetHeader.cc
- -o EthernetHeader.o
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing ICMPv4Header.cc
- -o ICMPv4Header.o
rm -f libnsock.a
ar cr libnsock.a error.o filespace.o gh_list.o nsock_connect.o
nsock_core.o nsock_iod.o nsock_read.o nsock_timers.o nsock_write.o
nsock_ssl.o nsock_event.o nsock_pool.o netutils.o nsock_pcap.o
nsock_engines.o engine_select.o engine_epoll.o engine_kqueue.o
engine_poll.o
x86_64-pc-linux-gnu-ranlib libnsock.a
make[1]: Leaving directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/nsock/src'
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing ICMPv6Header.cc
- -o ICMPv6Header.o
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing IPv4Header.cc -o
IPv4Header.o
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing IPv6Header.cc -o
IPv6Header.o
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing TCPHeader.cc -o
TCPHeader.o
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing UDPHeader.cc -o
UDPHeader.o
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing RawData.cc -o
RawData.o
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing HopByHopHeader.cc
- -o HopByHopHeader.o
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing DestOptsHeader.cc
- -o DestOptsHeader.o
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing FragmentHeader.cc
- -o FragmentHeader.o
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing RoutingHeader.cc
- -o RoutingHeader.o
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing PacketParser.cc
- -o PacketParser.o
x86_64-pc-linux-gnu-g++ -c -I../liblinear -DNOLUA
- -I../libdnet-stripped/include  -I../nbase -I../nsock/include
- -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -Os -pipe -march=native
- -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing npacket.cc -o
npacket.o
rm -f libnetutil.a
ar cr libnetutil.a netutil.o PacketElement.o NetworkLayerElement.o
TransportLayerElement.o ARPHeader.o EthernetHeader.o ICMPv4Header.o
ICMPv6Header.o IPv4Header.o IPv6Header.o TCPHeader.o UDPHeader.o
RawData.o HopByHopHeader.o DestOptsHeader.o FragmentHeader.o
RoutingHeader.o  PacketParser.o npacket.o
x86_64-pc-linux-gnu-ranlib libnetutil.a
make[1]: Leaving directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/libnetutil'
make nmap
make[1]: Entering directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25'
x86_64-pc-linux-gnu-g++ -c -I./liblinear -DNOLUA
- -I./libdnet-stripped/include  -I./nbase -I./nsock/include
- -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\";
- -DNMAP_PLATFORM=\"x86_64-pc-linux-gnu\"
- -DNMAPDATADIR=\"/usr/share/nmap\" -D_FORTIFY_SOURCE=2 -Os -pipe
- -march=native -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing
main.cc -o main.o
Compiling libnbase
cd nbase && make
x86_64-pc-linux-gnu-g++ -c -I./liblinear -DNOLUA
- -I./libdnet-stripped/include  -I./nbase -I./nsock/include
- -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\";
- -DNMAP_PLATFORM=\"x86_64-pc-linux-gnu\"
- -DNMAPDATADIR=\"/usr/share/nmap\" -D_FORTIFY_SOURCE=2 -Os -pipe
- -march=native -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing
nmap.cc -o nmap.o
x86_64-pc-linux-gnu-g++ -c -I./liblinear -DNOLUA
- -I./libdnet-stripped/include  -I./nbase -I./nsock/include
- -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\";
- -DNMAP_PLATFORM=\"x86_64-pc-linux-gnu\"
- -DNMAPDATADIR=\"/usr/share/nmap\" -D_FORTIFY_SOURCE=2 -Os -pipe
- -march=native -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing
targets.cc -o targets.o
make[2]: Entering directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/nbase'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25/nbase'
x86_64-pc-linux-gnu-g++ -c -I./liblinear -DNOLUA
- -I./libdnet-stripped/include  -I./nbase -I./nsock/include
- -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\";
- -DNMAP_PLATFORM=\"x86_64-pc-linux-gnu\"
- -DNMAPDATADIR=\"/usr/share/nmap\" -D_FORTIFY_SOURCE=2 -Os -pipe
- -march=native -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing
tcpip.cc -o tcpip.o
x86_64-pc-linux-gnu-g++ -c -I./liblinear -DNOLUA
- -I./libdnet-stripped/include  -I./nbase -I./nsock/include
- -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\";
- -DNMAP_PLATFORM=\"x86_64-pc-linux-gnu\"
- -DNMAPDATADIR=\"/usr/share/nmap\" -D_FORTIFY_SOURCE=2 -Os -pipe
- -march=native -frecord-gcc-switches -ggdb -Wall -fno-strict-aliasing
nmap_error.cc -o nmap_error.o
In file included from NmapOps.h:98:0,
                 from main.cc:99:
output.h:258:23: error: ‘ScriptResult’ was not declared in this scope
output.h:258:43: error: ‘ScriptResult’ was not declared in this scope
output.h:258:62: error: expression list treated as compound expression
in initializer [-fpermissive]
make[1]: *** [main.o] Error 1
In file included from NmapOps.h:98:0,
                 from targets.cc:101:
output.h:258:23: error: ‘ScriptResult’ was not declared in this scope
output.h:258:43: error: ‘ScriptResult’ was not declared in this scope
output.h:258:62: error: expression list treated as compound expression
in initializer [-fpermissive]
make[1]: *** Waiting for unfinished jobs....
In file included from NmapOps.h:98:0,
                 from tcpip.cc:104:
output.h:258:23: error: ‘ScriptResult’ was not declared in this scope
output.h:258:43: error: ‘ScriptResult’ was not declared in this scope
output.h:258:62: error: expression list treated as compound expression
in initializer [-fpermissive]
In file included from NmapOps.h:98:0,
                 from nmap.cc:102:
output.h:258:23: error: ‘ScriptResult’ was not declared in this scope
output.h:258:43: error: ‘ScriptResult’ was not declared in this scope
output.h:258:62: error: expression list treated as compound expression
in initializer [-fpermissive]
make[1]: *** [targets.o] Error 1
In file included from nmap_error.cc:96:0:
output.h:258:23: error: ‘ScriptResult’ was not declared in this scope
output.h:258:43: error: ‘ScriptResult’ was not declared in this scope
output.h:258:62: error: expression list treated as compound expression
in initializer [-fpermissive]
make[1]: *** [tcpip.o] Error 1
make[1]: *** [nmap_error.o] Error 1
make[1]: *** [nmap.o] Error 1
make[1]: Leaving directory
`/var/tmp/portage/net-analyzer/nmap-6.25/work/nmap-6.25'
make: *** [all] Error 2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iQIcBAEBAgAGBQJQutZLAAoJEKXdFCfdEflKNPEP/3iqGAkBLH+lUJ5yIVQGCAiR
6rEZ7w/l1m3who/X29t3X+2rhfN4lCjqHvjeEGY8ngPSRSVNLpJZ32snY/W727G7
os+iQKtU7M6TPYKnkbuczZlph9Onjledob28f9RWiO2EP5xti/W+NlwbD5Zw/lJE
kPh791ARfomK1RnUbst/gGbon1hZWav2V8fd3xT1PYbYEvxuciVwA9J+u1xPlOtW
jTY3Qh304ZALhBlR5ywALZh5dvkE0nGvcGBjKmEPD0kIQ3lRh13mBVu4AtZypVdV
KbEirsTwxT0Jsz1/BtCZ/+JUKiJBYndetnwG5i0kFLK50RxwYngilvFlMhryWgvz
R+jvbhLf4IXfED//dSGgt7XRN/Ns0x4nT3v/hmpvuiGE4s5h77Qndg9CtoG9ThxE
8rANbKBPq82kuDTO75EQQ2GRcZaRZ0wHtaA6QJotGIG76gRW/W/N3kUvqVe7FDwh
DpWCmLxnT3+rkhe+eEYoPC2i9RAaFTxBBqO4LrI6wVhHi+C1GEOPvNKVnkXJoRTh
7mbAdkkNzkbkmLvxNNXzgKYvuI73TA6Gz7Oi1rImLTz9gWsNeKJvSNiUObrItMQw
PDfsYW+N6tWQTlwIMk4eVQ0VJ0BEoWti/JKb06TDXdDZHOYlZ72V5lIDBELegFis
uP/Zk4H88F5K/efEcDo9
=lzNo
-----END PGP SIGNATURE-----
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: