1. * Package: net-misc/lanmap-81-r1
  2. * Repository: gentoo
  3. * Maintainer: netmon@gentoo.org
  4. * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. Installed LAPACK for library directory lib64
  7. [1] reference *
  8. Installed BLAS for library directory lib64
  9. [1] reference *
  10. Installed CBLAS for library directory lib64
  11. [1] gsl
  12. [2] reference *
  13. >>> Unpacking source...
  14. >>> Unpacking lanmap-2006-03-07-rev81.zip to /tmp/portage/net-misc/lanmap-81-r1/work
  15. >>> Source unpacked in /tmp/portage/net-misc/lanmap-81-r1/work
  16. >>> Preparing source in /tmp/portage/net-misc/lanmap-81-r1/work/lanmap ...
  17. * Applying lanmap-81-make.patch ...
  18. [ ok ]
  19. * Running eautoreconf in '/tmp/portage/net-misc/lanmap-81-r1/work/lanmap' ...
  20. * Running aclocal ...
  21. [ ok ]
  22. * Running autoconf ...
  23. [ ok ]
  24. * Running autoheader ...
  25. [ ok ]
  26. * Running elibtoolize in: lanmap/
  27. >>> Source prepared.
  28. >>> Configuring source in /tmp/portage/net-misc/lanmap-81-r1/work/lanmap ...
  29. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64
  30. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  31. checking whether the C compiler works... yes
  32. checking for C compiler default output file name... a.out
  33. checking for suffix of executables...
  34. checking whether we are cross compiling... no
  35. checking for suffix of object files... o
  36. checking whether we are using the GNU C compiler... yes
  37. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  38. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  39. checking for a BSD-compatible install... /usr/bin/install -c
  40. checking whether make sets $(MAKE)... yes
  41. checking for main in -lm... yes
  42. checking for main in -lpcap... yes
  43. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  44. checking for grep that handles long lines and -e... /bin/grep
  45. checking for egrep... /bin/grep -E
  46. checking for ANSI C header files... yes
  47. checking for sys/types.h... yes
  48. checking for sys/stat.h... yes
  49. checking for stdlib.h... yes
  50. checking for string.h... yes
  51. checking for memory.h... yes
  52. checking for strings.h... yes
  53. checking for inttypes.h... yes
  54. checking for stdint.h... yes
  55. checking for unistd.h... yes
  56. checking fcntl.h usability... yes
  57. checking fcntl.h presence... yes
  58. checking for fcntl.h... yes
  59. checking limits.h usability... yes
  60. checking limits.h presence... yes
  61. checking for limits.h... yes
  62. checking netinet/in.h usability... yes
  63. checking netinet/in.h presence... yes
  64. checking for netinet/in.h... yes
  65. checking stddef.h usability... yes
  66. checking stddef.h presence... yes
  67. checking for stddef.h... yes
  68. checking for stdint.h... (cached) yes
  69. checking for stdlib.h... (cached) yes
  70. checking for string.h... (cached) yes
  71. checking sys/file.h usability... yes
  72. checking sys/file.h presence... yes
  73. checking for sys/file.h... yes
  74. checking sys/socket.h usability... yes
  75. checking sys/socket.h presence... yes
  76. checking for sys/socket.h... yes
  77. checking sys/time.h usability... yes
  78. checking sys/time.h presence... yes
  79. checking for sys/time.h... yes
  80. checking for unistd.h... (cached) yes
  81. checking for stdbool.h that conforms to C99... yes
  82. checking for _Bool... yes
  83. checking for an ANSI C-conforming const... yes
  84. checking for size_t... yes
  85. checking whether time.h and sys/time.h may both be included... yes
  86. checking for stdlib.h... (cached) yes
  87. checking for GNU libc compatible malloc... yes
  88. checking for working memcmp... yes
  89. checking for stdlib.h... (cached) yes
  90. checking for GNU libc compatible realloc... yes
  91. checking sys/select.h usability... yes
  92. checking sys/select.h presence... yes
  93. checking for sys/select.h... yes
  94. checking for sys/socket.h... (cached) yes
  95. checking types of arguments for select... int,fd_set *,struct timeval *
  96. checking return type of signal handlers... void
  97. checking for vprintf... yes
  98. checking for _doprnt... no
  99. checking for atexit... yes
  100. checking for getcwd... yes
  101. checking for memset... yes
  102. checking for select... yes
  103. checking for sqrt... yes
  104. checking for strchr... yes
  105. checking for strdup... yes
  106. checking for strstr... yes
  107. checking for strtol... yes
  108. checking for strtoul... yes
  109. configure: creating ./config.status
  110. config.status: creating Makefile
  111. config.status: creating src/Makefile
  112. config.status: creating config.h
  113. >>> Source configured.
  114. >>> Compiling source in /tmp/portage/net-misc/lanmap-81-r1/work/lanmap ...
  115. make -j24 CC=x86_64-pc-linux-gnu-gcc
  116. cd ./src && make LANMAP_DATADIR="/usr/share/lanmap/"
  117. make[1]: Entering directory '/tmp/portage/net-misc/lanmap-81-r1/work/lanmap/src'
  118. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DLINUX -DLANMAP_DATADIR=/usr/share/lanmap/ -c -o lanmap.o lanmap.c
  119. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DLINUX -DLANMAP_DATADIR=/usr/share/lanmap/ -c -o protocols.o protocols.c
  120. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DLINUX -DLANMAP_DATADIR=/usr/share/lanmap/ -c -o facts.o facts.c
  121. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DLINUX -DLANMAP_DATADIR=/usr/share/lanmap/ -c -o os_classify.o os_classify.c
  122. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DLINUX -DLANMAP_DATADIR=/usr/share/lanmap/ -c -o mac_vendor.o mac_vendor.c
  123. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DLINUX -DLANMAP_DATADIR=/usr/share/lanmap/ -c -o debug.o debug.c
  124. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DLINUX -DLANMAP_DATADIR=/usr/share/lanmap/ -c -o list.o list.c
  125. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DLINUX -DLANMAP_DATADIR=/usr/share/lanmap/ -c -o lhash.o lhash.c
  126. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -DLINUX -DLANMAP_DATADIR=/usr/share/lanmap/ -c -o misc.o misc.c
  127. misc.c: In function 'bytes_dump_hex_line':
  128. misc.c:61:2: warning: format not a string literal and no format arguments [-Wformat-security]
  129. printf(linebuf);
  130. ^
  131. x86_64-pc-linux-gnu-gcc lanmap.o protocols.o facts.o os_classify.o mac_vendor.o debug.o list.o lhash.o misc.o -o lanmap -Wl,-O1 -Wl,--as-needed -lpcap -lm
  132. make[1]: Leaving directory '/tmp/portage/net-misc/lanmap-81-r1/work/lanmap/src'
  133. >>> Source compiled.
  134. >>> Test phase: net-misc/lanmap-81-r1
  135. >>> Install lanmap-81-r1 into /tmp/portage/net-misc/lanmap-81-r1/image/ category net-misc
  136. make -j24 prefix=/tmp/portage/net-misc/lanmap-81-r1/image//usr install
  137. install -m 0755 -D ./src/lanmap /tmp/portage/net-misc/lanmap-81-r1/image//usr/bin//lanmap
  138. install -m 0755 -d /tmp/portage/net-misc/lanmap-81-r1/image//usr/share/lanmap/
  139. install -m 0755 -d /tmp/portage/net-misc/lanmap-81-r1/image//usr/share/lanmap/data/
  140. install -m 0755 -d /tmp/portage/net-misc/lanmap-81-r1/image//usr/share/lanmap/data/graph/
  141. install -m 0755 -d /tmp/portage/net-misc/lanmap-81-r1/image//usr/share/lanmap/graph/img/
  142. install -m 0644 ./data/mac_vendor /tmp/portage/net-misc/lanmap-81-r1/image//usr/share/lanmap/data/
  143. install -m 0755 -d /tmp/portage/net-misc/lanmap-81-r1/image//usr/share/lanmap/graph
  144. install -m 0644 ./graph/lanmap.header /tmp/portage/net-misc/lanmap-81-r1/image//usr/share/lanmap/graph/
  145. for f in ./graph/img/*.{png,gif,svg}; do install -m 0644 $f /tmp/portage/net-misc/lanmap-81-r1/image//usr/share/lanmap/graph/img/; done
  146. install: cannot stat './graph/img/*.{png,gif,svg}': No such file or directory
  147. Makefile:16: recipe for target 'install' failed
  148. make: *** [install] Error 1
  149. * ERROR: net-misc/lanmap-81-r1::gentoo failed (install phase):
  150. * emake failed
  151. *
  152. * If you need support, post the output of `emerge --info '=net-misc/lanmap-81-r1::gentoo'`,
  153. * the complete build log and the output of `emerge -pqv '=net-misc/lanmap-81-r1::gentoo'`.
  154. * The complete build log is located at '/var/log/portage/net-misc:lanmap-81-r1:20141026-081330.log'.
  155. * The ebuild environment file is located at '/tmp/portage/net-misc/lanmap-81-r1/temp/environment'.
  156. * Working directory: '/tmp/portage/net-misc/lanmap-81-r1/work/lanmap'
  157. * S: '/tmp/portage/net-misc/lanmap-81-r1/work/lanmap'