Ticket #15042: nmap_error.txt

File nmap_error.txt, 78.6 KB (added by kriss@…, 16 years ago)

output of sudo -dv install nmap

Line 
1$ sudo port clean --work nmap
2--->  Cleaning nmap
3$ sudo port -dv install nmap
4DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/net/nmap
5DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/nmap
6DEBUG: Requested variant darwin is not provided by port nmap.
7DEBUG: Requested variant i386 is not provided by port nmap.
8DEBUG: Requested variant macosx is not provided by port nmap.
9DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/net/libpcap
10DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/libpcap
11DEBUG: Requested variant darwin is not provided by port libpcap.
12DEBUG: Requested variant i386 is not provided by port libpcap.
13DEBUG: Requested variant macosx is not provided by port libpcap.
14DEBUG: Searching for dependency: libpcap
15DEBUG: Found Dependency: receipt exists for libpcap
16DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/openssl
17DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/openssl
18DEBUG: Requested variant i386 is not provided by port openssl.
19DEBUG: Requested variant macosx is not provided by port openssl.
20DEBUG: Executing variant darwin provides darwin
21DEBUG: Searching for dependency: openssl
22DEBUG: Found Dependency: receipt exists for openssl
23DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pcre
24DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/pcre
25DEBUG: Requested variant darwin is not provided by port pcre.
26DEBUG: Requested variant i386 is not provided by port pcre.
27DEBUG: Requested variant macosx is not provided by port pcre.
28DEBUG: Searching for dependency: pcre
29DEBUG: Found Dependency: receipt exists for pcre
30DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib
31DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib
32DEBUG: Requested variant darwin is not provided by port zlib.
33DEBUG: Requested variant i386 is not provided by port zlib.
34DEBUG: Requested variant macosx is not provided by port zlib.
35DEBUG: Searching for dependency: zlib
36DEBUG: Found Dependency: receipt exists for zlib
37DEBUG: Executing org.macports.main (nmap)
38--->  Fetching nmap
39DEBUG: Executing org.macports.fetch (nmap)
40--->  Verifying checksum(s) for nmap
41DEBUG: Executing org.macports.checksum (nmap)
42--->  Checksumming nmap-4.60.tar.bz2
43DEBUG: Correct (md5) checksum for nmap-4.60.tar.bz2
44DEBUG: Correct (sha1) checksum for nmap-4.60.tar.bz2
45DEBUG: Correct (rmd160) checksum for nmap-4.60.tar.bz2
46DEBUG: setting option extract.cmd to /usr/bin/bzip2
47--->  Extracting nmap
48DEBUG: Executing org.macports.extract (nmap)
49--->  Extracting nmap-4.60.tar.bz2
50DEBUG: setting option extract.args to /opt/local/var/macports/distfiles/nmap/nmap-4.60.tar.bz2
51DEBUG: Environment:
52DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nmap/work" && /usr/bin/bzip2 -dc /opt/local/var/macports/distfiles/nmap/nmap-4.60.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf -'
53DEBUG: Executing org.macports.patch (nmap)
54--->  Configuring nmap
55DEBUG: Executing org.macports.configure (nmap)
56DEBUG: Using compiler 'Mac OS X gcc 4.0'
57DEBUG: Environment: CFLAGS='-O2' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2' CPP='/usr/bin/cpp-4.0' CXX='/usr/bin/g++-4.0' F90FLAGS='-O2' LDFLAGS='-L/opt/local/lib' FCFLAGS='-O2' OBJC='/usr/bin/gcc-4.0' INSTALL='/usr/bin/install' OBJCFLAGS='-O2' FFLAGS='-O2' CC='/usr/bin/gcc-4.0'
58DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nmap/work/nmap-4.60" && ./configure --prefix=/opt/local --without-zenmap --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --with-openssl=/opt/local --with-libpcre=/opt/local'
59checking build system type... i386-apple-darwin9.2.2
60checking host system type... i386-apple-darwin9.2.2
61checking for gcc... /usr/bin/gcc-4.0
62checking for C compiler default output file name... a.out
63checking whether the C compiler works... yes
64checking whether we are cross compiling... no
65checking for suffix of executables...
66checking for suffix of object files... o
67checking whether we are using the GNU C compiler... yes
68checking whether /usr/bin/gcc-4.0 accepts -g... yes
69checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed
70checking for inline... inline
71checking for gcc... (cached) /usr/bin/gcc-4.0
72checking whether we are using the GNU C compiler... (cached) yes
73checking whether /usr/bin/gcc-4.0 accepts -g... (cached) yes
74checking for /usr/bin/gcc-4.0 option to accept ISO C89... (cached) none needed
75checking whether we are using the GNU C++ compiler... yes
76checking whether /usr/bin/g++-4.0 accepts -g... yes
77checking for /usr/bin/g++-4.0... AVAILABLE
78checking whether the compiler is gcc 4 or greater... yes
79checking for __func__... yes
80checking for strip... /usr/bin/strip
81checking for main in -lm... yes
82checking how to run the C preprocessor... /usr/bin/cpp-4.0
83checking for grep that handles long lines and -e... /usr/bin/grep
84checking for egrep... /usr/bin/grep -E
85checking for ANSI C header files... yes
86checking for sys/types.h... yes
87checking for sys/stat.h... yes
88checking for stdlib.h... yes
89checking for string.h... yes
90checking for memory.h... yes
91checking for strings.h... yes
92checking for inttypes.h... yes
93checking for stdint.h... yes
94checking for unistd.h... yes
95checking pwd.h usability... yes
96checking pwd.h presence... yes
97checking for pwd.h... yes
98checking termios.h usability... yes
99checking termios.h presence... yes
100checking for termios.h... yes
101checking sys/sockio.h usability... yes
102checking sys/sockio.h presence... yes
103checking for sys/sockio.h... yes
104checking for library containing setsockopt... none required
105checking for library containing gethostbyname... none required
106checking pcap.h usability... yes
107checking pcap.h presence... yes
108checking for pcap.h... yes
109checking for pcap_datalink in -lpcap... no
110checking pcre/pcre.h usability... no
111checking pcre/pcre.h presence... no
112checking for pcre/pcre.h... no
113checking for library containing dlopen... none required
114checking lua.h usability... no
115checking lua.h presence... no
116checking for lua.h... no
117checking lua/lua.h usability... no
118checking lua/lua.h presence... no
119checking for lua/lua.h... no
120checking for lua version >= 501... no
121checking if sockaddr{} has sa_len member... yes
122checking whether byte ordering is bigendian... no
123checking if struct in_addr is a wacky huge structure (some Sun boxes)... no
124checking if struct icmp exists... yes
125checking if struct ip exists... yes
126checking if struct ip has ip_sum member... yes
127checking for strerror... yes
128checking for type of 6th argument to recvfrom()... socklen_t
129configure: creating ./config.status
130config.status: creating Makefile
131config.status: WARNING:  Makefile.in seems to ignore the --datarootdir setting
132config.status: creating config.h
133=== configuring in libpcap (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nmap/work/nmap-4.60/libpcap)
134configure: running /bin/sh ./configure '--prefix=/opt/local'  '--without-zenmap' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--with-openssl=/opt/local' '--with-libpcre=/opt/local' 'CC=/usr/bin/gcc-4.0' 'CFLAGS=-O2' 'LDFLAGS=-L/opt/local/lib' 'CPPFLAGS=-I/opt/local/include' 'CXX=/usr/bin/g++-4.0' 'CXXFLAGS=-O2' 'CPP=/usr/bin/cpp-4.0' --cache-file=/dev/null --srcdir=.
135checking build system type... i386-apple-darwin9.2.2
136checking host system type... i386-apple-darwin9.2.2
137checking target system type... i386-apple-darwin9.2.2
138checking for gcc... /usr/bin/gcc-4.0
139checking for C compiler default output file name... a.out
140checking whether the C compiler works... yes
141checking whether we are cross compiling... no
142checking for suffix of executables...
143checking for suffix of object files... o
144checking whether we are using the GNU C compiler... yes
145checking whether /usr/bin/gcc-4.0 accepts -g... yes
146checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed
147checking gcc version... 4
148checking for inline... inline
149checking for __attribute__... yes
150checking for u_int8_t using /usr/bin/gcc-4.0... yes
151checking for u_int16_t using /usr/bin/gcc-4.0... yes
152checking for u_int32_t using /usr/bin/gcc-4.0... yes
153checking how to run the C preprocessor... /usr/bin/cpp-4.0
154checking for grep that handles long lines and -e... /usr/bin/grep
155checking for egrep... /usr/bin/grep -E
156checking for ANSI C header files... yes
157checking for sys/types.h... yes
158checking for sys/stat.h... yes
159checking for stdlib.h... yes
160checking for string.h... yes
161checking for memory.h... yes
162checking for strings.h... yes
163checking for inttypes.h... yes
164checking for stdint.h... yes
165checking for unistd.h... yes
166checking sys/ioccom.h usability... yes
167checking sys/ioccom.h presence... yes
168checking for sys/ioccom.h... yes
169checking sys/sockio.h usability... yes
170checking sys/sockio.h presence... yes
171checking for sys/sockio.h... yes
172checking limits.h usability... yes
173checking limits.h presence... yes
174checking for limits.h... yes
175checking paths.h usability... yes
176checking paths.h presence... yes
177checking for paths.h... yes
178checking for netinet/if_ether.h... yes
179checking for ANSI ioctl definitions... yes
180checking for strerror... yes
181checking for strlcpy... yes
182checking for vsnprintf... yes
183checking for snprintf... yes
184checking for library containing gethostbyname... none required
185checking for library containing socket... none required
186checking for library containing putmsg... no
187checking for ether_hostton... yes
188checking whether ether_hostton is declared... yes
189checking if --disable-protochain option is specified... enabled
190checking packet capture type... bpf
191checking for getifaddrs... yes
192checking ifaddrs.h usability... yes
193checking ifaddrs.h presence... yes
194checking for ifaddrs.h... yes
195checking if --enable-ipv6 option is specified... no
196checking whether to build optimizer debugging code... no
197checking whether to build parser debugging code... no
198checking whether we have /proc/net/dev... no
199checking whether we have DAG API headers... no (/usr/local/include)
200checking whether we have Septel API... no
201checking for ranlib... ranlib
202checking if sockaddr struct has sa_len member... yes
203checking if sockaddr_storage struct exists... yes
204checking if dl_hp_ppa_info_t struct has dl_module_id_1 member... no
205checking if unaligned accesses fail... no
206checking whether the compiler is gcc 4 or greater... yes
207checking for a BSD-compatible install... /usr/bin/install
208configure: creating ./config.status
209config.status: creating Makefile
210config.status: WARNING:  Makefile.in seems to ignore the --datarootdir setting
211config.status: creating config.h
212=== configuring in libdnet-stripped (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nmap/work/nmap-4.60/libdnet-stripped)
213configure: running /bin/sh ./configure '--prefix=/opt/local'  '--without-zenmap' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--with-openssl=/opt/local' '--with-libpcre=/opt/local' 'CC=/usr/bin/gcc-4.0' 'CFLAGS=-O2' 'LDFLAGS=-L/opt/local/lib' 'CPPFLAGS=-I/opt/local/include' 'CXX=/usr/bin/g++-4.0' 'CXXFLAGS=-O2' 'CPP=/usr/bin/cpp-4.0' --cache-file=/dev/null --srcdir=.
214checking for a BSD-compatible install... /usr/bin/install
215checking whether build environment is sane... yes
216checking for gawk... gawk
217checking whether make sets $(MAKE)... yes
218checking whether to enable maintainer-specific portions of Makefiles... no
219checking build system type... i386-apple-darwin9.2.2
220checking host system type... i386-apple-darwin9.2.2
221checking for gcc... /usr/bin/gcc-4.0
222checking for C compiler default output file name... a.out
223checking whether the C compiler works... yes
224checking whether we are cross compiling... no
225checking for suffix of executables...
226checking for suffix of object files... o
227checking whether we are using the GNU C compiler... yes
228checking whether /usr/bin/gcc-4.0 accepts -g... yes
229checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed
230checking for style of include used by make... GNU
231checking dependency style of /usr/bin/gcc-4.0... gcc3
232checking for a BSD-compatible install... /usr/bin/install
233checking for a sed that does not truncate output... /usr/bin/sed
234checking for grep that handles long lines and -e... /usr/bin/grep
235checking for egrep... /usr/bin/grep -E
236checking for ld used by /usr/bin/gcc-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
237checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
238checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r
239checking for BSD-compatible nm... /usr/bin/nm -p
240checking whether ln -s works... yes
241checking how to recognise dependent libraries... pass_all
242checking how to run the C preprocessor... /usr/bin/cpp-4.0
243checking for ANSI C header files... yes
244checking for sys/types.h... yes
245checking for sys/stat.h... yes
246checking for stdlib.h... yes
247checking for string.h... yes
248checking for memory.h... yes
249checking for strings.h... yes
250checking for inttypes.h... yes
251checking for stdint.h... yes
252checking for unistd.h... yes
253checking dlfcn.h usability... yes
254checking dlfcn.h presence... yes
255checking for dlfcn.h... yes
256checking whether we are using the GNU C++ compiler... yes
257checking whether /usr/bin/g++-4.0 accepts -g... yes
258checking dependency style of /usr/bin/g++-4.0... gcc3
259checking how to run the C++ preprocessor... /usr/bin/g++-4.0 -E
260checking for g77... no
261checking for xlf... no
262checking for f77... no
263checking for frt... no
264checking for pgf77... no
265checking for cf77... no
266checking for fort77... no
267checking for fl32... no
268checking for af77... no
269checking for xlf90... no
270checking for f90... no
271checking for pgf90... no
272checking for pghpf... no
273checking for epcf90... no
274checking for gfortran... no
275checking for g95... no
276checking for xlf95... no
277checking for f95... no
278checking for fort... no
279checking for ifort... no
280checking for ifc... no
281checking for efc... no
282checking for pgf95... no
283checking for lf95... no
284checking for ftn... no
285checking whether we are using the GNU Fortran 77 compiler... no
286checking whether  accepts -g... no
287checking the maximum length of command line arguments... 65536
288checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object... ok
289checking for objdir... .libs
290checking for ar... ar
291checking for ranlib... ranlib
292checking for strip... strip
293checking if /usr/bin/gcc-4.0 static flag  works... yes
294checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no
295checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common
296checking if /usr/bin/gcc-4.0 PIC flag -fno-common works... yes
297checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes
298checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
299checking dynamic linker characteristics... darwin9.2.2 dyld
300checking how to hardcode library paths into programs... immediate
301checking whether stripping libraries is possible... yes
302checking for dlopen in -ldl... yes
303checking whether a program can dlopen itself... yes
304checking whether a statically linked program can dlopen itself... yes
305checking if libtool supports shared libraries... yes
306checking whether to build shared libraries... yes
307checking whether to build static libraries... yes
308configure: creating libtool
309appending configuration tag "CXX" to libtool
310checking for ld used by /usr/bin/g++-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
311checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
312checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
313checking for /usr/bin/g++-4.0 option to produce PIC... -fno-common
314checking if /usr/bin/g++-4.0 PIC flag -fno-common works... yes
315checking if /usr/bin/g++-4.0 supports -c -o file.o... yes
316checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
317checking dynamic linker characteristics... darwin9.2.2 dyld
318checking how to hardcode library paths into programs... immediate
319checking whether stripping libraries is possible... yes
320checking for dlopen in -ldl... (cached) yes
321checking whether a program can dlopen itself... (cached) yes
322checking whether a statically linked program can dlopen itself... (cached) yes
323appending configuration tag "F77" to libtool
324checking for Python... checking host system type... (cached) i386-apple-darwin9.2.2
325checking for gethostbyname... yes
326checking for socket... yes
327checking for putmsg in -lstr... no
328checking for open_mib in -lnm... no
329checking for Check... no
330checking for ANSI C header files... (cached) yes
331checking fcntl.h usability... yes
332checking fcntl.h presence... yes
333checking for fcntl.h... yes
334checking for unistd.h... (cached) yes
335checking sys/bufmod.h usability... no
336checking sys/bufmod.h presence... no
337checking for sys/bufmod.h... no
338checking sys/dlpi.h usability... no
339checking sys/dlpi.h presence... no
340checking for sys/dlpi.h... no
341checking sys/dlpihdr.h usability... no
342checking sys/dlpihdr.h presence... no
343checking for sys/dlpihdr.h... no
344checking sys/dlpi_ext.h usability... no
345checking sys/dlpi_ext.h presence... no
346checking for sys/dlpi_ext.h... no
347checking sys/ioctl.h usability... yes
348checking sys/ioctl.h presence... yes
349checking for sys/ioctl.h... yes
350checking sys/mib.h usability... no
351checking sys/mib.h presence... no
352checking for sys/mib.h... no
353checking sys/ndd_var.h usability... no
354checking sys/ndd_var.h presence... no
355checking for sys/ndd_var.h... no
356checking sys/socket.h usability... yes
357checking sys/socket.h presence... yes
358checking for sys/socket.h... yes
359checking sys/sockio.h usability... yes
360checking sys/sockio.h presence... yes
361checking for sys/sockio.h... yes
362checking sys/sysctl.h usability... yes
363checking sys/sysctl.h presence... yes
364checking for sys/sysctl.h... yes
365checking sys/time.h usability... yes
366checking sys/time.h presence... yes
367checking for sys/time.h... yes
368checking net/bpf.h usability... yes
369checking net/bpf.h presence... yes
370checking for net/bpf.h... yes
371checking net/if.h usability... no
372checking net/if.h presence... yes
373configure: WARNING: net/if.h: present but cannot be compiled
374configure: WARNING: net/if.h:     check for missing prerequisite headers?
375configure: WARNING: net/if.h: see the Autoconf documentation
376configure: WARNING: net/if.h:     section "Present But Cannot Be Compiled"
377configure: WARNING: net/if.h: proceeding with the preprocessor's result
378configure: WARNING: net/if.h: in the future, the compiler will take precedence
379checking for net/if.h... yes
380checking net/if_var.h usability... yes
381checking net/if_var.h presence... yes
382checking for net/if_var.h... yes
383checking net/if_arp.h usability... yes
384checking net/if_arp.h presence... yes
385checking for net/if_arp.h... yes
386checking net/if_dl.h usability... yes
387checking net/if_dl.h presence... yes
388checking for net/if_dl.h... yes
389checking net/pfilt.h usability... no
390checking net/pfilt.h presence... no
391checking for net/pfilt.h... no
392checking net/pfvar.h usability... no
393checking net/pfvar.h presence... no
394checking for net/pfvar.h... no
395checking net/radix.h usability... no
396checking net/radix.h presence... no
397checking for net/radix.h... no
398checking net/raw.h usability... no
399checking net/raw.h presence... no
400checking for net/raw.h... no
401checking net/route.h usability... yes
402checking net/route.h presence... yes
403checking for net/route.h... yes
404checking netinet/in_var.h usability... no
405checking netinet/in_var.h presence... yes
406configure: WARNING: netinet/in_var.h: present but cannot be compiled
407configure: WARNING: netinet/in_var.h:     check for missing prerequisite headers?
408configure: WARNING: netinet/in_var.h: see the Autoconf documentation
409configure: WARNING: netinet/in_var.h:     section "Present But Cannot Be Compiled"
410configure: WARNING: netinet/in_var.h: proceeding with the preprocessor's result
411configure: WARNING: netinet/in_var.h: in the future, the compiler will take precedence
412checking for netinet/in_var.h... yes
413checking net/if_tun.h usability... no
414checking net/if_tun.h presence... no
415checking for net/if_tun.h... no
416checking linux/if_tun.h usability... no
417checking linux/if_tun.h presence... no
418checking for linux/if_tun.h... no
419checking netinet/ip_fw.h usability... no
420checking netinet/ip_fw.h presence... yes
421configure: WARNING: netinet/ip_fw.h: present but cannot be compiled
422configure: WARNING: netinet/ip_fw.h:     check for missing prerequisite headers?
423configure: WARNING: netinet/ip_fw.h: see the Autoconf documentation
424configure: WARNING: netinet/ip_fw.h:     section "Present But Cannot Be Compiled"
425configure: WARNING: netinet/ip_fw.h: proceeding with the preprocessor's result
426configure: WARNING: netinet/ip_fw.h: in the future, the compiler will take precedence
427checking for netinet/ip_fw.h... yes
428checking linux/ip_fw.h usability... no
429checking linux/ip_fw.h presence... no
430checking for linux/ip_fw.h... no
431checking linux/ip_fwchains.h usability... no
432checking linux/ip_fwchains.h presence... no
433checking for linux/ip_fwchains.h... no
434checking linux/netfilter_ipv4/ipchains_core.h usability... no
435checking linux/netfilter_ipv4/ipchains_core.h presence... no
436checking for linux/netfilter_ipv4/ipchains_core.h... no
437checking ip_fil_compat.h usability... no
438checking ip_fil_compat.h presence... no
439checking for ip_fil_compat.h... no
440checking netinet/ip_fil_compat.h usability... no
441checking netinet/ip_fil_compat.h presence... no
442checking for netinet/ip_fil_compat.h... no
443checking ip_compat.h usability... no
444checking ip_compat.h presence... no
445checking for ip_compat.h... no
446checking netinet/ip_compat.h usability... no
447checking netinet/ip_compat.h presence... no
448checking for netinet/ip_compat.h... no
449checking ip_fil.h usability... no
450checking ip_fil.h presence... no
451checking for ip_fil.h... no
452checking netinet/ip_fil.h usability... no
453checking netinet/ip_fil.h presence... no
454checking for netinet/ip_fil.h... no
455checking hpsecurity.h usability... no
456checking hpsecurity.h presence... no
457checking for hpsecurity.h... no
458checking stropts.h usability... no
459checking stropts.h presence... no
460checking for stropts.h... no
461checking for an ANSI C-conforming const... yes
462checking for inline... inline
463checking for pid_t... yes
464checking for size_t... yes
465checking for sockaddr_in6 struct in <netinet/in.h>... yes
466checking for sa_len in sockaddr struct... yes
467checking for arp_dev in arpreq struct... no
468checking for rt_msghdr struct in <net/route.h>... yes
469checking whether /usr/bin/gcc-4.0 needs -traditional... no
470checking for working memcmp... yes
471checking for err... yes
472checking for strlcat... yes
473checking for strlcpy... yes
474checking for strsep... yes
475checking for Berkeley Packet Filter... yes
476checking for Linux proc filesystem... no
477checking for Linux PF_PACKET sockets... no
478checking for SNMP MIB2 STREAMS... no
479checking for route(7) STREAMS... no
480checking for arp(7) ioctls... no
481checking for raw IP sockets ip_{len,off} host byte ordering... no
482checking for cooked raw IP sockets... no
483configure: creating ./config.status
484config.status: creating Makefile
485config.status: creating dnet-config
486config.status: creating include/Makefile
487config.status: creating include/dnet/Makefile
488config.status: creating src/Makefile
489config.status: creating include/config.h
490config.status: executing depfiles commands
491config.status: executing default commands
492=== configuring in nselib-bin (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nmap/work/nmap-4.60/nselib-bin)
493configure: running /bin/sh ./configure '--prefix=/opt/local'  '--without-zenmap' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--with-openssl=/opt/local' '--with-libpcre=/opt/local' 'CC=/usr/bin/gcc-4.0' 'CFLAGS=-O2' 'LDFLAGS=-L/opt/local/lib' 'CPPFLAGS=-I/opt/local/include' 'CXX=/usr/bin/g++-4.0' 'CXXFLAGS=-O2' 'CPP=/usr/bin/cpp-4.0' --cache-file=/dev/null --srcdir=.
494checking for gcc... /usr/bin/gcc-4.0
495checking for C compiler default output file name... a.out
496checking whether the C compiler works... yes
497checking whether we are cross compiling... no
498checking for suffix of executables...
499checking for suffix of object files... o
500checking whether we are using the GNU C compiler... yes
501checking whether /usr/bin/gcc-4.0 accepts -g... yes
502checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed
503checking build system type... i386-apple-darwin9.2.2
504checking host system type... i386-apple-darwin9.2.2
505checking for a sed that does not truncate output... /usr/bin/sed
506checking for grep that handles long lines and -e... /usr/bin/grep
507checking for egrep... /usr/bin/grep -E
508checking for ld used by /usr/bin/gcc-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
509checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
510checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files... -r
511checking for BSD-compatible nm... /usr/bin/nm -p
512checking whether ln -s works... yes
513checking how to recognise dependent libraries... pass_all
514checking how to run the C preprocessor... /usr/bin/cpp-4.0
515checking for ANSI C header files... yes
516checking for sys/types.h... yes
517checking for sys/stat.h... yes
518checking for stdlib.h... yes
519checking for string.h... yes
520checking for memory.h... yes
521checking for strings.h... yes
522checking for inttypes.h... yes
523checking for stdint.h... yes
524checking for unistd.h... yes
525checking dlfcn.h usability... yes
526checking dlfcn.h presence... yes
527checking for dlfcn.h... yes
528checking whether we are using the GNU C++ compiler... yes
529checking whether /usr/bin/g++-4.0 accepts -g... yes
530checking how to run the C++ preprocessor... /usr/bin/g++-4.0 -E
531checking for g77... no
532checking for xlf... no
533checking for f77... no
534checking for frt... no
535checking for pgf77... no
536checking for cf77... no
537checking for fort77... no
538checking for fl32... no
539checking for af77... no
540checking for xlf90... no
541checking for f90... no
542checking for pgf90... no
543checking for pghpf... no
544checking for epcf90... no
545checking for gfortran... no
546checking for g95... no
547checking for xlf95... no
548checking for f95... no
549checking for fort... no
550checking for ifort... no
551checking for ifc... no
552checking for efc... no
553checking for pgf95... no
554checking for lf95... no
555checking for ftn... no
556checking whether we are using the GNU Fortran 77 compiler... no
557checking whether  accepts -g... no
558checking the maximum length of command line arguments... 196608
559checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.0 object... ok
560checking for objdir... .libs
561checking for ar... ar
562checking for ranlib... ranlib
563checking for strip... strip
564checking if /usr/bin/gcc-4.0 supports -fno-rtti -fno-exceptions... no
565checking for /usr/bin/gcc-4.0 option to produce PIC... -fno-common
566checking if /usr/bin/gcc-4.0 PIC flag -fno-common works... yes
567checking if /usr/bin/gcc-4.0 static flag -static works... no
568checking if /usr/bin/gcc-4.0 supports -c -o file.o... yes
569checking whether the /usr/bin/gcc-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
570checking dynamic linker characteristics... darwin9.2.2 dyld
571checking how to hardcode library paths into programs... immediate
572checking whether stripping libraries is possible... yes
573checking for dlopen in -ldl... yes
574checking whether a program can dlopen itself... yes
575checking whether a statically linked program can dlopen itself... yes
576checking if libtool supports shared libraries... yes
577checking whether to build shared libraries... yes
578checking whether to build static libraries... no
579configure: creating libtool
580appending configuration tag "CXX" to libtool
581checking for ld used by /usr/bin/g++-4.0... /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
582checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld... no
583checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
584checking for /usr/bin/g++-4.0 option to produce PIC... -fno-common
585checking if /usr/bin/g++-4.0 PIC flag -fno-common works... yes
586checking if /usr/bin/g++-4.0 static flag -static works... no
587checking if /usr/bin/g++-4.0 supports -c -o file.o... yes
588checking whether the /usr/bin/g++-4.0 linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries... yes
589checking dynamic linker characteristics... darwin9.2.2 dyld
590checking how to hardcode library paths into programs... immediate
591appending configuration tag "F77" to libtool
592checking host system type... (cached) i386-apple-darwin9.2.2
593checking lua.h usability... no
594checking lua.h presence... no
595checking for lua.h... no
596configure: using lua-includefiles provided with nmap
597configure: creating ./config.status
598config.status: creating Makefile
599=== configuring in nbase (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nmap/work/nmap-4.60/nbase)
600configure: running /bin/sh ./configure '--prefix=/opt/local'  '--without-zenmap' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--with-openssl=/opt/local' '--with-libpcre=/opt/local' 'CC=/usr/bin/gcc-4.0' 'CFLAGS=-O2' 'LDFLAGS=-L/opt/local/lib' 'CPPFLAGS=-I/opt/local/include' 'CXX=/usr/bin/g++-4.0' 'CXXFLAGS=-O2' 'CPP=/usr/bin/cpp-4.0' --cache-file=/dev/null --srcdir=.
601checking for gcc... /usr/bin/gcc-4.0
602checking for C compiler default output file name... a.out
603checking whether the C compiler works... yes
604checking whether we are cross compiling... no
605checking for suffix of executables...
606checking for suffix of object files... o
607checking whether we are using the GNU C compiler... yes
608checking whether /usr/bin/gcc-4.0 accepts -g... yes
609checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed
610checking for ranlib... ranlib
611checking build system type... i386-apple-darwin9.2.2
612checking host system type... i386-apple-darwin9.2.2
613checking for inline... inline
614checking how to run the C preprocessor... /usr/bin/cpp-4.0
615checking for grep that handles long lines and -e... /usr/bin/grep
616checking for egrep... /usr/bin/grep -E
617checking for ANSI C header files... yes
618checking for sys/types.h... yes
619checking for sys/stat.h... yes
620checking for stdlib.h... yes
621checking for string.h... yes
622checking for memory.h... yes
623checking for strings.h... yes
624checking for inttypes.h... yes
625checking for stdint.h... yes
626checking for unistd.h... yes
627checking for string.h... (cached) yes
628checking getopt.h usability... yes
629checking getopt.h presence... yes
630checking for getopt.h... yes
631checking for strings.h... (cached) yes
632checking sys/param.h usability... yes
633checking sys/param.h presence... yes
634checking for sys/param.h... yes
635checking sys/time.h usability... yes
636checking sys/time.h presence... yes
637checking for sys/time.h... yes
638checking for unistd.h... (cached) yes
639checking errno.h usability... yes
640checking errno.h presence... yes
641checking for errno.h... yes
642checking for sys/types.h... (cached) yes
643checking sys/socket.h usability... yes
644checking sys/socket.h presence... yes
645checking for sys/socket.h... yes
646checking netinet/in.h usability... yes
647checking netinet/in.h presence... yes
648checking for netinet/in.h... yes
649checking arpa/inet.h usability... yes
650checking arpa/inet.h presence... yes
651checking for arpa/inet.h... yes
652checking for sys/stat.h... (cached) yes
653checking net/if.h usability... no
654checking net/if.h presence... yes
655configure: WARNING: net/if.h: present but cannot be compiled
656configure: WARNING: net/if.h:     check for missing prerequisite headers?
657configure: WARNING: net/if.h: see the Autoconf documentation
658configure: WARNING: net/if.h:     section "Present But Cannot Be Compiled"
659configure: WARNING: net/if.h: proceeding with the preprocessor's result
660configure: WARNING: net/if.h: in the future, the compiler will take precedence
661checking for net/if.h... yes
662checking netdb.h usability... yes
663checking netdb.h presence... yes
664checking for netdb.h... yes
665checking sys/wait.h usability... yes
666checking sys/wait.h presence... yes
667checking for sys/wait.h... yes
668checking fcntl.h usability... yes
669checking fcntl.h presence... yes
670checking for fcntl.h... yes
671checking sys/resource.h usability... yes
672checking sys/resource.h presence... yes
673checking for sys/resource.h... yes
674checking whether time.h and sys/time.h may both be included... yes
675checking for __attribute__... yes
676checking whether byte ordering is bigendian... no
677checking for char... yes
678checking size of char... 1
679checking for short... yes
680checking size of short... 2
681checking for int... yes
682checking size of int... 4
683checking for long... yes
684checking size of long... 4
685checking for snprintf... yes
686checking for vsnprintf... yes
687checking for nanosleep... yes
688checking for strerror... yes
689checking for strcasestr... yes
690checking for strcasecmp... yes
691checking for strncasecmp... yes
692checking for vsnprintf... (cached) yes
693checking for snprintf... (cached) yes
694checking for asprintf... yes
695checking for asnprintf... no
696checking for vasprintf... yes
697checking for vasnprintf... no
698checking for getopt... yes
699checking for getopt_long_only... yes
700checking for usleep... yes
701checking for gettimeofday... yes
702checking for sleep... yes
703checking for getopt_long_only... (cached) yes
704checking for strcasecmp... (cached) yes
705checking for strncasecmp... (cached) yes
706checking for library containing getaddrinfo... none required
707checking for library containing gai_strerror... none required
708checking for library containing getnameinfo... none required
709checking for gai_strerror... yes
710checking for inet_ntop... yes
711checking for inet_pton... yes
712checking for working getaddrinfo... yes
713checking for working getnameinfo... yes
714checking for sockaddr_in6... yes
715checking for sockaddr_storage... yes
716checking for AF_INET6 definition... yes
717checking for IPv6 support... yes
718configure: creating ./config.status
719config.status: creating Makefile
720config.status: WARNING:  Makefile.in seems to ignore the --datarootdir setting
721config.status: creating nbase_config.h
722=== configuring in nsock/src (/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nmap/work/nmap-4.60/nsock/src)
723configure: running /bin/sh ./configure '--prefix=/opt/local'  '--without-zenmap' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--with-openssl=/opt/local' '--with-libpcre=/opt/local' 'CC=/usr/bin/gcc-4.0' 'CFLAGS=-O2' 'LDFLAGS=-L/opt/local/lib' 'CPPFLAGS=-I/opt/local/include' 'CXX=/usr/bin/g++-4.0' 'CXXFLAGS=-O2' 'CPP=/usr/bin/cpp-4.0' --cache-file=/dev/null --srcdir=.
724checking build system type... i386-apple-darwin9.2.2
725checking host system type... i386-apple-darwin9.2.2
726checking for gcc... /usr/bin/gcc-4.0
727checking for C compiler default output file name... a.out
728checking whether the C compiler works... yes
729checking whether we are cross compiling... no
730checking for suffix of executables...
731checking for suffix of object files... o
732checking whether we are using the GNU C compiler... yes
733checking whether /usr/bin/gcc-4.0 accepts -g... yes
734checking for /usr/bin/gcc-4.0 option to accept ISO C89... none needed
735checking for ranlib... ranlib
736checking for gethostent... yes
737checking for setsockopt... yes
738checking for nanosleep... yes
739checking how to run the C preprocessor... /usr/bin/cpp-4.0
740checking for grep that handles long lines and -e... /usr/bin/grep
741checking for egrep... /usr/bin/grep -E
742checking for ANSI C header files... yes
743checking struct ip... yes
744checking ip_v in struct ip... yes
745checking if sockaddr{} has sa_len member... yes
746checking if struct icmp exists... yes
747checking if struct ip exists... yes
748checking if struct ip has ip_sum member... yes
749configure: creating ./config.status
750config.status: creating Makefile
751config.status: creating nsock_config.h
752  (  )   /\   _                 (     
753    \ |  (  \ ( \.(               )                      _____
754  \  \ \  `  `   ) \             (  ___                 / _   \
755 (_`    \+   . x  ( .\            \/   \____-----------/ (o)   \_
756- .-               \+  ;          (  O                           \____
757                          )        \_____________  `              \  /
758(__                +- .( -'.- <. - _  VVVVVVV VV V\                 \/
759(_____            ._._: <_ - <- _  (--  _AAAAAAA__A_/                |
760  .    /./.+-  . .- /  +--  - .     \______________//_              \_______
761  (__ ' /x  / x _/ (                                  \___'          \     /
762 , x / ( '  . / .  /                                      |           \   /
763    /  /  _/ /    +                                      /              \/
764   '  (__/                                             /                  \
765             NMAP IS A POWERFUL TOOL -- USE CAREFULLY AND RESPONSIBLY
766Configuration complete.  Type make (or gmake on some *BSD machines) to compile.
767--->  Building nmap with target all
768DEBUG: Executing org.macports.build (nmap)
769DEBUG: Environment:
770DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nmap/work/nmap-4.60" && make all'
771Makefile:264: makefile.dep: No such file or directory
772/usr/bin/g++-4.0 -MM -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" -I/opt/local/include main.cc nmap.cc targets.cc tcpip.cc nmap_error.cc utils.cc idle_scan.cc osscan.cc osscan2.cc output.cc scan_engine.cc timing.cc charpool.cc services.cc protocols.cc nmap_rpc.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 nse_main.cc nse_auxiliar.cc nse_nsock.cc nse_init.cc nse_nmaplib.cc nse_debug.cc nse_pcrelib.cc nse_string.cc   > makefile.dep
773Compiling liblua
774gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o lapi.o lapi.c
775gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o lcode.o lcode.c
776gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o ldebug.o ldebug.c
777gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o ldo.o ldo.c
778gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o ldump.o ldump.c
779gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o lfunc.o lfunc.c
780gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o lgc.o lgc.c
781gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o llex.o llex.c
782gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o lmem.o lmem.c
783gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o lobject.o lobject.c
784gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o lopcodes.o lopcodes.c
785gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o lparser.o lparser.c
786gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o lstate.o lstate.c
787gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o lstring.o lstring.c
788gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o ltable.o ltable.c
789gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o ltm.o ltm.c
790gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o lundump.o lundump.c
791gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o lvm.o lvm.c
792gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o lzio.o lzio.c
793gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o lauxlib.o lauxlib.c
794gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o lbaselib.o lbaselib.c
795gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o ldblib.o ldblib.c
796gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o liolib.o liolib.c
797gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o lmathlib.o lmathlib.c
798gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o loslib.o loslib.c
799gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o ltablib.o ltablib.c
800gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o lstrlib.o lstrlib.c
801gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o loadlib.o loadlib.c
802loadlib.c: In function 'pusherror':
803loadlib.c:168: warning: 'NSLinkEditError' is deprecated (declared at /usr/include/mach-o/dyld.h:217)
804loadlib.c: In function 'll_unloadlib':
805loadlib.c:191: warning: 'NSUnLinkModule' is deprecated (declared at /usr/include/mach-o/dyld.h:169)
806loadlib.c: In function 'll_load':
807loadlib.c:199: warning: '_dyld_present' is deprecated (declared at /usr/include/mach-o/dyld.h:237)
808loadlib.c:203: warning: 'NSCreateObjectFileImageFromFile' is deprecated (declared at /usr/include/mach-o/dyld.h:145)
809loadlib.c:205: warning: 'NSLinkModule' is deprecated (declared at /usr/include/mach-o/dyld.h:161)
810loadlib.c:207: warning: 'NSDestroyObjectFileImage' is deprecated (declared at /usr/include/mach-o/dyld.h:147)
811loadlib.c: In function 'll_sym':
812loadlib.c:217: warning: 'NSLookupSymbolInModule' is deprecated (declared at /usr/include/mach-o/dyld.h:181)
813loadlib.c:222: warning: 'NSAddressOfSymbol' is deprecated (declared at /usr/include/mach-o/dyld.h:188)
814gcc -O2 -Wall -DLUA_USE_MACOSX -I/opt/local/include  -c -o linit.o linit.c
815ar rcu liblua.a lapi.o lcode.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 ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o
816ranlib liblua.a
817Compiling libpcap
818/usr/bin/gcc-4.0 -g -O2 -fno-common -O2 -fno-strict-aliasing -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c ./pcap-bpf.c
819/usr/bin/gcc-4.0 -g -O2 -fno-common -O2 -fno-strict-aliasing -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c ./fad-getad.c
820sed -e 's/.*/static const char pcap_version_string[] = "libpcap version &";/' ./VERSION > version.h
821/usr/bin/gcc-4.0 -g -O2 -fno-common -O2 -fno-strict-aliasing -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c ./pcap.c
822/usr/bin/gcc-4.0 -g -O2 -fno-common -O2 -fno-strict-aliasing -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c ./inet.c
823/usr/bin/gcc-4.0 -g -O2 -fno-common -O2 -fno-strict-aliasing -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c ./gencode.c
824/usr/bin/gcc-4.0 -g -O2 -fno-common -O2 -fno-strict-aliasing -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c ./optimize.c
825/usr/bin/gcc-4.0 -g -O2 -fno-common -O2 -fno-strict-aliasing -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c ./nametoaddr.c
826/usr/bin/gcc-4.0 -g -O2 -fno-common -O2 -fno-strict-aliasing -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c ./etherent.c
827/usr/bin/gcc-4.0 -g -O2 -fno-common -O2 -fno-strict-aliasing -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c ./savefile.c
828rm -f bpf_filter.c
829ln -s ./bpf/net/bpf_filter.c bpf_filter.c
830/usr/bin/gcc-4.0 -g -O2 -fno-common -O2 -fno-strict-aliasing -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c bpf_filter.c
831/usr/bin/gcc-4.0 -g -O2 -fno-common -O2 -fno-strict-aliasing -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c ./bpf_image.c
832/usr/bin/gcc-4.0 -g -O2 -fno-common -O2 -fno-strict-aliasing -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c ./bpf_dump.c
833/usr/bin/gcc-4.0 -g -O2 -fno-common -O2 -fno-strict-aliasing -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c scanner.c
834/usr/bin/gcc-4.0 -g -O2 -fno-common -O2 -fno-strict-aliasing -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -Dyylval=pcap_lval -c grammar.c
835sed -e 's/.*/char pcap_version[] = "&";/' ./VERSION > version.c
836/usr/bin/gcc-4.0 -g -O2 -fno-common -O2 -fno-strict-aliasing -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -c version.c
837ar rc libpcap.a pcap-bpf.o fad-getad.o pcap.o inet.o gencode.o optimize.o nametoaddr.o etherent.o savefile.o bpf_filter.o bpf_image.o bpf_dump.o  scanner.o grammar.o version.o 
838ranlib libpcap.a
839Compiling libdnet
840Making all in include
841make  all-recursive
842Making all in dnet
843make[4]: Nothing to be done for `all'.
844make[4]: Nothing to be done for `all-am'.
845Making all in src
846/bin/sh ../libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -O2 -Wall -c -o addr-util.lo addr-util.c
847mkdir .libs
848 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c addr-util.c  -fno-common -DPIC -o .libs/addr-util.o
849 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c addr-util.c -o addr-util.o >/dev/null 2>&1
850/bin/sh ../libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -O2 -Wall -c -o addr.lo addr.c
851 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c addr.c  -fno-common -DPIC -o .libs/addr.o
852 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c addr.c -o addr.o >/dev/null 2>&1
853/bin/sh ../libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -O2 -Wall -c -o blob.lo blob.c
854 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c blob.c  -fno-common -DPIC -o .libs/blob.o
855 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c blob.c -o blob.o >/dev/null 2>&1
856/bin/sh ../libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -O2 -Wall -c -o ip-util.lo ip-util.c
857 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c ip-util.c  -fno-common -DPIC -o .libs/ip-util.o
858 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c ip-util.c -o ip-util.o >/dev/null 2>&1
859/bin/sh ../libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -O2 -Wall -c -o ip6.lo ip6.c
860 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c ip6.c  -fno-common -DPIC -o .libs/ip6.o
861 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c ip6.c -o ip6.o >/dev/null 2>&1
862/bin/sh ../libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -O2 -Wall -c -o rand.lo rand.c
863 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c rand.c  -fno-common -DPIC -o .libs/rand.o
864 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c rand.c -o rand.o >/dev/null 2>&1
865/bin/sh ../libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -O2 -Wall -c -o arp-bsd.lo arp-bsd.c
866 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c arp-bsd.c  -fno-common -DPIC -o .libs/arp-bsd.o
867 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c arp-bsd.c -o arp-bsd.o >/dev/null 2>&1
868/bin/sh ../libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -O2 -Wall -c -o eth-bsd.lo eth-bsd.c
869 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c eth-bsd.c  -fno-common -DPIC -o .libs/eth-bsd.o
870 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c eth-bsd.c -o eth-bsd.o >/dev/null 2>&1
871/bin/sh ../libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -O2 -Wall -c -o fw-none.lo fw-none.c
872 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c fw-none.c  -fno-common -DPIC -o .libs/fw-none.o
873 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c fw-none.c -o fw-none.o >/dev/null 2>&1
874/bin/sh ../libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -O2 -Wall -c -o intf.lo intf.c
875 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c intf.c  -fno-common -DPIC -o .libs/intf.o
876intf.c: In function 'intf_get_dst':
877intf.c:626: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness
878 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c intf.c -o intf.o >/dev/null 2>&1
879/bin/sh ../libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -O2 -Wall -c -o ip.lo ip.c
880 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c ip.c  -fno-common -DPIC -o .libs/ip.o
881ip.c: In function 'ip_open':
882ip.c:43: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness
883 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c ip.c -o ip.o >/dev/null 2>&1
884/bin/sh ../libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -O2 -Wall -c -o route-bsd.lo route-bsd.c
885 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c route-bsd.c  -fno-common -DPIC -o .libs/route-bsd.o
886 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c route-bsd.c -o route-bsd.o >/dev/null 2>&1
887/bin/sh ../libtool --mode=compile --tag=CC /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include  -I/opt/local/include  -O2 -Wall -c -o tun-none.lo tun-none.c
888 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c tun-none.c  -fno-common -DPIC -o .libs/tun-none.o
889 /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/opt/local/include -O2 -Wall -c tun-none.c -o tun-none.o >/dev/null 2>&1
890/bin/sh ../libtool --mode=link --tag=CC /usr/bin/gcc-4.0  -O2 -Wall  -L/opt/local/lib -o libdnet.la -rpath /opt/local/lib -version-info 1:0:0 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
891/usr/bin/gcc-4.0 -dynamiclib -flat_namespace -undefined suppress -o .libs/libdnet.1.0.0.dylib  .libs/addr-util.o .libs/addr.o .libs/blob.o .libs/ip-util.o .libs/ip6.o .libs/rand.o .libs/arp-bsd.o .libs/eth-bsd.o .libs/fw-none.o .libs/intf.o .libs/ip.o .libs/route-bsd.o .libs/tun-none.o  -L/opt/local/lib -install_name  /opt/local/lib/libdnet.1.dylib -Wl,-compatibility_version -Wl,2 -Wl,-current_version -Wl,2.0
892(cd .libs && rm -f libdnet.1.dylib && ln -s libdnet.1.0.0.dylib libdnet.1.dylib)
893(cd .libs && rm -f libdnet.dylib && ln -s libdnet.1.0.0.dylib libdnet.dylib)
894ar 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
895ranlib .libs/libdnet.a
896creating libdnet.la
897(cd .libs && rm -f libdnet.la && ln -s ../libdnet.la libdnet.la)
898make[2]: Nothing to be done for `all-am'.
899Compiling libnbase
900cd nbase && make
901/usr/bin/gcc-4.0 -O2 -Wall    -DHAVE_CONFIG_H -DNCRACK_VERSION=\"\" -DHAVE_CONFIG_H=1  -I/opt/local/include  -c -o snprintf.o snprintf.c
902/usr/bin/gcc-4.0 -O2 -Wall    -DHAVE_CONFIG_H -DNCRACK_VERSION=\"\" -DHAVE_CONFIG_H=1  -I/opt/local/include  -c -o nbase_str.o nbase_str.c
903/usr/bin/gcc-4.0 -O2 -Wall    -DHAVE_CONFIG_H -DNCRACK_VERSION=\"\" -DHAVE_CONFIG_H=1  -I/opt/local/include  -c -o nbase_misc.o nbase_misc.c
904/usr/bin/gcc-4.0 -O2 -Wall    -DHAVE_CONFIG_H -DNCRACK_VERSION=\"\" -DHAVE_CONFIG_H=1  -I/opt/local/include  -c -o nbase_memalloc.o nbase_memalloc.c
905/usr/bin/gcc-4.0 -O2 -Wall    -DHAVE_CONFIG_H -DNCRACK_VERSION=\"\" -DHAVE_CONFIG_H=1  -I/opt/local/include  -c -o nbase_rnd.o nbase_rnd.c
906rm -f libnbase.a
907ar cr libnbase.a snprintf.o nbase_str.o nbase_misc.o nbase_memalloc.o nbase_rnd.o
908ranlib libnbase.a
909Compiling libnsock
910cd nsock/src && make
911/usr/bin/gcc-4.0 -c -I/opt/local/include -I/opt/local/include -O2 -Wall  -I../../nbase  -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"  -I../include -I../../libpcap error.c -o error.o
912/usr/bin/gcc-4.0 -c -I/opt/local/include -I/opt/local/include -O2 -Wall  -I../../nbase  -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"  -I../include -I../../libpcap filespace.c -o filespace.o
913/usr/bin/gcc-4.0 -c -I/opt/local/include -I/opt/local/include -O2 -Wall  -I../../nbase  -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"  -I../include -I../../libpcap gh_list.c -o gh_list.o
914/usr/bin/gcc-4.0 -c -I/opt/local/include -I/opt/local/include -O2 -Wall  -I../../nbase  -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"  -I../include -I../../libpcap nsock_connect.c -o nsock_connect.o
915/usr/bin/gcc-4.0 -c -I/opt/local/include -I/opt/local/include -O2 -Wall  -I../../nbase  -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"  -I../include -I../../libpcap nsock_core.c -o nsock_core.o
916/usr/bin/gcc-4.0 -c -I/opt/local/include -I/opt/local/include -O2 -Wall  -I../../nbase  -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"  -I../include -I../../libpcap nsock_iod.c -o nsock_iod.o
917/usr/bin/gcc-4.0 -c -I/opt/local/include -I/opt/local/include -O2 -Wall  -I../../nbase  -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"  -I../include -I../../libpcap nsock_read.c -o nsock_read.o
918/usr/bin/gcc-4.0 -c -I/opt/local/include -I/opt/local/include -O2 -Wall  -I../../nbase  -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"  -I../include -I../../libpcap nsock_timers.c -o nsock_timers.o
919/usr/bin/gcc-4.0 -c -I/opt/local/include -I/opt/local/include -O2 -Wall  -I../../nbase  -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"  -I../include -I../../libpcap nsock_write.c -o nsock_write.o
920/usr/bin/gcc-4.0 -c -I/opt/local/include -I/opt/local/include -O2 -Wall  -I../../nbase  -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"  -I../include -I../../libpcap nsock_ssl.c -o nsock_ssl.o
921/usr/bin/gcc-4.0 -c -I/opt/local/include -I/opt/local/include -O2 -Wall  -I../../nbase  -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"  -I../include -I../../libpcap nsock_utils.c -o nsock_utils.o
922/usr/bin/gcc-4.0 -c -I/opt/local/include -I/opt/local/include -O2 -Wall  -I../../nbase  -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"  -I../include -I../../libpcap nsock_event.c -o nsock_event.o
923nsock_event.c: In function 'msevent_cancel':
924nsock_event.c:244: warning: format '%x' expects type 'unsigned int', but argument 4 has type 'struct gh_list *'
925nsock_event.c:244: warning: format '%x' expects type 'unsigned int', but argument 5 has type 'struct gh_list *'
926nsock_event.c:244: warning: format '%x' expects type 'unsigned int', but argument 6 has type 'struct gh_list *'
927/usr/bin/gcc-4.0 -c -I/opt/local/include -I/opt/local/include -O2 -Wall  -I../../nbase  -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"  -I../include -I../../libpcap nsock_pool.c -o nsock_pool.o
928/usr/bin/gcc-4.0 -c -I/opt/local/include -I/opt/local/include -O2 -Wall  -I../../nbase  -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"  -I../include -I../../libpcap netutils.c -o netutils.o
929/usr/bin/gcc-4.0 -c -I/opt/local/include -I/opt/local/include -O2 -Wall  -I../../nbase  -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\"  -I../include -I../../libpcap nsock_pcap.c -o nsock_pcap.o
930rm -f libnsock.a
931ar 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_utils.o nsock_event.o nsock_pool.o netutils.o nsock_pcap.o
932ranlib: file: libnsock.a(nsock_utils.o) has no symbols
933ranlib libnsock.a
934ranlib: file: libnsock.a(nsock_utils.o) has no symbols
935make nmap nsestdlib
936/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" main.cc -o main.o
937/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" nmap.cc -o nmap.o
938/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" targets.cc -o targets.o
939/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" tcpip.cc -o tcpip.o
940/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" nmap_error.cc -o nmap_error.o
941/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" utils.cc -o utils.o
942/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" idle_scan.cc -o idle_scan.o
943/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" osscan.cc -o osscan.o
944/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" osscan2.cc -o osscan2.o
945/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" output.cc -o output.o
946/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" scan_engine.cc -o scan_engine.o
947/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" timing.cc -o timing.o
948/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" charpool.cc -o charpool.o
949/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" services.cc -o services.o
950/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" protocols.cc -o protocols.o
951/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" nmap_rpc.cc -o nmap_rpc.o
952/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" portlist.cc -o portlist.o
953/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" NmapOps.cc -o NmapOps.o
954/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" TargetGroup.cc -o TargetGroup.o
955/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" Target.cc -o Target.o
956/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" FingerPrintResults.cc -o FingerPrintResults.o
957/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" service_scan.cc -o service_scan.o
958/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" NmapOutputTable.cc -o NmapOutputTable.o
959/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" MACLookup.cc -o MACLookup.o
960/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" nmap_tty.cc -o nmap_tty.o
961/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" nmap_dns.cc -o nmap_dns.o
962nmap_dns.cc: In function 'void parse_etchosts(char*)':
963nmap_dns.cc:971: warning: unused variable 'he'
964/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" traceroute.cc -o traceroute.o
965/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" portreasons.cc -o portreasons.o
966/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" nse_main.cc -o nse_main.o
967/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" nse_auxiliar.cc -o nse_auxiliar.o
968/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" nse_nsock.cc -o nse_nsock.o
969/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" nse_init.cc -o nse_init.o
970/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" nse_nmaplib.cc -o nse_nmaplib.o
971/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" nse_debug.cc -o nse_debug.o
972/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" nse_pcrelib.cc -o nse_pcrelib.o
973/usr/bin/g++-4.0 -c -I/opt/local/include -Iliblua -Ilibdnet-stripped/include -I/opt/local/include -no-cpp-precomp -O2 -Wall  -fno-strict-aliasing -I/opt/local/include -Ilibpcap -Inbase -Insock/include   -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"http://nmap.org\" -DNMAP_PLATFORM=\"i386-apple-darwin9.2.2\" -DNMAPDATADIR=\"/opt/local/share/nmap\" -DNMAPLIBEXECDIR=\"/opt/local/libexec/nmap\" nse_string.cc -o nse_string.o
974echo Compiling nmap
975Compiling nmap
976rm -f nmap
977/usr/bin/g++-4.0 -L/opt/local/lib -Llibpcap -L/opt/local/lib -L/opt/local/lib -Lnbase -Lnsock/src/   -o nmap main.o nmap.o targets.o tcpip.o nmap_error.o utils.o idle_scan.o osscan.o osscan2.o output.o scan_engine.o timing.o charpool.o services.o protocols.o nmap_rpc.o portlist.o NmapOps.o TargetGroup.o Target.o FingerPrintResults.o service_scan.o NmapOutputTable.o MACLookup.o nmap_tty.o nmap_dns.o  traceroute.o portreasons.o nse_main.o nse_auxiliar.o nse_nsock.o nse_init.o nse_nmaplib.o nse_debug.o nse_pcrelib.o nse_string.o  -lnbase -lnsock -lpcre -lpcap -lssl -lcrypto libdnet-stripped/src/.libs/libdnet.a liblua/liblua.a -lm 
978ld: warning in /opt/local/lib/libpcap.dylib, file is not of required architecture
979ld: warning in /opt/local/lib/libssl.dylib, file is not of required architecture
980ld: warning in /opt/local/lib/libcrypto.dylib, file is not of required architecture
981Undefined symbols:
982  "_pcap_open_live", referenced from:
983      my_pcap_open_live(char const*, int, int, int)in tcpip.o
984      _nsock_pcap_open in libnsock.a(nsock_pcap.o)
985  "_SSL_free", referenced from:
986      _nsi_delete in libnsock.a(nsock_iod.o)
987  "_SSL_get_error", referenced from:
988      _handle_connect_result in libnsock.a(nsock_core.o)
989      _handle_write_result in libnsock.a(nsock_core.o)
990      _handle_read_result in libnsock.a(nsock_core.o)
991      _nsi_delete in libnsock.a(nsock_iod.o)
992  "_SSL_CTX_set_cipher_list", referenced from:
993      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
994  "_pcap_next", referenced from:
995      read_arp_reply_pcap(pcap*, unsigned char*, in_addr*, long, timeval*)in tcpip.o
996      readip_pcap(pcap*, unsigned int*, long, timeval*, link_header*)in tcpip.o
997      readip_pcap(pcap*, unsigned int*, long, timeval*, link_header*)in tcpip.o
998      readip_pcap(pcap*, unsigned int*, long, timeval*, link_header*)in tcpip.o
999  "_SSL_set_session", referenced from:
1000      _handle_connect_result in libnsock.a(nsock_core.o)
1001  "_SSL_read", referenced from:
1002      _handle_read_result in libnsock.a(nsock_core.o)
1003  "_SSLv23_client_method", referenced from:
1004      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1005  "_pcap_get_selectable_fd", referenced from:
1006      _nsock_pcap_open in libnsock.a(nsock_pcap.o)
1007  "_pcap_geterr", referenced from:
1008      pcap_print_stats(int, pcap*) in tcpip.o
1009      set_pcap_filter(char const*, pcap*, char*, ...)in tcpip.o
1010      set_pcap_filter(char const*, pcap*, char*, ...)in tcpip.o
1011      read_arp_reply_pcap(pcap*, unsigned char*, in_addr*, long, timeval*)in tcpip.o
1012      readip_pcap(pcap*, unsigned int*, long, timeval*, link_header*)in tcpip.o
1013      _nsock_pcap_set_filter in libnsock.a(nsock_pcap.o)
1014      _nsock_pcap_set_filter in libnsock.a(nsock_pcap.o)
1015      _nsock_pcap_open in libnsock.a(nsock_pcap.o)
1016      _do_actual_pcap_read in libnsock.a(nsock_pcap.o)
1017  "_pcap_stats", referenced from:
1018      pcap_print_stats(int, pcap*) in tcpip.o
1019  "_SSL_get_session", referenced from:
1020      _nsi_get0_ssl_session in libnsock.a(nsock_iod.o)
1021  "_pcap_freealldevs", referenced from:
1022      print_iflist()     in output.o
1023  "_ERR_error_string", referenced from:
1024      _handle_connect_result in libnsock.a(nsock_core.o)
1025      _handle_connect_result in libnsock.a(nsock_core.o)
1026      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1027      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1028  "_SSL_SESSION_free", referenced from:
1029      ServiceNFO::~ServiceNFO()in service_scan.o
1030      servicescan_connect_handler(void*, void*, void*)in service_scan.o
1031      l_nsock_close(lua_State*)     in nse_nsock.o
1032  "_pcap_setfilter", referenced from:
1033      set_pcap_filter(char const*, pcap*, char*, ...)in tcpip.o
1034      _nsock_pcap_set_filter in libnsock.a(nsock_pcap.o)
1035  "_pcap_datalink", referenced from:
1036      read_arp_reply_pcap(pcap*, unsigned char*, in_addr*, long, timeval*)in tcpip.o
1037      read_arp_reply_pcap(pcap*, unsigned char*, in_addr*, long, timeval*)in tcpip.o
1038      readip_pcap(pcap*, unsigned int*, long, timeval*, link_header*)in tcpip.o
1039      readip_pcap(pcap*, unsigned int*, long, timeval*, link_header*)in tcpip.o
1040      _nsock_pcap_open in libnsock.a(nsock_pcap.o)
1041  "_SSL_CTX_set_timeout", referenced from:
1042      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1043  "_ERR_reason_error_string", referenced from:
1044      _handle_read_result in libnsock.a(nsock_core.o)
1045      _nsi_delete in libnsock.a(nsock_iod.o)
1046  "_SSL_connect", referenced from:
1047      _handle_connect_result in libnsock.a(nsock_core.o)
1048  "_pcap_setnonblock", referenced from:
1049      _nsock_pcap_open in libnsock.a(nsock_pcap.o)
1050  "_RAND_seed", referenced from:
1051      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1052  "_SSL_CTX_ctrl", referenced from:
1053      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1054      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1055      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1056  "_pcap_close", referenced from:
1057      doArp(char const*, unsigned char const*, sockaddr_storage const*, sockaddr_storage const*, unsigned char*)in tcpip.o
1058      HostOsScan::~HostOsScan()in osscan2.o
1059      UltraScanInfo::~UltraScanInfo()in scan_engine.o
1060      Traceroute::~Traceroute()in traceroute.o
1061      _nsi_delete in libnsock.a(nsock_iod.o)
1062  "_pcap_freecode", referenced from:
1063      set_pcap_filter(char const*, pcap*, char*, ...)in tcpip.o
1064      set_pcap_filter(char const*, pcap*, char*, ...)in tcpip.o
1065      _nsock_pcap_set_filter in libnsock.a(nsock_pcap.o)
1066  "_SSL_CTX_set_verify", referenced from:
1067      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1068  "_SSL_set_fd", referenced from:
1069      _handle_connect_result in libnsock.a(nsock_core.o)
1070  "_pcap_compile", referenced from:
1071      set_pcap_filter(char const*, pcap*, char*, ...)in tcpip.o
1072      _nsock_pcap_set_filter in libnsock.a(nsock_pcap.o)
1073  "_pcap_next_ex", referenced from:
1074      _do_actual_pcap_read in libnsock.a(nsock_pcap.o)
1075  "_ERR_get_error", referenced from:
1076      _handle_connect_result in libnsock.a(nsock_core.o)
1077      _handle_connect_result in libnsock.a(nsock_core.o)
1078      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1079      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1080  "_SSL_write", referenced from:
1081      _handle_write_result in libnsock.a(nsock_core.o)
1082  "_SSL_new", referenced from:
1083      _handle_connect_result in libnsock.a(nsock_core.o)
1084  "_SSL_load_error_strings", referenced from:
1085      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1086  "_SSL_library_init", referenced from:
1087      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1088  "_SSL_shutdown", referenced from:
1089      _nsi_delete in libnsock.a(nsock_iod.o)
1090  "_SSL_get1_session", referenced from:
1091      _nsi_get1_ssl_session in libnsock.a(nsock_iod.o)
1092  "_SSL_CTX_new", referenced from:
1093      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1094  "_pcap_lookupnet", referenced from:
1095      set_pcap_filter(char const*, pcap*, char*, ...)in tcpip.o
1096      _nsock_pcap_set_filter in libnsock.a(nsock_pcap.o)
1097ld: symbol(s) not found
1098collect2: ld returned 1 exit status
1099make[1]: *** [nmap] Error 1
1100make: *** [all] Error 2
1101Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nmap/work/nmap-4.60" && make all " returned error 2
1102Command output:       set_pcap_filter(char const*, pcap*, char*, ...)in tcpip.o
1103      _nsock_pcap_set_filter in libnsock.a(nsock_pcap.o)
1104  "_pcap_next_ex", referenced from:
1105      _do_actual_pcap_read in libnsock.a(nsock_pcap.o)
1106  "_ERR_get_error", referenced from:
1107      _handle_connect_result in libnsock.a(nsock_core.o)
1108      _handle_connect_result in libnsock.a(nsock_core.o)
1109      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1110      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1111  "_SSL_write", referenced from:
1112      _handle_write_result in libnsock.a(nsock_core.o)
1113  "_SSL_new", referenced from:
1114      _handle_connect_result in libnsock.a(nsock_core.o)
1115  "_SSL_load_error_strings", referenced from:
1116      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1117  "_SSL_library_init", referenced from:
1118      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1119  "_SSL_shutdown", referenced from:
1120      _nsi_delete in libnsock.a(nsock_iod.o)
1121  "_SSL_get1_session", referenced from:
1122      _nsi_get1_ssl_session in libnsock.a(nsock_iod.o)
1123  "_SSL_CTX_new", referenced from:
1124      _Nsock_SSL_Init in libnsock.a(nsock_ssl.o)
1125  "_pcap_lookupnet", referenced from:
1126      set_pcap_filter(char const*, pcap*, char*, ...)in tcpip.o
1127      _nsock_pcap_set_filter in libnsock.a(nsock_pcap.o)
1128ld: symbol(s) not found
1129collect2: ld returned 1 exit status
1130make[1]: *** [nmap] Error 1
1131make: *** [all] Error 2
1132
1133Warning: the following items did not execute (for nmap): org.macports.activate org.macports.build org.macports.destroot org.macports.install
1134Error: Status 1 encountered during processing.