Advertisement
ddnmbr

Untitled

May 5th, 2016
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.03 KB | None | 0 0
  1. Compiling libnetutil
  2. cd libnetutil && make
  3. make[1]: Entering directory `/home/user/src/nmap-7.12/libnetutil'
  4. g++ -c -I../liblinear -I/usr/include/lua5.2 -I../libdnet-stripped/include -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing netutil.cc -o netutil.o
  5. g++ -c -I../liblinear -I/usr/include/lua5.2 -I../libdnet-stripped/include -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing PacketElement.cc -o PacketElement.o
  6. g++ -c -I../liblinear -I/usr/include/lua5.2 -I../libdnet-stripped/include -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing NetworkLayerElement.cc -o NetworkLayerElement.o
  7. g++ -c -I../liblinear -I/usr/include/lua5.2 -I../libdnet-stripped/include -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing TransportLayerElement.cc -o TransportLayerElement.o
  8. g++ -c -I../liblinear -I/usr/include/lua5.2 -I../libdnet-stripped/include -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing ARPHeader.cc -o ARPHeader.o
  9. g++ -c -I../liblinear -I/usr/include/lua5.2 -I../libdnet-stripped/include -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing EthernetHeader.cc -o EthernetHeader.o
  10. g++ -c -I../liblinear -I/usr/include/lua5.2 -I../libdnet-stripped/include -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing ICMPv4Header.cc -o ICMPv4Header.o
  11. g++ -c -I../liblinear -I/usr/include/lua5.2 -I../libdnet-stripped/include -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing ICMPv6Header.cc -o ICMPv6Header.o
  12. g++ -c -I../liblinear -I/usr/include/lua5.2 -I../libdnet-stripped/include -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing IPv4Header.cc -o IPv4Header.o
  13. g++ -c -I../liblinear -I/usr/include/lua5.2 -I../libdnet-stripped/include -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing IPv6Header.cc -o IPv6Header.o
  14. g++ -c -I../liblinear -I/usr/include/lua5.2 -I../libdnet-stripped/include -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing TCPHeader.cc -o TCPHeader.o
  15. g++ -c -I../liblinear -I/usr/include/lua5.2 -I../libdnet-stripped/include -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing UDPHeader.cc -o UDPHeader.o
  16. g++ -c -I../liblinear -I/usr/include/lua5.2 -I../libdnet-stripped/include -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing RawData.cc -o RawData.o
  17. g++ -c -I../liblinear -I/usr/include/lua5.2 -I../libdnet-stripped/include -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing HopByHopHeader.cc -o HopByHopHeader.o
  18. g++ -c -I../liblinear -I/usr/include/lua5.2 -I../libdnet-stripped/include -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing DestOptsHeader.cc -o DestOptsHeader.o
  19. g++ -c -I../liblinear -I/usr/include/lua5.2 -I../libdnet-stripped/include -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing FragmentHeader.cc -o FragmentHeader.o
  20. g++ -c -I../liblinear -I/usr/include/lua5.2 -I../libdnet-stripped/include -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing RoutingHeader.cc -o RoutingHeader.o
  21. g++ -c -I../liblinear -I/usr/include/lua5.2 -I../libdnet-stripped/include -I../libpcap -I../nbase -I../nsock/include -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing PacketParser.cc -o PacketParser.o
  22. rm -f libnetutil.a
  23. ar cr libnetutil.a netutil.o PacketElement.o NetworkLayerElement.o TransportLayerElement.o ARPHeader.o EthernetHeader.o ICMPv4Header.o ICMPv6Header.o IPv4Header.o IPv6Header.o TCPHeader.o UDPHeader.o RawData.o HopByHopHeader.o DestOptsHeader.o FragmentHeader.o RoutingHeader.o PacketParser.o
  24. ranlib libnetutil.a
  25. make[1]: Leaving directory `/home/user/src/nmap-7.12/libnetutil'
  26. Compiling liblinear
  27. make[1]: Entering directory `/home/user/src/nmap-7.12/liblinear'
  28. g++ -g -O2 -Wall -fno-strict-aliasing -Wno-uninitialized -c -o linear.o linear.cpp
  29. linear.cpp: In function ‘model* load_model(const char*)’:
  30. linear.cpp:2224:24: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  31. linear.cpp:2227:25: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  32. linear.cpp:2247:29: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  33. linear.cpp:2252:31: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  34. linear.cpp:2257:26: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  35. linear.cpp:2269:38: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  36. linear.cpp:2296:44: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  37. linear.cpp:2297:19: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  38. g++ -g -O2 -Wall -fno-strict-aliasing -Wno-uninitialized -c -o tron.o tron.cpp
  39. cd blas; make OPTFLAGS='-g -O2 -Wall -fno-strict-aliasing -Wno-uninitialized' CC='gcc';
  40. make[2]: Entering directory `/home/user/src/nmap-7.12/liblinear/blas'
  41. gcc -g -O2 -Wall -fno-strict-aliasing -Wno-uninitialized -c dnrm2.c
  42. gcc -g -O2 -Wall -fno-strict-aliasing -Wno-uninitialized -c daxpy.c
  43. gcc -g -O2 -Wall -fno-strict-aliasing -Wno-uninitialized -c ddot.c
  44. gcc -g -O2 -Wall -fno-strict-aliasing -Wno-uninitialized -c dscal.c
  45. ar rcv blas.a dnrm2.o daxpy.o ddot.o dscal.o
  46. a - dnrm2.o
  47. a - daxpy.o
  48. a - ddot.o
  49. a - dscal.o
  50. ranlib blas.a
  51. make[2]: Leaving directory `/home/user/src/nmap-7.12/liblinear/blas'
  52. ar rcv liblinear.a linear.o tron.o blas/*.o
  53. a - linear.o
  54. a - tron.o
  55. a - blas/daxpy.o
  56. a - blas/ddot.o
  57. a - blas/dnrm2.o
  58. a - blas/dscal.o
  59. ranlib liblinear.a
  60. make[1]: Leaving directory `/home/user/src/nmap-7.12/liblinear'
  61. Compiling libpcap
  62. make[1]: Entering directory `/home/user/src/nmap-7.12/libpcap'
  63. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-linux.c
  64. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-usb-linux.c
  65. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-netfilter-linux.c
  66. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c ./fad-getad.c
  67. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c ./pcap.c
  68. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c ./inet.c
  69. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c ./gencode.c
  70. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c ./optimize.c
  71. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c ./nametoaddr.c
  72. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c ./etherent.c
  73. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c ./savefile.c
  74. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c ./sf-pcap.c
  75. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c ./sf-pcap-ng.c
  76. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-common.c
  77. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c ./bpf_image.c
  78. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c ./bpf_dump.c
  79. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c scanner.c
  80. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -Dyylval=pcap_lval -c grammar.c
  81. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c bpf_filter.c
  82. gcc -fpic -I. -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -g -O2 -c version.c
  83. ar rc libpcap.a pcap-linux.o pcap-usb-linux.o pcap-netfilter-linux.o fad-getad.o pcap.o inet.o gencode.o optimize.o nametoaddr.o etherent.o savefile.o sf-pcap.o sf-pcap-ng.o pcap-common.o bpf_image.o bpf_dump.o scanner.o grammar.o bpf_filter.o version.o
  84. ranlib libpcap.a
  85. ./config.status --file=pcap-config.tmp:./pcap-config.in
  86. config.status: creating pcap-config.tmp
  87. mv pcap-config.tmp pcap-config
  88. chmod a+x pcap-config
  89. make[1]: Leaving directory `/home/user/src/nmap-7.12/libpcap'
  90. Compiling libnbase
  91. cd nbase && make
  92. make[1]: Entering directory `/home/user/src/nmap-7.12/nbase'
  93. gcc -g -O2 -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o snprintf.o snprintf.c
  94. gcc -g -O2 -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_str.o nbase_str.c
  95. gcc -g -O2 -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_misc.o nbase_misc.c
  96. gcc -g -O2 -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_memalloc.o nbase_memalloc.c
  97. gcc -g -O2 -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_rnd.o nbase_rnd.c
  98. gcc -g -O2 -Wall -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -c -o nbase_addrset.o nbase_addrset.c
  99. rm -f libnbase.a
  100. ar cr libnbase.a snprintf.o nbase_str.o nbase_misc.o nbase_memalloc.o nbase_rnd.o nbase_addrset.o
  101. ranlib libnbase.a
  102. make[1]: Leaving directory `/home/user/src/nmap-7.12/nbase'
  103. Compiling libnsock
  104. cd nsock/src && make
  105. make[1]: Entering directory `/home/user/src/nmap-7.12/nsock/src'
  106. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall error.c -o error.o
  107. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall filespace.c -o filespace.o
  108. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall gh_heap.c -o gh_heap.o
  109. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall nsock_connect.c -o nsock_connect.o
  110. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall nsock_core.c -o nsock_core.o
  111. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall nsock_iod.c -o nsock_iod.o
  112. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall nsock_read.c -o nsock_read.o
  113. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall nsock_timers.c -o nsock_timers.o
  114. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall nsock_write.c -o nsock_write.o
  115. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall nsock_ssl.c -o nsock_ssl.o
  116. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall nsock_event.c -o nsock_event.o
  117. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall nsock_pool.c -o nsock_pool.o
  118. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall netutils.c -o netutils.o
  119. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall nsock_pcap.c -o nsock_pcap.o
  120. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall nsock_engines.c -o nsock_engines.o
  121. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall engine_select.c -o engine_select.o
  122. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall engine_epoll.c -o engine_epoll.o
  123. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall engine_kqueue.c -o engine_kqueue.o
  124. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall engine_poll.c -o engine_poll.o
  125. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall nsock_proxy.c -o nsock_proxy.o
  126. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall nsock_log.c -o nsock_log.o
  127. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall proxy_http.c -o proxy_http.o
  128. gcc -c -I/home/user/src/nmap-7.12/libpcap -I/home/user/src/nmap-7.12/nbase -DHAVE_CONFIG_H -DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2 -Wall proxy_socks4.c -o proxy_socks4.o
  129. rm -f libnsock.a
  130. ar cr libnsock.a error.o filespace.o gh_heap.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 nsock_proxy.o nsock_log.o proxy_http.o proxy_socks4.o
  131. ranlib libnsock.a
  132. make[1]: Leaving directory `/home/user/src/nmap-7.12/nsock/src'
  133. Compiling libdnet
  134. make[1]: Entering directory `/home/user/src/nmap-7.12/libdnet-stripped'
  135. Making all in include
  136. make[2]: Entering directory `/home/user/src/nmap-7.12/libdnet-stripped/include'
  137. make all-recursive
  138. make[3]: Entering directory `/home/user/src/nmap-7.12/libdnet-stripped/include'
  139. Making all in dnet
  140. make[4]: Entering directory `/home/user/src/nmap-7.12/libdnet-stripped/include/dnet'
  141. make[4]: Nothing to be done for `all'.
  142. make[4]: Leaving directory `/home/user/src/nmap-7.12/libdnet-stripped/include/dnet'
  143. make[4]: Entering directory `/home/user/src/nmap-7.12/libdnet-stripped/include'
  144. make[4]: Leaving directory `/home/user/src/nmap-7.12/libdnet-stripped/include'
  145. make[3]: Leaving directory `/home/user/src/nmap-7.12/libdnet-stripped/include'
  146. make[2]: Leaving directory `/home/user/src/nmap-7.12/libdnet-stripped/include'
  147. Making all in src
  148. make[2]: Entering directory `/home/user/src/nmap-7.12/libdnet-stripped/src'
  149. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o addr-util.lo addr-util.c
  150. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c addr-util.c -o addr-util.o
  151. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o addr.lo addr.c
  152. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c addr.c -o addr.o
  153. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o blob.lo blob.c
  154. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c blob.c -o blob.o
  155. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o ip-util.lo ip-util.c
  156. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c ip-util.c -o ip-util.o
  157. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o ip6.lo ip6.c
  158. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c ip6.c -o ip6.o
  159. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o rand.lo rand.c
  160. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c rand.c -o rand.o
  161. rand.c: In function ‘rand_open’:
  162. rand.c:84:7: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
  163. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o strlcat.lo strlcat.c
  164. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c strlcat.c -o strlcat.o
  165. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o strlcpy.lo strlcpy.c
  166. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c strlcpy.c -o strlcpy.o
  167. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o arp-ioctl.lo arp-ioctl.c
  168. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c arp-ioctl.c -o arp-ioctl.o
  169. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o eth-linux.lo eth-linux.c
  170. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c eth-linux.c -o eth-linux.o
  171. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o fw-none.lo fw-none.c
  172. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c fw-none.c -o fw-none.o
  173. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o intf.lo intf.c
  174. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c intf.c -o intf.o
  175. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o ip.lo ip.c
  176. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c ip.c -o ip.o
  177. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o route-linux.lo route-linux.c
  178. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c route-linux.c -o route-linux.o
  179. /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c -o tun-linux.lo tun-linux.c
  180. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include -I../include -g -O2 -Wall -c tun-linux.c -o tun-linux.o
  181. /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -version-info 1:1:0 -o libdnet.la -rpath /usr/local/lib addr-util.lo addr.lo blob.lo ip-util.lo ip6.lo rand.lo strlcat.lo strlcpy.lo arp-ioctl.lo eth-linux.lo fw-none.lo intf.lo ip.lo route-linux.lo tun-linux.lo
  182. libtool: link: ar cru .libs/libdnet.a addr-util.o addr.o blob.o ip-util.o ip6.o rand.o strlcat.o strlcpy.o arp-ioctl.o eth-linux.o fw-none.o intf.o ip.o route-linux.o tun-linux.o
  183. libtool: link: ranlib .libs/libdnet.a
  184. libtool: link: ( cd ".libs" && rm -f "libdnet.la" && ln -s "../libdnet.la" "libdnet.la" )
  185. make[2]: Leaving directory `/home/user/src/nmap-7.12/libdnet-stripped/src'
  186. make[2]: Entering directory `/home/user/src/nmap-7.12/libdnet-stripped'
  187. make[2]: Nothing to be done for `all-am'.
  188. make[2]: Leaving directory `/home/user/src/nmap-7.12/libdnet-stripped'
  189. make[1]: Leaving directory `/home/user/src/nmap-7.12/libdnet-stripped'
  190. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing charpool.cc -o charpool.o
  191. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing FingerPrintResults.cc -o FingerPrintResults.o
  192. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing FPEngine.cc -o FPEngine.o
  193. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing -g0 FPModel.cc -o FPModel.o
  194. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing idle_scan.cc -o idle_scan.o
  195. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing MACLookup.cc -o MACLookup.o
  196. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing nmap_dns.cc -o nmap_dns.o
  197. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing nmap_error.cc -o nmap_error.o
  198. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing nmap.cc -o nmap.o
  199. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing nmap_ftp.cc -o nmap_ftp.o
  200. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing NmapOps.cc -o NmapOps.o
  201. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing NmapOutputTable.cc -o NmapOutputTable.o
  202. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing nmap_tty.cc -o nmap_tty.o
  203. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing osscan2.cc -o osscan2.o
  204. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing osscan.cc -o osscan.o
  205. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing output.cc -o output.o
  206. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing payload.cc -o payload.o
  207. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing portlist.cc -o portlist.o
  208. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing portreasons.cc -o portreasons.o
  209. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing protocols.cc -o protocols.o
  210. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing scan_engine.cc -o scan_engine.o
  211. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing scan_engine_connect.cc -o scan_engine_connect.o
  212. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing scan_engine_raw.cc -o scan_engine_raw.o
  213. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing service_scan.cc -o service_scan.o
  214. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing services.cc -o services.o
  215. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing TargetGroup.cc -o TargetGroup.o
  216. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing Target.cc -o Target.o
  217. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing targets.cc -o targets.o
  218. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing tcpip.cc -o tcpip.o
  219. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing timing.cc -o timing.o
  220. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing traceroute.cc -o traceroute.o
  221. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing utils.cc -o utils.o
  222. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing xml.cc -o xml.o
  223. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing nse_main.cc -o nse_main.o
  224. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing nse_utility.cc -o nse_utility.o
  225. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing nse_nsock.cc -o nse_nsock.o
  226. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing nse_dnet.cc -o nse_dnet.o
  227. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing nse_fs.cc -o nse_fs.o
  228. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing nse_nmaplib.cc -o nse_nmaplib.o
  229. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing nse_debug.cc -o nse_debug.o
  230. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing nse_pcrelib.cc -o nse_pcrelib.o
  231. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing nse_binlib.cc -o nse_binlib.o
  232. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing nse_bit.cc -o nse_bit.o
  233. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing nse_lpeg.cc -o nse_lpeg.o
  234. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing nse_openssl.cc -o nse_openssl.o
  235. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing nse_ssl_cert.cc -o nse_ssl_cert.o
  236. g++ -c -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -g -O2 -Wall -fno-strict-aliasing main.cc -o main.o
  237. Compiling nmap
  238. rm -f nmap
  239. g++ -Wl,-E -Lnbase -Lnsock/src/ -o nmap charpool.o FingerPrintResults.o FPEngine.o FPModel.o idle_scan.o MACLookup.o nmap_dns.o nmap_error.o nmap.o nmap_ftp.o NmapOps.o NmapOutputTable.o nmap_tty.o osscan2.o osscan.o output.o payload.o portlist.o portreasons.o protocols.o scan_engine.o scan_engine_connect.o scan_engine_raw.o service_scan.o services.o TargetGroup.o Target.o targets.o tcpip.o timing.o traceroute.o utils.o xml.o nse_main.o nse_utility.o nse_nsock.o nse_dnet.o nse_fs.o nse_nmaplib.o nse_debug.o nse_pcrelib.o nse_binlib.o nse_bit.o nse_lpeg.o nse_openssl.o nse_ssl_cert.o main.o -lnsock -lnbase -lpcre libpcap/libpcap.a -lssl -lcrypto libnetutil/libnetutil.a ./libdnet-stripped/src/.libs/libdnet.a -llua5.2 ./liblinear/liblinear.a -ldl
  240. /usr/bin/install -c -d /home/user/src/nmap-7.12/tempinstall/usr/local/bin /home/user/src/nmap-7.12/tempinstall/usr/local/share/man/man1 /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap
  241. /usr/bin/install -c -c -m 755 nmap /home/user/src/nmap-7.12/tempinstall/usr/local/bin/nmap
  242. /usr/bin/strip -x /home/user/src/nmap-7.12/tempinstall/usr/local/bin/nmap
  243. /usr/bin/install -c -c -m 644 docs/nmap.1 /home/user/src/nmap-7.12/tempinstall/usr/local/share/man/man1/
  244. if [ "yes" = "yes" ]; then \
  245. for ll in de es fr hr hu it ja pl pt_BR pt_PT ro ru sk zh; do \
  246. /usr/bin/install -c -d /home/user/src/nmap-7.12/tempinstall/usr/local/share/man/$ll/man1; \
  247. /usr/bin/install -c -c -m 644 docs/man-xlate/nmap-$ll.1 /home/user/src/nmap-7.12/tempinstall/usr/local/share/man/$ll/man1/nmap.1; \
  248. done; \
  249. fi
  250. /usr/bin/install -c -c -m 644 docs/nmap.xsl /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap/
  251. /usr/bin/install -c -c -m 644 docs/nmap.dtd /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap/
  252. /usr/bin/install -c -c -m 644 nmap-services /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap/
  253. /usr/bin/install -c -c -m 644 nmap-payloads /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap/
  254. /usr/bin/install -c -c -m 644 nmap-rpc /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap/
  255. /usr/bin/install -c -c -m 644 nmap-os-db /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap/
  256. /usr/bin/install -c -c -m 644 nmap-service-probes /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap/
  257. /usr/bin/install -c -c -m 644 nmap-protocols /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap/
  258. /usr/bin/install -c -c -m 644 nmap-mac-prefixes /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap/
  259. /usr/bin/install -c -d /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap/scripts
  260. /usr/bin/install -c -d /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap/nselib
  261. (cd /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap/scripts && rm -f anonFTP.nse ASN.nse asn-to-prefix.nse brutePOP3.nse bruteTelnet.nse chargenTest.nse daytimeTest.nse dns-safe-recursion-port.nse dns-safe-recursion-txid.nse dns-test-open-recursion.nse domino-enum-passwords.nse echoTest.nse ftpbounce.nse HTTPAuth.nse HTTP_open_proxy.nse HTTPpasswd.nse HTTPtrace.nse iax2Detect.nse ircServerInfo.nse ircZombieTest.nse mac-geolocation.nse MSSQLm.nse MySQLinfo.nse netbios-smb-os-discovery.nse nfs-acls.nse nfs-dirlist.nse popcapa.nse PPTPversion.nse promiscuous.nse RealVNC_auth_bypass.nse ripeQuery.nse robots.nse showHTMLTitle.nse showHTTPVersion.nse showOwner.nse showSMTPVersion.nse showSSHVersion.nse skype_v2-version.nse smb-enumdomains.nse smb-enumsessions.nse smb-enumshares.nse smb-enumusers.nse smb-serverstats.nse smb-systeminfo.nse SMTPcommands.nse SMTP_openrelay_test.nse smtp-check-vulns.nse SNMPcommunitybrute.nse SNMPsysdescr.nse SQLInject.nse SSH-hostkey.nse SSHv1-support.nse SSLv2-support.nse strangeSMTPport.nse UPnP-info.nse xamppDefaultPass.nse zoneTrans.nse db2-info.nse db2-brute.nse html-title.nse robots.txt.nse xmpp.nse sql-injection.nse http-robtex-reverse-ip.nse http-vuln-zimbra-lfi.nse http-vuln-0-day-lfi-zimbra.nse whois.nse db2-discover.nse http-crossdomainxml.nse http-email-harvest.nse http-wordpress-plugins.nse http-wp-plugins.nse smb-check-vulns.nse)
  262. /usr/bin/install -c -c -m 644 nse_main.lua /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap/
  263. /usr/bin/install -c -c -m 644 scripts/script.db scripts/*.nse /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap/scripts
  264. /usr/bin/install -c -c -m 644 nselib/*.lua nselib/*.luadoc /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap/nselib
  265. /usr/bin/install -c -d /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap/nselib/data
  266. for f in `find nselib/data -name .svn -prune -o -type d -print`; do \
  267. /usr/bin/install -c -d /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap/$f; \
  268. done
  269. for f in `find nselib/data -name .svn -prune -o -type f -print`; do \
  270. /usr/bin/install -c -c -m 644 $f /home/user/src/nmap-7.12/tempinstall/usr/local/share/nmap/$f; \
  271. done
  272. /usr/bin/install -c -d /home/user/src/nmap-7.12/tempinstall/usr/local/bin /home/user/src/nmap-7.12/tempinstall/usr/local/share/man/man1
  273. cd zenmap && /usr/bin/python2 setup.py --quiet install --prefix "/usr/local" --force --root "/home/user/src/nmap-7.12/tempinstall"
  274. /usr/bin/install -c -c -m 644 docs/zenmap.1 /home/user/src/nmap-7.12/tempinstall/usr/local/share/man/man1/
  275. if [ ! -f /home/user/src/nmap-7.12/tempinstall/usr/local/bin/nmapfe -o -L /home/user/src/nmap-7.12/tempinstall/usr/local/bin/nmapfe ]; then \
  276. ln -sf zenmap /home/user/src/nmap-7.12/tempinstall/usr/local/bin/nmapfe; \
  277. fi
  278. ln -sf zenmap /home/user/src/nmap-7.12/tempinstall/usr/local/bin/xnmap
  279. cd ndiff && /usr/bin/python2 setup.py install --prefix "/usr/local" --root "/home/user/src/nmap-7.12/tempinstall"
  280. running install
  281. running build
  282. running build_py
  283. creating build
  284. creating build/lib.linux-i686-2.7
  285. copying ndiff.py -> build/lib.linux-i686-2.7
  286. running build_scripts
  287. creating build/scripts-2.7
  288. copying and adjusting scripts/ndiff -> build/scripts-2.7
  289. changing mode of build/scripts-2.7/ndiff from 664 to 775
  290. running install_lib
  291. running install_scripts
  292. copying build/scripts-2.7/ndiff -> /home/user/src/nmap-7.12/tempinstall/usr/local/bin
  293. changing mode of /home/user/src/nmap-7.12/tempinstall/usr/local/bin/ndiff to 775
  294. running install_data
  295. running install_egg_info
  296. g++ -g -O2 -Wall -fno-strict-aliasing -I./liblinear -I/usr/include/lua5.2 -I./libdnet-stripped/include -I./libpcap -I./nbase -I./nsock/include -DHAVE_CONFIG_H -DNMAP_NAME=\"Nmap\" -DNMAP_URL=\"https://nmap.org\" -DNMAP_PLATFORM=\"i686-pc-linux-gnu\" -DNMAPDATADIR=\"/usr/local/share/nmap\" -D_FORTIFY_SOURCE=2 -Wl,-E -Lnbase -Lnsock/src/ nping/nping.cc -o nping/nping
  297. /tmp/ccN9jE9k.o: In function `signal_handler(int)':
  298. /home/user/src/nmap-7.12/nping/nping.cc:284: undefined reference to `nping_print(int, char const*, ...)'
  299. /home/user/src/nmap-7.12/nping/nping.cc:298: undefined reference to `nping_warning(int, char const*, ...)'
  300. /home/user/src/nmap-7.12/nping/nping.cc:287: undefined reference to `NpingStats::stopTxClock()'
  301. /home/user/src/nmap-7.12/nping/nping.cc:288: undefined reference to `NpingStats::stopRxClock()'
  302. /home/user/src/nmap-7.12/nping/nping.cc:289: undefined reference to `NpingStats::stopRuntime()'
  303. /home/user/src/nmap-7.12/nping/nping.cc:290: undefined reference to `NpingOps::displayStatistics()'
  304. /home/user/src/nmap-7.12/nping/nping.cc:291: undefined reference to `NpingOps::displayNpingDoneMsg()'
  305. /home/user/src/nmap-7.12/nping/nping.cc:292: undefined reference to `NpingOps::cleanup()'
  306. /tmp/ccN9jE9k.o: In function `main':
  307. /home/user/src/nmap-7.12/nping/nping.cc:162: undefined reference to `ArgParser::ArgParser()'
  308. /home/user/src/nmap-7.12/nping/nping.cc:164: undefined reference to `ProbeMode::ProbeMode()'
  309. /home/user/src/nmap-7.12/nping/nping.cc:170: undefined reference to `NpingStats::startRuntime()'
  310. /home/user/src/nmap-7.12/nping/nping.cc:188: undefined reference to `ArgParser::parseArguments(int, char**)'
  311. /home/user/src/nmap-7.12/nping/nping.cc:189: undefined reference to `NpingOps::validateOptions()'
  312. /home/user/src/nmap-7.12/nping/nping.cc:193: undefined reference to `nping_fatal(int, char const*, ...)'
  313. /home/user/src/nmap-7.12/nping/nping.cc:194: undefined reference to `nping_print(int, char const*, ...)'
  314. /home/user/src/nmap-7.12/nping/nping.cc:200: undefined reference to `NpingOps::issetTargetPorts()'
  315. /home/user/src/nmap-7.12/nping/nping.cc:206: undefined reference to `nping_print(int, char const*, ...)'
  316. /home/user/src/nmap-7.12/nping/nping.cc:207: undefined reference to `NpingTargets::processSpecs()'
  317. /home/user/src/nmap-7.12/nping/nping.cc:208: undefined reference to `NpingTargets::getTargetsFetched()'
  318. /home/user/src/nmap-7.12/nping/nping.cc:211: undefined reference to `nping_print(int, char const*, ...)'
  319. /home/user/src/nmap-7.12/nping/nping.cc:213: undefined reference to `NpingOps::getRole()'
  320. /home/user/src/nmap-7.12/nping/nping.cc:235: undefined reference to `NpingOps::getRole()'
  321. /home/user/src/nmap-7.12/nping/nping.cc:235: undefined reference to `nping_fatal(int, char const*, ...)'
  322. /home/user/src/nmap-7.12/nping/nping.cc:240: undefined reference to `NpingStats::stopRuntime()'
  323. /home/user/src/nmap-7.12/nping/nping.cc:241: undefined reference to `NpingOps::displayStatistics()'
  324. /home/user/src/nmap-7.12/nping/nping.cc:242: undefined reference to `NpingOps::displayNpingDoneMsg()'
  325. /home/user/src/nmap-7.12/nping/nping.cc:243: undefined reference to `NpingOps::cleanup()'
  326. /home/user/src/nmap-7.12/nping/nping.cc:216: undefined reference to `ProbeMode::start()'
  327. /home/user/src/nmap-7.12/nping/nping.cc:217: undefined reference to `ProbeMode::cleanup()'
  328. /home/user/src/nmap-7.12/nping/nping.cc:208: undefined reference to `NpingOps::getRole()'
  329. /home/user/src/nmap-7.12/nping/nping.cc:209: undefined reference to `nping_fatal(int, char const*, ...)'
  330. /home/user/src/nmap-7.12/nping/nping.cc:200: undefined reference to `NpingOps::getMode()'
  331. /home/user/src/nmap-7.12/nping/nping.cc:200: undefined reference to `NpingOps::scan_mode_uses_target_ports(int)'
  332. /home/user/src/nmap-7.12/nping/nping.cc:201: undefined reference to `nping_fatal(int, char const*, ...)'
  333. /home/user/src/nmap-7.12/nping/nping.cc:228: undefined reference to `NpingStats::startClocks()'
  334. /home/user/src/nmap-7.12/nping/nping.cc:229: undefined reference to `EchoServer::start()'
  335. /home/user/src/nmap-7.12/nping/nping.cc:230: undefined reference to `EchoServer::cleanup()'
  336. /home/user/src/nmap-7.12/nping/nping.cc:231: undefined reference to `NpingStats::stopClocks()'
  337. /home/user/src/nmap-7.12/nping/nping.cc:221: undefined reference to `NpingTargets::getNextTarget()'
  338. /home/user/src/nmap-7.12/nping/nping.cc:222: undefined reference to `NpingTargets::rewind()'
  339. /home/user/src/nmap-7.12/nping/nping.cc:223: undefined reference to `NpingOps::getEchoPort()'
  340. /home/user/src/nmap-7.12/nping/nping.cc:223: undefined reference to `EchoClient::start(NpingTarget*, unsigned short)'
  341. /home/user/src/nmap-7.12/nping/nping.cc:224: undefined reference to `EchoClient::cleanup()'
  342. /home/user/src/nmap-7.12/nping/nping.cc:246: undefined reference to `ArgParser::~ArgParser()'
  343. /home/user/src/nmap-7.12/nping/nping.cc:246: undefined reference to `ProbeMode::~ProbeMode()'
  344. /tmp/ccN9jE9k.o: In function `__static_initialization_and_destruction_0':
  345. /home/user/src/nmap-7.12/nping/nping.cc:145: undefined reference to `NpingOps::NpingOps()'
  346. /home/user/src/nmap-7.12/nping/nping.cc:145: undefined reference to `NpingOps::~NpingOps()'
  347. /home/user/src/nmap-7.12/nping/nping.cc:146: undefined reference to `EchoClient::EchoClient()'
  348. /home/user/src/nmap-7.12/nping/nping.cc:146: undefined reference to `EchoClient::~EchoClient()'
  349. /home/user/src/nmap-7.12/nping/nping.cc:147: undefined reference to `EchoServer::EchoServer()'
  350. /home/user/src/nmap-7.12/nping/nping.cc:147: undefined reference to `EchoServer::~EchoServer()'
  351. collect2: ld returned 1 exit status
  352. make: *** [nping/nping] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement