Skip to content

Instantly share code, notes, and snippets.

@egrefen
Created January 31, 2013 10:25
Show Gist options
  • Save egrefen/4681968 to your computer and use it in GitHub Desktop.
Save egrefen/4681968 to your computer and use it in GitHub Desktop.
Your system is raring to brew.
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install nmap
==> Downloading http://nmap.org/dist/nmap-6.25.tar.bz2
Already downloaded: /Library/Caches/Homebrew/nmap-6.25.tar.bz2
/usr/bin/tar xf /Library/Caches/Homebrew/nmap-6.25.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/nmap/6.25 --with-libpcre=included --with-liblua=included --without-zenmap --disable-universal
./configure --prefix=/usr/local/Cellar/nmap/6.25 --with-libpcre=included --with-liblua=included --without-zenmap --disable-universal
checking whether NLS is requested... yes
checking build system type... x86_64-apple-darwin12.2.0
checking host system type... x86_64-apple-darwin12.2.0
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for inline... inline
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking for __func__... yes
checking for strip... /usr/bin/strip
checking for main in -lm... yes
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking for linux/rtnetlink.h... no
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... no
checking for a Python interpreter with version >= 2.4... python
checking for python... /usr/local/opt/python/bin/python
checking for python version... 2.7
checking for python platform... darwin
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for BIO_int_ctrl in -lcrypto... yes
checking for SSL_new in -lssl... 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... yes
checking sys/ioccom.h presence... yes
checking for sys/ioccom.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... yes
checking net/bpf.h presence... yes
checking for net/bpf.h... yes
checking if libpcap is suitable... checking whether pcap_get_selectable_fd is declared... yes
yes
checking for library containing dlopen... none required
yes
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
checking svn_client.h usability... no
checking svn_client.h presence... no
checking for svn_client.h... no
checking subversion-1/svn_client.h usability... yes
checking subversion-1/svn_client.h presence... yes
checking for subversion-1/svn_client.h... yes
checking for svn_client_create_context in -lsvn_client-1... 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 nping (/private/tmp/nmap-27fh/nmap-6.25/nping)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/nmap/6.25' '--with-libpcre=included' '--with-liblua=included' '--without-zenmap' '--disable-universal' 'CC=cc' 'CXX=c++' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-apple-darwin12.2.0
checking host system type... x86_64-apple-darwin12.2.0
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for inline... inline
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether the compiler is gcc 4 or greater... yes
checking for __func__... yes
checking for strip... /usr/bin/strip
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
checking for library containing setsockopt... none required
checking for library containing gethostbyname... none required
checking for library containing dlopen... none required
checking for library containing nl_handle_alloc... no
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for BIO_int_ctrl in -lcrypto... yes
checking for SSL_new in -lssl... yes
checking for EVP_sha256... 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... yes
checking sys/ioccom.h presence... yes
checking for sys/ioccom.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... yes
checking net/bpf.h presence... yes
checking for net/bpf.h... yes
checking if libpcap is suitable... checking whether pcap_get_selectable_fd is declared... yes
yes
checking if sockaddr{} has sa_len member... yes
checking if sockaddr_in{} has sin_len member... yes
checking if sockaddr_in6{} has sin6_len member... yes
checking whether byte ordering is bigendian... no
checking if struct in_addr is a wacky huge structure (some Sun boxes)... no
checking if struct ip has ip_sum member... yes
checking if function signal is accessible... no
checking for main in -lm... yes
checking for strerror... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating nping_config.h
o
o
o
o o
o o
o o
o o o
o o o
888b 888 o o o
8888b 888 o o o
88888b 888 o o o
888Y88b 888 o
888 Y88b888 o
888 Y88888
888 Y8888
888 Y888
--[NPING]--
Configuration complete. Type make (or gmake on some *BSD machines) to compile.
=== configuring in libpcre (/private/tmp/nmap-27fh/nmap-6.25/libpcre)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/nmap/6.25' '--with-libpcre=included' '--with-liblua=included' '--without-zenmap' '--disable-universal' 'CC=cc' 'CXX=c++' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./../shtool install -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking for ranlib... ranlib
checking whether ln -s works... yes
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for long long... yes
checking for unsigned long long... yes
checking for bcopy... yes
checking for memmove... yes
checking for strerror... yes
checking for strtoq... yes
checking for strtoll... yes
checking for _strtoi64... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzopen in -lz... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for BZ2_bzopen in -lbz2... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking for readline in -lreadline... yes
checking build system type... x86_64-apple-darwin12.2.0
checking host system type... x86_64-apple-darwin12.2.0
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pcre-config
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing script-chmod commands
=== configuring in libdnet-stripped (/private/tmp/nmap-27fh/nmap-6.25/libdnet-stripped)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/nmap/6.25' '--with-libpcre=included' '--with-liblua=included' '--without-zenmap' '--disable-universal' 'CC=cc' 'CXX=c++' --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./../shtool install -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-apple-darwin12.2.0
checking host system type... x86_64-apple-darwin12.2.0
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from cc object... ok
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking how to run the C preprocessor... cc -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 cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
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... yes
checking sys/sockio.h presence... yes
checking for sys/sockio.h... yes
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... yes
checking net/bpf.h presence... yes
checking for net/bpf.h... yes
checking net/if.h usability... no
checking net/if.h presence... yes
configure: WARNING: net/if.h: present but cannot be compiled
configure: WARNING: net/if.h: check for missing prerequisite headers?
configure: WARNING: net/if.h: see the Autoconf documentation
configure: WARNING: net/if.h: section "Present But Cannot Be Compiled"
configure: WARNING: net/if.h: proceeding with the preprocessor's result
configure: WARNING: net/if.h: in the future, the compiler will take precedence
checking for net/if.h... yes
checking net/if_var.h usability... yes
checking net/if_var.h presence... yes
checking for net/if_var.h... yes
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... yes
checking net/if_dl.h presence... yes
checking for net/if_dl.h... yes
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... yes
configure: WARNING: netinet/in_var.h: present but cannot be compiled
configure: WARNING: netinet/in_var.h: check for missing prerequisite headers?
configure: WARNING: netinet/in_var.h: see the Autoconf documentation
configure: WARNING: netinet/in_var.h: section "Present But Cannot Be Compiled"
configure: WARNING: netinet/in_var.h: proceeding with the preprocessor's result
configure: WARNING: netinet/in_var.h: in the future, the compiler will take precedence
checking for netinet/in_var.h... yes
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... no
checking linux/if_tun.h presence... no
checking for linux/if_tun.h... no
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... no
checking stropts.h presence... no
checking for stropts.h... no
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... yes
checking for arp_dev in arpreq struct... no
checking for rt_msghdr struct in <net/route.h>... yes
checking whether cc needs -traditional... no
checking for socklen_t... yes
checking for working memcmp... yes
checking for err... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strsep... yes
checking for Berkeley Packet Filter... yes
checking for Linux proc filesystem... no
checking whether ETH_P_ALL is declared... no
checking for Linux PF_PACKET sockets... no
checking for SNMP MIB2 STREAMS... no
checking for route(7) STREAMS... no
checking for arp(7) ioctls... no
checking for raw IP sockets ip_{len,off} host byte ordering... yes
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 (/private/tmp/nmap-27fh/nmap-6.25/nbase)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/nmap/6.25' '--with-libpcre=included' '--with-liblua=included' '--without-zenmap' '--disable-universal' 'CC=cc' 'CXX=c++' --cache-file=/dev/null --srcdir=.
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for ranlib... ranlib
checking build system type... x86_64-apple-darwin12.2.0
checking host system type... x86_64-apple-darwin12.2.0
checking for inline... inline
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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... yes
checking mach-o/dyld.h presence... yes
checking for mach-o/dyld.h... yes
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... yes
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 openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking openssl/rand.h usability... yes
checking openssl/rand.h presence... yes
checking for openssl/rand.h... yes
checking for BIO_int_ctrl in -lcrypto... yes
checking for SSL_new in -lssl... yes
checking for /proc/self/exe... no
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 (/private/tmp/nmap-27fh/nmap-6.25/nsock/src)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/nmap/6.25' '--with-libpcre=included' '--with-liblua=included' '--without-zenmap' '--disable-universal' 'CC=cc' 'CXX=c++' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-apple-darwin12.2.0
checking host system type... x86_64-apple-darwin12.2.0
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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... no
checking linux/version.h presence... no
checking for linux/version.h... no
checking for Linux epoll(7) interface... no
checking for poll(2)... yes
checking for kqueue... yes
checking for kevent... yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking for ranlib... 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... yes
checking net/bpf.h presence... yes
checking for net/bpf.h... yes
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 openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for BIO_int_ctrl in -lcrypto... yes
checking for SSL_new in -lssl... yes
checking for library containing dlopen... none required
checking for SSL_set_tlsext_host_name... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ../include/nsock_config.h
=== configuring in ncat (/private/tmp/nmap-27fh/nmap-6.25/ncat)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/nmap/6.25' '--with-libpcre=included' '--with-liblua=included' '--without-zenmap' '--disable-universal' 'CC=cc' 'CXX=c++' --cache-file=/dev/null --srcdir=.
checking build system type... x86_64-apple-darwin12.2.0
checking host system type... x86_64-apple-darwin12.2.0
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for strip... /usr/bin/strip
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... 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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) 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/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for unistd.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking whether stat file-mode macros are broken... no
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for dup2... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strtol... yes
checking for library containing setsockopt... none required
checking for library containing gethostbyname... none required
checking for library containing dlopen... none required
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking openssl/rand.h usability... yes
checking openssl/rand.h presence... yes
checking for openssl/rand.h... yes
checking for BIO_int_ctrl in -lcrypto... yes
checking for SSL_new in -lssl... 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... yes
checking sys/ioccom.h presence... yes
checking for sys/ioccom.h... yes
checking for sys/time.h... (cached) yes
checking net/bpf.h usability... yes
checking net/bpf.h presence... yes
checking for net/bpf.h... yes
checking if libpcap is suitable... checking whether pcap_get_selectable_fd is declared... yes
yes
checking for odm_initialize in -lodm... no
checking for odm_initialize in -lodm... (cached) no
checking for _system_configuration in -lcfg... no
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating config.h
. .
\`-"'"-'/
} 6 6 {
==. Y ,==
/^^^\ .
/ \ ) Ncat: A modern interpretation of classic Netcat
( )-( )/
-""---""--- /
/ Ncat \_/
( ____
\_.=|____E
Configuration complete.
=== configuring in nmap-update (/private/tmp/nmap-27fh/nmap-6.25/nmap-update)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/nmap/6.25' '--with-libpcre=included' '--with-liblua=included' '--without-zenmap' '--disable-universal' 'CC=cc' 'CXX=c++' --cache-file=/dev/null --srcdir=.
checking for gcc... cc
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 cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for strip... /usr/bin/strip
checking for APR... yes
checking for svn_client_create_context in -lsvn_client-1... yes
checking for svn_handle_error2 in -lsvn_subr-1... yes
checking for apr_pool_destroy in -lapr-1... yes
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 svn_client.h usability... no
checking svn_client.h presence... no
checking for svn_client.h... no
checking subversion-1/svn_client.h usability... yes
checking subversion-1/svn_client.h presence... yes
checking for subversion-1/svn_client.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating 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.
==> make
make
Makefile:414: makefile.dep: No such file or directory
c++ -MM -I./liblinear -I./liblua -I./libdnet-stripped/include -I./libpcre -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"x86_64-apple-darwin12.2.0\" -DNMAPDATADIR=\"/usr/local/Cellar/nmap/6.25/share/nmap\" -D_FORTIFY_SOURCE=2 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 nse_main.cc nse_utility.cc nse_nsock.cc nse_dnet.cc nse_fs.cc nse_nmaplib.cc nse_debug.cc nse_pcrelib.cc nse_binlib.cc nse_bit.cc nse_openssl.cc nse_ssl_cert.cc > makefile.dep
Compiling liblua
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lapi.o lapi.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lcode.o lcode.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lctype.o lctype.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o ldebug.o ldebug.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o ldo.o ldo.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o ldump.o ldump.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lfunc.o lfunc.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lgc.o lgc.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o llex.o llex.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lmem.o lmem.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lobject.o lobject.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lopcodes.o lopcodes.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lparser.o lparser.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lstate.o lstate.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lstring.o lstring.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o ltable.o ltable.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o ltm.o ltm.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lundump.o lundump.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lvm.o lvm.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lzio.o lzio.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lauxlib.o lauxlib.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lbaselib.o lbaselib.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lbitlib.o lbitlib.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lcorolib.o lcorolib.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o ldblib.o ldblib.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o liolib.o liolib.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lmathlib.o lmathlib.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o loslib.o loslib.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o lstrlib.o lstrlib.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o ltablib.o ltablib.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o loadlib.o loadlib.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
cc -O2 -Wall -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -DLUA_USE_MACOSX -c -o linit.o linit.c
brew: superenv removed: -O2 -Wall -g -O2 -Wall
ar rcu liblua.a lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lbitlib.o lcorolib.o ldblib.o liolib.o lmathlib.o loslib.o lstrlib.o ltablib.o loadlib.o linit.o
ranlib liblua.a
Compiling liblinear
c++ -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -Wno-uninitialized -c -o linear.o linear.cpp
brew: superenv removed: -g -O2 -Wall -Wno-uninitialized
c++ -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -Wno-uninitialized -c -o tron.o tron.cpp
brew: superenv removed: -g -O2 -Wall -Wno-uninitialized
cd blas; /usr/bin/make OPTFLAGS='-no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -Wno-uninitialized' CC='cc';
cc -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -Wno-uninitialized -c dnrm2.c
brew: superenv removed: -g -O2 -Wall -Wno-uninitialized
cc -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -Wno-uninitialized -c daxpy.c
brew: superenv removed: -g -O2 -Wall -Wno-uninitialized
cc -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -Wno-uninitialized -c ddot.c
brew: superenv removed: -g -O2 -Wall -Wno-uninitialized
cc -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -Wno-uninitialized -c dscal.c
brew: superenv removed: -g -O2 -Wall -Wno-uninitialized
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
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
Compiling libpcre
cd . && /bin/sh /private/tmp/nmap-27fh/nmap-6.25/missing --run aclocal-1.10
/private/tmp/nmap-27fh/nmap-6.25/missing: line 52: aclocal-1.10: command not found
WARNING: `aclocal-1.10' is missing on your system. You should only need it if
you modified `acinclude.m4' or `configure.ac'. You might want
to install the `Automake' and `Perl' packages. Grab them from
any GNU archive site.
cd . && /bin/sh /private/tmp/nmap-27fh/nmap-6.25/missing --run autoconf
/private/tmp/nmap-27fh/nmap-6.25/missing: line 52: autoconf: command not found
WARNING: `autoconf' is missing on your system. You should only need it if
you modified `configure.ac'. You might want to install the
`Autoconf' and `GNU m4' packages. Grab them from any GNU
archive site.
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --disable-option-checking --prefix=/usr/local/Cellar/nmap/6.25 --with-libpcre=included --with-liblua=included --without-zenmap --disable-universal CC=cc CXX=c++ --cache-file=/dev/null --srcdir=. --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./../shtool install -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... cc
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 cc accepts -g... no
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking for ranlib... ranlib
checking whether ln -s works... yes
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for long long... yes
checking for unsigned long long... yes
checking for bcopy... yes
checking for memmove... yes
checking for strerror... yes
checking for strtoq... yes
checking for strtoll... yes
checking for _strtoi64... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzopen in -lz... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for BZ2_bzopen in -lbz2... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking for readline in -lreadline... yes
checking build system type... x86_64-apple-darwin12.2.0
checking host system type... x86_64-apple-darwin12.2.0
configure: creating ./config.status
/bin/sh ./config.status
config.status: creating Makefile
config.status: creating pcre-config
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing script-chmod commands
cd . && /bin/sh /private/tmp/nmap-27fh/nmap-6.25/missing --run autoheader
/private/tmp/nmap-27fh/nmap-6.25/missing: line 52: autoheader: command not found
WARNING: `autoheader' is missing on your system. You should only need it if
you modified `acconfig.h' or `configure.ac'. You might want
to install the `Autoconf' and `GNU m4' packages. Grab them
from any GNU archive site.
rm -f stamp-h1
touch config.h.in
/usr/bin/make all-am
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_compile.o -MD -MP -MF .deps/pcre_compile.Tpo -c -o pcre_compile.o pcre_compile.c
brew: superenv removed: -O2
mv -f .deps/pcre_compile.Tpo .deps/pcre_compile.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_config.o -MD -MP -MF .deps/pcre_config.Tpo -c -o pcre_config.o pcre_config.c
brew: superenv removed: -O2
mv -f .deps/pcre_config.Tpo .deps/pcre_config.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_dfa_exec.o -MD -MP -MF .deps/pcre_dfa_exec.Tpo -c -o pcre_dfa_exec.o pcre_dfa_exec.c
brew: superenv removed: -O2
mv -f .deps/pcre_dfa_exec.Tpo .deps/pcre_dfa_exec.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_exec.o -MD -MP -MF .deps/pcre_exec.Tpo -c -o pcre_exec.o pcre_exec.c
brew: superenv removed: -O2
mv -f .deps/pcre_exec.Tpo .deps/pcre_exec.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_fullinfo.o -MD -MP -MF .deps/pcre_fullinfo.Tpo -c -o pcre_fullinfo.o pcre_fullinfo.c
brew: superenv removed: -O2
mv -f .deps/pcre_fullinfo.Tpo .deps/pcre_fullinfo.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_get.o -MD -MP -MF .deps/pcre_get.Tpo -c -o pcre_get.o pcre_get.c
brew: superenv removed: -O2
mv -f .deps/pcre_get.Tpo .deps/pcre_get.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_globals.o -MD -MP -MF .deps/pcre_globals.Tpo -c -o pcre_globals.o pcre_globals.c
brew: superenv removed: -O2
mv -f .deps/pcre_globals.Tpo .deps/pcre_globals.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_info.o -MD -MP -MF .deps/pcre_info.Tpo -c -o pcre_info.o pcre_info.c
brew: superenv removed: -O2
mv -f .deps/pcre_info.Tpo .deps/pcre_info.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_maketables.o -MD -MP -MF .deps/pcre_maketables.Tpo -c -o pcre_maketables.o pcre_maketables.c
brew: superenv removed: -O2
mv -f .deps/pcre_maketables.Tpo .deps/pcre_maketables.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_newline.o -MD -MP -MF .deps/pcre_newline.Tpo -c -o pcre_newline.o pcre_newline.c
brew: superenv removed: -O2
mv -f .deps/pcre_newline.Tpo .deps/pcre_newline.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_ord2utf8.o -MD -MP -MF .deps/pcre_ord2utf8.Tpo -c -o pcre_ord2utf8.o pcre_ord2utf8.c
brew: superenv removed: -O2
mv -f .deps/pcre_ord2utf8.Tpo .deps/pcre_ord2utf8.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_refcount.o -MD -MP -MF .deps/pcre_refcount.Tpo -c -o pcre_refcount.o pcre_refcount.c
brew: superenv removed: -O2
mv -f .deps/pcre_refcount.Tpo .deps/pcre_refcount.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_study.o -MD -MP -MF .deps/pcre_study.Tpo -c -o pcre_study.o pcre_study.c
brew: superenv removed: -O2
mv -f .deps/pcre_study.Tpo .deps/pcre_study.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_tables.o -MD -MP -MF .deps/pcre_tables.Tpo -c -o pcre_tables.o pcre_tables.c
brew: superenv removed: -O2
mv -f .deps/pcre_tables.Tpo .deps/pcre_tables.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_try_flipped.o -MD -MP -MF .deps/pcre_try_flipped.Tpo -c -o pcre_try_flipped.o pcre_try_flipped.c
brew: superenv removed: -O2
mv -f .deps/pcre_try_flipped.Tpo .deps/pcre_try_flipped.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_ucp_searchfuncs.o -MD -MP -MF .deps/pcre_ucp_searchfuncs.Tpo -c -o pcre_ucp_searchfuncs.o pcre_ucp_searchfuncs.c
brew: superenv removed: -O2
mv -f .deps/pcre_ucp_searchfuncs.Tpo .deps/pcre_ucp_searchfuncs.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_valid_utf8.o -MD -MP -MF .deps/pcre_valid_utf8.Tpo -c -o pcre_valid_utf8.o pcre_valid_utf8.c
brew: superenv removed: -O2
mv -f .deps/pcre_valid_utf8.Tpo .deps/pcre_valid_utf8.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_version.o -MD -MP -MF .deps/pcre_version.Tpo -c -o pcre_version.o pcre_version.c
brew: superenv removed: -O2
mv -f .deps/pcre_version.Tpo .deps/pcre_version.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_xclass.o -MD -MP -MF .deps/pcre_xclass.Tpo -c -o pcre_xclass.o pcre_xclass.c
brew: superenv removed: -O2
mv -f .deps/pcre_xclass.Tpo .deps/pcre_xclass.Po
cc -DHAVE_CONFIG_H -I. -O2 -MT pcre_chartables.o -MD -MP -MF .deps/pcre_chartables.Tpo -c -o pcre_chartables.o pcre_chartables.c
brew: superenv removed: -O2
mv -f .deps/pcre_chartables.Tpo .deps/pcre_chartables.Po
rm -f libpcre.a
ar cru libpcre.a pcre_compile.o pcre_config.o pcre_dfa_exec.o pcre_exec.o pcre_fullinfo.o pcre_get.o pcre_globals.o pcre_info.o pcre_maketables.o pcre_newline.o pcre_ord2utf8.o pcre_refcount.o pcre_study.o pcre_tables.o pcre_try_flipped.o pcre_ucp_searchfuncs.o pcre_valid_utf8.o pcre_version.o pcre_xclass.o pcre_chartables.o
ranlib libpcre.a
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
Compiling libdnet
Making all in include
/usr/bin/make all-recursive
Making all in dnet
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
Making all in src
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o addr-util.lo addr-util.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c addr-util.c -o addr-util.o
brew: superenv removed: -g -O2 -Wall
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o addr.lo addr.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c addr.c -o addr.o
brew: superenv removed: -g -O2 -Wall
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o blob.lo blob.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c blob.c -o blob.o
brew: superenv removed: -g -O2 -Wall
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o ip-util.lo ip-util.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c ip-util.c -o ip-util.o
brew: superenv removed: -g -O2 -Wall
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o ip6.lo ip6.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c ip6.c -o ip6.o
brew: superenv removed: -g -O2 -Wall
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o rand.lo rand.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c rand.c -o rand.o
brew: superenv removed: -g -O2 -Wall
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o arp-bsd.lo arp-bsd.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c arp-bsd.c -o arp-bsd.o
brew: superenv removed: -g -O2 -Wall
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o eth-bsd.lo eth-bsd.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c eth-bsd.c -o eth-bsd.o
brew: superenv removed: -g -O2 -Wall
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o fw-none.lo fw-none.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c fw-none.c -o fw-none.o
brew: superenv removed: -g -O2 -Wall
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o intf.lo intf.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c intf.c -o intf.o
brew: superenv removed: -g -O2 -Wall
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o ip.lo ip.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c ip.c -o ip.o
brew: superenv removed: -g -O2 -Wall
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o route-bsd.lo route-bsd.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c route-bsd.c -o route-bsd.o
brew: superenv removed: -g -O2 -Wall
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o tun-none.lo tun-none.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c tun-none.c -o tun-none.o
brew: superenv removed: -g -O2 -Wall
/bin/sh ../libtool --tag=CC --mode=link cc -g -O2 -Wall -version-info 1:1:0 -o libdnet.la -rpath /usr/local/Cellar/nmap/6.25/lib addr-util.lo addr.lo blob.lo ip-util.lo ip6.lo rand.lo arp-bsd.lo eth-bsd.lo fw-none.lo intf.lo ip.lo route-bsd.lo tun-none.lo
libtool: link: ar cru .libs/libdnet.a addr-util.o addr.o blob.o ip-util.o ip6.o rand.o arp-bsd.o eth-bsd.o fw-none.o intf.o ip.o route-bsd.o tun-none.o
libtool: link: ranlib .libs/libdnet.a
libtool: link: ( cd ".libs" && rm -f "libdnet.la" && ln -s "../libdnet.la" "libdnet.la" )
make[2]: Nothing to be done for `all-am'.
Compiling libnbase
cd nbase && /usr/bin/make
cc -g -O2 -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o snprintf.o snprintf.c
brew: superenv removed: -g -O2 -Wall
cc -g -O2 -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_str.o nbase_str.c
brew: superenv removed: -g -O2 -Wall
cc -g -O2 -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_misc.o nbase_misc.c
brew: superenv removed: -g -O2 -Wall
cc -g -O2 -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_memalloc.o nbase_memalloc.c
brew: superenv removed: -g -O2 -Wall
cc -g -O2 -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_rnd.o nbase_rnd.c
brew: superenv removed: -g -O2 -Wall
cc -g -O2 -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_addrset.o nbase_addrset.c
brew: superenv removed: -g -O2 -Wall
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
ranlib libnbase.a
Compiling libnsock
cd nsock/src && /usr/bin/make
Makefile:80: makefile.dep: No such file or directory
cc -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
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall error.c -o error.o
brew: superenv removed: -g -O2 -Wall
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall filespace.c -o filespace.o
brew: superenv removed: -g -O2 -Wall
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall gh_list.c -o gh_list.o
brew: superenv removed: -g -O2 -Wall
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall nsock_connect.c -o nsock_connect.o
brew: superenv removed: -g -O2 -Wall
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall nsock_core.c -o nsock_core.o
brew: superenv removed: -g -O2 -Wall
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall nsock_iod.c -o nsock_iod.o
brew: superenv removed: -g -O2 -Wall
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall nsock_read.c -o nsock_read.o
brew: superenv removed: -g -O2 -Wall
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall nsock_timers.c -o nsock_timers.o
brew: superenv removed: -g -O2 -Wall
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall nsock_write.c -o nsock_write.o
brew: superenv removed: -g -O2 -Wall
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall nsock_ssl.c -o nsock_ssl.o
brew: superenv removed: -g -O2 -Wall
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall nsock_event.c -o nsock_event.o
brew: superenv removed: -g -O2 -Wall
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall nsock_pool.c -o nsock_pool.o
brew: superenv removed: -g -O2 -Wall
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall netutils.c -o netutils.o
brew: superenv removed: -g -O2 -Wall
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall nsock_pcap.c -o nsock_pcap.o
brew: superenv removed: -g -O2 -Wall
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall nsock_engines.c -o nsock_engines.o
brew: superenv removed: -g -O2 -Wall
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall engine_select.c -o engine_select.o
brew: superenv removed: -g -O2 -Wall
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall engine_epoll.c -o engine_epoll.o
brew: superenv removed: -g -O2 -Wall
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall engine_kqueue.c -o engine_kqueue.o
brew: superenv removed: -g -O2 -Wall
cc -c -I../../nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -I../../libpcap -g -O2 -Wall engine_poll.c -o engine_poll.o
brew: superenv removed: -g -O2 -Wall
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
/usr/bin/ranlib: file: libnsock.a(engine_epoll.o) has no symbols
ranlib libnsock.a
ranlib: file: libnsock.a(engine_epoll.o) has no symbols
cd ncat && /usr/bin/make
Makefile:180: makefile.dep: No such file or directory
cc -MM -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/Cellar/nmap/6.25/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase ncat_main.c ncat_connect.c ncat_core.c ncat_posix.c ncat_listen.c ncat_proxy.c ncat_ssl.c base64.c http.c util.c sys_wrap.c http_digest.c > makefile.dep
cc -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/Cellar/nmap/6.25/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c ncat_main.c -o ncat_main.o
brew: superenv removed: -g -O2 -Wall
cc -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/Cellar/nmap/6.25/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c ncat_connect.c -o ncat_connect.o
brew: superenv removed: -g -O2 -Wall
cc -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/Cellar/nmap/6.25/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c ncat_core.c -o ncat_core.o
brew: superenv removed: -g -O2 -Wall
cc -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/Cellar/nmap/6.25/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c ncat_posix.c -o ncat_posix.o
brew: superenv removed: -g -O2 -Wall
cc -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/Cellar/nmap/6.25/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c ncat_listen.c -o ncat_listen.o
brew: superenv removed: -g -O2 -Wall
cc -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/Cellar/nmap/6.25/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c ncat_proxy.c -o ncat_proxy.o
brew: superenv removed: -g -O2 -Wall
cc -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/Cellar/nmap/6.25/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c ncat_ssl.c -o ncat_ssl.o
brew: superenv removed: -g -O2 -Wall
cc -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/Cellar/nmap/6.25/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c base64.c -o base64.o
brew: superenv removed: -g -O2 -Wall
cc -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/Cellar/nmap/6.25/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c http.c -o http.o
brew: superenv removed: -g -O2 -Wall
cc -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/Cellar/nmap/6.25/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c util.c -o util.o
brew: superenv removed: -g -O2 -Wall
cc -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/Cellar/nmap/6.25/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c sys_wrap.c -o sys_wrap.o
brew: superenv removed: -g -O2 -Wall
cc -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/Cellar/nmap/6.25/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c http_digest.c -o http_digest.o
brew: superenv removed: -g -O2 -Wall
cc -o ncat -g -O2 -Wall ncat_main.o ncat_connect.o ncat_core.o ncat_posix.o ncat_listen.o ncat_proxy.o ncat_ssl.o base64.o http.o util.o sys_wrap.o http_digest.o ../nsock/src/libnsock.a ../nbase/libnbase.a -lssl -lcrypto -lpcap -lssl -lcrypto
brew: superenv removed: -g -O2 -Wall
cc -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/Cellar/nmap/6.25/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c test/addrset.c -o test/addrset.o
brew: superenv removed: -g -O2 -Wall
cc -o test/addrset -g -O2 -Wall test/addrset.o ncat_core.o sys_wrap.o util.o -lssl -lcrypto ../nsock/src/libnsock.a ../nbase/libnbase.a -lssl -lcrypto -lpcap
brew: superenv removed: -g -O2 -Wall
cc -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/Cellar/nmap/6.25/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c test/test-uri.c -o test/test-uri.o
brew: superenv removed: -g -O2 -Wall
cc -o test/test-uri -g -O2 -Wall test/test-uri.o base64.o http.o ncat_core.o sys_wrap.o util.o -lssl -lcrypto ../nsock/src/libnsock.a ../nbase/libnbase.a -lssl -lcrypto -lpcap
brew: superenv removed: -g -O2 -Wall
cc -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/Cellar/nmap/6.25/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c test/test-cmdline-split.c -o test/test-cmdline-split.o
brew: superenv removed: -g -O2 -Wall
cc -o test/test-cmdline-split -g -O2 -Wall test/test-cmdline-split.o ncat_posix.o ncat_core.o sys_wrap.o util.o -lssl -lcrypto ../nsock/src/libnsock.a ../nbase/libnbase.a -lssl -lcrypto -lpcap
brew: superenv removed: -g -O2 -Wall
cc -DHAVE_CONFIG_H -DNCAT_DATADIR="\"/usr/local/Cellar/nmap/6.25/share/ncat\"" -D_FORTIFY_SOURCE=2 -I. -I.. -I../nsock/include/ -I../nbase -g -O2 -Wall -c test/test-wildcard.c -o test/test-wildcard.o
brew: superenv removed: -g -O2 -Wall
cc -o test/test-wildcard -g -O2 -Wall test/test-wildcard.o ncat_core.o ncat_ssl.o sys_wrap.o util.o -lssl -lcrypto ../nsock/src/libnsock.a ../nbase/libnbase.a -lssl -lcrypto -lpcap
brew: superenv removed: -g -O2 -Wall
sed -e 's/^#[ \t]*define[ \t]\+DEFAULT_CHANNEL[ \t]\+\(".*"\)/#define DEFAULT_CHANNEL "6.00"/' nmap-update/default_channel.h > nmap-update/default_channel.h.tmp
mv -f nmap-update/default_channel.h.tmp nmap-update/default_channel.h
cd nmap-update && /usr/bin/make
Makefile:59: makefile.dep: No such file or directory
cc -MM -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -I/usr/include/apr-1 -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I../nbase nmap-update.c svn_auth.c > makefile.dep
cc -c -o nmap-update.o -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -I/usr/include/apr-1 -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -I../nbase -g -O2 -Wall -Wno-deprecated-declarations nmap-update.c
brew: superenv removed: -g -O2 -Wall -Wno-deprecated-declarations
nmap-update.c:48:30: error: unknown type name 'svn_config_t'; did you mean
'svn_info_t'?
svn_config_t *cfg,
^~~~~~~~~~~~
svn_info_t
/usr/local/include/subversion-1/svn_client.h:2248:3: note: 'svn_info_t' declared
here
} svn_info_t;
^
nmap-update.c:859:2: error: unknown type name 'svn_config_t'; did you mean
'svn_info_t'?
svn_config_t *cfg;
^~~~~~~~~~~~
svn_info_t
/usr/local/include/subversion-1/svn_client.h:2248:3: note: 'svn_info_t' declared
here
} svn_info_t;
^
nmap-update.c:878:34: error: use of undeclared identifier
'SVN_CONFIG_CATEGORY_CONFIG'
cfg = apr_hash_get(ctx->config, SVN_CONFIG_CATEGORY_CONFIG,
^
nmap-update.c:880:27: error: use of undeclared identifier
'SVN_CONFIG_SECTION_GLOBAL'
svn_config_set_bool(cfg, SVN_CONFIG_SECTION_GLOBAL,
^
4 errors generated.
make[1]: *** [nmap-update.o] Error 1
make: *** [build-nmap-update] Error 2
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 1da2d5dd92dbe9baf7d6e047bcb7f39f06e9c52e
CPU: dual-core 64-bit penryn
OS X: 10.8.2-x86_64
Xcode: 4.6
CLT: 4.6.0.0.1.1358221012
X11: 2.7.4 => /opt/X11
==> ENV
CC: cc
CXX: c++
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/mountain_lion
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/python/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: nmap did not build
Logs: /Users/Edward/Library/Logs/Homebrew/nmap/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/nmap/6.25 --with-libpcre=included --with-liblua=included --without-zenmap --disable-universal
## --------- ##
## Platform. ##
## --------- ##
hostname = Eds-iMac.local
uname -m = x86_64
uname -r = 12.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 172 tasks, 869 threads, 2 processors
Load average: 1.90, Mach factor: 0.43
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Library/ENV/4.3
PATH: /usr/local/opt/python/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2364: checking whether NLS is requested
configure:2373: result: yes
configure:2447: checking build system type
configure:2461: result: x86_64-apple-darwin12.2.0
configure:2481: checking host system type
configure:2494: result: x86_64-apple-darwin12.2.0
configure:2562: checking for gcc
configure:2589: result: cc
configure:2818: checking for C compiler version
configure:2827: cc --version >&5
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
configure:2838: $? = 0
configure:2827: cc -v >&5
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/local/include'
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
configure:2838: $? = 0
configure:2827: cc -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
clang: error: no input files
configure:2838: $? = 1
configure:2827: cc -qversion >&5
clang: error: no input files
configure:2838: $? = 1
configure:2858: checking whether the C compiler works
configure:2880: cc conftest.c >&5
configure:2884: $? = 0
configure:2932: result: yes
configure:2935: checking for C compiler default output file name
configure:2937: result: a.out
configure:2943: checking for suffix of executables
configure:2950: cc -o conftest conftest.c >&5
configure:2954: $? = 0
configure:2976: result:
configure:2998: checking whether we are cross compiling
configure:3006: cc -o conftest conftest.c >&5
configure:3010: $? = 0
configure:3017: ./conftest
configure:3021: $? = 0
configure:3036: result: no
configure:3041: checking for suffix of object files
configure:3063: cc -c conftest.c >&5
configure:3067: $? = 0
configure:3088: result: o
configure:3092: checking whether we are using the GNU C compiler
configure:3111: cc -c conftest.c >&5
configure:3111: $? = 0
configure:3120: result: yes
configure:3129: checking whether cc accepts -g
configure:3149: cc -c -g conftest.c >&5
configure:3149: $? = 0
configure:3190: result: yes
configure:3207: checking for cc option to accept ISO C89
configure:3271: cc -c -g -O2 conftest.c >&5
configure:3271: $? = 0
configure:3284: result: none needed
configure:3305: checking for inline
configure:3321: cc -c -g -O2 conftest.c >&5
configure:3321: $? = 0
configure:3329: result: inline
configure:3396: checking for gcc
configure:3423: result: cc
configure:3652: checking for C compiler version
configure:3661: cc --version >&5
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
configure:3672: $? = 0
configure:3661: cc -v >&5
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/local/include'
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
configure:3672: $? = 0
configure:3661: cc -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
clang: error: no input files
configure:3672: $? = 1
configure:3661: cc -qversion >&5
clang: error: no input files
configure:3672: $? = 1
configure:3676: checking whether we are using the GNU C compiler
configure:3704: result: yes
configure:3713: checking whether cc accepts -g
configure:3774: result: yes
configure:3791: checking for cc option to accept ISO C89
configure:3868: result: none needed
configure:4000: checking for C++ compiler version
configure:4009: c++ --version >&5
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
configure:4020: $? = 0
configure:4009: c++ -v >&5
Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.2.0
Thread model: posix
clang: warning: argument unused during compilation: '-isystem /usr/local/include'
clang: warning: argument unused during compilation: '-isystem /usr/include/libxml2'
clang: warning: argument unused during compilation: '-isystem /System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/'
clang: warning: argument unused during compilation: '-L/usr/local/lib'
clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
configure:4020: $? = 0
configure:4009: c++ -V >&5
clang: error: unsupported option '-V -isystem/usr/local/include'
clang: error: no input files
configure:4020: $? = 1
configure:4009: c++ -qversion >&5
clang: error: no input files
configure:4020: $? = 1
configure:4024: checking whether we are using the GNU C++ compiler
configure:4043: c++ -c conftest.cpp >&5
configure:4043: $? = 0
configure:4052: result: yes
configure:4061: checking whether c++ accepts -g
configure:4081: c++ -c -g conftest.cpp >&5
configure:4081: $? = 0
configure:4122: result: yes
configure:4188: checking for ranlib
configure:4204: found /usr/bin/ranlib
configure:4215: result: ranlib
configure:4251: checking for a BSD-compatible install
configure:4319: result: /usr/bin/install -c
configure:4338: checking for __func__
configure:4353: cc -c -g -O2 conftest.c >&5
configure:4353: $? = 0
configure:4360: result: yes
configure:4448: checking for strip
configure:4466: found /usr/bin/strip
configure:4478: result: /usr/bin/strip
configure:4787: checking for main in -lm
configure:4806: cc -o conftest -g -O2 conftest.c -lm >&5
configure:4806: $? = 0
configure:4815: result: yes
configure:4838: checking how to run the C preprocessor
configure:4869: cc -E conftest.c
configure:4869: $? = 0
configure:4883: cc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4883: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define MACOSX 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4908: result: cc -E
configure:4928: cc -E conftest.c
configure:4928: $? = 0
configure:4942: cc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:4942: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define MACOSX 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4971: checking for grep that handles long lines and -e
configure:5029: result: /usr/bin/grep
configure:5034: checking for egrep
configure:5096: result: /usr/bin/grep -E
configure:5101: checking for ANSI C header files
configure:5121: cc -c -g -O2 conftest.c >&5
configure:5121: $? = 0
configure:5194: cc -o conftest -g -O2 conftest.c -lm >&5
configure:5194: $? = 0
configure:5194: ./conftest
configure:5194: $? = 0
configure:5205: result: yes
configure:5218: checking for sys/types.h
configure:5218: cc -c -g -O2 conftest.c >&5
configure:5218: $? = 0
configure:5218: result: yes
configure:5218: checking for sys/stat.h
configure:5218: cc -c -g -O2 conftest.c >&5
configure:5218: $? = 0
configure:5218: result: yes
configure:5218: checking for stdlib.h
configure:5218: cc -c -g -O2 conftest.c >&5
configure:5218: $? = 0
configure:5218: result: yes
configure:5218: checking for string.h
configure:5218: cc -c -g -O2 conftest.c >&5
configure:5218: $? = 0
configure:5218: result: yes
configure:5218: checking for memory.h
configure:5218: cc -c -g -O2 conftest.c >&5
configure:5218: $? = 0
configure:5218: result: yes
configure:5218: checking for strings.h
configure:5218: cc -c -g -O2 conftest.c >&5
configure:5218: $? = 0
configure:5218: result: yes
configure:5218: checking for inttypes.h
configure:5218: cc -c -g -O2 conftest.c >&5
configure:5218: $? = 0
configure:5218: result: yes
configure:5218: checking for stdint.h
configure:5218: cc -c -g -O2 conftest.c >&5
configure:5218: $? = 0
configure:5218: result: yes
configure:5218: checking for unistd.h
configure:5218: cc -c -g -O2 conftest.c >&5
configure:5218: $? = 0
configure:5218: result: yes
configure:5233: checking pwd.h usability
configure:5233: cc -c -g -O2 conftest.c >&5
configure:5233: $? = 0
configure:5233: result: yes
configure:5233: checking pwd.h presence
configure:5233: cc -E conftest.c
configure:5233: $? = 0
configure:5233: result: yes
configure:5233: checking for pwd.h
configure:5233: result: yes
configure:5233: checking termios.h usability
configure:5233: cc -c -g -O2 conftest.c >&5
configure:5233: $? = 0
configure:5233: result: yes
configure:5233: checking termios.h presence
configure:5233: cc -E conftest.c
configure:5233: $? = 0
configure:5233: result: yes
configure:5233: checking for termios.h
configure:5233: result: yes
configure:5233: checking sys/sockio.h usability
configure:5233: cc -c -g -O2 conftest.c >&5
configure:5233: $? = 0
configure:5233: result: yes
configure:5233: checking sys/sockio.h presence
configure:5233: cc -E conftest.c
configure:5233: $? = 0
configure:5233: result: yes
configure:5233: checking for sys/sockio.h
configure:5233: result: yes
configure:5245: checking for linux/rtnetlink.h
configure:5245: cc -c -g -O2 conftest.c >&5
conftest.c:26:10: fatal error: 'linux/rtnetlink.h' file not found
#include <linux/rtnetlink.h>
^
1 error generated.
configure:5245: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define MACOSX 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| /* end confdefs.h. */
| #include <netinet/in.h>
|
| #include <linux/rtnetlink.h>
configure:5245: result: no
configure:5258: checking sys/socket.h usability
configure:5258: cc -c -g -O2 conftest.c >&5
configure:5258: $? = 0
configure:5258: result: yes
configure:5258: checking sys/socket.h presence
configure:5258: cc -E conftest.c
configure:5258: $? = 0
configure:5258: result: yes
configure:5258: checking for sys/socket.h
configure:5258: result: yes
configure:5270: checking for net/if.h
configure:5270: cc -c -g -O2 conftest.c >&5
configure:5270: $? = 0
configure:5270: result: yes
configure:5294: checking for library containing setsockopt
configure:5325: cc -o conftest -g -O2 conftest.c -lm >&5
configure:5325: $? = 0
configure:5342: result: none required
configure:5350: checking for library containing gethostbyname
configure:5381: cc -o conftest -g -O2 conftest.c -lm >&5
configure:5381: $? = 0
configure:5398: result: none required
configure:5408: checking if AF_INET6 IPPROTO_RAW sockets include the packet header
configure:5419: result: no
configure:5471: checking for a Python interpreter with version >= 2.4
configure:5488: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.4'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:5491: $? = 0
configure:5497: result: python
configure:5505: checking for python
configure:5523: found /usr/local/opt/python/bin/python
configure:5535: result: /usr/local/opt/python/bin/python
configure:5562: checking for python version
configure:5569: result: 2.7
configure:5581: checking for python platform
configure:5588: result: darwin
configure:5595: checking for python script directory
configure:5623: result: ${prefix}/lib/python2.7/site-packages
configure:5632: checking for python extension module directory
configure:5660: result: ${exec_prefix}/lib/python2.7/site-packages
configure:6020: checking openssl/ssl.h usability
configure:6020: cc -c -g -O2 conftest.c >&5
configure:6020: $? = 0
configure:6020: result: yes
configure:6020: checking openssl/ssl.h presence
configure:6020: cc -E conftest.c
configure:6020: $? = 0
configure:6020: result: yes
configure:6020: checking for openssl/ssl.h
configure:6020: result: yes
configure:6037: checking for BIO_int_ctrl in -lcrypto
configure:6062: cc -o conftest -g -O2 conftest.c -lcrypto -lm >&5
configure:6062: $? = 0
configure:6071: result: yes
configure:6088: checking for SSL_new in -lssl
configure:6113: cc -o conftest -g -O2 conftest.c -lssl -lcrypto -lm >&5
configure:6113: $? = 0
configure:6122: result: yes
configure:6157: checking pcap.h usability
configure:6157: cc -c -g -O2 conftest.c >&5
configure:6157: $? = 0
configure:6157: result: yes
configure:6157: checking pcap.h presence
configure:6157: cc -E conftest.c
configure:6157: $? = 0
configure:6157: result: yes
configure:6157: checking for pcap.h
configure:6157: result: yes
configure:6160: checking for pcap_datalink in -lpcap
configure:6185: cc -o conftest -g -O2 conftest.c -lpcap -lm >&5
configure:6185: $? = 0
configure:6194: result: yes
configure:6291: checking sys/ioccom.h usability
configure:6291: cc -c -g -O2 conftest.c >&5
configure:6291: $? = 0
configure:6291: result: yes
configure:6291: checking sys/ioccom.h presence
configure:6291: cc -E conftest.c
configure:6291: $? = 0
configure:6291: result: yes
configure:6291: checking for sys/ioccom.h
configure:6291: result: yes
configure:6291: checking sys/time.h usability
configure:6291: cc -c -g -O2 conftest.c >&5
configure:6291: $? = 0
configure:6291: result: yes
configure:6291: checking sys/time.h presence
configure:6291: cc -E conftest.c
configure:6291: $? = 0
configure:6291: result: yes
configure:6291: checking for sys/time.h
configure:6291: result: yes
configure:6291: checking net/bpf.h usability
configure:6291: cc -c -g -O2 conftest.c >&5
configure:6291: $? = 0
configure:6291: result: yes
configure:6291: checking net/bpf.h presence
configure:6291: cc -E conftest.c
configure:6291: $? = 0
configure:6291: result: yes
configure:6291: checking for net/bpf.h
configure:6291: result: yes
configure:6301: checking if libpcap is suitable
configure:6325: cc -o conftest -g -O2 conftest.c -lm -lpcap >&5
configure:6325: $? = 0
configure:6325: ./conftest
configure:6325: $? = 0
configure:6363: cc -o conftest -g -O2 conftest.c -lm -lpcap >&5
configure:6363: $? = 0
configure:6363: ./conftest
configure:6363: $? = 0
configure:6365: checking whether pcap_get_selectable_fd is declared
configure:6365: cc -c -g -O2 conftest.c >&5
configure:6365: $? = 0
configure:6365: result: yes
configure:6368: result: yes
configure:6738: checking for library containing dlopen
configure:6769: cc -o conftest -g -O2 -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre conftest.c -lm >&5
configure:6769: $? = 0
configure:6786: result: none required
configure:7002: result: yes
configure:7052: checking linear.h usability
configure:7052: cc -c -g -O2 -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre conftest.c >&5
conftest.c:66:10: fatal error: 'linear.h' file not found
#include <linear.h>
^
1 error generated.
configure:7052: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define MACOSX 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_SYS_IOCCOM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NET_BPF_H 1
| #define HAVE_LIBPCAP 1
| #define PCRE_INCLUDED 1
| #define DNET_INCLUDED 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linear.h>
configure:7052: result: no
configure:7052: checking linear.h presence
configure:7052: cc -E -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre conftest.c
conftest.c:33:10: fatal error: 'linear.h' file not found
#include <linear.h>
^
1 error generated.
configure:7052: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define MACOSX 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_SYS_IOCCOM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NET_BPF_H 1
| #define HAVE_LIBPCAP 1
| #define PCRE_INCLUDED 1
| #define DNET_INCLUDED 1
| /* end confdefs.h. */
| #include <linear.h>
configure:7052: result: no
configure:7052: checking for linear.h
configure:7052: result: no
configure:7111: result: no
configure:7135: checking whether byte ordering is bigendian
configure:7150: cc -c -g -O2 -I$(top_srcdir)/liblinear -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre conftest.c >&5
configure:7150: $? = 0
configure:7195: cc -c -g -O2 -I$(top_srcdir)/liblinear -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre conftest.c >&5
configure:7195: $? = 0
configure:7213: cc -c -g -O2 -I$(top_srcdir)/liblinear -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre conftest.c >&5
conftest.c:41:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:7213: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define MACOSX 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_SYS_IOCCOM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NET_BPF_H 1
| #define HAVE_LIBPCAP 1
| #define PCRE_INCLUDED 1
| #define DNET_INCLUDED 1
| #define LIBLINEAR_INCLUDED 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:7341: result: no
configure:7360: checking if struct in_addr is a wacky huge structure (some Sun boxes)
configure:7374: cc -c -g -O2 -I$(top_srcdir)/liblinear -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre conftest.c >&5
conftest.c:38:21: error: no member named '_S_un' in 'struct in_addr'
struct in_addr i; i._S_un._S_addr;
~ ^
1 error generated.
configure:7374: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define MACOSX 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_SYS_IOCCOM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NET_BPF_H 1
| #define HAVE_LIBPCAP 1
| #define PCRE_INCLUDED 1
| #define DNET_INCLUDED 1
| #define LIBLINEAR_INCLUDED 1
| /* end confdefs.h. */
| #include <netinet/in.h>
| int
| main ()
| {
| struct in_addr i; i._S_un._S_addr;
| ;
| return 0;
| }
configure:7394: cc -c -g -O2 -I$(top_srcdir)/liblinear -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre conftest.c >&5
conftest.c:39:21: error: no member named 'S_un' in 'struct in_addr'
struct in_addr i; i.S_un.S_addr;
~ ^
1 error generated.
configure:7394: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define MACOSX 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_SYS_IOCCOM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NET_BPF_H 1
| #define HAVE_LIBPCAP 1
| #define PCRE_INCLUDED 1
| #define DNET_INCLUDED 1
| #define LIBLINEAR_INCLUDED 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <netinet/in.h>
| int
| main ()
| {
| struct in_addr i; i.S_un.S_addr;
| ;
| return 0;
| }
configure:7402: result: no
configure:7409: checking if struct icmp exists
configure:7434: cc -c -g -O2 -I$(top_srcdir)/liblinear -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre conftest.c >&5
configure:7434: $? = 0
configure:7441: result: yes
configure:7448: checking if struct ip exists
configure:7472: cc -c -g -O2 -I$(top_srcdir)/liblinear -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre conftest.c >&5
configure:7472: $? = 0
configure:7479: result: yes
configure:7486: checking if struct ip has ip_sum member
configure:7511: cc -c -g -O2 -I$(top_srcdir)/liblinear -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre conftest.c >&5
configure:7511: $? = 0
configure:7518: result: yes
configure:7527: checking for strerror
configure:7527: cc -o conftest -g -O2 -I$(top_srcdir)/liblinear -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre conftest.c -lm >&5
conftest.c:60:6: warning: incompatible redeclaration of library function 'strerror'
char strerror ();
^
conftest.c:60:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:7527: $? = 0
configure:7527: result: yes
configure:7543: checking for type of 6th argument to recvfrom()
configure:7564: c++ -c -no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing -I$(top_srcdir)/liblinear -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre conftest.cpp >&5
configure:7564: $? = 0
configure:7578: result: socklen_t
configure:7719: checking for APR
configure:7798: result: yes
configure:7829: checking svn_client.h usability
configure:7829: cc -c -g -O2 -I$(top_srcdir)/liblinear -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre -I$(top_srcdir)/nbase -I$(top_srcdir)/nsock/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -I/usr/include/apr-1 conftest.c >&5
conftest.c:72:10: fatal error: 'svn_client.h' file not found
#include <svn_client.h>
^
1 error generated.
configure:7829: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define MACOSX 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_SYS_IOCCOM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NET_BPF_H 1
| #define HAVE_LIBPCAP 1
| #define PCRE_INCLUDED 1
| #define DNET_INCLUDED 1
| #define LIBLINEAR_INCLUDED 1
| #define HAVE_STRUCT_ICMP 1
| #define HAVE_STRUCT_IP 1
| #define HAVE_IP_IP_SUM 1
| #define HAVE_STRERROR 1
| #define recvfrom6_t socklen_t
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <svn_client.h>
configure:7829: result: no
configure:7829: checking svn_client.h presence
configure:7829: cc -E -I$(top_srcdir)/liblinear -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre -I$(top_srcdir)/nbase -I$(top_srcdir)/nsock/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -I/usr/include/apr-1 conftest.c
conftest.c:39:10: fatal error: 'svn_client.h' file not found
#include <svn_client.h>
^
1 error generated.
configure:7829: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define MACOSX 1
| #define HAVE_LIBM 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_OPENSSL 1
| #define HAVE_SYS_IOCCOM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_NET_BPF_H 1
| #define HAVE_LIBPCAP 1
| #define PCRE_INCLUDED 1
| #define DNET_INCLUDED 1
| #define LIBLINEAR_INCLUDED 1
| #define HAVE_STRUCT_ICMP 1
| #define HAVE_STRUCT_IP 1
| #define HAVE_IP_IP_SUM 1
| #define HAVE_STRERROR 1
| #define recvfrom6_t socklen_t
| /* end confdefs.h. */
| #include <svn_client.h>
configure:7829: result: no
configure:7829: checking for svn_client.h
configure:7829: result: no
configure:7834: checking subversion-1/svn_client.h usability
configure:7834: cc -c -g -O2 -I$(top_srcdir)/liblinear -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre -I$(top_srcdir)/nbase -I$(top_srcdir)/nsock/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -I/usr/include/apr-1 conftest.c >&5
configure:7834: $? = 0
configure:7834: result: yes
configure:7834: checking subversion-1/svn_client.h presence
configure:7834: cc -E -I$(top_srcdir)/liblinear -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre -I$(top_srcdir)/nbase -I$(top_srcdir)/nsock/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -I/usr/include/apr-1 conftest.c
configure:7834: $? = 0
configure:7834: result: yes
configure:7834: checking for subversion-1/svn_client.h
configure:7834: result: yes
configure:7849: checking for svn_client_create_context in -lsvn_client-1
configure:7874: cc -o conftest -g -O2 -I$(top_srcdir)/liblinear -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre -I$(top_srcdir)/nbase -I$(top_srcdir)/nsock/include -Lnbase -Lnsock/src/ conftest.c -lsvn_client-1 -lm >&5
configure:7874: $? = 0
configure:7883: result: yes
configure:8053: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Eds-iMac.local
config.status:930: creating Makefile
config.status:1033: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
config.status:930: creating libnetutil/Makefile
config.status:930: creating nmap_config.h
configure:9296: === configuring in nping (/private/tmp/nmap-27fh/nmap-6.25/nping)
configure:9359: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/nmap/6.25' '--with-libpcre=included' '--with-liblua=included' '--without-zenmap' '--disable-universal' 'CC=cc' 'CXX=c++' --cache-file=/dev/null --srcdir=.
configure:9296: === configuring in libpcre (/private/tmp/nmap-27fh/nmap-6.25/libpcre)
configure:9359: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/nmap/6.25' '--with-libpcre=included' '--with-liblua=included' '--without-zenmap' '--disable-universal' 'CC=cc' 'CXX=c++' --cache-file=/dev/null --srcdir=.
configure:9296: === configuring in libdnet-stripped (/private/tmp/nmap-27fh/nmap-6.25/libdnet-stripped)
configure:9359: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/nmap/6.25' '--with-libpcre=included' '--with-liblua=included' '--without-zenmap' '--disable-universal' 'CC=cc' 'CXX=c++' --cache-file=/dev/null --srcdir=.
configure:9296: === configuring in nbase (/private/tmp/nmap-27fh/nmap-6.25/nbase)
configure:9359: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/nmap/6.25' '--with-libpcre=included' '--with-liblua=included' '--without-zenmap' '--disable-universal' 'CC=cc' 'CXX=c++' --cache-file=/dev/null --srcdir=.
configure:9296: === configuring in nsock/src (/private/tmp/nmap-27fh/nmap-6.25/nsock/src)
configure:9359: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/nmap/6.25' '--with-libpcre=included' '--with-liblua=included' '--without-zenmap' '--disable-universal' 'CC=cc' 'CXX=c++' --cache-file=/dev/null --srcdir=.
configure:9296: === configuring in ncat (/private/tmp/nmap-27fh/nmap-6.25/ncat)
configure:9359: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/nmap/6.25' '--with-libpcre=included' '--with-liblua=included' '--without-zenmap' '--disable-universal' 'CC=cc' 'CXX=c++' --cache-file=/dev/null --srcdir=.
configure:9296: === configuring in nmap-update (/private/tmp/nmap-27fh/nmap-6.25/nmap-update)
configure:9359: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/nmap/6.25' '--with-libpcre=included' '--with-liblua=included' '--without-zenmap' '--disable-universal' 'CC=cc' 'CXX=c++' --cache-file=/dev/null --srcdir=.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin12.2.0
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=c++
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_strerror=yes
ac_cv_have_decl_pcap_get_selectable_fd=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_linear_h=no
ac_cv_header_linux_rtnetlink_h=no
ac_cv_header_memory_h=yes
ac_cv_header_net_bpf_h=yes
ac_cv_header_net_if_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_pcap_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_subversion_1_svn_client_h=yes
ac_cv_header_svn_client_h=no
ac_cv_header_sys_ioccom_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_sockio_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin12.2.0
ac_cv_ip_has_ip_sum=yes
ac_cv_lib_crypto_BIO_int_ctrl=yes
ac_cv_lib_m_main=yes
ac_cv_lib_pcap_pcap_datalink=yes
ac_cv_lib_ssl_SSL_new=yes
ac_cv_lib_svn_client_1_svn_client_create_context=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PYTHON=/usr/local/opt/python/bin/python
ac_cv_path_ac_pt_STRIP=/usr/bin/strip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='cc -E'
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_search_dlopen='none required'
ac_cv_search_gethostbyname='none required'
ac_cv_search_setsockopt='none required'
ac_cv_struct_icmp_exists=yes
ac_cv_struct_ip_exists=yes
am_cv_pathless_PYTHON=python
am_cv_python_platform=darwin
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
am_cv_python_version=2.7
## ----------------- ##
## Output variables. ##
## ----------------- ##
BUILDNDIFF='build-ndiff'
BUILDNPING='build-nping'
BUILDZENMAP=''
CC='cc'
CFLAGS='-g -O2'
COMPAT_OBJS=''
COMPAT_SRCS=''
CPP='cc -E'
CPPFLAGS='-I$(top_srcdir)/liblinear -I$(top_srcdir)/liblua -I$(top_srcdir)/libdnet-stripped/include -I$(top_srcdir)/libpcre -I$(top_srcdir)/nbase -I$(top_srcdir)/nsock/include'
CXX='c++'
CXXFLAGS='-no-cpp-precomp -g -O2 -Wall -fno-strict-aliasing'
DEFS='-DHAVE_CONFIG_H'
DNET_BUILD='dnet_build'
DNET_CLEAN='dnet_clean'
DNET_DEPENDS='$(top_srcdir)/libdnet-stripped/src/.libs/libdnet.a'
DNET_DIST_CLEAN='dnet_dist_clean'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALLNDIFF='install-ndiff'
INSTALLNPING='install-nping'
INSTALLNSE='install-nse'
INSTALLZENMAP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=' -Lnbase -Lnsock/src/'
LIBDNETDIR='libdnet-stripped'
LIBDNET_LIBS='$(top_srcdir)/libdnet-stripped/src/.libs/libdnet.a'
LIBLINEARDIR='liblinear'
LIBLINEAR_BUILD='liblinear_build'
LIBLINEAR_CLEAN='liblinear_clean'
LIBLINEAR_DEPENDS='$(top_srcdir)/liblinear/liblinear.a'
LIBLINEAR_DIST_CLEAN='liblinear_dist_clean'
LIBLINEAR_LIBS='$(top_srcdir)/liblinear/liblinear.a'
LIBLUADIR='liblua'
LIBLUA_LIBS='$(top_srcdir)/liblua/liblua.a'
LIBNBASE_LIBS='-lnbase'
LIBNSOCK_LIBS='-lnsock'
LIBOBJS=''
LIBPCAP_LIBS='-lpcap'
LIBPCREDIR='libpcre'
LIBPCRE_LIBS='libpcre/libpcre.a'
LIBS='-lsvn_client-1 -lm '
LTLIBOBJS=''
LUA_BUILD='lua_build'
LUA_CFLAGS='-DLUA_USE_MACOSX'
LUA_CLEAN='lua_clean'
LUA_DEPENDS='$(top_srcdir)/liblua/liblua.a'
LUA_DIST_CLEAN='lua_dist_clean'
NBASEDIR='nbase'
NBASE_BUILD='nbase_build'
NCATDIR='ncat'
NCAT_BUILD='ncat_build'
NCAT_CLEAN='ncat_clean'
NCAT_DIST_CLEAN='ncat_dist_clean'
NCAT_INSTALL='install-ncat'
NCAT_UNINSTALL='uninstall-ncat'
NDIFFDIR='ndiff'
NDIFF_CLEAN='ndiff_clean'
NDIFF_DIST_CLEAN='ndiff_dist_clean'
NMAP_UPDATE_BUILD='build-nmap-update'
NMAP_UPDATE_CLEAN='clean-nmap-update'
NMAP_UPDATE_DIST_CLEAN='distclean-nmap-update'
NMAP_UPDATE_INSTALL='install-nmap-update'
NMAP_UPDATE_UNINSTALL='uninstall-nmap-update'
NPINGDIR='nping'
NPING_CLEAN='nping_clean'
NPING_DIST_CLEAN='nping_dist_clean'
NSOCKDIR='nsock'
NSOCK_BUILD='nsock_build'
OBJEXT='o'
OPENSSL_LIBS='-lssl -lcrypto'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PCAP_BUILD=''
PCAP_CLEAN=''
PCAP_DEPENDS=''
PCAP_DIST_CLEAN=''
PCRE_BUILD='pcre_build'
PCRE_CLEAN='pcre_clean'
PCRE_DEPENDS='libpcre/libpcre.a'
PCRE_DIST_CLEAN='pcre_dist_clean'
PYTHON='/usr/local/opt/python/bin/python'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_PLATFORM='darwin'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.7'
RANLIB='ranlib'
SHELL='/bin/sh'
STRIP='/usr/bin/strip'
UNINSTALLNPING='uninstall-nping'
UNINSTALLZENMAP=''
USE_NLS='yes'
ZENMAPDIR='zenmap'
ZENMAP_CLEAN=''
ZENMAP_DIST_CLEAN=''
ac_ct_CC='cc'
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin12.2.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin12.2.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin12.2.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin12.2.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libpcapdir='libpcap'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pcredir='libpcre'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/'
pkgpythondir='${pythondir}/'
prefix='/usr/local/Cellar/nmap/6.25'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
pythondir='${prefix}/lib/python2.7/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' nping libpcre libdnet-stripped nbase nsock/src ncat nmap-update'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define MACOSX 1
#define HAVE_LIBM 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_PWD_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_SYS_SOCKIO_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NET_IF_H 1
#define HAVE_OPENSSL 1
#define HAVE_SYS_IOCCOM_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_NET_BPF_H 1
#define HAVE_LIBPCAP 1
#define PCRE_INCLUDED 1
#define DNET_INCLUDED 1
#define LIBLINEAR_INCLUDED 1
#define HAVE_STRUCT_ICMP 1
#define HAVE_STRUCT_IP 1
#define HAVE_IP_IP_SUM 1
#define HAVE_STRERROR 1
#define recvfrom6_t socklen_t
#define HAVE_LIBSVN_CLIENT_1 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment