1. * Package: net-analyzer/snips-1.2-r2
  2. * Repository: gentoo
  3. * Maintainer: chainsaw@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. Installed LAPACK for library directory lib64
  7. [1] atlas *
  8. [2] reference
  9. Installed BLAS for library directory lib64
  10. [1] atlas *
  11. [2] atlas-threads
  12. [3] reference
  13. Installed CBLAS for library directory lib64
  14. [1] atlas *
  15. [2] atlas-threads
  16. [3] gsl
  17. [4] reference
  18. >>> Unpacking source...
  19. >>> Unpacking snips-1.2.tar.gz to /tmp/portage/net-analyzer/snips-1.2-r2/work
  20. * Applying snips-1.2-non-interactive.patch ...
  21. [ ok ]
  22. * Applying snips-1.2-install-missing.patch ...
  23. [ ok ]
  24. * Applying snips-1.2-implicit-declarations.patch ...
  25. [ ok ]
  26. * Applying snips-1.2-conflicting-types.patch ...
  27. [ ok ]
  28. * Applying snips-1.2-code-ordering.patch ...
  29. [ ok ]
  30. * Applying snips-1.2-destdir-awareness.patch ...
  31. [ ok ]
  32. * Applying snips-1.2-link-correct-snmp-lib.patch ...
  33. [ ok ]
  34. >>> Source unpacked in /tmp/portage/net-analyzer/snips-1.2-r2/work
  35. >>> Compiling source in /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2 ...
  36. * Running configure script (with precached settings) ...
  37. [ ok ]
  38. make -j24
  39. BUILDING SNIPS revision 1.2 for Linux 3.4.7-hardened
  40. MAKING IN lib
  41. ----------
  42. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib'
  43. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  44. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DETCDIR=\"/usr/snips/etc\" -DDATADIR=\"/usr/snips/data\" -DPIDDIR=\"/usr/snips/run\" -DRRD_DBDIR=\"/usr/snips/rrddata\" -c bsdsignal.c
  45. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DETCDIR=\"/usr/snips/etc\" -DDATADIR=\"/usr/snips/data\" -DPIDDIR=\"/usr/snips/run\" -DRRD_DBDIR=\"/usr/snips/rrddata\" -c daemon.c
  46. daemon.c: In function 'Daemon':
  47. daemon.c:127:8: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result]
  48. daemon.c:128:8: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result]
  49. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DETCDIR=\"/usr/snips/etc\" -DDATADIR=\"/usr/snips/data\" -DPIDDIR=\"/usr/snips/run\" -DRRD_DBDIR=\"/usr/snips/rrddata\" -c eventlog.c
  50. In file included from eventlog.c:28:0:
  51. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include/netmisc.h:4:29: warning: 'struct sockaddr_in' declared inside parameter list [enabled by default]
  52. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include/netmisc.h:4:29: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
  53. eventlog.c: In function 'openeventlog':
  54. eventlog.c:67:3: warning: passing argument 1 of 'get_inet_address' from incompatible pointer type [enabled by default]
  55. In file included from eventlog.c:28:0:
  56. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include/netmisc.h:4:5: note: expected 'struct sockaddr_in *' but argument is of type 'struct sockaddr_in *'
  57. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DETCDIR=\"/usr/snips/etc\" -DDATADIR=\"/usr/snips/data\" -DPIDDIR=\"/usr/snips/run\" -DRRD_DBDIR=\"/usr/snips/rrddata\" -c event_utils.c
  58. event_utils.c: In function 'calc_status':
  59. event_utils.c:190:6: warning: format '%d' expects argument of type 'int', but argument 3 has type 'u_long' [-Wformat]
  60. event_utils.c:190:6: warning: format '%d' expects argument of type 'int', but argument 4 has type 'u_long' [-Wformat]
  61. Expect 13 shift/reduce conflicts from yacc :
  62. yacc getdate.y
  63. yacc: 13 shift/reduce conflicts.
  64. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c y.tab.c -o getdate.o
  65. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DETCDIR=\"/usr/snips/etc\" -DDATADIR=\"/usr/snips/data\" -DPIDDIR=\"/usr/snips/run\" -DRRD_DBDIR=\"/usr/snips/rrddata\" -c netmisc.c
  66. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DETCDIR=\"/usr/snips/etc\" -DDATADIR=\"/usr/snips/data\" -DPIDDIR=\"/usr/snips/run\" -DRRD_DBDIR=\"/usr/snips/rrddata\" -c putenv.c
  67. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DETCDIR=\"/usr/snips/etc\" -DDATADIR=\"/usr/snips/data\" -DPIDDIR=\"/usr/snips/run\" -DRRD_DBDIR=\"/usr/snips/rrddata\" -c rrd_funcs.c
  68. rrd_funcs.c: In function 'snips_rrd_create':
  69. rrd_funcs.c:210:5: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'int' [-Wformat]
  70. rrd_funcs.c: In function 'snips_rrd_update':
  71. rrd_funcs.c:241:5: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'int' [-Wformat]
  72. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DETCDIR=\"/usr/snips/etc\" -DDATADIR=\"/usr/snips/data\" -DPIDDIR=\"/usr/snips/run\" -DRRD_DBDIR=\"/usr/snips/rrddata\" -c snips_funcs.c
  73. snips_funcs.c: In function 'write_dataversion':
  74. snips_funcs.c:714:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  75. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DETCDIR=\"/usr/snips/etc\" -DDATADIR=\"/usr/snips/data\" -DPIDDIR=\"/usr/snips/run\" -DRRD_DBDIR=\"/usr/snips/rrddata\" -c strfuncs.c
  76. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DETCDIR=\"/usr/snips/etc\" -DDATADIR=\"/usr/snips/data\" -DPIDDIR=\"/usr/snips/run\" -DRRD_DBDIR=\"/usr/snips/rrddata\" -c snips_main.c
  77. snips_main.c: In function 'snips_main':
  78. snips_main.c:95:7: warning: format '%c' expects argument of type 'int', but argument 4 has type 'char *' [-Wformat]
  79. /bin/rm -f libsnips.a
  80. ar r libsnips.a bsdsignal.o daemon.o eventlog.o event_utils.o getdate.o netmisc.o putenv.o rrd_funcs.o snips_funcs.o strfuncs.o snips_main.o
  81. ar: creating libsnips.a
  82. ranlib libsnips.a
  83. Created libsnips.a in /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib
  84. Making the new CMU SNMP library under /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp
  85. creating cache ./config.cache
  86. -r
  87. Linux ld.so
  88. creating libtool
  89. updating cache ./config.cache
  90. creating ./config.status
  91. creating Makefile
  92. creating cmu-snmp-spec
  93. creating config.h
  94. make[2]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/snmp'
  95. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I. -DHAVE_CONFIG_H -DMIBDIR="\""/usr/snips/etc"\"" -c -o mibii.o mibii.c
  96. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I. -DHAVE_CONFIG_H -DMIBDIR="\""/usr/snips/etc"\"" -c -o snmp_error.o snmp_error.c
  97. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I. -DHAVE_CONFIG_H -DMIBDIR="\""/usr/snips/etc"\"" -c -o snmp_extra.o snmp_extra.c
  98. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I. -DHAVE_CONFIG_H -DMIBDIR="\""/usr/snips/etc"\"" -c -o snmp_dump.o snmp_dump.c
  99. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I. -DHAVE_CONFIG_H -DMIBDIR="\""/usr/snips/etc"\"" -c -o asn1.o asn1.c
  100. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I. -DHAVE_CONFIG_H -DMIBDIR="\""/usr/snips/etc"\"" -c -o coexistance.o coexistance.c
  101. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I. -DHAVE_CONFIG_H -DMIBDIR="\""/usr/snips/etc"\"" -c -o snmp_msg.o snmp_msg.c
  102. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I. -DHAVE_CONFIG_H -DMIBDIR="\""/usr/snips/etc"\"" -c -o snmp_pdu.o snmp_pdu.c
  103. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I. -DHAVE_CONFIG_H -DMIBDIR="\""/usr/snips/etc"\"" -c -o snmp_vars.o snmp_vars.c
  104. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I. -DHAVE_CONFIG_H -DMIBDIR="\""/usr/snips/etc"\"" -c -o snmp_api_error.o snmp_api_error.c
  105. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I. -DHAVE_CONFIG_H -DMIBDIR="\""/usr/snips/etc"\"" -c -o snmp_client.o snmp_client.c
  106. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I. -DHAVE_CONFIG_H -DMIBDIR="\""/usr/snips/etc"\"" -c -o snmp_api.o snmp_api.c
  107. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I. -DHAVE_CONFIG_H -DMIBDIR="\""/usr/snips/etc"\"" -c -o mini-client.o mini-client.c
  108. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I. -DHAVE_CONFIG_H -DMIBDIR="\""/usr/snips/etc"\"" -c -o mib.o mib.c
  109. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I. -DHAVE_CONFIG_H -DMIBDIR="\""/usr/snips/etc"\"" -c -o parse.o parse.c
  110. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I. -DHAVE_CONFIG_H -DMIBDIR="\""/usr/snips/etc"\"" -c -o new-parse.o new-parse.c
  111. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I. -DHAVE_CONFIG_H -DMIBDIR="\""/usr/snips/etc"\"" -DCMU_SNMP_VERSION="\"`head -1 VERSION`\"" -c version.c -o version.o
  112. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I. -DHAVE_CONFIG_H -DMIBDIR="\""/usr/snips/etc"\"" -c -o snmp_api_util.o snmp_api_util.c
  113. ar crv libsnmp.a mibii.o snmp_error.o snmp_extra.o snmp_dump.o asn1.o coexistance.o snmp_msg.o snmp_pdu.o snmp_vars.o snmp_api_error.o snmp_client.o snmp_api.o mini-client.o mib.o parse.o new-parse.o version.o snmp_api_util.o
  114. a - mibii.o
  115. a - snmp_error.o
  116. a - snmp_extra.o
  117. a - snmp_dump.o
  118. a - asn1.o
  119. a - coexistance.o
  120. a - snmp_msg.o
  121. a - snmp_pdu.o
  122. a - snmp_vars.o
  123. a - snmp_api_error.o
  124. a - snmp_client.o
  125. a - snmp_api.o
  126. a - mini-client.o
  127. a - mib.o
  128. a - parse.o
  129. a - new-parse.o
  130. a - version.o
  131. a - snmp_api_util.o
  132. ranlib libsnmp.a
  133. make[2]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/snmp'
  134. make[2]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/snmp'
  135. /usr/bin/mkdirhier /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  136. /usr/bin/install -c -m 644 asn1.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  137. /usr/bin/install -c -m 644 mib.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  138. /usr/bin/install -c -m 644 parse.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  139. /usr/bin/install -c -m 644 snmp.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  140. /usr/bin/install -c -m 644 snmp_dump.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  141. /usr/bin/install -c -m 644 snmp_extra.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  142. /usr/bin/install -c -m 644 snmp_api.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  143. /usr/bin/install -c -m 644 snmp_api_util.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  144. /usr/bin/install -c -m 644 snmp_client.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  145. /usr/bin/install -c -m 644 snmp_impl.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  146. /usr/bin/install -c -m 644 snmp_pdu.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  147. /usr/bin/install -c -m 644 snmp_vars.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  148. /usr/bin/install -c -m 644 snmp_error.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  149. /usr/bin/install -c -m 644 snmp_session.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  150. /usr/bin/install -c -m 644 snmp_api_error.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  151. /usr/bin/install -c -m 644 snmp-internal.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  152. /usr/bin/install -c -m 644 snmp_msg.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  153. /usr/bin/install -c -m 644 mibii.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  154. /usr/bin/install -c -m 644 snmp_coexist.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  155. /usr/bin/install -c -m 644 mib.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  156. /usr/bin/install -c -m 644 version.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  157. /usr/bin/install -c -m 644 mini-client.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  158. /usr/bin/install -c -m 644 snmp_compat.h /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include/snmp
  159. make[2]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/snmp'
  160. make[2]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/snmp'
  161. /usr/bin/mkdirhier /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/lib
  162. ./libtool /usr/bin/install -c -m 755 libsnmp.a /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/lib
  163. /usr/bin/install -c -m 755 libsnmp.a /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/lib/libsnmp.a
  164. chmod 644 /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/lib/libsnmp.a
  165. ranlib /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/lib/libsnmp.a
  166. make[2]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/snmp'
  167. Generating ../perl-module/Makefile
  168. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib'
  169. MAKING IN utility
  170. ----------
  171. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/utility'
  172. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  173. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DTEST -c display_snips_datafile.c
  174. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include display_snips_datafile.o -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib -lsnips -L/usr/lib/ -lrrd -o display_snips_datafile
  175. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DTEST -c eventselect.c
  176. eventselect.c: In function 'main':
  177. eventselect.c:110:7: warning: format '%c' expects argument of type 'int', but argument 4 has type 'char *' [-Wformat]
  178. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include eventselect.o -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib -lsnips -L/usr/lib/ -lrrd -o eventselect
  179. Doing substitutions for ROOTDIR, PIDDIR, OPSMAIL, MAIL, PSFLAGS on:
  180. crontab.snips snipsprog.init keepalive_monitors.pl logstats.pl logmaint.pl docrypt.pl notifier.pl snmpconf.pl
  181. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/utility'
  182. MAKING IN etherload
  183. ----------
  184. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/etherload'
  185. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  186. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c bpf.c
  187. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c etherload.c
  188. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c dlpi.c
  189. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c main.c
  190. In file included from main.c:52:0:
  191. util.h:5:20: warning: 'struct _if_stats' declared inside parameter list [enabled by default]
  192. util.h:5:20: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
  193. main.c: In function 'main':
  194. main.c:153:7: warning: format '%c' expects argument of type 'int', but argument 4 has type 'char *' [-Wformat]
  195. main.c:289:9: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'u_long' [-Wformat]
  196. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c nit.c
  197. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c pfilt.c
  198. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c snoop.c
  199. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c linux.c
  200. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c util.c
  201. util.c: In function 'printstats':
  202. util.c:109:7: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'u_long' [-Wformat]
  203. util.c:109:7: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'u_long' [-Wformat]
  204. util.c:109:7: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'u_long' [-Wformat]
  205. util.c:109:7: warning: format '%u' expects argument of type 'unsigned int', but argument 7 has type 'u_long' [-Wformat]
  206. util.c:109:7: warning: format '%u' expects argument of type 'unsigned int', but argument 8 has type 'u_long' [-Wformat]
  207. util.c:109:7: warning: format '%u' expects argument of type 'unsigned int', but argument 9 has type 'u_long' [-Wformat]
  208. util.c:109:7: warning: format '%u' expects argument of type 'unsigned int', but argument 10 has type 'u_long' [-Wformat]
  209. util.c:109:7: warning: format '%u' expects argument of type 'unsigned int', but argument 11 has type 'u_long' [-Wformat]
  210. util.c:109:7: warning: format '%u' expects argument of type 'unsigned int', but argument 12 has type 'u_long' [-Wformat]
  211. util.c:114:8: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'u_long' [-Wformat]
  212. util.c:114:8: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'u_long' [-Wformat]
  213. util.c:114:8: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'u_long' [-Wformat]
  214. util.c:114:8: warning: format '%u' expects argument of type 'unsigned int', but argument 7 has type 'u_long' [-Wformat]
  215. util.c: In function 'dostats':
  216. util.c:151:6: warning: format '%d' expects argument of type 'int', but argument 5 has type 'u_long' [-Wformat]
  217. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c snips_specific.c
  218. snips_specific.c: In function 'snips_write_etherload_stats':
  219. snips_specific.c:402:7: warning: format '%d' expects argument of type 'int', but argument 3 has type 'u_long' [-Wformat]
  220. snips_specific.c:402:7: warning: format '%d' expects argument of type 'int', but argument 4 has type 'u_long' [-Wformat]
  221. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c get_devlist.c
  222. In file included from get_devlist.c:35:0:
  223. util.h:5:20: warning: 'struct _if_stats' declared inside parameter list [enabled by default]
  224. util.h:5:20: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
  225. x86_64-pc-linux-gnu-gcc -o etherload -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include bpf.o etherload.o dlpi.o main.o nit.o pfilt.o snoop.o linux.o util.o snips_specific.o get_devlist.o -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib -lsnips -L/usr/lib/ -lrrd
  226. main.o: In function `main':
  227. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/etherload/main.c:238: undefined reference to `get_devtype'
  228. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/etherload/main.c:232: undefined reference to `setup_device'
  229. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/etherload/main.c:215: undefined reference to `os_devices'
  230. etherload.o: In function `etherload':
  231. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/etherload/etherload.c:123: undefined reference to `flush_device'
  232. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/etherload/etherload.c:158: undefined reference to `getpkt'
  233. collect2: error: ld returned 1 exit status
  234. make[1]: *** [etherload] Error 1
  235. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/etherload'
  236. MAKING IN snipslog
  237. ----------
  238. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/snipslog'
  239. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  240. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DETCDIR=\"/usr/snips/etc\" -DPIDDIR=\"/usr/snips/run\" -c snipslogd.c
  241. snipslogd.c: In function 'main':
  242. snipslogd.c:101:7: warning: format '%c' expects argument of type 'int', but argument 4 has type 'char *' [-Wformat]
  243. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include snipslogd.o -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib -lsnips -L/usr/lib/ -lrrd -o snipslogd
  244. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/snipslog'
  245. MAKING IN nsmon
  246. ----------
  247. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/nsmon'
  248. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  249. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c main.c
  250. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c nsmon.c
  251. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include main.o nsmon.o -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib -lsnips -L/usr/lib/ -lrrd -o nsmon
  252. nsmon.o: In function `nsmon':
  253. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/nsmon/nsmon.c:83: undefined reference to `__res_mkquery'
  254. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/nsmon/nsmon.c:100: undefined reference to `__res_send'
  255. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/nsmon/nsmon.c:83: undefined reference to `__res_mkquery'
  256. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/nsmon/nsmon.c:100: undefined reference to `__res_send'
  257. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/nsmon/nsmon.c:83: undefined reference to `__res_mkquery'
  258. collect2: error: ld returned 1 exit status
  259. make[1]: *** [nsmon] Error 1
  260. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/nsmon'
  261. MAKING IN ntpmon
  262. ----------
  263. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/ntpmon'
  264. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  265. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c main.c
  266. main.c: In function 'set_functions':
  267. main.c:297:3: warning: passing argument 1 of 'set_help_function' from incompatible pointer type [enabled by default]
  268. In file included from main.c:39:0:
  269. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include/snips_main.h:5:6: note: expected 'int (*)()' but argument is of type 'void (*)()'
  270. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c ntpmon.c
  271. In file included from ntpmon.c:34:0:
  272. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include/netmisc.h:4:29: warning: 'struct sockaddr_in' declared inside parameter list [enabled by default]
  273. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include/netmisc.h:4:29: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
  274. ntpmon.c: In function 'ntpmon':
  275. ntpmon.c:82:3: warning: passing argument 1 of 'get_inet_address' from incompatible pointer type [enabled by default]
  276. In file included from ntpmon.c:34:0:
  277. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include/netmisc.h:4:5: note: expected 'struct sockaddr_in *' but argument is of type 'struct sockaddr_in *'
  278. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include main.o ntpmon.o -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib -lsnips -L/usr/lib/ -lrrd -o ntpmon
  279. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/ntpmon'
  280. MAKING IN pingmon
  281. ----------
  282. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/pingmon'
  283. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  284. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DIPPING=\"/usr/snips/bin/multiping\" -DRPCPING=\"/usr/snips/bin/rpcping\" -c main.c
  285. main.c: In function 'poll_devices':
  286. main.c:434:5: warning: passing argument 1 of 'pingmon' from incompatible pointer type [enabled by default]
  287. In file included from main.c:36:0:
  288. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include/pingmon.h:66:6: note: expected 'char *' but argument is of type 'char **'
  289. main.c: In function 'set_functions':
  290. main.c:523:3: warning: passing argument 1 of 'set_help_function' from incompatible pointer type [enabled by default]
  291. In file included from main.c:35:0:
  292. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include/snips_main.h:5:6: note: expected 'int (*)()' but argument is of type 'void (*)()'
  293. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DIPPING=\"/usr/snips/bin/multiping\" -DRPCPING=\"/usr/snips/bin/rpcping\" -c pingmon.c
  294. pingmon.c: In function 'pingmon':
  295. pingmon.c:75:5: warning: passing argument 1 of 'multipingmon' from incompatible pointer type [enabled by default]
  296. pingmon.c:45:5: note: expected 'char **' but argument is of type 'char *'
  297. pingmon.c:78:5: warning: passing argument 1 of 'osipingmon' from incompatible pointer type [enabled by default]
  298. pingmon.c:47:5: note: expected 'char **' but argument is of type 'char *'
  299. pingmon.c:81:5: warning: passing argument 1 of 'rpcpingmon' from incompatible pointer type [enabled by default]
  300. pingmon.c:46:5: note: expected 'char **' but argument is of type 'char *'
  301. pingmon.c:84:5: warning: passing argument 1 of 'ippingmon' from incompatible pointer type [enabled by default]
  302. pingmon.c:48:5: note: expected 'char **' but argument is of type 'char *'
  303. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include main.o pingmon.o -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib -lsnips -L/usr/lib/ -lrrd -o pingmon
  304. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/pingmon'
  305. MAKING IN portmon
  306. ----------
  307. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/portmon'
  308. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  309. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c main.c
  310. main.c: In function 'readconfig':
  311. main.c:147:4: warning: format '%d' expects argument of type 'int', but argument 4 has type 'time_t' [-Wformat]
  312. main.c: In function 'set_functions':
  313. main.c:482:3: warning: passing argument 1 of 'set_help_function' from incompatible pointer type [enabled by default]
  314. In file included from main.c:46:0:
  315. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include/snips_main.h:5:6: note: expected 'int (*)()' but argument is of type 'void (*)()'
  316. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c portmon.c
  317. portmon.c: In function 'process_host':
  318. portmon.c:379:2: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'unsigned int' [-Wformat]
  319. portmon.c:310:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  320. portmon.c:396:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  321. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include main.o portmon.o -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib -lsnips -L/usr/lib/ -lrrd -o portmon
  322. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/portmon'
  323. MAKING IN radiusmon
  324. ----------
  325. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/radiusmon'
  326. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  327. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c main.c
  328. main.c: In function 'set_functions':
  329. main.c:268:3: warning: passing argument 1 of 'set_help_function' from incompatible pointer type [enabled by default]
  330. In file included from main.c:37:0:
  331. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include/snips_main.h:5:6: note: expected 'int (*)()' but argument is of type 'void (*)()'
  332. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c radiusmon.c
  333. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c md5.c
  334. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include main.o radiusmon.o md5.o -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib -lsnips -L/usr/lib/ -lrrd -o radiusmon
  335. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/radiusmon'
  336. MAKING IN perl-monitors
  337. ----------
  338. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/perl-monitors'
  339. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  340. Making snmpwalk under /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/snmpapps
  341. creating cache ./config.cache
  342. -r
  343. Linux ld.so
  344. creating libtool
  345. updating cache ./config.cache
  346. creating ./config.status
  347. creating Makefile
  348. creating config.h
  349. make[2]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/snmpapps'
  350. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include -I. -DHAVE_CONFIG_H -c -o snmpwalk.o snmpwalk.c
  351. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include -I. -DHAVE_CONFIG_H -DCMU_SNMPAPPS_VERSION="\"`head -1 VERSION`\"" -c version.c -o version.o
  352. /bin/sh ./libtool x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include -I. -DHAVE_CONFIG_H -o snmpwalk snmpwalk.o version.o -rpath /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/lib -Wl,-O1 -Wl,--as-needed -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/lib -lsnmp
  353. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include -I. -DHAVE_CONFIG_H -o snmpwalk snmpwalk.o version.o -Wl,-O1 -Wl,--as-needed -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/lib -lsnmp -Wl,--rpath -Wl,/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/lib
  354. make[2]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/snmpapps'
  355. make[2]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/snmpapps'
  356. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include -I. -DHAVE_CONFIG_H -c -o snmpget.o snmpget.c
  357. /bin/sh ./libtool x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include -I. -DHAVE_CONFIG_H -o snmpget snmpget.o version.o -rpath /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/lib -Wl,-O1 -Wl,--as-needed -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/lib -lsnmp
  358. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include -I. -DHAVE_CONFIG_H -o snmpget snmpget.o version.o -Wl,-O1 -Wl,--as-needed -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/lib -lsnmp -Wl,--rpath -Wl,/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/lib
  359. make[2]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/snmpapps'
  360. SNIPS PERL monitors
  361. Doing substitutions for PERL, ROOTDIR, PING on:
  362. apcmon armon bgpmon bpmon ciscomon modemmon novellmon nrmon hostmon hostmon-collector hostmon-osclients/hostmon-client smbmon sqlmon snmpmon snmpmon-collector snmpgeneric syslogmon upsmon rcisco testlog snmpgeneric2 snipsperl.conf
  363. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/perl-monitors'
  364. MAKING IN perl-module
  365. ----------
  366. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/perl-module'
  367. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  368. cp SNIPS.pm blib/lib/SNIPS.pm
  369. cp benchmark.pl blib/lib/benchmark.pl
  370. /usr/bin/perl5.16.1 /usr/lib64/perl5/vendor_perl/5.16.1/ExtUtils/xsubpp -typemap /usr/lib64/perl5/5.16.1/ExtUtils/typemap -typemap typemap SNIPS.xs > SNIPS.xsc && mv SNIPS.xsc SNIPS.c
  371. Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in SNIPS.xs, line 682
  372. x86_64-pc-linux-gnu-gcc -c -I../include -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\" -fPIC "-I/usr/lib64/perl5/5.16.1/x86_64-linux-thread-multi/CORE" SNIPS.c
  373. Running Mkbootstrap for SNIPS ()
  374. chmod 644 SNIPS.bs
  375. rm -f blib/arch/auto/SNIPS/SNIPS.so
  376. LD_RUN_PATH="/usr/lib" x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -Wl,-O1 -Wl,--as-needed SNIPS.o -o blib/arch/auto/SNIPS/SNIPS.so \
  377. -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib -lsnips -L/usr/lib/ -lrrd \
  378. chmod 755 blib/arch/auto/SNIPS/SNIPS.so
  379. cp SNIPS.bs blib/arch/auto/SNIPS/SNIPS.bs
  380. chmod 644 blib/arch/auto/SNIPS/SNIPS.bs
  381. Manifying blib/man3/SNIPS.3pm
  382. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/perl-module'
  383. MAKING IN snipstv
  384. ----------
  385. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/snipstv'
  386. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  387. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DDATADIR=\"/usr/snips/data\" -DMSGSDIR=\"/usr/snips/msgs\" -c create_subwins.c
  388. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DDATADIR=\"/usr/snips/data\" -DMSGSDIR=\"/usr/snips/msgs\" -c do_filter.c
  389. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DDATADIR=\"/usr/snips/data\" -DMSGSDIR=\"/usr/snips/msgs\" -c help_page.c
  390. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DDATADIR=\"/usr/snips/data\" -DMSGSDIR=\"/usr/snips/msgs\" -c init.c
  391. init.c: In function 'check_terminal':
  392. init.c:112:10: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
  393. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DDATADIR=\"/usr/snips/data\" -DMSGSDIR=\"/usr/snips/msgs\" -c main.c
  394. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DDATADIR=\"/usr/snips/data\" -DMSGSDIR=\"/usr/snips/msgs\" -c parse_user_input.c
  395. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DDATADIR=\"/usr/snips/data\" -DMSGSDIR=\"/usr/snips/msgs\" -c update_eventwin.c
  396. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DDATADIR=\"/usr/snips/data\" -DMSGSDIR=\"/usr/snips/msgs\" -c update_msgtitle.c
  397. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DDATADIR=\"/usr/snips/data\" -DMSGSDIR=\"/usr/snips/msgs\" -c update_msgwin.c
  398. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DDATADIR=\"/usr/snips/data\" -DMSGSDIR=\"/usr/snips/msgs\" -c update_promptwin.c
  399. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DDATADIR=\"/usr/snips/data\" -DMSGSDIR=\"/usr/snips/msgs\" -c update_title.c
  400. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include create_subwins.o do_filter.o help_page.o init.o main.o parse_user_input.o update_eventwin.o update_msgtitle.o update_msgwin.o update_promptwin.o update_title.o -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib -lsnips -L/usr/lib/ -lrrd -lncurses -o snipstv
  401. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/snipstv'
  402. MAKING IN snipsweb
  403. ----------
  404. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/snipsweb'
  405. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  406. SNIPS Web Interface
  407. Doing substitutions for PERL, ROOTDIR on:
  408. snipsweb.cgi rrdgraph.cgi genweb.cgi genweb-filter.cgi snipsweb-confg updates webusers
  409. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/snipsweb'
  410. MAKING IN tksnips
  411. ----------
  412. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/tksnips'
  413. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  414. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -DDATADIR=\"/usr/snips/data\" -c ndaemon.c
  415. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include ndaemon.o -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib -lsnips -L/usr/lib/ -lrrd -o ndaemon
  416. Doing substitutions on tkSnips
  417. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/tksnips'
  418. MAKING IN tpmon
  419. ----------
  420. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/tpmon'
  421. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  422. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c main.c
  423. main.c: In function 'set_functions':
  424. main.c:223:3: warning: passing argument 1 of 'set_test_function' from incompatible pointer type [enabled by default]
  425. In file included from main.c:45:0:
  426. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include/snips_main.h:8:6: note: expected 'u_long (*)()' but argument is of type 'long int (*)()'
  427. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c tpmon.c
  428. tpmon.c: In function 'throughput':
  429. tpmon.c:271:7: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat]
  430. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include main.o tpmon.o -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib -lsnips -L/usr/lib/ -lrrd -o tpmon
  431. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/tpmon'
  432. MAKING IN trapmon
  433. ----------
  434. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/trapmon'
  435. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  436. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include -c trapmon.c
  437. In file included from trapmon.c:55:0:
  438. snips_specific.h:4:52: warning: 'struct snmp_pdu' declared inside parameter list [enabled by default]
  439. snips_specific.h:4:52: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
  440. trapmon.c: In function 'read_trap':
  441. trapmon.c:239:2: warning: format not a string literal and no format arguments [-Wformat-security]
  442. trapmon.c:257:7: warning: passing argument 3 of 'add_snips_event' from incompatible pointer type [enabled by default]
  443. In file included from trapmon.c:55:0:
  444. snips_specific.h:4:5: note: expected 'struct snmp_pdu *' but argument is of type 'struct snmp_pdu *'
  445. trapmon.c:279:2: warning: format not a string literal and no format arguments [-Wformat-security]
  446. trapmon.c:297:7: warning: passing argument 3 of 'add_snips_event' from incompatible pointer type [enabled by default]
  447. In file included from trapmon.c:55:0:
  448. snips_specific.h:4:5: note: expected 'struct snmp_pdu *' but argument is of type 'struct snmp_pdu *'
  449. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/include -c snips_specific.c
  450. snips_specific.c: In function 'add_snips_event':
  451. snips_specific.c:148:3: warning: format '%d' expects argument of type 'int', but argument 7 has type 'time_t' [-Wformat]
  452. snips_specific.c: In function 'expire_snips_events':
  453. snips_specific.c:202:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'time_t' [-Wformat]
  454. snips_specific.c:215:12: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result]
  455. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include trapmon.o snips_specific.o -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/lib -lsnmp -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib -lsnips -L/usr/lib/ -lrrd -o trapmon
  456. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/trapmon'
  457. MAKING IN pingmon/multiping
  458. ----------
  459. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/pingmon/multiping'
  460. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  461. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c multiping.c
  462. multiping.c: In function 'main':
  463. multiping.c:249:5: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'char (*)[64]' [-Wformat]
  464. multiping.c: In function 'pr_pack':
  465. multiping.c:696:12: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  466. multiping.c: In function 'real_pinger':
  467. multiping.c:502:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  468. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include multiping.o -o multiping
  469. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/pingmon/multiping'
  470. MAKING IN pingmon/rpcping
  471. ----------
  472. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/pingmon/rpcping'
  473. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  474. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include -c rpcping.c
  475. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include rpcping.o -o rpcping
  476. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/pingmon/rpcping'
  477. MAKING IN man
  478. ----------
  479. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/man'
  480. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  481. Building all in 'man'
  482. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/man'
  483. Now run make install
  484. >>> Source compiled.
  485. >>> Test phase [none]: net-analyzer/snips-1.2-r2
  486. >>> Install snips-1.2-r2 into /tmp/portage/net-analyzer/snips-1.2-r2/image/ category net-analyzer
  487. make -j24 DESTDIR=/tmp/portage/net-analyzer/snips-1.2-r2/image/ install
  488. make - --jobserver-fds=3,4 -j install
  489. MAKING IN lib
  490. ----------
  491. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib'
  492. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  493. make[1]: Nothing to be done for `install'.
  494. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib'
  495. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib'
  496. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  497. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib'
  498. MAKING IN utility
  499. ----------
  500. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/utility'
  501. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  502. Doing substitutions for ROOTDIR, PIDDIR, OPSMAIL, MAIL, PSFLAGS on:
  503. crontab.snips snipsprog.init keepalive_monitors.pl logstats.pl logmaint.pl docrypt.pl notifier.pl snmpconf.pl
  504. install -c -m 751 display_snips_datafile eventselect /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin/
  505. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/utility'
  506. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/utility'
  507. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  508. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/utility'
  509. MAKING IN etherload
  510. ----------
  511. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/etherload'
  512. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  513. x86_64-pc-linux-gnu-gcc -o etherload -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include bpf.o etherload.o dlpi.o main.o nit.o pfilt.o snoop.o linux.o util.o snips_specific.o get_devlist.o -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib -lsnips -L/usr/lib/ -lrrd
  514. main.o: In function `main':
  515. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/etherload/main.c:238: undefined reference to `get_devtype'
  516. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/etherload/main.c:232: undefined reference to `setup_device'
  517. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/etherload/main.c:215: undefined reference to `os_devices'
  518. etherload.o: In function `etherload':
  519. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/etherload/etherload.c:123: undefined reference to `flush_device'
  520. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/etherload/etherload.c:158: undefined reference to `getpkt'
  521. collect2: error: ld returned 1 exit status
  522. make[1]: *** [etherload] Error 1
  523. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/etherload'
  524. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/etherload'
  525. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  526. Installing etherload.init under /usr/snips/init.d/
  527. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/etherload'
  528. MAKING IN snipslog
  529. ----------
  530. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/snipslog'
  531. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  532. install -c -m 751 snipslogd /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin/
  533. ___Update config file for logging daemon in /usr/snips/etc ___
  534. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/snipslog'
  535. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/snipslog'
  536. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  537. Installing snipslogd.init under /usr/snips/init.d/
  538. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/snipslog'
  539. MAKING IN nsmon
  540. ----------
  541. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/nsmon'
  542. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  543. x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -fPIC -DSNIPS -DRRDTOOL -I/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/include main.o nsmon.o -L/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/lib -lsnips -L/usr/lib/ -lrrd -o nsmon
  544. nsmon.o: In function `nsmon':
  545. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/nsmon/nsmon.c:83: undefined reference to `__res_mkquery'
  546. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/nsmon/nsmon.c:100: undefined reference to `__res_send'
  547. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/nsmon/nsmon.c:83: undefined reference to `__res_mkquery'
  548. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/nsmon/nsmon.c:100: undefined reference to `__res_send'
  549. /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/nsmon/nsmon.c:83: undefined reference to `__res_mkquery'
  550. collect2: error: ld returned 1 exit status
  551. make[1]: *** [nsmon] Error 1
  552. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/nsmon'
  553. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/nsmon'
  554. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  555. Installing nsmon.init under /usr/snips/init.d/
  556. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/nsmon'
  557. MAKING IN ntpmon
  558. ----------
  559. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/ntpmon'
  560. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  561. install -c -m 751 ntpmon /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin/
  562. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/ntpmon'
  563. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/ntpmon'
  564. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  565. Installing ntpmon.init under /usr/snips/init.d/
  566. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/ntpmon'
  567. MAKING IN pingmon
  568. ----------
  569. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/pingmon'
  570. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  571. install -c -m 751 pingmon /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin/ ;
  572. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/pingmon'
  573. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/pingmon'
  574. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  575. Installing ippingmon.init under /usr/snips/init.d/
  576. Installing rpcpingmon.init under /usr/snips/init.d/
  577. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/pingmon'
  578. MAKING IN portmon
  579. ----------
  580. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/portmon'
  581. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  582. install -c -m 751 portmon /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin/
  583. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/portmon'
  584. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/portmon'
  585. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  586. Installing portmon.init under /usr/snips/init.d/
  587. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/portmon'
  588. MAKING IN radiusmon
  589. ----------
  590. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/radiusmon'
  591. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  592. install -c -m 751 radiusmon /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin/
  593. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/radiusmon'
  594. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/radiusmon'
  595. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  596. Installing radiusmon.init under /usr/snips/init.d/
  597. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/radiusmon'
  598. MAKING IN perl-monitors
  599. ----------
  600. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/perl-monitors'
  601. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  602. Installing files in /usr/snips/bin/hostmon-osclients
  603. Installing perl monitors under /usr/snips/bin
  604. install -c -m 755 /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/snmpapps/snmpwalk /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin/
  605. install -c -m 755 /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/snmpapps/snmpget /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin/
  606. install -c -m 444 /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/cmu-snmp/mib-v2.txt /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/etc/
  607. See /tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/perl-monitors/README for further customizations
  608. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/perl-monitors'
  609. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/perl-monitors'
  610. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  611. Installing apcmon.init under /usr/snips/init.d/
  612. Installing armon.init under /usr/snips/init.d/
  613. Installing bgpmon.init under /usr/snips/init.d/
  614. Installing bpmon.init under /usr/snips/init.d/
  615. Installing ciscomon.init under /usr/snips/init.d/
  616. Installing modemmon.init under /usr/snips/init.d/
  617. Installing novellmon.init under /usr/snips/init.d/
  618. Installing nrmon.init under /usr/snips/init.d/
  619. Installing hostmon.init under /usr/snips/init.d/
  620. Installing smbmon.init under /usr/snips/init.d/
  621. Installing sqlmon.init under /usr/snips/init.d/
  622. Installing snmpmon.init under /usr/snips/init.d/
  623. Installing snmpgeneric.init under /usr/snips/init.d/
  624. Installing syslogmon.init under /usr/snips/init.d/
  625. Installing upsmon.init under /usr/snips/init.d/
  626. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/perl-monitors'
  627. MAKING IN perl-module
  628. ----------
  629. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/perl-module'
  630. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  631. Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
  632. Installing /tmp/portage/net-analyzer/snips-1.2-r2/image/usr/snips/lib/perl/auto/SNIPS/SNIPS.bs
  633. Installing /tmp/portage/net-analyzer/snips-1.2-r2/image/usr/snips/lib/perl/auto/SNIPS/SNIPS.so
  634. Installing /tmp/portage/net-analyzer/snips-1.2-r2/image/usr/snips/lib/perl/benchmark.pl
  635. Installing /tmp/portage/net-analyzer/snips-1.2-r2/image/usr/snips/lib/perl/SNIPS.pm
  636. Installing /tmp/portage/net-analyzer/snips-1.2-r2/image/usr/local/man/man3/SNIPS.3pm
  637. Appending installation info to /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/lib/perl/perllocal.pod
  638. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/perl-module'
  639. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/perl-module'
  640. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  641. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/perl-module'
  642. MAKING IN snipstv
  643. ----------
  644. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/snipstv'
  645. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  646. install -c -m 751 snipstv /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin
  647. [ -r /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin/netconsole ] || ln -s /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin/snipstv /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin/netconsole
  648. install -c -m 0444 snipstv-help /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/etc
  649. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/snipstv'
  650. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/snipstv'
  651. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  652. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/snipstv'
  653. MAKING IN snipsweb
  654. ----------
  655. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/snipsweb'
  656. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  657. Installed basic web files under
  658. /usr/snips/web/html and /usr/snips/web/cgi
  659. Move into desired web location.
  660. Edit the following files under /usr/snips/etc
  661. snipsweb-confg updates webusers
  662. Also chown httpd webcookies updates
  663. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/snipsweb'
  664. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/snipsweb'
  665. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  666. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/snipsweb'
  667. MAKING IN tksnips
  668. ----------
  669. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/tksnips'
  670. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  671. install -c -m 751 ndaemon tkSnips /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin/
  672. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/tksnips'
  673. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/tksnips'
  674. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  675. Installing ndaemon.init under /usr/snips/init.d/
  676. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/tksnips'
  677. MAKING IN tpmon
  678. ----------
  679. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/tpmon'
  680. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  681. install -c -m 751 tpmon /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin/
  682. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/tpmon'
  683. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/tpmon'
  684. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  685. Installing tpmon.init under /usr/snips/init.d/
  686. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/tpmon'
  687. MAKING IN trapmon
  688. ----------
  689. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/trapmon'
  690. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  691. install -c -m 4750 trapmon /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin/
  692. -rwxr-x--- 1 root 450992 Nov 17 07:49 /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin/trapmon
  693. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/trapmon'
  694. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/trapmon'
  695. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  696. Installing trapmon.init under /usr/snips/init.d/
  697. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/trapmon'
  698. MAKING IN pingmon/multiping
  699. ----------
  700. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/pingmon/multiping'
  701. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  702. install -c -m 4711 multiping /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin/
  703. -rwx--x--x 1 root 83955 Nov 17 07:49 /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin/multiping
  704. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/pingmon/multiping'
  705. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/pingmon/multiping'
  706. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  707. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/pingmon/multiping'
  708. MAKING IN pingmon/rpcping
  709. ----------
  710. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/pingmon/rpcping'
  711. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  712. install -c -m 751 rpcping /tmp/portage/net-analyzer/snips-1.2-r2/image//usr/snips/bin/
  713. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/pingmon/rpcping'
  714. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/pingmon/rpcping'
  715. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  716. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/pingmon/rpcping'
  717. MAKING IN man
  718. ----------
  719. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/man'
  720. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  721. Installing in 'man'
  722. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/man'
  723. make[1]: Entering directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/man'
  724. make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  725. make[1]: Leaving directory `/tmp/portage/net-analyzer/snips-1.2-r2/work/snips-1.2/man'
  726. Installing sample config files under /usr/snips/etc/samples/...
  727. NOW su AND DO A make root
  728. >>> Completed installing snips-1.2-r2 into /tmp/portage/net-analyzer/snips-1.2-r2/image/
  729. * Tinderbox QA Warning! Invalid directories in image
  730. /usr/local/man
  731. /usr/local/man/man3
  732. /usr/local/man/man3/SNIPS.3pm
  733. * Tinderbox QA Warning (end)! Invalid directories in image
  734. * QA Notice: make jobserver unavailable:
  735. *
  736. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  737. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  738. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  739. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  740. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  741. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  742. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  743. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  744. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  745. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  746. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  747. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  748. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  749. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  750. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  751. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  752. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  753. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  754. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  755. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  756. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  757. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  758. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  759. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  760. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  761. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  762. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  763. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  764. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  765. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  766. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  767. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  768. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  769. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  770. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  771. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  772. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  773. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  774. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  775. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  776. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  777. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  778. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  779. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  780. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  781. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  782. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  783. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  784. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  785. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  786. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  787. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  788. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  789. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  790. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  791. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  792. * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
  793. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
  794. usr/snips/bin/rpcping
  795. usr/snips/lib/perl/auto/SNIPS/SNIPS.so
  796. usr/snips/bin/multiping
  797. usr/snips/bin/ndaemon
  798. usr/snips/bin/trapmon
  799. usr/snips/bin/tpmon
  800. usr/snips/bin/snmpget
  801. usr/snips/bin/snipstv
  802. usr/snips/bin/snmpwalk
  803. usr/snips/bin/radiusmon
  804. usr/snips/bin/portmon
  805. usr/snips/bin/pingmon
  806. usr/snips/bin/ntpmon
  807. usr/snips/bin/snipslogd
  808. usr/snips/bin/eventselect
  809. usr/snips/bin/display_snips_datafile
  810. ecompressdir: bzip2 -9 /usr/local/man
  811. Auto fixing rpaths for /tmp/portage/net-analyzer/snips-1.2-r2/image/usr/snips/bin/snmpget
  812. Auto fixing rpaths for /tmp/portage/net-analyzer/snips-1.2-r2/image/usr/snips/bin/snmpwalk
  813. * QA Notice: The following files contain insecure RUNPATHs
  814. * Please file a bug about this at http://bugs.gentoo.org/
  815. * with the maintaining herd of the package.
  816. * /tmp/portage/net-analyzer/snips-1.2-r2/image/usr/snips/bin/snmpget
  817. * /tmp/portage/net-analyzer/snips-1.2-r2/image/usr/snips/bin/snmpwalk
  818. *
  819. * Fixing permissions ...
  820. chown: cannot access '/usr/snips/bin/etherload': No such file or directory
  821. * ERROR: net-analyzer/snips-1.2-r2 failed (postinst phase):
  822. * chown root failed
  823. *
  824. * Call stack:
  825. * ebuild.sh, line 93: Called pkg_postinst
  826. * environment, line 2108: Called die
  827. * The specific snippet of code:
  828. * chown root:snips "${ROOT}usr/snips/bin/etherload" || die "chown root failed";
  829. *
  830. * If you need support, post the output of `emerge --info '=net-analyzer/snips-1.2-r2'`,
  831. * the complete build log and the output of `emerge -pqv '=net-analyzer/snips-1.2-r2'`.