Advertisement
helpmetuch22

hi

Jan 30th, 2021
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.75 KB | None | 0 0
  1. [root@localhost driftnet-1.3.0]# autoreconf -fi
  2. configure.ac:92: installing './ar-lib'
  3. configure.ac:87: installing './compile'
  4. configure.ac:8: installing './config.guess'
  5. configure.ac:11: installing './install-sh'
  6. configure.ac:11: installing './missing'
  7. src/Makefile.am: installing './depcomp'
  8. parallel-tests: installing './test-driver'
  9. [root@localhost driftnet-1.3.0]# ./configure
  10. checking build system type... x86_64-pc-linux-gnu
  11. checking host system type... x86_64-pc-linux-gnu
  12. checking target system type... x86_64-pc-linux-gnu
  13. checking for a BSD-compatible install... /usr/bin/install -c
  14. checking whether build environment is sane... yes
  15. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  16. checking for gawk... gawk
  17. checking whether make sets $(MAKE)... yes
  18. checking whether make supports nested variables... yes
  19. checking whether make supports nested variables... (cached) yes
  20. checking for pkg-config... yes
  21. checking for gcc... gcc
  22. checking whether the C compiler works... yes
  23. checking for C compiler default output file name... a.out
  24. checking for suffix of executables...
  25. checking whether we are cross compiling... no
  26. checking for suffix of object files... o
  27. checking whether we are using the GNU C compiler... yes
  28. checking whether gcc accepts -g... yes
  29. checking for gcc option to accept ISO C89... none needed
  30. checking whether gcc understands -c and -o together... yes
  31. checking whether make supports the include directive... yes (GNU style)
  32. checking dependency style of gcc... gcc3
  33. checking for pkg-config... /usr/bin/pkg-config
  34. checking pkg-config is at least version 0.9.0... yes
  35. checking for ar... ar
  36. checking the archiver (ar) interface... ar
  37. checking for ranlib... ranlib
  38. checking for pcap_open_live in -lpcap... yes
  39. checking for pthread_create in -lpthread... yes
  40. checking for g_free in -lglib-2.0... yes
  41. checking for g_signal_connect_data in -lgobject-2.0... yes
  42. checking for gtk_main in -lgtk-x11-2.0... yes
  43. checking for gdk_window_get_state in -lgdk-x11-2.0... yes
  44. checking for DGifOpenFileHandle in -lgif... yes
  45. checking for png_read_info in -lpng... yes
  46. checking for jpeg_read_header in -ljpeg... yes
  47. checking for lws_create_context in -lwebsockets... yes
  48. checking how to run the C preprocessor... gcc -E
  49. checking for grep that handles long lines and -e... /usr/bin/grep
  50. checking for egrep... /usr/bin/grep -E
  51. checking for ANSI C header files... yes
  52. checking for sys/types.h... yes
  53. checking for sys/stat.h... yes
  54. checking for stdlib.h... yes
  55. checking for string.h... yes
  56. checking for memory.h... yes
  57. checking for strings.h... yes
  58. checking for inttypes.h... yes
  59. checking for stdint.h... yes
  60. checking for unistd.h... yes
  61. checking uv/version.h usability... yes
  62. checking uv/version.h presence... yes
  63. checking for uv/version.h... yes
  64. checking for _cmocka_run_group_tests in -lcmocka... no
  65. configure: WARNING: cannot find lib cmocka, the testsuite will not run
  66. checking arpa/inet.h usability... yes
  67. checking arpa/inet.h presence... yes
  68. checking for arpa/inet.h... yes
  69. checking fcntl.h usability... yes
  70. checking fcntl.h presence... yes
  71. checking for fcntl.h... yes
  72. checking limits.h usability... yes
  73. checking limits.h presence... yes
  74. checking for limits.h... yes
  75. checking netinet/in.h usability... yes
  76. checking netinet/in.h presence... yes
  77. checking for netinet/in.h... yes
  78. checking for stdlib.h... (cached) yes
  79. checking for string.h... (cached) yes
  80. checking sys/socket.h usability... yes
  81. checking sys/socket.h presence... yes
  82. checking for sys/socket.h... yes
  83. checking sys/time.h usability... yes
  84. checking sys/time.h presence... yes
  85. checking for sys/time.h... yes
  86. checking for unistd.h... (cached) yes
  87. checking for sys/types.h... (cached) yes
  88. checking for stdint.h... (cached) yes
  89. checking for inttypes.h... (cached) yes
  90. checking for pid_t... yes
  91. checking for size_t... yes
  92. checking for ssize_t... yes
  93. checking for uint16_t... yes
  94. checking for uint32_t... yes
  95. checking for uint8_t... yes
  96. checking whether byte ordering is bigendian... no
  97. checking for inline... inline
  98. checking for stdlib.h... (cached) yes
  99. checking for GNU libc compatible malloc... yes
  100. checking for stdlib.h... (cached) yes
  101. checking for GNU libc compatible realloc... yes
  102. checking vfork.h usability... no
  103. checking vfork.h presence... no
  104. checking for vfork.h... no
  105. checking for fork... yes
  106. checking for vfork... yes
  107. checking for working fork... yes
  108. checking for working vfork... (cached) yes
  109. checking for dup2... yes
  110. checking for inet_ntoa... yes
  111. checking for memchr... yes
  112. checking for memset... yes
  113. checking for mkdir... yes
  114. checking for rmdir... yes
  115. checking for strcasecmp... yes
  116. checking for strchr... yes
  117. checking for strdup... yes
  118. checking for strerror... yes
  119. checking for strncasecmp... yes
  120. checking for strrchr... yes
  121. checking for library containing nanosleep... none required
  122. checking for nanosleep... yes
  123. checking that generated files are newer than configure... done
  124. configure: creating ./config.status
  125. config.status: creating Makefile
  126. config.status: creating src/Makefile
  127. config.status: creating src/common/Makefile
  128. config.status: creating src/network/Makefile
  129. config.status: creating src/media/Makefile
  130. config.status: creating src/display/Makefile
  131. config.status: creating src/http_display/Makefile
  132. config.status: creating src/compat/config.h
  133. config.status: executing depfiles commands
  134. -------------------------------------------------
  135.  
  136. driftnet Version 1.3.0
  137.  
  138. Prefix: '/usr/local'
  139. Compiler: 'gcc -O2 -g -DDEBUG'
  140.  
  141. Package features:
  142. - enable display: yes
  143. - enable debug: yes
  144.  
  145. Now type:
  146. - 'make' to build the package
  147. - 'make install' to install everything
  148.  
  149. --------------------------------------------------
  150. [root@localhost driftnet-1.3.0]# make
  151. Making all in src
  152. make[1]: Entering directory '/home/namehere/driftnet-1.3.0/src'
  153. Making all in common
  154. make[2]: Entering directory '/home/namehere/driftnet-1.3.0/src/common'
  155. CC log.o
  156. CC tmpdir.o
  157. CC util.o
  158. AR libcommon.a
  159. make[2]: Leaving directory '/home/namehere/driftnet-1.3.0/src/common'
  160. Making all in network
  161. make[2]: Entering directory '/home/namehere/driftnet-1.3.0/src/network'
  162. CC connection.o
  163. CC layer2.o
  164. CC layer3.o
  165. CC pcap_engine.o
  166. pcap_engine.c: In function ‘network_get_default_interface’:
  167. pcap_engine.c:198:5: warning: ‘pcap_lookupdev’ is deprecated: use 'pcap_findalldevs' and use the first device [-Wdeprecated-declarations]
  168. 198 | interface = pcap_lookupdev(ebuf);
  169. | ^~~~~~~~~
  170. In file included from /usr/include/pcap.h:43,
  171. from pcap_engine.c:35:
  172. /usr/include/pcap/pcap.h:328:16: note: declared here
  173. 328 | PCAP_API char *pcap_lookupdev(char *)
  174. | ^~~~~~~~~~~~~~
  175. AR libnetwork.a
  176. make[2]: Leaving directory '/home/namehere/driftnet-1.3.0/src/network'
  177. Making all in media
  178. make[2]: Entering directory '/home/namehere/driftnet-1.3.0/src/media'
  179. CC media.o
  180. CC image.o
  181. CC audio.o
  182. CC mpeghdr.o
  183. CC playaudio.o
  184. CC http.o
  185. AR libmedia.a
  186. make[2]: Leaving directory '/home/namehere/driftnet-1.3.0/src/media'
  187. Making all in display
  188. make[2]: Entering directory '/home/namehere/driftnet-1.3.0/src/display'
  189. CC display.o
  190. In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
  191. from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
  192. from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
  193. from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
  194. from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
  195. from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
  196. from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
  197. from /usr/include/gtk-2.0/gtk/gtk.h:33,
  198. from display.c:23:
  199. /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations]
  200. 236 | void gtk_type_init (GTypeDebugFlags debug_flags);
  201. | ^~~~
  202. In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
  203. from /usr/include/glib-2.0/gobject/gbinding.h:29,
  204. from /usr/include/glib-2.0/glib-object.h:22,
  205. from /usr/include/glib-2.0/gio/gioenums.h:28,
  206. from /usr/include/glib-2.0/gio/giotypes.h:28,
  207. from /usr/include/glib-2.0/gio/gio.h:26,
  208. from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
  209. from /usr/include/gtk-2.0/gdk/gdk.h:32,
  210. from /usr/include/gtk-2.0/gtk/gtk.h:32,
  211. from display.c:23:
  212. /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
  213. 679 | {
  214. | ^
  215. In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
  216. from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
  217. from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
  218. from /usr/include/gtk-2.0/gtk/gtk.h:126,
  219. from display.c:23:
  220. /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  221. 73 | GTimeVal last_popdown;
  222. | ^~~~~~~~
  223. In file included from /usr/include/glib-2.0/glib/galloca.h:32,
  224. from /usr/include/glib-2.0/glib.h:30,
  225. from /usr/include/glib-2.0/gobject/gbinding.h:28,
  226. from /usr/include/glib-2.0/glib-object.h:22,
  227. from /usr/include/glib-2.0/gio/gioenums.h:28,
  228. from /usr/include/glib-2.0/gio/giotypes.h:28,
  229. from /usr/include/glib-2.0/gio/gio.h:26,
  230. from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
  231. from /usr/include/gtk-2.0/gdk/gdk.h:32,
  232. from /usr/include/gtk-2.0/gtk/gtk.h:32,
  233. from display.c:23:
  234. /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
  235. 547 | struct _GTimeVal
  236. | ^~~~~~~~~
  237. CC img.o
  238. CC gif.o
  239. CC jpeg.o
  240. CC png.o
  241. AR libdisplay.a
  242. make[2]: Leaving directory '/home/namehere/driftnet-1.3.0/src/display'
  243. Making all in http_display
  244. make[2]: Entering directory '/home/namehere/driftnet-1.3.0/src/http_display'
  245. CC httpd.o
  246. rm -f 'web_data.c'
  247. echo '#include "web_data.h"' >> web_data.c
  248. echo 'char* static_files[] = {' >> web_data.c
  249. for f in static_web/jquery.min.js static_web/loading.gif static_web/next.png static_web/lightbox.min.js static_web/prev.png static_web/lightbox.min.css static_web/index.html static_web/close.png ; do \
  250. basename $f | sed 's@\(.*\)@"\1",@g' >> web_data.c; \
  251. done
  252. echo '0};' >> web_data.c
  253. CC web_data.o
  254. AR libhttpdisplay.a
  255. make[2]: Leaving directory '/home/namehere/driftnet-1.3.0/src/http_display'
  256. make[2]: Entering directory '/home/namehere/driftnet-1.3.0/src'
  257. CC driftnet.o
  258. CC options.o
  259. CC pid.o
  260. CC uid.o
  261. CCLD driftnet
  262. make[2]: Leaving directory '/home/namehere/driftnet-1.3.0/src'
  263. make[1]: Leaving directory '/home/namehere/driftnet-1.3.0/src'
  264. make[1]: Entering directory '/home/namehere/driftnet-1.3.0'
  265. make[1]: Nothing to be done for 'all-am'.
  266. make[1]: Leaving directory '/home/namehere/driftnet-1.3.0'
  267. [root@localhost driftnet-1.3.0]# make install
  268. Making install in src
  269. make[1]: Entering directory '/home/namehere/driftnet-1.3.0/src'
  270. Making install in common
  271. make[2]: Entering directory '/home/namehere/driftnet-1.3.0/src/common'
  272. make[3]: Entering directory '/home/namehere/driftnet-1.3.0/src/common'
  273. make[3]: Nothing to be done for 'install-exec-am'.
  274. make[3]: Nothing to be done for 'install-data-am'.
  275. make[3]: Leaving directory '/home/namehere/driftnet-1.3.0/src/common'
  276. make[2]: Leaving directory '/home/namehere/driftnet-1.3.0/src/common'
  277. Making install in network
  278. make[2]: Entering directory '/home/namehere/driftnet-1.3.0/src/network'
  279. make[3]: Entering directory '/home/namehere/driftnet-1.3.0/src/network'
  280. make[3]: Nothing to be done for 'install-exec-am'.
  281. make[3]: Nothing to be done for 'install-data-am'.
  282. make[3]: Leaving directory '/home/namehere/driftnet-1.3.0/src/network'
  283. make[2]: Leaving directory '/home/namehere/driftnet-1.3.0/src/network'
  284. Making install in media
  285. make[2]: Entering directory '/home/namehere/driftnet-1.3.0/src/media'
  286. make[3]: Entering directory '/home/namehere/driftnet-1.3.0/src/media'
  287. make[3]: Nothing to be done for 'install-exec-am'.
  288. make[3]: Nothing to be done for 'install-data-am'.
  289. make[3]: Leaving directory '/home/namehere/driftnet-1.3.0/src/media'
  290. make[2]: Leaving directory '/home/namehere/driftnet-1.3.0/src/media'
  291. Making install in display
  292. make[2]: Entering directory '/home/namehere/driftnet-1.3.0/src/display'
  293. make[3]: Entering directory '/home/namehere/driftnet-1.3.0/src/display'
  294. make[3]: Nothing to be done for 'install-exec-am'.
  295. make[3]: Nothing to be done for 'install-data-am'.
  296. make[3]: Leaving directory '/home/namehere/driftnet-1.3.0/src/display'
  297. make[2]: Leaving directory '/home/namehere/driftnet-1.3.0/src/display'
  298. Making install in http_display
  299. make[2]: Entering directory '/home/namehere/driftnet-1.3.0/src/http_display'
  300. make[3]: Entering directory '/home/namehere/driftnet-1.3.0/src/http_display'
  301. make[3]: Nothing to be done for 'install-exec-am'.
  302. /usr/bin/mkdir -p '/usr/local/share/driftnet/static-html'
  303. /usr/bin/install -c -m 644 static_web/jquery.min.js static_web/loading.gif static_web/next.png static_web/lightbox.min.js static_web/prev.png static_web/lightbox.min.css static_web/index.html static_web/close.png '/usr/local/share/driftnet/static-html'
  304. make[3]: Leaving directory '/home/namehere/driftnet-1.3.0/src/http_display'
  305. make[2]: Leaving directory '/home/namehere/driftnet-1.3.0/src/http_display'
  306. make[2]: Entering directory '/home/namehere/driftnet-1.3.0/src'
  307. make[3]: Entering directory '/home/namehere/driftnet-1.3.0/src'
  308. /usr/bin/mkdir -p '/usr/local/bin'
  309. /usr/bin/install -c driftnet '/usr/local/bin'
  310. make[3]: Nothing to be done for 'install-data-am'.
  311. make[3]: Leaving directory '/home/namehere/driftnet-1.3.0/src'
  312. make[2]: Leaving directory '/home/namehere/driftnet-1.3.0/src'
  313. make[1]: Leaving directory '/home/namehere/driftnet-1.3.0/src'
  314. make[1]: Entering directory '/home/namehere/driftnet-1.3.0'
  315. make[2]: Entering directory '/home/namehere/driftnet-1.3.0'
  316. make[2]: Nothing to be done for 'install-exec-am'.
  317. cat ./driftnet.1.in | sed s/@*VERSION@*/1.3.0/ | GZIP=--best gzip > driftnet.1.gz
  318. gzip: warning: GZIP environment variable is deprecated; use an alias or script
  319. /usr/bin/mkdir -p /usr/local/share/man/man1/
  320. /usr/bin/install -c -m 644 driftnet.1.gz /usr/local/share/man/man1/ || exit $?
  321. /usr/bin/mkdir -p '/usr/local/share/doc/driftnet'
  322. /usr/bin/install -c -m 644 README.md TODO '/usr/local/share/doc/driftnet'
  323. make[2]: Leaving directory '/home/namehere/driftnet-1.3.0'
  324. make[1]: Leaving directory '/home/namehere/driftnet-1.3.0'
  325. [root@localhost driftnet-1.3.0]#
  326.  
  327.  
  328.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement