1. * Package: app-forensics/openscap-0.8.2
  2. * Repository: gentoo
  3. * Maintainer: corentin.labbe@geomatys.fr hwoarang@gentoo.org,proxy-maint@gentoo.org
  4. * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking openscap-0.8.2.tar.gz to /tmp/portage/app-forensics/openscap-0.8.2/work
  8. >>> Source unpacked in /tmp/portage/app-forensics/openscap-0.8.2/work
  9. >>> Preparing source in /tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2 ...
  10. * Applying test_probes_interface.patch ...
  11. [ ok ]
  12. * Applying test_probes_process.patch ...
  13. [ ok ]
  14. >>> Source prepared.
  15. >>> Configuring source in /tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2 ...
  16. * econf: updating openscap-0.8.2/config/config.sub with /usr/share/gnuconfig/config.sub
  17. * econf: updating openscap-0.8.2/config/config.guess with /usr/share/gnuconfig/config.guess
  18. ./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 --disable-bindings --with-crypto=gcrypt
  19. configure: loading site script /usr/share/config.site
  20. configure: loading site script /usr/share/crossdev/include/site/linux
  21. configure: loading site script /usr/share/crossdev/include/site/linux-gnu
  22. configure: loading site script /usr/share/crossdev/include/site/x86_64-linux-gnu
  23. checking for a BSD-compatible install... /usr/bin/install -c
  24. checking whether build environment is sane... yes
  25. checking for a thread-safe mkdir -p... /bin/mkdir -p
  26. checking for gawk... gawk
  27. checking whether make sets $(MAKE)... yes
  28. checking how to create a pax tar archive... gnutar
  29. checking build system type... x86_64-pc-linux-gnu
  30. checking host system type... x86_64-pc-linux-gnu
  31. checking for python... /usr/bin/python
  32. checking for python version... 2.7
  33. checking for python platform... linux2
  34. checking for python script directory... ${prefix}/lib64/python2.7/site-packages
  35. checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
  36. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  37. checking for C compiler default output file name... a.out
  38. checking whether the C compiler works... yes
  39. checking whether we are cross compiling... no
  40. checking for suffix of executables...
  41. checking for suffix of object files... o
  42. checking whether we are using the GNU C compiler... yes
  43. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  44. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  45. checking for style of include used by make... GNU
  46. checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
  47. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  48. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  49. checking for grep that handles long lines and -e... /bin/grep
  50. checking for egrep... /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 minix/config.h usability... no
  62. checking minix/config.h presence... no
  63. checking for minix/config.h... no
  64. checking whether it is safe to define __EXTENSIONS__... yes
  65. checking for working alloca.h... yes
  66. checking for alloca... yes
  67. checking whether the preprocessor supports include_next... yes
  68. checking whether system header files limit the line length... no
  69. checking for complete errno.h... yes
  70. checking whether getdelim is declared... yes
  71. checking for getdelim... yes
  72. checking for mprotect... yes
  73. checking for vasnprintf... no
  74. checking whether getline is declared... yes
  75. checking sys/mman.h usability... yes
  76. checking sys/mman.h presence... yes
  77. checking for sys/mman.h... yes
  78. checking wchar.h usability... yes
  79. checking wchar.h presence... yes
  80. checking for wchar.h... yes
  81. checking for stdint.h... (cached) yes
  82. checking for unistd.h... (cached) yes
  83. checking features.h usability... yes
  84. checking features.h presence... yes
  85. checking for features.h... yes
  86. checking for mmap... yes
  87. checking for MAP_ANONYMOUS... yes
  88. checking whether memchr works... yes
  89. checking whether malloc, realloc, calloc are POSIX compliant... yes
  90. checking for wchar_t... yes
  91. checking for unsigned long long int... yes
  92. checking for long long int... yes
  93. checking whether stdint.h conforms to C99... yes
  94. checking for inline... inline
  95. checking for C/C++ restrict keyword... __restrict
  96. checking whether memmem is declared without a macro... yes
  97. checking whether mempcpy is declared without a macro... yes
  98. checking whether memrchr is declared without a macro... yes
  99. checking whether rawmemchr is declared without a macro... yes
  100. checking whether stpcpy is declared without a macro... yes
  101. checking whether stpncpy is declared without a macro... yes
  102. checking whether strchrnul is declared without a macro... yes
  103. checking whether strdup is declared without a macro... yes
  104. checking whether strncat is declared without a macro... yes
  105. checking whether strndup is declared without a macro... yes
  106. checking whether strnlen is declared without a macro... yes
  107. checking whether strpbrk is declared without a macro... yes
  108. checking whether strsep is declared without a macro... yes
  109. checking whether strcasestr is declared without a macro... yes
  110. checking whether strtok_r is declared without a macro... yes
  111. checking whether strerror_r is declared without a macro... yes
  112. checking whether strsignal is declared without a macro... yes
  113. checking whether strverscmp is declared without a macro... yes
  114. checking for wint_t... yes
  115. checking for size_t... yes
  116. checking for inttypes.h... yes
  117. checking for stdint.h... yes
  118. checking for intmax_t... yes
  119. checking whether snprintf returns a byte count as in C99... yes
  120. checking for snprintf... yes
  121. checking for strnlen... yes
  122. checking for wcslen... yes
  123. checking for wcsnlen... yes
  124. checking for mbrtowc... yes
  125. checking for wcrtomb... yes
  126. checking whether _snprintf is declared... no
  127. checking whether <wchar.h> uses 'inline' correctly... yes
  128. checking for alloca as a compiler built-in... yes
  129. checking for working getdelim function... yes
  130. checking for getline... yes
  131. checking for working getline function... yes
  132. checking for stdint.h... (cached) yes
  133. checking for SIZE_MAX... yes
  134. checking whether NULL can be used in arbitrary expressions... yes
  135. checking whether dprintf is declared without a macro... yes
  136. checking whether fpurge is declared without a macro... no
  137. checking whether fseeko is declared without a macro... yes
  138. checking whether ftello is declared without a macro... yes
  139. checking whether getdelim is declared without a macro... yes
  140. checking whether getline is declared without a macro... yes
  141. checking whether popen is declared without a macro... yes
  142. checking whether renameat is declared without a macro... yes
  143. checking whether snprintf is declared without a macro... yes
  144. checking whether tmpfile is declared without a macro... yes
  145. checking whether vdprintf is declared without a macro... yes
  146. checking whether vsnprintf is declared without a macro... yes
  147. checking whether _Exit is declared without a macro... yes
  148. checking whether atoll is declared without a macro... yes
  149. checking whether canonicalize_file_name is declared without a macro... yes
  150. checking whether getloadavg is declared without a macro... yes
  151. checking whether getsubopt is declared without a macro... yes
  152. checking whether grantpt is declared without a macro... yes
  153. checking whether mkdtemp is declared without a macro... yes
  154. checking whether mkostemp is declared without a macro... yes
  155. checking whether mkostemps is declared without a macro... yes
  156. checking whether mkstemp is declared without a macro... yes
  157. checking whether mkstemps is declared without a macro... yes
  158. checking whether ptsname is declared without a macro... yes
  159. checking whether random_r is declared without a macro... yes
  160. checking whether initstat_r is declared without a macro... no
  161. checking whether srandom_r is declared without a macro... yes
  162. checking whether setstate_r is declared without a macro... yes
  163. checking whether realpath is declared without a macro... yes
  164. checking whether rpmatch is declared without a macro... yes
  165. checking whether setenv is declared without a macro... yes
  166. checking whether strtod is declared without a macro... yes
  167. checking whether strtoll is declared without a macro... yes
  168. checking whether strtoull is declared without a macro... yes
  169. checking whether unlockpt is declared without a macro... yes
  170. checking whether unsetenv is declared without a macro... yes
  171. checking for strsep... yes
  172. checking whether chown is declared without a macro... yes
  173. checking whether dup2 is declared without a macro... yes
  174. checking whether dup3 is declared without a macro... yes
  175. checking whether environ is declared without a macro... yes
  176. checking whether euidaccess is declared without a macro... yes
  177. checking whether faccessat is declared without a macro... yes
  178. checking whether fchdir is declared without a macro... yes
  179. checking whether fchownat is declared without a macro... yes
  180. checking whether fsync is declared without a macro... yes
  181. checking whether ftruncate is declared without a macro... yes
  182. checking whether getcwd is declared without a macro... yes
  183. checking whether getdomainname is declared without a macro... yes
  184. checking whether getdtablesize is declared without a macro... yes
  185. checking whether getgroups is declared without a macro... yes
  186. checking whether gethostname is declared without a macro... yes
  187. checking whether getlogin is declared without a macro... yes
  188. checking whether getlogin_r is declared without a macro... yes
  189. checking whether getpagesize is declared without a macro... yes
  190. checking whether getusershell is declared without a macro... yes
  191. checking whether setusershell is declared without a macro... yes
  192. checking whether endusershell is declared without a macro... yes
  193. checking whether group_member is declared without a macro... yes
  194. checking whether lchown is declared without a macro... yes
  195. checking whether link is declared without a macro... yes
  196. checking whether linkat is declared without a macro... yes
  197. checking whether lseek is declared without a macro... yes
  198. checking whether pipe is declared without a macro... yes
  199. checking whether pipe2 is declared without a macro... yes
  200. checking whether pread is declared without a macro... yes
  201. checking whether pwrite is declared without a macro... yes
  202. checking whether readlink is declared without a macro... yes
  203. checking whether readlinkat is declared without a macro... yes
  204. checking whether rmdir is declared without a macro... yes
  205. checking whether sleep is declared without a macro... yes
  206. checking whether symlink is declared without a macro... yes
  207. checking whether symlinkat is declared without a macro... yes
  208. checking whether ttyname_r is declared without a macro... yes
  209. checking whether unlink is declared without a macro... yes
  210. checking whether unlinkat is declared without a macro... yes
  211. checking whether usleep is declared without a macro... yes
  212. checking for ptrdiff_t... yes
  213. checking for vasprintf... yes
  214. checking whether btowc is declared without a macro... yes
  215. checking whether wctob is declared without a macro... yes
  216. checking whether mbsinit is declared without a macro... yes
  217. checking whether mbrtowc is declared without a macro... yes
  218. checking whether mbrlen is declared without a macro... yes
  219. checking whether mbsrtowcs is declared without a macro... yes
  220. checking whether mbsnrtowcs is declared without a macro... yes
  221. checking whether wcrtomb is declared without a macro... yes
  222. checking whether wcsrtombs is declared without a macro... yes
  223. checking whether wcsnrtombs is declared without a macro... yes
  224. checking whether wcwidth is declared without a macro... yes
  225. checking whether wmemchr is declared without a macro... yes
  226. checking whether wmemcmp is declared without a macro... yes
  227. checking whether wmemcpy is declared without a macro... yes
  228. checking whether wmemmove is declared without a macro... yes
  229. checking whether wmemset is declared without a macro... yes
  230. checking whether wcslen is declared without a macro... yes
  231. checking whether wcsnlen is declared without a macro... yes
  232. checking whether wcscpy is declared without a macro... yes
  233. checking whether wcpcpy is declared without a macro... yes
  234. checking whether wcsncpy is declared without a macro... yes
  235. checking whether wcpncpy is declared without a macro... yes
  236. checking whether wcscat is declared without a macro... yes
  237. checking whether wcsncat is declared without a macro... yes
  238. checking whether wcscmp is declared without a macro... yes
  239. checking whether wcsncmp is declared without a macro... yes
  240. checking whether wcscasecmp is declared without a macro... yes
  241. checking whether wcsncasecmp is declared without a macro... yes
  242. checking whether wcscoll is declared without a macro... yes
  243. checking whether wcsxfrm is declared without a macro... yes
  244. checking whether wcsdup is declared without a macro... yes
  245. checking whether wcschr is declared without a macro... yes
  246. checking whether wcsrchr is declared without a macro... yes
  247. checking whether wcscspn is declared without a macro... yes
  248. checking whether wcsspn is declared without a macro... yes
  249. checking whether wcspbrk is declared without a macro... yes
  250. checking whether wcsstr is declared without a macro... yes
  251. checking whether wcstok is declared without a macro... yes
  252. checking whether wcswidth is declared without a macro... yes
  253. checking for stdint.h... (cached) yes
  254. checking for a sed that does not truncate output... /bin/sed
  255. checking for fgrep... /bin/grep -F
  256. checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  257. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  258. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  259. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  260. checking whether ln -s works... yes
  261. checking the maximum length of command line arguments... 1572864
  262. checking whether the shell understands some XSI constructs... yes
  263. checking whether the shell understands "+="... yes
  264. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  265. checking for x86_64-pc-linux-gnu-objdump... objdump
  266. checking how to recognize dependent libraries... pass_all
  267. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  268. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  269. checking for x86_64-pc-linux-gnu-ranlib... (cached) x86_64-pc-linux-gnu-ranlib
  270. checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
  271. checking for dlfcn.h... yes
  272. checking for objdir... .libs
  273. checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  274. checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  275. checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  276. checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
  277. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
  278. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
  279. checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  280. checking whether -lc should be explicitly linked in... no
  281. checking dynamic linker characteristics... GNU/Linux ld.so
  282. checking how to hardcode library paths into programs... immediate
  283. checking whether stripping libraries is possible... yes
  284. checking if libtool supports shared libraries... yes
  285. checking whether to build shared libraries... yes
  286. checking whether to build static libraries... no
  287. checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
  288. checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
  289. checking whether we are using the GNU C++ compiler... yes
  290. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  291. checking dependency style of x86_64-pc-linux-gnu-g++... gcc3
  292. checking whether we are using the GNU C++ compiler... (cached) yes
  293. checking whether x86_64-pc-linux-gnu-g++ accepts -g... (cached) yes
  294. checking dependency style of x86_64-pc-linux-gnu-g++... (cached) gcc3
  295. checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
  296. checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  297. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
  298. checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  299. checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
  300. checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
  301. checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
  302. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
  303. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
  304. checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  305. checking dynamic linker characteristics... GNU/Linux ld.so
  306. checking how to hardcode library paths into programs... immediate
  307. checking for a BSD-compatible install... /usr/bin/install -c
  308. checking whether ln -s works... yes
  309. checking whether make sets $(MAKE)... (cached) yes
  310. checking for swig... /usr/bin/swig
  311. ./configure: line 27624: by: command not found
  312. ./configure: line 27626: by: command not found
  313. ./configure: line 27628: by: command not found
  314. ./configure: line 27630: by: command not found
  315. checking for env... yes
  316. checking for valgrind... yes
  317. checking for ANSI C header files... (cached) yes
  318. checking for stdbool.h that conforms to C99... yes
  319. checking for _Bool... yes
  320. checking for size_t... (cached) yes
  321. checking for stdlib.h... (cached) yes
  322. checking for GNU libc compatible malloc... (cached) yes
  323. checking for stdlib.h... (cached) yes
  324. checking for GNU libc compatible realloc... (cached) yes
  325. checking for headers required to compile python extensions... found
  326. checking for pthread_attr_init in -lc_r... no
  327. checking for pthread_attr_init in -lpthread... yes
  328. checking for x86_64-pc-linux-gnu-pkg-config... no
  329. checking for pkg-config... /usr/bin/pkg-config
  330. checking pkg-config is at least version 0.9.0... yes
  331. checking for xml2... yes
  332. checking for xslt... yes
  333. checking for exslt... yes
  334. checking for gcry_check_version in -lgcrypt... yes
  335. checking for fts_open... yes
  336. checking for posix_memalign... yes
  337. checking for memalign... yes
  338. checking for sigwaitinfo... yes
  339. Package libapt-pkg was not found in the pkg-config search path.
  340. Perhaps you should add the directory containing `libapt-pkg.pc'
  341. to the PKG_CONFIG_PATH environment variable
  342. No package 'libapt-pkg' found
  343. Package libselinux was not found in the pkg-config search path.
  344. Perhaps you should add the directory containing `libselinux.pc'
  345. to the PKG_CONFIG_PATH environment variable
  346. No package 'libselinux' found
  347. * Checking presence of required headers for the system_info probe
  348. checking for arpa/inet.h... yes
  349. checking for errno.h... yes
  350. checking for ifaddrs.h... yes
  351. checking for netdb.h... yes
  352. checking for net/if.h... yes
  353. checking for stdlib.h... (cached) yes
  354. checking for string.h... (cached) yes
  355. checking for sys/ioctl.h... yes
  356. checking for sys/socket.h... yes
  357. checking for sys/utsname.h... yes
  358. checking for unistd.h... (cached) yes
  359. * Checking presence of required headers for the family probe
  360. checking for string.h... (cached) yes
  361. * Checking presence of required headers for the textfilecontent probe
  362. checking for fcntl.h... yes
  363. checking for limits.h... yes
  364. checking for pcre.h... yes
  365. checking for regex.h... yes
  366. checking for stdio.h... yes
  367. checking for string.h... (cached) yes
  368. checking for sys/stat.h... (cached) yes
  369. checking for sys/types.h... (cached) yes
  370. * Checking presence of required headers for the textfilecontent54 probe
  371. checking for errno.h... (cached) yes
  372. checking for fcntl.h... (cached) yes
  373. checking for limits.h... (cached) yes
  374. checking for pcre.h... (cached) yes
  375. checking for regex.h... (cached) yes
  376. checking for stdio.h... (cached) yes
  377. checking for stdlib.h... (cached) yes
  378. checking for string.h... (cached) yes
  379. checking for sys/stat.h... (cached) yes
  380. checking for sys/types.h... (cached) yes
  381. checking for unistd.h... (cached) yes
  382. * Checking presence of required headers for the variable probe
  383. checking for errno.h... (cached) yes
  384. checking for stdio.h... (cached) yes
  385. checking for stdlib.h... (cached) yes
  386. checking for string.h... (cached) yes
  387. * Checking presence of required headers for the xmlfilecontent probe
  388. checking for libxml/parser.h... yes
  389. checking for libxml/tree.h... yes
  390. checking for libxml/xpath.h... yes
  391. checking for libxml/xpathInternals.h... yes
  392. checking for limits.h... (cached) yes
  393. checking for stdlib.h... (cached) yes
  394. checking for string.h... (cached) yes
  395. * Checking presence of required headers for the filehash probe
  396. checking for errno.h... (cached) yes
  397. checking for fcntl.h... (cached) yes
  398. checking for limits.h... (cached) yes
  399. checking for pthread.h... yes
  400. checking for stdlib.h... (cached) yes
  401. checking for string.h... (cached) yes
  402. checking for sys/stat.h... (cached) yes
  403. checking for sys/types.h... (cached) yes
  404. * Checking presence of required headers for the filehash58 probe
  405. checking for errno.h... (cached) yes
  406. checking for fcntl.h... (cached) yes
  407. checking for limits.h... (cached) yes
  408. checking for pthread.h... (cached) yes
  409. checking for stdlib.h... (cached) yes
  410. checking for string.h... (cached) yes
  411. checking for sys/stat.h... (cached) yes
  412. checking for sys/types.h... (cached) yes
  413. * Checking presence of required headers for the environmentvariable probe
  414. checking for errno.h... (cached) yes
  415. checking for stdio.h... (cached) yes
  416. checking for stdlib.h... (cached) yes
  417. checking for string.h... (cached) yes
  418. * Checking presence of required headers for the environmentvariable58 probe
  419. checking for dirent.h... yes
  420. checking for errno.h... (cached) yes
  421. checking for fcntl.h... (cached) yes
  422. checking for stdio.h... (cached) yes
  423. checking for stdlib.h... (cached) yes
  424. checking for string.h... (cached) yes
  425. checking for sys/stat.h... (cached) yes
  426. checking for sys/types.h... (cached) yes
  427. checking for unistd.h... (cached) yes
  428. * Checking presence of required headers for the sql probe
  429. checking for ctype.h... yes
  430. checking for errno.h... (cached) yes
  431. checking for opendbx/api.h... no
  432. checking for stdlib.h... (cached) yes
  433. checking for string.h... (cached) yes
  434. checking for time.h... yes
  435. * Checking presence of required headers for the sql57 probe
  436. checking for ctype.h... (cached) yes
  437. checking for errno.h... (cached) yes
  438. checking for opendbx/api.h... (cached) no
  439. checking for stdlib.h... (cached) yes
  440. checking for string.h... (cached) yes
  441. checking for time.h... (cached) yes
  442. * Checking presence of required headers for the ldap57 probe
  443. checking for ldap.h... yes
  444. checking for pthread.h... (cached) yes
  445. checking for stdbool.h... (cached) yes
  446. * Checking presence of required headers for the dnscache probe
  447. checking for string.h... (cached) yes
  448. * Checking presence of required headers for the runlevel probe
  449. checking for assert.h... yes
  450. checking for dirent.h... (cached) yes
  451. checking for errno.h... (cached) yes
  452. checking for limits.h... (cached) yes
  453. checking for stdbool.h... (cached) yes
  454. checking for stdio.h... (cached) yes
  455. checking for string.h... (cached) yes
  456. checking for sys/stat.h... (cached) yes
  457. checking for sys/types.h... (cached) yes
  458. checking for unistd.h... (cached) yes
  459. * Checking presence of required headers for the file probe
  460. checking for errno.h... (cached) yes
  461. checking for limits.h... (cached) yes
  462. checking for pthread.h... (cached) yes
  463. checking for stdlib.h... (cached) yes
  464. checking for string.h... (cached) yes
  465. checking for sys/stat.h... (cached) yes
  466. * Checking presence of optional headers for the file probe
  467. checking for acl/libacl.h... yes
  468. checking for sys/types.h... (cached) yes
  469. * Checking presence of required headers for the fileextendedattribute probe
  470. checking for attr/xattr.h... yes
  471. checking for errno.h... (cached) yes
  472. checking for limits.h... (cached) yes
  473. checking for pthread.h... (cached) yes
  474. checking for stdlib.h... (cached) yes
  475. checking for string.h... (cached) yes
  476. checking for sys/stat.h... (cached) yes
  477. checking for sys/types.h... (cached) yes
  478. * Checking presence of required headers for the password probe
  479. checking for errno.h... (cached) yes
  480. checking for pwd.h... (cached) yes
  481. checking for stdio.h... (cached) yes
  482. checking for stdlib.h... (cached) yes
  483. checking for string.h... (cached) yes
  484. * Checking presence of required headers for the process probe
  485. checking for dirent.h... (cached) yes
  486. checking for errno.h... (cached) yes
  487. checking for fcntl.h... (cached) yes
  488. checking for sched.h... yes
  489. checking for stdio.h... (cached) yes
  490. checking for stdlib.h... (cached) yes
  491. checking for string.h... (cached) yes
  492. checking for sys/stat.h... (cached) yes
  493. checking for time.h... (cached) yes
  494. checking for unistd.h... (cached) yes
  495. * Checking presence of optional headers for the process probe
  496. checking for stdio_ext.h... yes
  497. * Checking presence of required headers for the process58 probe
  498. checking for dirent.h... (cached) yes
  499. checking for errno.h... (cached) yes
  500. checking for fcntl.h... (cached) yes
  501. checking for sched.h... (cached) yes
  502. checking for stdio.h... (cached) yes
  503. checking for stdlib.h... (cached) yes
  504. checking for string.h... (cached) yes
  505. checking for sys/stat.h... (cached) yes
  506. checking for time.h... (cached) yes
  507. checking for unistd.h... (cached) yes
  508. * Checking presence of optional headers for the process58 probe
  509. checking for ctype.h... (cached) yes
  510. checking for selinux/context.h... no
  511. checking for selinux/selinux.h... no
  512. checking for stdio_ext.h... (cached) yes
  513. checking for sys/capability.h... yes
  514. checking for sys/types.h... (cached) yes
  515. * Checking presence of required headers for the shadow probe
  516. checking for errno.h... (cached) yes
  517. checking for shadow.h... yes
  518. checking for stdio.h... (cached) yes
  519. checking for stdlib.h... (cached) yes
  520. checking for string.h... (cached) yes
  521. * Checking presence of required headers for the uname probe
  522. checking for string.h... (cached) yes
  523. checking for sys/utsname.h... (cached) yes
  524. * Checking presence of optional headers for the uname probe
  525. checking for stdio_ext.h... (cached) yes
  526. * Checking presence of required headers for the interface probe
  527. checking for arpa/inet.h... (cached) yes
  528. checking for ifaddrs.h... (cached) yes
  529. checking for netdb.h... (cached) yes
  530. checking for net/if_arp.h... yes
  531. checking for net/if.h... (cached) yes
  532. checking for stdio.h... (cached) yes
  533. checking for string.h... (cached) yes
  534. checking for sys/ioctl.h... (cached) yes
  535. checking for sys/socket.h... (cached) yes
  536. checking for unistd.h... (cached) yes
  537. * Checking presence of required headers for the xinetd probe
  538. checking for ctype.h... (cached) yes
  539. checking for dirent.h... (cached) yes
  540. checking for errno.h... (cached) yes
  541. checking for fcntl.h... (cached) yes
  542. checking for fnmatch.h... yes
  543. checking for limits.h... (cached) yes
  544. checking for netdb.h... (cached) yes
  545. checking for stdbool.h... (cached) yes
  546. checking for stddef.h... yes
  547. checking for stdint.h... (cached) yes
  548. checking for stdlib.h... (cached) yes
  549. checking for string.h... (cached) yes
  550. checking for sys/stat.h... (cached) yes
  551. checking for sys/types.h... (cached) yes
  552. checking for unistd.h... (cached) yes
  553. * Checking presence of required headers for the sysctl probe
  554. checking for ctype.h... (cached) yes
  555. checking for errno.h... (cached) yes
  556. checking for limits.h... (cached) yes
  557. checking for stdio.h... (cached) yes
  558. checking for string.h... (cached) yes
  559. * Checking presence of required headers for the routingtable probe
  560. checking for errno.h... (cached) yes
  561. checking for stdio.h... (cached) yes
  562. checking for stdlib.h... (cached) yes
  563. checking for string.h... (cached) yes
  564. * Checking presence of optional headers for the routingtable probe
  565. checking for netinet/in.h... yes
  566. checking for netlink/cache.h... yes
  567. checking for netlink/genl/genl.h... yes
  568. checking for netlink/list.h... yes
  569. checking for netlink/netlink.h... yes
  570. checking for netlink/route/link.h... yes
  571. checking for netlink/route/nexthop.h... yes
  572. checking for netlink/route/route.h... yes
  573. checking for netlink/route/rtnl.h... yes
  574. checking for net/route.h... yes
  575. * Checking presence of required headers for the gconf probe
  576. checking for gconf/gconf.h... yes
  577. checking for limits.h... (cached) yes
  578. checking for pcre.h... (cached) yes
  579. checking for stdint.h... (cached) yes
  580. checking for stdlib.h... (cached) yes
  581. checking for string.h... (cached) yes
  582. * Checking presence of required headers for the isainfo probe
  583. checking for arpa/inet.h... (cached) yes
  584. checking for dirent.h... (cached) yes
  585. checking for errno.h... (cached) yes
  586. checking for fcntl.h... (cached) yes
  587. checking for netdb.h... (cached) yes
  588. checking for regex.h... (cached) yes
  589. checking for stdio_ext.h... (cached) yes
  590. checking for stdio.h... (cached) yes
  591. checking for stdlib.h... (cached) yes
  592. checking for string.h... (cached) yes
  593. checking for sys/systeminfo.h... no
  594. * Checking presence of required headers for the partition probe
  595. checking for fcntl.h... (cached) yes
  596. checking for limits.h... (cached) yes
  597. checking for mntent.h... yes
  598. checking for pcre.h... (cached) yes
  599. checking for stdint.h... (cached) yes
  600. checking for stdio.h... (cached) yes
  601. checking for stdlib.h... (cached) yes
  602. checking for string.h... (cached) yes
  603. checking for sys/stat.h... (cached) yes
  604. checking for sys/statvfs.h... yes
  605. checking for sys/types.h... (cached) yes
  606. checking for sys/vfs.h... yes
  607. * Checking presence of optional headers for the partition probe
  608. checking for blkid/blkid.h... yes
  609. checking for linux/magic.h... yes
  610. * Checking presence of required headers for the inetlisteningservers probe
  611. checking for arpa/inet.h... (cached) yes
  612. checking for dirent.h... (cached) yes
  613. checking for errno.h... (cached) yes
  614. checking for fcntl.h... (cached) yes
  615. checking for netdb.h... (cached) yes
  616. checking for regex.h... (cached) yes
  617. checking for stdio_ext.h... (cached) yes
  618. checking for stdio.h... (cached) yes
  619. checking for stdlib.h... (cached) yes
  620. checking for string.h... (cached) yes
  621. * Checking presence of required headers for the iflisteners probe
  622. checking for arpa/inet.h... (cached) yes
  623. checking for dirent.h... (cached) yes
  624. checking for errno.h... (cached) yes
  625. checking for fcntl.h... (cached) yes
  626. checking for netdb.h... (cached) yes
  627. checking for regex.h... (cached) yes
  628. checking for stdio_ext.h... (cached) yes
  629. checking for stdio.h... (cached) yes
  630. checking for stdlib.h... (cached) yes
  631. checking for string.h... (cached) yes
  632. * Checking presence of required headers for the selinuxboolean probe
  633. checking for errno.h... (cached) yes
  634. checking for fcntl.h... (cached) yes
  635. checking for selinux/selinux.h... (cached) no
  636. checking for stdio.h... (cached) yes
  637. checking for stdlib.h... (cached) yes
  638. checking for string.h... (cached) yes
  639. checking for sys/stat.h... (cached) yes
  640. * Checking presence of required headers for the selinuxsecuritycontext probe
  641. checking for dirent.h... (cached) yes
  642. checking for errno.h... (cached) yes
  643. checking for fcntl.h... (cached) yes
  644. checking for limits.h... (cached) yes
  645. checking for pthread.h... (cached) yes
  646. checking for selinux/context.h... (cached) no
  647. checking for selinux/selinux.h... (cached) no
  648. checking for stdlib.h... (cached) yes
  649. checking for string.h... (cached) yes
  650. checking for sys/stat.h... (cached) yes
  651. checking for sys/types.h... (cached) yes
  652. * Checking presence of required headers for the rpminfo probe
  653. checking for assert.h... (cached) yes
  654. checking for errno.h... (cached) yes
  655. checking for fcntl.h... (cached) yes
  656. checking for rpm/header.h... yes
  657. checking for rpm/rpmdb.h... yes
  658. checking for rpm/rpmlib.h... yes
  659. checking for rpm/rpmlog.h... yes
  660. checking for rpm/rpmmacro.h... yes
  661. checking for rpm/rpmts.h... yes
  662. checking for stdio.h... (cached) yes
  663. checking for string.h... (cached) yes
  664. checking for sys/stat.h... (cached) yes
  665. checking for sys/types.h... (cached) yes
  666. * Checking presence of required headers for the rpmverify probe
  667. checking for assert.h... (cached) yes
  668. checking for errno.h... (cached) yes
  669. checking for fcntl.h... (cached) yes
  670. checking for limits.h... (cached) yes
  671. checking for pcre.h... (cached) yes
  672. checking for rpm/header.h... (cached) yes
  673. checking for rpm/rpmcli.h... yes
  674. checking for rpm/rpmdb.h... (cached) yes
  675. checking for rpm/rpmfi.h... yes
  676. checking for rpm/rpmlib.h... (cached) yes
  677. checking for rpm/rpmlog.h... (cached) yes
  678. checking for rpm/rpmmacro.h... (cached) yes
  679. checking for rpm/rpmts.h... (cached) yes
  680. checking for stdio.h... (cached) yes
  681. checking for string.h... (cached) yes
  682. checking for sys/stat.h... (cached) yes
  683. checking for sys/types.h... (cached) yes
  684. * Checking presence of required headers for the dpkginfo probe
  685. checking for assert.h... (cached) yes
  686. checking for errno.h... (cached) yes
  687. checking for stdio.h... (cached) yes
  688. checking for string.h... (cached) yes
  689. * Checking for acl library used by: file
  690. checking for library containing acl_init... -lacl
  691. checking for acl_init... yes
  692. * Checking for apt_pkg library used by: dpkginfo
  693. checking for apt_pkg... no
  694. checking for library containing pkgInitConfig... no
  695. checking for pkgInitConfig... no
  696. checking for pkgInitSystem... no
  697. * Checking for blkid library used by: partition
  698. checking for blkid... yes
  699. checking for blkid_get_cache... yes
  700. * Checking for cap library used by: process58
  701. checking for library containing cap_init... -lcap
  702. checking for cap_init... yes
  703. * Checking for gconf2 library used by: gconf
  704. checking for gconf2... yes
  705. checking for gconf_engine_get_default... yes
  706. * Checking for lber library used by: ldap57
  707. checking for library containing ber_init... -llber
  708. checking for ber_init... yes
  709. * Checking for ldap library used by: ldap57
  710. checking for library containing ldap_init... -lldap
  711. checking for ldap_init... yes
  712. * Checking for nl library used by: routingtable
  713. checking for nl... yes
  714. checking for nl_connect... yes
  715. checking for nl_handle_alloc... yes
  716. * Checking for odbx library used by: sql sql57
  717. checking for library containing odbx_init... no
  718. checking for odbx_init... no
  719. * Checking for pcre library used by: textfilecontent54 textfilecontent partition
  720. checking for pcre... yes
  721. checking for pcre_exec... yes
  722. * Checking for rpm library used by: rpminfo rpmverify
  723. checking for rpm... yes
  724. checking for rpmtsCreate... yes
  725. checking for rpmReadConfigFiles... yes
  726. checking for headerFormat... yes
  727. checking for headerSprintf... no
  728. checking for rpmFreeCrypto... yes
  729. checking for rpmFreeFilesystems... no
  730. * Checking for selinux library used by: process58 selinuxboolean selinuxsecuritycontext
  731. checking for selinux... no
  732. checking for library containing security_get_boolean_names... no
  733. checking for security_get_boolean_names... no
  734. * Checking for xml2 library used by: xmlfilecontent
  735. checking for xml2... yes
  736. checking for xmlTextReaderRead... yes
  737. * Checking for xslt library used by: xmlfilecontent
  738. checking for xslt... yes
  739. checking for xsltDocumentFunction... yes
  740. checking for perl... /usr/bin/perl
  741. checking for atomic builtins... yes
  742. configure: creating ./config.status
  743. config.status: creating Makefile
  744. config.status: creating lib/Makefile
  745. config.status: creating src/Makefile
  746. config.status: creating xsl/Makefile
  747. config.status: creating schemas/Makefile
  748. config.status: creating libopenscap.pc
  749. config.status: creating src/common/Makefile
  750. config.status: creating tests/Makefile
  751. config.status: creating tests/API/Makefile
  752. config.status: creating swig/Makefile
  753. config.status: creating utils/Makefile
  754. config.status: creating src/OVAL/Makefile
  755. config.status: creating tests/API/OVAL/Makefile
  756. config.status: creating tests/mitre/Makefile
  757. config.status: creating src/OVAL/probes/Makefile
  758. config.status: creating src/OVAL/probes/probe/Makefile
  759. config.status: creating src/OVAL/probes/crapi/Makefile
  760. config.status: creating src/OVAL/probes/SEAP/Makefile
  761. config.status: creating src/OVAL/probes/SEAP/generic/rbt/Makefile
  762. config.status: creating tests/probes/Makefile
  763. config.status: creating tests/API/crypt/Makefile
  764. config.status: creating tests/API/SEAP/Makefile
  765. config.status: creating tests/API/probes/Makefile
  766. config.status: creating tests/probes/file/Makefile
  767. config.status: creating tests/probes/fileextendedattribute/Makefile
  768. config.status: creating tests/probes/uname/Makefile
  769. config.status: creating tests/probes/shadow/Makefile
  770. config.status: creating tests/probes/family/Makefile
  771. config.status: creating tests/probes/process/Makefile
  772. config.status: creating tests/probes/sysinfo/Makefile
  773. config.status: creating tests/probes/rpminfo/Makefile
  774. config.status: creating tests/probes/runlevel/Makefile
  775. config.status: creating tests/probes/filehash/Makefile
  776. config.status: creating tests/probes/filehash58/Makefile
  777. config.status: creating tests/probes/password/Makefile
  778. config.status: creating tests/probes/interface/Makefile
  779. config.status: creating tests/probes/textfilecontent54/Makefile
  780. config.status: creating tests/probes/environmentvariable/Makefile
  781. config.status: creating tests/probes/environmentvariable58/Makefile
  782. config.status: creating tests/probes/xinetd/Makefile
  783. config.status: creating tests/probes/selinuxboolean/Makefile
  784. config.status: creating tests/probes/isainfo/Makefile
  785. config.status: creating tests/probes/iflisteners/Makefile
  786. config.status: creating tests/probes/vgtest/Makefile
  787. config.status: creating src/CVSS/Makefile
  788. config.status: creating tests/API/CVSS/Makefile
  789. config.status: creating src/CVE/Makefile
  790. config.status: creating tests/API/CVE/Makefile
  791. config.status: creating src/CPE/Makefile
  792. config.status: creating tests/API/CPE/Makefile
  793. config.status: creating tests/API/CPE/uri/Makefile
  794. config.status: creating tests/API/CPE/lang/Makefile
  795. config.status: creating tests/API/CPE/dict/Makefile
  796. config.status: creating src/CCE/Makefile
  797. config.status: creating tests/API/CCE/Makefile
  798. config.status: creating src/XCCDF/Makefile
  799. config.status: creating src/XCCDF_POLICY/Makefile
  800. config.status: creating tests/API/XCCDF/Makefile
  801. config.status: creating src/SCE/Makefile
  802. config.status: creating tests/sce/Makefile
  803. config.status: creating config.h
  804. config.status: executing depfiles commands
  805. config.status: executing libtool commands
  806. ******************************************************
  807. OpenSCAP will be compiled with the following settings:
  808. CCE enabled: yes
  809. CPE enabled: yes
  810. CVE enabled: yes
  811. CVSS enabled: yes
  812. OVAL enabled: yes
  813. OVAL probes enabled: yes
  814. === probes ===
  815. system_info: yes
  816. family: yes
  817. textfilecontent: yes
  818. textfilecontent54: yes
  819. variable: yes
  820. xmlfilecontent: yes
  821. filehash: yes
  822. filehash58: yes
  823. environmentvariable: yes
  824. environmentvariable58: yes
  825. sql: NO (missing: header files, odbx lib, odbx_init func)
  826. sql57: NO (missing: header files, odbx lib, odbx_init func)
  827. ldap57: yes
  828. dnscache: yes
  829. runlevel: yes
  830. file: yes
  831. fileextendedattribute: yes
  832. password: yes
  833. process: yes
  834. process58: NO (missing: , selinux, security_get_boolean_names func)
  835. shadow: yes
  836. uname: yes
  837. interface: yes
  838. xinetd: yes
  839. sysctl: yes
  840. routingtable: yes
  841. gconf: yes
  842. isainfo: NO (missing: header files)
  843. package: yes
  844. patch: yes
  845. smf: yes
  846. partition: yes
  847. inetlisteningservers: yes
  848. iflisteners: yes
  849. selinuxboolean: NO (missing: header files, selinux, security_get_boolean_names func)
  850. selinuxsecuritycontext: NO (missing: header files, selinux, security_get_boolean_names func)
  851. rpminfo: NO (missing: )
  852. rpmverify: NO (missing: )
  853. dpkginfo: NO (missing: , apt_pkg, pkgInitConfig func, pkgInitSystem func)
  854. === configuration ===
  855. probe directory set to: /usr/libexec/openscap
  856. === crypto ===
  857. library: GCrypt
  858. libs: -lgcrypt -lgpg-error
  859. cflags:
  860. XCCDF enabled: yes
  861. python bindings enabled: no
  862. SCE enabled (depends on XCCDF) no
  863. oscap tool: yes
  864. use POSIX regex: no
  865. debugging flags enabled: no
  866. Valgrind checks enabled: no
  867. CFLAGS: -O2 -pipe -ggdb -march=native -ftracer -pipe -std=c99 -W -Wall -Wnonnull -Wshadow -Wformat -Wundef -Wno-unused-parameter -Wmissing-prototypes -Wno-unknown-pragmas -D_GNU_SOURCE -DOSCAP_THREAD_SAFE -D_POSIX_C_SOURCE=200112L -DNDEBUG -Wno-unused-function
  868. CXXFLAGS: -O2 -pipe -ggdb -march=native -ftracer
  869. >>> Source configured.
  870. >>> Compiling source in /tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2 ...
  871. make -j24
  872. make all-recursive
  873. make[1]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2'
  874. Making all in lib
  875. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  876. GEN alloca.h
  877. GEN arg-nonnull.h
  878. GEN c++defs.h
  879. GEN warn-on-use.h
  880. GEN stdio.h
  881. GEN stdlib.h
  882. GEN string.h
  883. GEN unistd.h
  884. GEN wchar.h
  885. make all-recursive
  886. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  887. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  888. CC dummy.lo
  889. CC asnprintf.lo
  890. CC printf-args.lo
  891. CC printf-parse.lo
  892. CC vasnprintf.lo
  893. vasnprintf.c:63:6: warning: "WIDE_CHAR_VERSION" is not defined [-Wundef]
  894. In file included from asnprintf.c:21:0:
  895. vasnprintf.h:67:5: warning: "REPLACE_VASNPRINTF" is not defined [-Wundef]
  896. In file included from vasnprintf.c:66:0:
  897. vasnprintf.h:67:5: warning: "REPLACE_VASNPRINTF" is not defined [-Wundef]
  898. In file included from printf-parse.h:30:0,
  899. from printf-parse.c:37:
  900. printf-args.h:83:5: warning: "ENABLE_UNISTDIO" is not defined [-Wundef]
  901. printf-args.h:128:5: warning: "ENABLE_UNISTDIO" is not defined [-Wundef]
  902. In file included from printf-parse.c:37:0:
  903. printf-parse.h:81:5: warning: "ENABLE_UNISTDIO" is not defined [-Wundef]
  904. printf-parse.h:174:5: warning: "ENABLE_UNISTDIO" is not defined [-Wundef]
  905. In file included from printf-args.c:30:0:
  906. printf-args.h:83:5: warning: "ENABLE_UNISTDIO" is not defined [-Wundef]
  907. printf-args.h:128:5: warning: "ENABLE_UNISTDIO" is not defined [-Wundef]
  908. printf-args.c: In function 'printf_fetchargs':
  909. printf-args.c:144:5: warning: "ENABLE_UNISTDIO" is not defined [-Wundef]
  910. printf-parse.c:75:5: warning: "CHAR_T_ONLY_ASCII" is not defined [-Wundef]
  911. vasnprintf.c:77:5: warning: "HAVE_NL_LANGINFO" is not defined [-Wundef]
  912. vasnprintf.c:81:6: warning: "WIDE_CHAR_VERSION" is not defined [-Wundef]
  913. printf-parse.c: In function 'printf_parse':
  914. printf-parse.c:546:5: warning: "ENABLE_UNISTDIO" is not defined [-Wundef]
  915. printf-parse.c:604:5: warning: "CHAR_T_ONLY_ASCII" is not defined [-Wundef]
  916. In file included from printf-parse.h:30:0,
  917. from vasnprintf.c:84:
  918. printf-args.h:83:5: warning: "ENABLE_UNISTDIO" is not defined [-Wundef]
  919. printf-args.h:128:5: warning: "ENABLE_UNISTDIO" is not defined [-Wundef]
  920. In file included from vasnprintf.c:84:0:
  921. printf-parse.h:81:5: warning: "ENABLE_UNISTDIO" is not defined [-Wundef]
  922. printf-parse.h:174:5: warning: "ENABLE_UNISTDIO" is not defined [-Wundef]
  923. vasnprintf.c:93:6: warning: "NEED_PRINTF_DOUBLE" is not defined [-Wundef]
  924. vasnprintf.c:93:28: warning: "NEED_PRINTF_LONG_DOUBLE" is not defined [-Wundef]
  925. vasnprintf.c:98:6: warning: "NEED_PRINTF_DOUBLE" is not defined [-Wundef]
  926. vasnprintf.c:98:28: warning: "NEED_PRINTF_INFINITE_DOUBLE" is not defined [-Wundef]
  927. vasnprintf.c:103:6: warning: "NEED_PRINTF_LONG_DOUBLE" is not defined [-Wundef]
  928. vasnprintf.c:103:33: warning: "NEED_PRINTF_INFINITE_LONG_DOUBLE" is not defined [-Wundef]
  929. vasnprintf.c:109:6: warning: "NEED_PRINTF_DIRECTIVE_A" is not defined [-Wundef]
  930. vasnprintf.c:109:33: warning: "NEED_PRINTF_DOUBLE" is not defined [-Wundef]
  931. vasnprintf.c:115:6: warning: "NEED_PRINTF_DIRECTIVE_A" is not defined [-Wundef]
  932. vasnprintf.c:115:33: warning: "NEED_PRINTF_LONG_DOUBLE" is not defined [-Wundef]
  933. vasnprintf.c:124:6: warning: "WIDE_CHAR_VERSION" is not defined [-Wundef]
  934. vasnprintf.c:148:5: warning: "WIDE_CHAR_VERSION" is not defined [-Wundef]
  935. vasnprintf.c:228:126: warning: "NEED_PRINTF_DIRECTIVE_LS" is not defined [-Wundef]
  936. vasnprintf.c:270:6: warning: "NEED_PRINTF_DIRECTIVE_A" is not defined [-Wundef]
  937. vasnprintf.c:270:33: warning: "NEED_PRINTF_LONG_DOUBLE" is not defined [-Wundef]
  938. vasnprintf.c:270:60: warning: "NEED_PRINTF_INFINITE_LONG_DOUBLE" is not defined [-Wundef]
  939. vasnprintf.c:270:96: warning: "NEED_PRINTF_DOUBLE" is not defined [-Wundef]
  940. vasnprintf.c:270:118: warning: "NEED_PRINTF_INFINITE_DOUBLE" is not defined [-Wundef]
  941. vasnprintf.c:297:5: warning: "NEED_PRINTF_INFINITE_DOUBLE" is not defined [-Wundef]
  942. vasnprintf.c:308:5: warning: "NEED_PRINTF_INFINITE_LONG_DOUBLE" is not defined [-Wundef]
  943. vasnprintf.c:319:6: warning: "NEED_PRINTF_LONG_DOUBLE" is not defined [-Wundef]
  944. vasnprintf.c:319:33: warning: "NEED_PRINTF_DOUBLE" is not defined [-Wundef]
  945. vasnprintf.c: In function 'vasnprintf':
  946. vasnprintf.c:1910:5: warning: "ENABLE_UNISTDIO" is not defined [-Wundef]
  947. vasnprintf.c:2374:53: warning: "NEED_PRINTF_DIRECTIVE_LS" is not defined [-Wundef]
  948. vasnprintf.c:2898:6: warning: "NEED_PRINTF_DIRECTIVE_A" is not defined [-Wundef]
  949. vasnprintf.c:2898:33: warning: "NEED_PRINTF_LONG_DOUBLE" is not defined [-Wundef]
  950. vasnprintf.c:2898:60: warning: "NEED_PRINTF_DOUBLE" is not defined [-Wundef]
  951. vasnprintf.c:3390:6: warning: "NEED_PRINTF_INFINITE_DOUBLE" is not defined [-Wundef]
  952. vasnprintf.c:3390:37: warning: "NEED_PRINTF_DOUBLE" is not defined [-Wundef]
  953. vasnprintf.c:3390:59: warning: "NEED_PRINTF_INFINITE_LONG_DOUBLE" is not defined [-Wundef]
  954. vasnprintf.c:3390:95: warning: "NEED_PRINTF_LONG_DOUBLE" is not defined [-Wundef]
  955. vasnprintf.c:4580:70: warning: "ENABLE_UNISTDIO" is not defined [-Wundef]
  956. vasnprintf.c:4580:89: warning: "NEED_PRINTF_FLAG_LEFTADJUST" is not defined [-Wundef]
  957. vasnprintf.c:4580:120: warning: "NEED_PRINTF_FLAG_ZERO" is not defined [-Wundef]
  958. vasnprintf.c:4580:145: warning: "NEED_PRINTF_UNBOUNDED_PRECISION" is not defined [-Wundef]
  959. vasnprintf.c:4584:51: warning: "NEED_PRINTF_UNBOUNDED_PRECISION" is not defined [-Wundef]
  960. vasnprintf.c:4588:5: warning: "NEED_PRINTF_UNBOUNDED_PRECISION" is not defined [-Wundef]
  961. vasnprintf.c:4593:5: warning: "NEED_PRINTF_FLAG_LEFTADJUST" is not defined [-Wundef]
  962. vasnprintf.c:4595:26: warning: "ENABLE_UNISTDIO" is not defined [-Wundef]
  963. vasnprintf.c:4595:45: warning: "NEED_PRINTF_FLAG_ZERO" is not defined [-Wundef]
  964. vasnprintf.c:4595:70: warning: "NEED_PRINTF_UNBOUNDED_PRECISION" is not defined [-Wundef]
  965. vasnprintf.c:4610:70: warning: "ENABLE_UNISTDIO" is not defined [-Wundef]
  966. vasnprintf.c:4610:89: warning: "NEED_PRINTF_FLAG_LEFTADJUST" is not defined [-Wundef]
  967. vasnprintf.c:4610:120: warning: "NEED_PRINTF_FLAG_ZERO" is not defined [-Wundef]
  968. vasnprintf.c:4610:145: warning: "NEED_PRINTF_UNBOUNDED_PRECISION" is not defined [-Wundef]
  969. vasnprintf.c:4644:51: warning: "NEED_PRINTF_UNBOUNDED_PRECISION" is not defined [-Wundef]
  970. vasnprintf.c:4677:5: warning: "NEED_PRINTF_UNBOUNDED_PRECISION" is not defined [-Wundef]
  971. vasnprintf.c:4692:6: warning: "NEED_PRINTF_FLAG_LEFTADJUST" is not defined [-Wundef]
  972. vasnprintf.c:4692:57: warning: "ENABLE_UNISTDIO" is not defined [-Wundef]
  973. vasnprintf.c:4692:76: warning: "NEED_PRINTF_FLAG_ZERO" is not defined [-Wundef]
  974. vasnprintf.c:4692:101: warning: "NEED_PRINTF_UNBOUNDED_PRECISION" is not defined [-Wundef]
  975. vasnprintf.c:4742:5: warning: "NEED_PRINTF_FLAG_GROUPING" is not defined [-Wundef]
  976. vasnprintf.c:4838:5: warning: "NEED_PRINTF_DIRECTIVE_F" is not defined [-Wundef]
  977. vasnprintf.c:5091:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  978. vasnprintf.c:5217:5: warning: "NEED_PRINTF_UNBOUNDED_PRECISION" is not defined [-Wundef]
  979. vasnprintf.c:5386:24: warning: "ENABLE_UNISTDIO" is not defined [-Wundef]
  980. vasnprintf.c:5386:43: warning: "NEED_PRINTF_FLAG_LEFTADJUST" is not defined [-Wundef]
  981. vasnprintf.c:5386:74: warning: "NEED_PRINTF_FLAG_ZERO" is not defined [-Wundef]
  982. vasnprintf.c:5386:99: warning: "NEED_PRINTF_UNBOUNDED_PRECISION" is not defined [-Wundef]
  983. vasnprintf.c:5496:5: warning: "NEED_PRINTF_DIRECTIVE_F" is not defined [-Wundef]
  984. CCLD libgnu.la
  985. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  986. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  987. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  988. Making all in src
  989. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src'
  990. Making all in common
  991. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/common'
  992. CC liboscapcommon_la-oscap.lo
  993. CC liboscapcommon_la-alloc.lo
  994. CC liboscapcommon_la-text.lo
  995. CC liboscapcommon_la-tsort.lo
  996. CC liboscapcommon_la-util.lo
  997. CC liboscapcommon_la-list.lo
  998. CC liboscapcommon_la-bfind.lo
  999. CC liboscapcommon_la-elements.lo
  1000. CC liboscapcommon_la-debug.lo
  1001. CC liboscapcommon_la-error.lo
  1002. CC liboscapcommon_la-reporter.lo
  1003. CC liboscapcommon_la-memusage.lo
  1004. CC liboscapcommon_la-oscap_sysinfo.lo
  1005. CC liboscapcommon_la-reference.lo
  1006. error.c: In function 'oscap_err_new':
  1007. error.c:56:8: warning: variable 'family_str' set but not used [-Wunused-but-set-variable]
  1008. CCLD liboscapcommon.la
  1009. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/common'
  1010. Making all in OVAL
  1011. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL'
  1012. Making all in probes/SEAP
  1013. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP'
  1014. Making all in generic/rbt
  1015. make[5]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP/generic/rbt'
  1016. CC librbt_la-rbt_common.lo
  1017. CC librbt_la-rbt_gen.lo
  1018. CC librbt_la-rbt_i32.lo
  1019. CC librbt_la-rbt_i64.lo
  1020. CC librbt_la-rbt_str.lo
  1021. CCLD librbt.la
  1022. make[5]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP/generic/rbt'
  1023. make[5]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP'
  1024. CC libseap_la-sch_cons.lo
  1025. CC libseap_la-sch_dummy.lo
  1026. CC libseap_la-sch_generic.lo
  1027. CC libseap_la-sch_pipe.lo
  1028. CC libseap_la-seap-command-backendT.lo
  1029. CC libseap_la-seap-command.lo
  1030. CC libseap_la-seap-descriptor.lo
  1031. CC libseap_la-seap-scheme.lo
  1032. CC libseap_la-seap.lo
  1033. CC libseap_la-sexp-datatype.lo
  1034. CC libseap_la-sexp-manip.lo
  1035. CC libseap_la-sexp-manip_r.lo
  1036. CC libseap_la-sexp-output.lo
  1037. CC libseap_la-sexp-parser.lo
  1038. CC libseap_la-sm_alloc.lo
  1039. CC libseap_la-seap-message.lo
  1040. CC libseap_la-seap-packetq.lo
  1041. CC libseap_la-seap-packet.lo
  1042. CC libseap_la-seap-error.lo
  1043. CC libseap_la-sexp-value.lo
  1044. CC libseap_la-sexp-atomic.lo
  1045. CC libseap_la-MurmurHash3.lo
  1046. CC libseap_la-sexp-ID.lo
  1047. MurmurHash3.c:81:30: warning: always_inline function might not be inlinable [-Wattributes]
  1048. MurmurHash3.c:68:30: warning: always_inline function might not be inlinable [-Wattributes]
  1049. MurmurHash3.c:60:30: warning: always_inline function might not be inlinable [-Wattributes]
  1050. MurmurHash3.c:55:30: warning: always_inline function might not be inlinable [-Wattributes]
  1051. CC generic/libseap_la-bfind.lo
  1052. CC generic/libseap_la-bitmap.lo
  1053. CC generic/libseap_la-common.lo
  1054. CC generic/libseap_la-strto.lo
  1055. CC generic/libseap_la-xbase64.lo
  1056. CC generic/libseap_la-strbuf.lo
  1057. CC generic/libseap_la-spb.lo
  1058. CCLD libseap.la
  1059. make[5]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP'
  1060. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP'
  1061. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL'
  1062. CC oval_agent.lo
  1063. CC oval_defModel.lo
  1064. CC oval_sysModel.lo
  1065. CC oval_resModel.lo
  1066. CC oval_affected.lo
  1067. CC oval_behavior.lo
  1068. CC oval_collection.lo
  1069. CC oval_component.lo
  1070. CC oval_criteriaNode.lo
  1071. CC oval_definition.lo
  1072. CC oval_entity.lo
  1073. CC oval_enumerations.lo
  1074. CC oval_filter.lo
  1075. CC oval_generator.lo
  1076. CC oval_message.lo
  1077. CC oval_object.lo
  1078. CC oval_objectContent.lo
  1079. CC oval_parser.lo
  1080. CC oval_probe.lo
  1081. CC oval_recordField.lo
  1082. CC oval_reference.lo
  1083. CC oval_resultCriteriaNode.lo
  1084. CC oval_resultDefinition.lo
  1085. CC oval_resultItem.lo
  1086. CC oval_resultTest.lo
  1087. CC oval_resultSystem.lo
  1088. CC oval_directives.lo
  1089. CC oval_set.lo
  1090. CC oval_state.lo
  1091. CC oval_stateContent.lo
  1092. CC oval_stringMap.lo
  1093. CC oval_sysEnt.lo
  1094. CC oval_sysInfo.lo
  1095. CC oval_sysInterface.lo
  1096. CC oval_sysItem.lo
  1097. CC oval_syschar.lo
  1098. CC oval_test.lo
  1099. CC oval_value.lo
  1100. CC oval_variable.lo
  1101. CC oval_variableBinding.lo
  1102. CC oval_sys_parser.lo
  1103. CC oval_varModel.lo
  1104. CC oval_probe_session.lo
  1105. CC oval_probe_handler.lo
  1106. oval_resultTest.c: In function 'ipv4addr_cmp':
  1107. oval_resultTest.c:407:16: warning: variable 'result' set but not used [-Wunused-but-set-variable]
  1108. CC fts_sun.lo
  1109. CC probe-api.lo
  1110. CC fsdev.lo
  1111. CC oval_fts.lo
  1112. CC ncache.lo
  1113. CC rcache.lo
  1114. CC entcmp.lo
  1115. CC oval_sexp.lo
  1116. (echo '#define OVAL_PROBEDIR_ENV 1'; \
  1117. echo '#include <oval_probe_ext.c>' ) >oval_testing_ext_probe.c
  1118. CC oval_probe_ext.lo
  1119. CC oval_testing_ext_probe.lo
  1120. probes/probe-api.c: In function 'probe_obj_getattrval':
  1121. probes/probe-api.c:488:9: warning: variable 'name_len' set but not used [-Wunused-but-set-variable]
  1122. probes/probe-api.c: In function 'probe_obj_attrexists':
  1123. probes/probe-api.c:535:9: warning: variable 'name_len' set but not used [-Wunused-but-set-variable]
  1124. probes/probe-api.c: In function 'probe_cobj_set_flag':
  1125. probes/probe-api.c:663:33: warning: variable 'of' set but not used [-Wunused-but-set-variable]
  1126. oval_probe_ext.c: In function 'oval_probe_sys_handler':
  1127. oval_probe_ext.c:769:39: warning: variable 'obj' set but not used [-Wunused-but-set-variable]
  1128. oval_probe_ext.c: In function 'oval_probe_ext_reset':
  1129. oval_probe_ext.c:1128:15: warning: variable 'res' set but not used [-Wunused-but-set-variable]
  1130. In file included from oval_testing_ext_probe.c:2:0:
  1131. ./oval_probe_ext.c: In function 'oval_probe_sys_handler':
  1132. ./oval_probe_ext.c:769:39: warning: variable 'obj' set but not used [-Wunused-but-set-variable]
  1133. ./oval_probe_ext.c: In function 'oval_probe_ext_reset':
  1134. ./oval_probe_ext.c:1128:15: warning: variable 'res' set but not used [-Wunused-but-set-variable]
  1135. CCLD liboval.la
  1136. CCLD liboval_testing.la
  1137. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL'
  1138. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL'
  1139. Making all in CPE
  1140. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CPE'
  1141. CC libcpe_la-cpedict.lo
  1142. CC libcpe_la-cpelang.lo
  1143. CC libcpe_la-cpeuri.lo
  1144. CC libcpe_la-cpelang_priv.lo
  1145. CC libcpe_la-cpedict_priv.lo
  1146. CCLD libcpe.la
  1147. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CPE'
  1148. Making all in CVE
  1149. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CVE'
  1150. CC libcve_la-cve.lo
  1151. CC libcve_la-cve_priv.lo
  1152. CCLD libcve.la
  1153. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CVE'
  1154. Making all in CCE
  1155. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CCE'
  1156. CC libcce_la-cce.lo
  1157. CC libcce_la-cce_priv.lo
  1158. CCLD libcce.la
  1159. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CCE'
  1160. Making all in CVSS
  1161. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CVSS'
  1162. CC libcvss_la-cvss.lo
  1163. CCLD libcvss.la
  1164. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CVSS'
  1165. Making all in XCCDF
  1166. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/XCCDF'
  1167. CC libxccdf_la-benchmark.lo
  1168. CC libxccdf_la-elements.lo
  1169. CC libxccdf_la-item.lo
  1170. CC libxccdf_la-profile.lo
  1171. CC libxccdf_la-value.lo
  1172. CC libxccdf_la-resolve.lo
  1173. CC libxccdf_la-result.lo
  1174. CC libxccdf_la-rule.lo
  1175. CCLD libxccdf.la
  1176. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/XCCDF'
  1177. Making all in XCCDF_POLICY
  1178. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/XCCDF_POLICY'
  1179. CC libxccdf_policy_la-xccdf_policy.lo
  1180. CCLD libxccdf_policy.la
  1181. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/XCCDF_POLICY'
  1182. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src'
  1183. CCLD libopenscap.la
  1184. CCLD libopenscap_testing.la
  1185. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src'
  1186. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src'
  1187. Making all in src/OVAL/probes
  1188. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes'
  1189. Making all in probe
  1190. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/probe'
  1191. CC libprobe_la-fini.lo
  1192. CC libprobe_la-init.lo
  1193. CC libprobe_la-main.lo
  1194. CC libprobe_la-input_handler.lo
  1195. CC libprobe_la-worker.lo
  1196. CC libprobe_la-signal_handler.lo
  1197. CC libprobe_la-probe.lo
  1198. CC libprobe_la-entcmp.lo
  1199. CC libprobe_la-icache.lo
  1200. input_handler.c: In function 'probe_input_handler':
  1201. input_handler.c:46:24: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
  1202. CCLD libprobe.la
  1203. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/probe'
  1204. Making all in crapi
  1205. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/crapi'
  1206. CC libcrapi_la-digest.lo
  1207. CC libcrapi_la-md5.lo
  1208. CC libcrapi_la-sha2.lo
  1209. CC libcrapi_la-sha1.lo
  1210. CC libcrapi_la-rmd160.lo
  1211. CC libcrapi_la-crapi.lo
  1212. CCLD libcrapi.la
  1213. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/crapi'
  1214. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes'
  1215. CC system_info.o
  1216. CC family.o
  1217. CC probe_textfilecontent-textfilecontent.o
  1218. CC probe_textfilecontent54-textfilecontent54.o
  1219. CC variable.o
  1220. CC probe_xmlfilecontent-xmlfilecontent.o
  1221. CC filehash.o
  1222. CC filehash58.o
  1223. CC environmentvariable.o
  1224. CC environmentvariable58.o
  1225. CC probe_ldap57-ldap57.o
  1226. CC dnscache.o
  1227. CC runlevel.o
  1228. CC probe_file-file.o
  1229. CC fileextendedattribute.o
  1230. CC password.o
  1231. CC process.o
  1232. CC shadow.o
  1233. CC uname.o
  1234. CC interface.o
  1235. CC xinetd.o
  1236. CC sysctl.o
  1237. CC probe_routingtable-routingtable.o
  1238. CC probe_gconf-gconf.o
  1239. CC probe_partition-partition.o
  1240. independent/ldap57.c: In function 'probe_main':
  1241. independent/ldap57.c:78:39: warning: variable 'rdn_pattern_match' set but not used [-Wunused-but-set-variable]
  1242. CC inetlisteningservers.o
  1243. unix/shadow.c: In function 'parse_enc_mth':
  1244. unix/shadow.c:129:3: warning: format not a string literal and no format arguments [-Wformat-security]
  1245. CC iflisteners.o
  1246. CCLD probe_family
  1247. CCLD probe_variable
  1248. CCLD probe_environmentvariable
  1249. CCLD probe_dnscache
  1250. CCLD probe_password
  1251. CCLD probe_uname
  1252. CCLD probe_routingtable
  1253. CCLD probe_system_info
  1254. CCLD probe_textfilecontent
  1255. CCLD probe_xmlfilecontent
  1256. CCLD probe_environmentvariable58
  1257. CCLD probe_process
  1258. CCLD probe_shadow
  1259. CCLD probe_sysctl
  1260. CCLD probe_filehash
  1261. CCLD probe_filehash58
  1262. CCLD probe_ldap57
  1263. CCLD probe_runlevel
  1264. unix/linux/iflisteners.c: In function 'get_interface':
  1265. unix/linux/iflisteners.c:343:4: warning: format not a string literal and no format arguments [-Wformat-security]
  1266. unix/linux/iflisteners.c:343:4: warning: format not a string literal and no format arguments [-Wformat-security]
  1267. CCLD probe_fileextendedattribute
  1268. CCLD probe_interface
  1269. CCLD probe_gconf
  1270. CCLD probe_partition
  1271. CCLD probe_textfilecontent54
  1272. CCLD probe_file
  1273. CCLD probe_iflisteners
  1274. CCLD probe_inetlisteningservers
  1275. CCLD probe_xinetd
  1276. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes'
  1277. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes'
  1278. Making all in utils
  1279. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/utils'
  1280. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/utils'
  1281. CC oscap-oscap.o
  1282. CC oscap-oscap-tool.o
  1283. CC oscap-oscap-oval.o
  1284. CC oscap-oscap-xccdf.o
  1285. CC oscap-oscap-cvss.o
  1286. CC oscap-oscap-cpe.o
  1287. CCLD oscap
  1288. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/utils'
  1289. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/utils'
  1290. Making all in tests
  1291. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests'
  1292. Making all in API
  1293. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API'
  1294. Making all in SEAP
  1295. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/SEAP'
  1296. make[4]: Nothing to be done for `all'.
  1297. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/SEAP'
  1298. Making all in crypt
  1299. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/crypt'
  1300. make[4]: Nothing to be done for `all'.
  1301. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/crypt'
  1302. Making all in CCE
  1303. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CCE'
  1304. make[4]: Nothing to be done for `all'.
  1305. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CCE'
  1306. Making all in CVE
  1307. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVE'
  1308. make[4]: Nothing to be done for `all'.
  1309. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVE'
  1310. Making all in CPE
  1311. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE'
  1312. Making all in dict
  1313. make[5]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/dict'
  1314. make[5]: Nothing to be done for `all'.
  1315. make[5]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/dict'
  1316. Making all in uri
  1317. make[5]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/uri'
  1318. make[5]: Nothing to be done for `all'.
  1319. make[5]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/uri'
  1320. Making all in lang
  1321. make[5]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/lang'
  1322. make[5]: Nothing to be done for `all'.
  1323. make[5]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/lang'
  1324. make[5]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE'
  1325. make[5]: Nothing to be done for `all-am'.
  1326. make[5]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE'
  1327. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE'
  1328. Making all in CVSS
  1329. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVSS'
  1330. make[4]: Nothing to be done for `all'.
  1331. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVSS'
  1332. Making all in OVAL
  1333. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/OVAL'
  1334. make[4]: Nothing to be done for `all'.
  1335. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/OVAL'
  1336. Making all in XCCDF
  1337. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/XCCDF'
  1338. make[4]: Nothing to be done for `all'.
  1339. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/XCCDF'
  1340. Making all in probes
  1341. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/probes'
  1342. make[4]: Nothing to be done for `all'.
  1343. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/probes'
  1344. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API'
  1345. make[4]: Nothing to be done for `all-am'.
  1346. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API'
  1347. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API'
  1348. Making all in probes
  1349. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes'
  1350. Making all in family
  1351. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/family'
  1352. make[4]: Nothing to be done for `all'.
  1353. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/family'
  1354. Making all in filehash
  1355. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash'
  1356. make[4]: Nothing to be done for `all'.
  1357. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash'
  1358. Making all in filehash58
  1359. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash58'
  1360. make[4]: Nothing to be done for `all'.
  1361. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash58'
  1362. Making all in textfilecontent54
  1363. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/textfilecontent54'
  1364. make[4]: Nothing to be done for `all'.
  1365. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/textfilecontent54'
  1366. Making all in sysinfo
  1367. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/sysinfo'
  1368. make[4]: Nothing to be done for `all'.
  1369. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/sysinfo'
  1370. Making all in file
  1371. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/file'
  1372. make[4]: Nothing to be done for `all'.
  1373. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/file'
  1374. Making all in uname
  1375. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/uname'
  1376. make[4]: Nothing to be done for `all'.
  1377. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/uname'
  1378. Making all in shadow
  1379. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/shadow'
  1380. make[4]: Nothing to be done for `all'.
  1381. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/shadow'
  1382. Making all in process
  1383. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/process'
  1384. make[4]: Nothing to be done for `all'.
  1385. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/process'
  1386. Making all in password
  1387. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/password'
  1388. make[4]: Nothing to be done for `all'.
  1389. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/password'
  1390. Making all in runlevel
  1391. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/runlevel'
  1392. make[4]: Nothing to be done for `all'.
  1393. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/runlevel'
  1394. Making all in interface
  1395. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/interface'
  1396. make[4]: Nothing to be done for `all'.
  1397. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/interface'
  1398. Making all in xinetd
  1399. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/xinetd'
  1400. make[4]: Nothing to be done for `all'.
  1401. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/xinetd'
  1402. Making all in fileextendedattribute
  1403. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/fileextendedattribute'
  1404. make[4]: Nothing to be done for `all'.
  1405. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/fileextendedattribute'
  1406. Making all in iflisteners
  1407. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/iflisteners'
  1408. make[4]: Nothing to be done for `all'.
  1409. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/iflisteners'
  1410. Making all in environmentvariable
  1411. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/environmentvariable'
  1412. make[4]: Nothing to be done for `all'.
  1413. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/environmentvariable'
  1414. Making all in environmentvariable58
  1415. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/environmentvariable58'
  1416. make[4]: Nothing to be done for `all'.
  1417. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/environmentvariable58'
  1418. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes'
  1419. make[4]: Nothing to be done for `all-am'.
  1420. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes'
  1421. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes'
  1422. Making all in mitre
  1423. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/mitre'
  1424. make[3]: Nothing to be done for `all'.
  1425. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/mitre'
  1426. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests'
  1427. make[3]: Nothing to be done for `all-am'.
  1428. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests'
  1429. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests'
  1430. Making all in xsl
  1431. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/xsl'
  1432. make[2]: Nothing to be done for `all'.
  1433. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/xsl'
  1434. Making all in schemas
  1435. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/schemas'
  1436. make[2]: Nothing to be done for `all'.
  1437. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/schemas'
  1438. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2'
  1439. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2'
  1440. make[1]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2'
  1441. >>> Source compiled.
  1442. >>> Test phase [check]: app-forensics/openscap-0.8.2
  1443. * Tinderbox QA Notice: 'make' called by _eapi0_src_test
  1444. make -j24 -j24 -j1 check
  1445. Making check in lib
  1446. make[1]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  1447. make check-recursive
  1448. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  1449. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  1450. make[3]: Nothing to be done for `check-am'.
  1451. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  1452. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  1453. make[1]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  1454. Making check in src
  1455. make[1]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src'
  1456. Making check in common
  1457. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/common'
  1458. make[2]: Nothing to be done for `check'.
  1459. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/common'
  1460. Making check in OVAL
  1461. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL'
  1462. Making check in probes/SEAP
  1463. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP'
  1464. Making check in generic/rbt
  1465. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP/generic/rbt'
  1466. make[4]: Nothing to be done for `check'.
  1467. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP/generic/rbt'
  1468. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP'
  1469. make[4]: Nothing to be done for `check-am'.
  1470. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP'
  1471. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP'
  1472. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL'
  1473. make[3]: Nothing to be done for `check-am'.
  1474. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL'
  1475. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL'
  1476. Making check in CPE
  1477. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CPE'
  1478. make[2]: Nothing to be done for `check'.
  1479. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CPE'
  1480. Making check in CVE
  1481. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CVE'
  1482. make[2]: Nothing to be done for `check'.
  1483. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CVE'
  1484. Making check in CCE
  1485. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CCE'
  1486. make[2]: Nothing to be done for `check'.
  1487. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CCE'
  1488. Making check in CVSS
  1489. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CVSS'
  1490. make[2]: Nothing to be done for `check'.
  1491. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CVSS'
  1492. Making check in XCCDF
  1493. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/XCCDF'
  1494. make[2]: Nothing to be done for `check'.
  1495. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/XCCDF'
  1496. Making check in XCCDF_POLICY
  1497. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/XCCDF_POLICY'
  1498. make[2]: Nothing to be done for `check'.
  1499. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/XCCDF_POLICY'
  1500. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src'
  1501. make[2]: Nothing to be done for `check-am'.
  1502. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src'
  1503. make[1]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src'
  1504. Making check in src/OVAL/probes
  1505. make[1]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes'
  1506. Making check in probe
  1507. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/probe'
  1508. make[2]: Nothing to be done for `check'.
  1509. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/probe'
  1510. Making check in crapi
  1511. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/crapi'
  1512. make[2]: Nothing to be done for `check'.
  1513. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/crapi'
  1514. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes'
  1515. make[2]: Nothing to be done for `check-am'.
  1516. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes'
  1517. make[1]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes'
  1518. Making check in utils
  1519. make[1]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/utils'
  1520. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/utils'
  1521. make[2]: Nothing to be done for `check-am'.
  1522. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/utils'
  1523. make[1]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/utils'
  1524. Making check in tests
  1525. make[1]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests'
  1526. Making check in API
  1527. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API'
  1528. Making check in SEAP
  1529. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/SEAP'
  1530. make test_api_seap_concurency test_api_seap_list test_api_seap_number test_api_seap_spb test_api_seap_string test_api_seap_parser test_api_sexp_ID test_api_SEXP_deepcmp
  1531. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/SEAP'
  1532. CC test_api_seap_concurency-test_api_seap_concurency.o
  1533. CCLD test_api_seap_concurency
  1534. CC test_api_seap_list.o
  1535. CCLD test_api_seap_list
  1536. CC test_api_seap_number.o
  1537. CCLD test_api_seap_number
  1538. CC test_api_seap_spb.o
  1539. test_api_seap_spb.c: In function 'main':
  1540. test_api_seap_spb.c:199:25: warning: variable 'b' set but not used [-Wunused-but-set-variable]
  1541. CCLD test_api_seap_spb
  1542. CC test_api_seap_string.o
  1543. CCLD test_api_seap_string
  1544. CC test_api_seap_parser.o
  1545. test_api_seap_parser.c: In function 'main':
  1546. test_api_seap_parser.c:53:33: warning: ignoring return value of 'getline', declared with attribute warn_unused_result [-Wunused-result]
  1547. CCLD test_api_seap_parser
  1548. CC test_api_sexp_ID.o
  1549. test_api_sexp_ID.c: In function 'main':
  1550. test_api_sexp_ID.c:43:33: warning: ignoring return value of 'getline', declared with attribute warn_unused_result [-Wunused-result]
  1551. CCLD test_api_sexp_ID
  1552. CC test_api_SEXP_deepcmp.o
  1553. CCLD test_api_SEXP_deepcmp
  1554. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/SEAP'
  1555. make check-TESTS
  1556. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/SEAP'
  1557. --------------------------------------------------
  1558. + test_api_seap_incorrect_expression [ PASS ]
  1559. + test_api_seap_correct_expression [ PASS ]
  1560. + test_api_seap_split [ PASS ]
  1561. + test_api_seap_concurency [ PASS ]
  1562. + test_api_seap_spb [ PASS ]
  1563. + test_api_seap_list [ PASS ]
  1564. + test_api_seap_number_expression [ PASS ]
  1565. + test_api_seap_string_expression [ PASS ]
  1566. + test_api_SEXP_deepcmp [ PASS ]
  1567. --------------------------------------------------
  1568. See tests/API/SEAP/test_api_seap.log.
  1569. PASS: test_api_seap.sh
  1570. =============
  1571. 1 test passed
  1572. =============
  1573. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/SEAP'
  1574. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/SEAP'
  1575. Making check in crypt
  1576. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/crypt'
  1577. make test_crapi_digest test_crapi_mdigest
  1578. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/crypt'
  1579. CC test_crapi_digest-test_crapi_digest.o
  1580. CCLD test_crapi_digest
  1581. CC test_crapi_mdigest-test_crapi_mdigest.o
  1582. CCLD test_crapi_mdigest
  1583. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/crypt'
  1584. make check-TESTS
  1585. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/crypt'
  1586. --------------------------------------------------
  1587. + test_crapi_digest [ PASS ]
  1588. + test_crapi_mdigest [ PASS ]
  1589. --------------------------------------------------
  1590. See tests/API/crypt/test_api_crypt.log.
  1591. PASS: test_api_crypt.sh
  1592. =============
  1593. 1 test passed
  1594. =============
  1595. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/crypt'
  1596. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/crypt'
  1597. Making check in CCE
  1598. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CCE'
  1599. make test_api_cce
  1600. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CCE'
  1601. CC test_api_cce.o
  1602. CCLD test_api_cce
  1603. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CCE'
  1604. make check-TESTS
  1605. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CCE'
  1606. --------------------------------------------------
  1607. + test_api_cce_smoke [ PASS ]
  1608. + test_api_cce_validate_valid_xml [ PASS ]
  1609. + test_api_cce_validate_invalid_xml [ PASS ]
  1610. + test_api_cce_validate_damaged_xml [ PASS ]
  1611. + test_api_cce_parse_xml [ PASS ]
  1612. + test_api_cce_search_existing [ PASS ]
  1613. + test_api_cce_search_non_existing [ PASS ]
  1614. --------------------------------------------------
  1615. See tests/API/CCE/test_api_cce.log.
  1616. PASS: test_api_cce.sh
  1617. =============
  1618. 1 test passed
  1619. =============
  1620. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CCE'
  1621. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CCE'
  1622. Making check in CVE
  1623. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVE'
  1624. make test_api_cve
  1625. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVE'
  1626. CC test_api_cve.o
  1627. CCLD test_api_cve
  1628. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVE'
  1629. make check-TESTS
  1630. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVE'
  1631. --------------------------------------------------
  1632. + test_api_cve_smoke [ PASS ]
  1633. + test_api_cve_cvss [ PASS ]
  1634. + test_api_cve_add_entry [ PASS ]
  1635. + test_api_cve_export [ PASS ]
  1636. --------------------------------------------------
  1637. See tests/API/CVE/test_api_cve.log.
  1638. PASS: test_api_cve.sh
  1639. =============
  1640. 1 test passed
  1641. =============
  1642. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVE'
  1643. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVE'
  1644. Making check in CPE
  1645. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE'
  1646. Making check in dict
  1647. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/dict'
  1648. make test_api_cpe_dict
  1649. make[5]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/dict'
  1650. CC test_api_cpe_dict.o
  1651. CCLD test_api_cpe_dict
  1652. make[5]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/dict'
  1653. make check-TESTS
  1654. make[5]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/dict'
  1655. --------------------------------------------------
  1656. + test_api_cpe_dict_smoke [ PASS ]
  1657. + test_api_cpe_dict_remove_cpe [ PASS ]
  1658. + test_api_cpe_dict_import_damaged_xml [ PASS ]
  1659. + test_api_cpe_dict_match_non_existing_cpe[ PASS ]
  1660. + test_api_cpe_dict_match_existing_cpe [ PASS ]
  1661. + test_api_cpe_dict_export_xml [ PASS ]
  1662. + test_api_cpe_dict_import_utf8_xml [ PASS ]
  1663. --------------------------------------------------
  1664. See tests/API/CPE/dict/test_api_cpe_dict.log.
  1665. PASS: test_api_cpe_dict.sh
  1666. =============
  1667. 1 test passed
  1668. =============
  1669. make[5]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/dict'
  1670. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/dict'
  1671. Making check in uri
  1672. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/uri'
  1673. make test_api_cpe_uri
  1674. make[5]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/uri'
  1675. CC test_api_cpe_uri.o
  1676. CCLD test_api_cpe_uri
  1677. make[5]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/uri'
  1678. make check-TESTS
  1679. make[5]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/uri'
  1680. --------------------------------------------------
  1681. + test_api_cpe_uri_smoke [ PASS ]
  1682. + test_api_cpe_uri_parse [ PASS ]
  1683. + test_api_cpe_uri_create [ PASS ]
  1684. + test_api_cpe_uri_match [ PASS ]
  1685. --------------------------------------------------
  1686. See tests/API/CPE/uri/test_api_cpe_uri.log.
  1687. PASS: test_api_cpe_uri.sh
  1688. =============
  1689. 1 test passed
  1690. =============
  1691. make[5]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/uri'
  1692. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/uri'
  1693. Making check in lang
  1694. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/lang'
  1695. make test_api_cpe_lang
  1696. make[5]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/lang'
  1697. CC test_api_cpe_lang.o
  1698. CCLD test_api_cpe_lang
  1699. make[5]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/lang'
  1700. make check-TESTS
  1701. make[5]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/lang'
  1702. --------------------------------------------------
  1703. + test_api_cpe_lang_smoke [ PASS ]
  1704. + test_api_cpe_lang_import [ PASS ]
  1705. + test_api_cpe_lang_import_damaged [ PASS ]
  1706. + test_api_cpe_lang_import_key [ PASS ]
  1707. + test_api_cpe_lang_match [ PASS ]
  1708. --------------------------------------------------
  1709. See tests/API/CPE/lang/test_api_cpe_lang.log.
  1710. PASS: test_api_cpe_lang.sh
  1711. =============
  1712. 1 test passed
  1713. =============
  1714. make[5]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/lang'
  1715. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/lang'
  1716. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE'
  1717. make[4]: Nothing to be done for `check-am'.
  1718. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE'
  1719. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE'
  1720. Making check in CVSS
  1721. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVSS'
  1722. make test_api_cvss
  1723. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVSS'
  1724. CC test_api_cvss-test_api_cvss.o
  1725. CCLD test_api_cvss
  1726. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVSS'
  1727. make check-TESTS
  1728. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVSS'
  1729. --------------------------------------------------
  1730. + test_api_cvss_vector [ PASS ]
  1731. --------------------------------------------------
  1732. See tests/API/CVSS/test_api_cvss.log.
  1733. PASS: test_api_cvss.sh
  1734. =============
  1735. 1 test passed
  1736. =============
  1737. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVSS'
  1738. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVSS'
  1739. Making check in OVAL
  1740. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/OVAL'
  1741. make test_api_oval test_api_syschar test_api_results test_api_directives
  1742. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/OVAL'
  1743. CC test_api_oval.o
  1744. test_api_oval.c: In function 'main':
  1745. test_api_oval.c:44:27: warning: unused variable 'definition' [-Wunused-variable]
  1746. CCLD test_api_oval
  1747. CC test_api_syschar.o
  1748. CCLD test_api_syschar
  1749. CC test_api_results.o
  1750. CCLD test_api_results
  1751. CC test_api_directives.o
  1752. CCLD test_api_directives
  1753. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/OVAL'
  1754. make check-TESTS
  1755. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/OVAL'
  1756. --------------------------------------------------
  1757. + test_api_oval_definition [ PASS ]
  1758. + test_api_oval_syschar [ PASS ]
  1759. + test_api_oval_results [ PASS ]
  1760. + test_api_oval_directives [ PASS ]
  1761. --------------------------------------------------
  1762. See tests/API/OVAL/test_api_oval.log.
  1763. PASS: test_api_oval.sh
  1764. =============
  1765. 1 test passed
  1766. =============
  1767. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/OVAL'
  1768. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/OVAL'
  1769. Making check in XCCDF
  1770. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/XCCDF'
  1771. make test_api_xccdf
  1772. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/XCCDF'
  1773. CC test_api_xccdf.o
  1774. CCLD test_api_xccdf
  1775. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/XCCDF'
  1776. make check-TESTS
  1777. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/XCCDF'
  1778. --------------------------------------------------
  1779. + text_api_xccdf_export [ PASS ]
  1780. --------------------------------------------------
  1781. See tests/API/XCCDF/test_api_xccdf.log.
  1782. PASS: test_api_xccdf.sh
  1783. =============
  1784. 1 test passed
  1785. =============
  1786. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/XCCDF'
  1787. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/XCCDF'
  1788. Making check in probes
  1789. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/probes'
  1790. make test_api_probes_smoke oval_fts_list
  1791. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/probes'
  1792. CC test_api_probes_smoke.o
  1793. test_api_probes_smoke.c:14:6: warning: no previous prototype for 'print_asdf' [-Wmissing-prototypes]
  1794. CCLD test_api_probes_smoke
  1795. CC oval_fts_list-oval_fts_list.o
  1796. CCLD oval_fts_list
  1797. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/probes'
  1798. make check-TESTS
  1799. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/probes'
  1800. + . ./../../test_common.sh
  1801. ++ PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
  1802. ++ result=0
  1803. ++ log=test.log
  1804. + test_init test_probes_api.log
  1805. + '[' 1 -eq 1 ']'
  1806. + log=test_probes_api.log
  1807. + exec
  1808. --------------------------------------------------
  1809. + test_api_probes_smoke [ PASS ]
  1810. --------------------------------------------------
  1811. See tests/API/probes/test_probes_api.log.
  1812. PASS: test_api_probes.sh
  1813. + . ./../../test_common.sh
  1814. ++ PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
  1815. ++ result=0
  1816. ++ log=test.log
  1817. + test_init fts.log
  1818. + '[' 1 -eq 1 ']'
  1819. + log=fts.log
  1820. + exec
  1821. --------------------------------------------------
  1822. + OVAL_FTS test1 [ PASS ]
  1823. + OVAL_FTS test2 [ PASS ]
  1824. + OVAL_FTS test3 [ PASS ]
  1825. + OVAL_FTS test4 [ PASS ]
  1826. + OVAL_FTS test5 [ PASS ]
  1827. + OVAL_FTS test6 [ PASS ]
  1828. + OVAL_FTS test7 [ PASS ]
  1829. + OVAL_FTS test8 [ PASS ]
  1830. + OVAL_FTS test9 [ PASS ]
  1831. + OVAL_FTS test10 [ PASS ]
  1832. + OVAL_FTS test11 [ PASS ]
  1833. + OVAL_FTS test12 [ PASS ]
  1834. + OVAL_FTS test13 [ PASS ]
  1835. + OVAL_FTS test14 [ PASS ]
  1836. + OVAL_FTS test15 [ PASS ]
  1837. + OVAL_FTS test16 [ PASS ]
  1838. + OVAL_FTS test17 [ PASS ]
  1839. + OVAL_FTS test18 [ PASS ]
  1840. --------------------------------------------------
  1841. See tests/API/probes/fts.log.
  1842. PASS: fts.sh
  1843. ==================
  1844. All 2 tests passed
  1845. ==================
  1846. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/probes'
  1847. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/probes'
  1848. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API'
  1849. make[3]: Nothing to be done for `check-am'.
  1850. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API'
  1851. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API'
  1852. Making check in probes
  1853. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes'
  1854. Making check in family
  1855. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/family'
  1856. make check-TESTS
  1857. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/family'
  1858. --------------------------------------------------
  1859. + test_probes_family [ PASS ]
  1860. --------------------------------------------------
  1861. See tests/probes/family/test_probes_family.log.
  1862. PASS: test_probes_family.sh
  1863. =============
  1864. 1 test passed
  1865. =============
  1866. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/family'
  1867. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/family'
  1868. Making check in filehash
  1869. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash'
  1870. make check-TESTS
  1871. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash'
  1872. --------------------------------------------------
  1873. + test_probes_filehash [ PASS ]
  1874. --------------------------------------------------
  1875. See tests/probes/filehash/test_probes_filehash.log.
  1876. PASS: test_probes_filehash.sh
  1877. =============
  1878. 1 test passed
  1879. =============
  1880. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash'
  1881. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash'
  1882. Making check in filehash58
  1883. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash58'
  1884. make check-TESTS
  1885. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash58'
  1886. --------------------------------------------------
  1887. + test_probes_filehash58 [ PASS ]
  1888. --------------------------------------------------
  1889. See tests/probes/filehash58/test_probes_filehash58.log.
  1890. PASS: test_probes_filehash58.sh
  1891. =============
  1892. 1 test passed
  1893. =============
  1894. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash58'
  1895. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash58'
  1896. Making check in textfilecontent54
  1897. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/textfilecontent54'
  1898. make check-TESTS
  1899. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/textfilecontent54'
  1900. --------------------------------------------------
  1901. + test_probes_textfilencontent54 [ PASS ]
  1902. --------------------------------------------------
  1903. See tests/probes/textfilecontent54/test_probes_textfilecontent54.log.
  1904. PASS: test_probes_textfilecontent54.sh
  1905. =============
  1906. 1 test passed
  1907. =============
  1908. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/textfilecontent54'
  1909. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/textfilecontent54'
  1910. Making check in sysinfo
  1911. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/sysinfo'
  1912. make test_probes_sysinfo
  1913. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/sysinfo'
  1914. CC test_probes_sysinfo-test_probes_sysinfo.o
  1915. test_probes_sysinfo.c: In function 'main':
  1916. test_probes_sysinfo.c:10:7: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
  1917. CCLD test_probes_sysinfo
  1918. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/sysinfo'
  1919. make check-TESTS
  1920. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/sysinfo'
  1921. --------------------------------------------------
  1922. + test_probes_sysinfo [ PASS ]
  1923. --------------------------------------------------
  1924. See tests/probes/sysinfo/test_probes_sysinfo.log.
  1925. PASS: test_probes_sysinfo.sh
  1926. =============
  1927. 1 test passed
  1928. =============
  1929. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/sysinfo'
  1930. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/sysinfo'
  1931. Making check in file
  1932. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/file'
  1933. make check-TESTS
  1934. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/file'
  1935. --------------------------------------------------
  1936. + test_probes_file [ PASS ]
  1937. --------------------------------------------------
  1938. See tests/probes/file/test_probes_file.log.
  1939. PASS: test_probes_file.sh
  1940. =============
  1941. 1 test passed
  1942. =============
  1943. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/file'
  1944. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/file'
  1945. Making check in uname
  1946. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/uname'
  1947. make check-TESTS
  1948. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/uname'
  1949. --------------------------------------------------
  1950. + test_probes_uname [ PASS ]
  1951. --------------------------------------------------
  1952. See tests/probes/uname/test_probes_uname.log.
  1953. PASS: test_probes_uname.sh
  1954. =============
  1955. 1 test passed
  1956. =============
  1957. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/uname'
  1958. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/uname'
  1959. Making check in shadow
  1960. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/shadow'
  1961. make check-TESTS
  1962. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/shadow'
  1963. --------------------------------------------------
  1964. + test_probes_shadow [ SKIP ]
  1965. --------------------------------------------------
  1966. See tests/probes/shadow/test_probes_shadow.log.
  1967. PASS: test_probes_shadow.sh
  1968. =============
  1969. 1 test passed
  1970. =============
  1971. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/shadow'
  1972. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/shadow'
  1973. Making check in process
  1974. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/process'
  1975. make check-TESTS
  1976. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/process'
  1977. --------------------------------------------------
  1978. + test_probes_process [ FAIL ]
  1979. --------------------------------------------------
  1980. See tests/probes/process/test_probes_process.log.
  1981. FAIL: test_probes_process.sh
  1982. ==========================================
  1983. 1 of 1 test failed
  1984. Please report to open-scap-list@redhat.com
  1985. ==========================================
  1986. make[4]: *** [check-TESTS] Error 1
  1987. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/process'
  1988. make[3]: *** [check-am] Error 2
  1989. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/process'
  1990. make[2]: *** [check-recursive] Error 1
  1991. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes'
  1992. make[1]: *** [check-recursive] Error 1
  1993. make[1]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests'
  1994. make: *** [check-recursive] Error 1
  1995. emake failed
  1996. * ERROR: app-forensics/openscap-0.8.2 failed (test phase):
  1997. * Make check failed. See above for details.
  1998. *
  1999. * Call stack:
  2000. * ebuild.sh, line 85: Called src_test
  2001. * environment, line 4884: Called _eapi0_src_test
  2002. * phase-helpers.sh, line 550: Called die
  2003. * The specific snippet of code:
  2004. * $emake_cmd -j1 check || \
  2005. * die "Make check failed. See above for details."
  2006. *
  2007. * If you need support, post the output of `emerge --info '=app-forensics/openscap-0.8.2'`,
  2008. * the complete build log and the output of `emerge -pqv '=app-forensics/openscap-0.8.2'`.
  2009. * The complete build log is located at '/var/log/portage/app-forensics:openscap-0.8.2:20120623-040847.log'.
  2010. * For convenience, a symlink to the build log is located at '/tmp/portage/app-forensics/openscap-0.8.2/temp/build.log'.
  2011. * The ebuild environment file is located at '/tmp/portage/app-forensics/openscap-0.8.2/temp/environment'.
  2012. * Working directory: '/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2'
  2013. * S: '/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2'
  2014. >>> Install openscap-0.8.2 into /tmp/portage/app-forensics/openscap-0.8.2/image/ category app-forensics
  2015. make -j24 install DESTDIR=/tmp/portage/app-forensics/openscap-0.8.2/image/
  2016. Making install in lib
  2017. make[1]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  2018. make install-recursive
  2019. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  2020. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  2021. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  2022. make[4]: Nothing to be done for `install-exec-am'.
  2023. make[4]: Nothing to be done for `install-data-am'.
  2024. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  2025. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  2026. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  2027. make[1]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/lib'
  2028. Making install in src
  2029. make[1]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src'
  2030. Making install in common
  2031. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/common'
  2032. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/common'
  2033. make[3]: Nothing to be done for `install-exec-am'.
  2034. test -z "/usr/include/openscap" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//usr/include/openscap"
  2035. /usr/bin/install -c -m 644 public/oscap.h public/alloc.h public/debug.h public/error.h public/text.h public/reporter.h public/reference.h '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/include/openscap'
  2036. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/common'
  2037. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/common'
  2038. Making install in OVAL
  2039. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL'
  2040. Making install in probes/SEAP
  2041. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP'
  2042. Making install in generic/rbt
  2043. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP/generic/rbt'
  2044. make[5]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP/generic/rbt'
  2045. make[5]: Nothing to be done for `install-exec-am'.
  2046. make[5]: Nothing to be done for `install-data-am'.
  2047. make[5]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP/generic/rbt'
  2048. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP/generic/rbt'
  2049. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP'
  2050. make[5]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP'
  2051. make[5]: Nothing to be done for `install-exec-am'.
  2052. make[5]: Nothing to be done for `install-data-am'.
  2053. make[5]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP'
  2054. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP'
  2055. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/SEAP'
  2056. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL'
  2057. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL'
  2058. make[4]: Nothing to be done for `install-exec-am'.
  2059. test -z "/usr/include/openscap" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//usr/include/openscap"
  2060. /usr/bin/install -c -m 644 public/oval_agent_api.h public/oval_definitions.h public/oval_system_characteristics.h public/oval_results.h public/oval_variables.h public/oval_directives.h public/oval_types.h public/oval_probe.h public/oval_probe_session.h public/oval_probe_handler.h public/oval_agent_xccdf_api.h '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/include/openscap'
  2061. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL'
  2062. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL'
  2063. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL'
  2064. Making install in CPE
  2065. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CPE'
  2066. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CPE'
  2067. make[3]: Nothing to be done for `install-exec-am'.
  2068. test -z "/usr/include/openscap" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//usr/include/openscap"
  2069. /usr/bin/install -c -m 644 public/cpe.h public/cpedict.h public/cpelang.h public/cpeuri.h '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/include/openscap'
  2070. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CPE'
  2071. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CPE'
  2072. Making install in CVE
  2073. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CVE'
  2074. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CVE'
  2075. make[3]: Nothing to be done for `install-exec-am'.
  2076. test -z "/usr/include/openscap" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//usr/include/openscap"
  2077. /usr/bin/install -c -m 644 public/cve.h '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/include/openscap'
  2078. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CVE'
  2079. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CVE'
  2080. Making install in CCE
  2081. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CCE'
  2082. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CCE'
  2083. make[3]: Nothing to be done for `install-exec-am'.
  2084. test -z "/usr/include/openscap" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//usr/include/openscap"
  2085. /usr/bin/install -c -m 644 public/cce.h '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/include/openscap'
  2086. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CCE'
  2087. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CCE'
  2088. Making install in CVSS
  2089. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CVSS'
  2090. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CVSS'
  2091. make[3]: Nothing to be done for `install-exec-am'.
  2092. test -z "/usr/include/openscap" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//usr/include/openscap"
  2093. /usr/bin/install -c -m 644 public/cvss.h '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/include/openscap'
  2094. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CVSS'
  2095. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/CVSS'
  2096. Making install in XCCDF
  2097. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/XCCDF'
  2098. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/XCCDF'
  2099. make[3]: Nothing to be done for `install-exec-am'.
  2100. test -z "/usr/include/openscap" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//usr/include/openscap"
  2101. /usr/bin/install -c -m 644 public/xccdf.h '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/include/openscap'
  2102. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/XCCDF'
  2103. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/XCCDF'
  2104. Making install in XCCDF_POLICY
  2105. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/XCCDF_POLICY'
  2106. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/XCCDF_POLICY'
  2107. make[3]: Nothing to be done for `install-exec-am'.
  2108. test -z "/usr/include/openscap" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//usr/include/openscap"
  2109. /usr/bin/install -c -m 644 public/xccdf_policy.h '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/include/openscap'
  2110. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/XCCDF_POLICY'
  2111. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/XCCDF_POLICY'
  2112. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src'
  2113. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src'
  2114. test -z "/usr/lib64" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//usr/lib64"
  2115. make[3]: Nothing to be done for `install-data-am'.
  2116. /bin/sh ../libtool --mode=install /usr/bin/install -c libopenscap.la '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/lib64'
  2117. libtool: install: /usr/bin/install -c .libs/libopenscap.so.1.0.0 /tmp/portage/app-forensics/openscap-0.8.2/image//usr/lib64/libopenscap.so.1.0.0
  2118. libtool: install: (cd /tmp/portage/app-forensics/openscap-0.8.2/image//usr/lib64 && { ln -s -f libopenscap.so.1.0.0 libopenscap.so.1 || { rm -f libopenscap.so.1 && ln -s libopenscap.so.1.0.0 libopenscap.so.1; }; })
  2119. libtool: install: (cd /tmp/portage/app-forensics/openscap-0.8.2/image//usr/lib64 && { ln -s -f libopenscap.so.1.0.0 libopenscap.so || { rm -f libopenscap.so && ln -s libopenscap.so.1.0.0 libopenscap.so; }; })
  2120. libtool: install: /usr/bin/install -c .libs/libopenscap.lai /tmp/portage/app-forensics/openscap-0.8.2/image//usr/lib64/libopenscap.la
  2121. libtool: install: warning: remember to run `libtool --finish /usr/lib64'
  2122. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src'
  2123. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src'
  2124. make[1]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src'
  2125. Making install in src/OVAL/probes
  2126. make[1]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes'
  2127. Making install in probe
  2128. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/probe'
  2129. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/probe'
  2130. make[3]: Nothing to be done for `install-exec-am'.
  2131. make[3]: Nothing to be done for `install-data-am'.
  2132. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/probe'
  2133. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/probe'
  2134. Making install in crapi
  2135. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/crapi'
  2136. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/crapi'
  2137. make[3]: Nothing to be done for `install-exec-am'.
  2138. make[3]: Nothing to be done for `install-data-am'.
  2139. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/crapi'
  2140. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes/crapi'
  2141. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes'
  2142. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes'
  2143. test -z "/usr/libexec/openscap" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap"
  2144. make[3]: Nothing to be done for `install-data-am'.
  2145. /bin/sh ../../../libtool --mode=install /usr/bin/install -c probe_system_info probe_family probe_textfilecontent probe_textfilecontent54 probe_variable probe_xmlfilecontent probe_filehash probe_filehash58 probe_environmentvariable probe_environmentvariable58 probe_ldap57 probe_dnscache probe_runlevel probe_file probe_fileextendedattribute probe_password probe_process probe_shadow probe_uname probe_interface probe_xinetd probe_sysctl probe_routingtable probe_gconf probe_partition probe_inetlisteningservers probe_iflisteners '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap'
  2146. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2147. libtool: install: /usr/bin/install -c .libs/probe_system_info /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_system_info
  2148. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2149. libtool: install: /usr/bin/install -c .libs/probe_family /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_family
  2150. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2151. libtool: install: /usr/bin/install -c .libs/probe_textfilecontent /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_textfilecontent
  2152. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2153. libtool: install: /usr/bin/install -c .libs/probe_textfilecontent54 /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_textfilecontent54
  2154. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2155. libtool: install: /usr/bin/install -c .libs/probe_variable /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_variable
  2156. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2157. libtool: install: /usr/bin/install -c .libs/probe_xmlfilecontent /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_xmlfilecontent
  2158. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2159. libtool: install: /usr/bin/install -c .libs/probe_filehash /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_filehash
  2160. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2161. libtool: install: /usr/bin/install -c .libs/probe_filehash58 /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_filehash58
  2162. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2163. libtool: install: /usr/bin/install -c .libs/probe_environmentvariable /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_environmentvariable
  2164. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2165. libtool: install: /usr/bin/install -c .libs/probe_environmentvariable58 /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_environmentvariable58
  2166. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2167. libtool: install: /usr/bin/install -c .libs/probe_ldap57 /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_ldap57
  2168. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2169. libtool: install: /usr/bin/install -c .libs/probe_dnscache /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_dnscache
  2170. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2171. libtool: install: /usr/bin/install -c .libs/probe_runlevel /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_runlevel
  2172. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2173. libtool: install: /usr/bin/install -c .libs/probe_file /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_file
  2174. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2175. libtool: install: /usr/bin/install -c .libs/probe_fileextendedattribute /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_fileextendedattribute
  2176. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2177. libtool: install: /usr/bin/install -c .libs/probe_password /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_password
  2178. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2179. libtool: install: /usr/bin/install -c .libs/probe_process /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_process
  2180. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2181. libtool: install: /usr/bin/install -c .libs/probe_shadow /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_shadow
  2182. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2183. libtool: install: /usr/bin/install -c .libs/probe_uname /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_uname
  2184. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2185. libtool: install: /usr/bin/install -c .libs/probe_interface /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_interface
  2186. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2187. libtool: install: /usr/bin/install -c .libs/probe_xinetd /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_xinetd
  2188. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2189. libtool: install: /usr/bin/install -c .libs/probe_sysctl /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_sysctl
  2190. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2191. libtool: install: /usr/bin/install -c .libs/probe_routingtable /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_routingtable
  2192. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2193. libtool: install: /usr/bin/install -c .libs/probe_gconf /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_gconf
  2194. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2195. libtool: install: /usr/bin/install -c .libs/probe_partition /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_partition
  2196. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2197. libtool: install: /usr/bin/install -c .libs/probe_inetlisteningservers /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_inetlisteningservers
  2198. libtool: install: warning: `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/libopenscap.la' has not been installed in `/usr/lib64'
  2199. libtool: install: /usr/bin/install -c .libs/probe_iflisteners /tmp/portage/app-forensics/openscap-0.8.2/image//usr/libexec/openscap/probe_iflisteners
  2200. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes'
  2201. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes'
  2202. make[1]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/src/OVAL/probes'
  2203. Making install in utils
  2204. make[1]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/utils'
  2205. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/utils'
  2206. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/utils'
  2207. test -z "/usr/bin" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//usr/bin"
  2208. test -z "/usr/share/man/man8" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//usr/share/man/man8"
  2209. /bin/sh ../libtool --mode=install /usr/bin/install -c oscap '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/bin'
  2210. /usr/bin/install -c -m 644 oscap.8 '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/share/man/man8'
  2211. libtool: install: warning: `../src/libopenscap.la' has not been installed in `/usr/lib64'
  2212. libtool: install: /usr/bin/install -c .libs/oscap /tmp/portage/app-forensics/openscap-0.8.2/image//usr/bin/oscap
  2213. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/utils'
  2214. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/utils'
  2215. make[1]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/utils'
  2216. Making install in tests
  2217. make[1]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests'
  2218. Making install in API
  2219. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API'
  2220. Making install in SEAP
  2221. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/SEAP'
  2222. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/SEAP'
  2223. make[4]: Nothing to be done for `install-exec-am'.
  2224. make[4]: Nothing to be done for `install-data-am'.
  2225. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/SEAP'
  2226. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/SEAP'
  2227. Making install in crypt
  2228. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/crypt'
  2229. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/crypt'
  2230. make[4]: Nothing to be done for `install-exec-am'.
  2231. make[4]: Nothing to be done for `install-data-am'.
  2232. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/crypt'
  2233. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/crypt'
  2234. Making install in CCE
  2235. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CCE'
  2236. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CCE'
  2237. make[4]: Nothing to be done for `install-exec-am'.
  2238. make[4]: Nothing to be done for `install-data-am'.
  2239. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CCE'
  2240. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CCE'
  2241. Making install in CVE
  2242. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVE'
  2243. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVE'
  2244. make[4]: Nothing to be done for `install-exec-am'.
  2245. make[4]: Nothing to be done for `install-data-am'.
  2246. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVE'
  2247. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVE'
  2248. Making install in CPE
  2249. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE'
  2250. Making install in dict
  2251. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/dict'
  2252. make[5]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/dict'
  2253. make[5]: Nothing to be done for `install-exec-am'.
  2254. make[5]: Nothing to be done for `install-data-am'.
  2255. make[5]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/dict'
  2256. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/dict'
  2257. Making install in uri
  2258. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/uri'
  2259. make[5]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/uri'
  2260. make[5]: Nothing to be done for `install-exec-am'.
  2261. make[5]: Nothing to be done for `install-data-am'.
  2262. make[5]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/uri'
  2263. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/uri'
  2264. Making install in lang
  2265. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/lang'
  2266. make[5]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/lang'
  2267. make[5]: Nothing to be done for `install-exec-am'.
  2268. make[5]: Nothing to be done for `install-data-am'.
  2269. make[5]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/lang'
  2270. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE/lang'
  2271. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE'
  2272. make[5]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE'
  2273. make[5]: Nothing to be done for `install-exec-am'.
  2274. make[5]: Nothing to be done for `install-data-am'.
  2275. make[5]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE'
  2276. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE'
  2277. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CPE'
  2278. Making install in CVSS
  2279. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVSS'
  2280. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVSS'
  2281. make[4]: Nothing to be done for `install-exec-am'.
  2282. make[4]: Nothing to be done for `install-data-am'.
  2283. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVSS'
  2284. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/CVSS'
  2285. Making install in OVAL
  2286. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/OVAL'
  2287. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/OVAL'
  2288. make[4]: Nothing to be done for `install-exec-am'.
  2289. make[4]: Nothing to be done for `install-data-am'.
  2290. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/OVAL'
  2291. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/OVAL'
  2292. Making install in XCCDF
  2293. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/XCCDF'
  2294. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/XCCDF'
  2295. make[4]: Nothing to be done for `install-exec-am'.
  2296. make[4]: Nothing to be done for `install-data-am'.
  2297. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/XCCDF'
  2298. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/XCCDF'
  2299. Making install in probes
  2300. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/probes'
  2301. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/probes'
  2302. make[4]: Nothing to be done for `install-exec-am'.
  2303. make[4]: Nothing to be done for `install-data-am'.
  2304. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/probes'
  2305. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API/probes'
  2306. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API'
  2307. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API'
  2308. make[4]: Nothing to be done for `install-exec-am'.
  2309. make[4]: Nothing to be done for `install-data-am'.
  2310. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API'
  2311. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API'
  2312. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/API'
  2313. Making install in probes
  2314. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes'
  2315. Making install in family
  2316. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/family'
  2317. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/family'
  2318. make[4]: Nothing to be done for `install-exec-am'.
  2319. make[4]: Nothing to be done for `install-data-am'.
  2320. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/family'
  2321. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/family'
  2322. Making install in filehash
  2323. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash'
  2324. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash'
  2325. make[4]: Nothing to be done for `install-exec-am'.
  2326. make[4]: Nothing to be done for `install-data-am'.
  2327. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash'
  2328. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash'
  2329. Making install in filehash58
  2330. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash58'
  2331. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash58'
  2332. make[4]: Nothing to be done for `install-exec-am'.
  2333. make[4]: Nothing to be done for `install-data-am'.
  2334. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash58'
  2335. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/filehash58'
  2336. Making install in textfilecontent54
  2337. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/textfilecontent54'
  2338. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/textfilecontent54'
  2339. make[4]: Nothing to be done for `install-exec-am'.
  2340. make[4]: Nothing to be done for `install-data-am'.
  2341. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/textfilecontent54'
  2342. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/textfilecontent54'
  2343. Making install in sysinfo
  2344. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/sysinfo'
  2345. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/sysinfo'
  2346. make[4]: Nothing to be done for `install-exec-am'.
  2347. make[4]: Nothing to be done for `install-data-am'.
  2348. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/sysinfo'
  2349. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/sysinfo'
  2350. Making install in file
  2351. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/file'
  2352. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/file'
  2353. make[4]: Nothing to be done for `install-exec-am'.
  2354. make[4]: Nothing to be done for `install-data-am'.
  2355. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/file'
  2356. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/file'
  2357. Making install in uname
  2358. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/uname'
  2359. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/uname'
  2360. make[4]: Nothing to be done for `install-exec-am'.
  2361. make[4]: Nothing to be done for `install-data-am'.
  2362. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/uname'
  2363. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/uname'
  2364. Making install in shadow
  2365. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/shadow'
  2366. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/shadow'
  2367. make[4]: Nothing to be done for `install-exec-am'.
  2368. make[4]: Nothing to be done for `install-data-am'.
  2369. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/shadow'
  2370. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/shadow'
  2371. Making install in process
  2372. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/process'
  2373. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/process'
  2374. make[4]: Nothing to be done for `install-exec-am'.
  2375. make[4]: Nothing to be done for `install-data-am'.
  2376. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/process'
  2377. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/process'
  2378. Making install in password
  2379. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/password'
  2380. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/password'
  2381. make[4]: Nothing to be done for `install-exec-am'.
  2382. make[4]: Nothing to be done for `install-data-am'.
  2383. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/password'
  2384. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/password'
  2385. Making install in runlevel
  2386. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/runlevel'
  2387. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/runlevel'
  2388. make[4]: Nothing to be done for `install-exec-am'.
  2389. make[4]: Nothing to be done for `install-data-am'.
  2390. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/runlevel'
  2391. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/runlevel'
  2392. Making install in interface
  2393. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/interface'
  2394. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/interface'
  2395. make[4]: Nothing to be done for `install-exec-am'.
  2396. make[4]: Nothing to be done for `install-data-am'.
  2397. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/interface'
  2398. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/interface'
  2399. Making install in xinetd
  2400. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/xinetd'
  2401. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/xinetd'
  2402. make[4]: Nothing to be done for `install-exec-am'.
  2403. make[4]: Nothing to be done for `install-data-am'.
  2404. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/xinetd'
  2405. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/xinetd'
  2406. Making install in fileextendedattribute
  2407. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/fileextendedattribute'
  2408. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/fileextendedattribute'
  2409. make[4]: Nothing to be done for `install-exec-am'.
  2410. make[4]: Nothing to be done for `install-data-am'.
  2411. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/fileextendedattribute'
  2412. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/fileextendedattribute'
  2413. Making install in iflisteners
  2414. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/iflisteners'
  2415. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/iflisteners'
  2416. make[4]: Nothing to be done for `install-exec-am'.
  2417. make[4]: Nothing to be done for `install-data-am'.
  2418. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/iflisteners'
  2419. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/iflisteners'
  2420. Making install in environmentvariable
  2421. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/environmentvariable'
  2422. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/environmentvariable'
  2423. make[4]: Nothing to be done for `install-exec-am'.
  2424. make[4]: Nothing to be done for `install-data-am'.
  2425. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/environmentvariable'
  2426. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/environmentvariable'
  2427. Making install in environmentvariable58
  2428. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/environmentvariable58'
  2429. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/environmentvariable58'
  2430. make[4]: Nothing to be done for `install-exec-am'.
  2431. make[4]: Nothing to be done for `install-data-am'.
  2432. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/environmentvariable58'
  2433. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes/environmentvariable58'
  2434. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes'
  2435. make[4]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes'
  2436. make[4]: Nothing to be done for `install-exec-am'.
  2437. make[4]: Nothing to be done for `install-data-am'.
  2438. make[4]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes'
  2439. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes'
  2440. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/probes'
  2441. Making install in mitre
  2442. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/mitre'
  2443. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/mitre'
  2444. make[3]: Nothing to be done for `install-exec-am'.
  2445. make[3]: Nothing to be done for `install-data-am'.
  2446. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/mitre'
  2447. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests/mitre'
  2448. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests'
  2449. make[3]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests'
  2450. make[3]: Nothing to be done for `install-exec-am'.
  2451. make[3]: Nothing to be done for `install-data-am'.
  2452. make[3]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests'
  2453. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests'
  2454. make[1]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/tests'
  2455. Making install in xsl
  2456. make[1]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/xsl'
  2457. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/xsl'
  2458. make[2]: Nothing to be done for `install-exec-am'.
  2459. test -z "/usr/share/openscap/xsl" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//usr/share/openscap/xsl"
  2460. /usr/bin/install -c -m 644 security-guide.xsl xccdf-report.xsl oval-results-report.xsl oval-report.xsl sce-report.xsl oscap-share.xsl dc2docbook.xsl html2docbook.xsl dbout-html.xsl docbook-share.xsl fix.xsl fixtpl-bash.xml xccdf_1.1_to_1.2.xsl xccdf-tailor.xsl xccdf-substitute.xsl xccdf-share.xsl '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/share/openscap/xsl'
  2461. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/xsl'
  2462. make[1]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/xsl'
  2463. Making install in schemas
  2464. make[1]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/schemas'
  2465. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/schemas'
  2466. make[2]: Nothing to be done for `install-exec-am'.
  2467. test -z "/usr/share/openscap/schemas/oval/5.8/" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//usr/share/openscap/schemas/oval/5.8/"
  2468. test -z "/usr/share/openscap/schemas/sce/1.0/" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//usr/share/openscap/schemas/sce/1.0/"
  2469. test -z "/usr/share/openscap/schemas/xccdf/1.1.4/" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//usr/share/openscap/schemas/xccdf/1.1.4/"
  2470. /usr/bin/install -c -m 644 sce/1.0/sce-result-schema.xsd '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/share/openscap/schemas/sce/1.0/'
  2471. /usr/bin/install -c -m 644 xccdf/1.1.4/xccdfp-1.1.xsd xccdf/1.1.4/cpe-1.0.xsd xccdf/1.1.4/cpe-language_2.0.xsd xccdf/1.1.4/xccdf-schema.xsd xccdf/1.1.4/simpledc20021212.xsd xccdf/1.1.4/platform-0.2.3.xsd xccdf/1.1.4/xml.xsd xccdf/1.1.4/XMLSchema.dtd xccdf/1.1.4/datatypes.dtd '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/share/openscap/schemas/xccdf/1.1.4/'
  2472. /usr/bin/install -c -m 644 oval/5.8/oval-definitions-schematron.xsl oval/5.8/oval-directives-schematron.xsl oval/5.8/oval-results-schematron.xsl oval/5.8/oval-system-characteristics-schematron.xsl oval/5.8/oval-variables-schematron.xsl oval/5.8/aix-definitions-schema.xsd oval/5.8/aix-system-characteristics-schema.xsd oval/5.8/apache-definitions-schema.xsd oval/5.8/apache-system-characteristics-schema.xsd oval/5.8/catos-definitions-schema.xsd oval/5.8/catos-system-characteristics-schema.xsd oval/5.8/debian-definitions-schema.xsd oval/5.8/debian-system-characteristics-schema.xsd oval/5.8/esx-definitions-schema.xsd oval/5.8/esx-system-characteristics-schema.xsd oval/5.8/freebsd-definitions-schema.xsd oval/5.8/freebsd-system-characteristics-schema.xsd oval/5.8/hpux-definitions-schema.xsd oval/5.8/hpux-system-characteristics-schema.xsd oval/5.8/independent-definitions-schema.xsd oval/5.8/independent-system-characteristics-schema.xsd oval/5.8/ios-definitions-schema.xsd oval/5.8/ios-system-characteristics-schema.xsd oval/5.8/linux-definitions-schema.xsd oval/5.8/linux-system-characteristics-schema.xsd oval/5.8/macos-definitions-schema.xsd oval/5.8/macos-system-characteristics-schema.xsd oval/5.8/oval-common-schema.xsd oval/5.8/oval-definitions-schema.xsd oval/5.8/oval-directives-schema.xsd oval/5.8/oval-results-schema.xsd oval/5.8/oval-system-characteristics-schema.xsd oval/5.8/oval-variables-schema.xsd oval/5.8/pixos-definitions-schema.xsd oval/5.8/pixos-system-characteristics-schema.xsd oval/5.8/redhat-definitions-schema.xsd oval/5.8/redhat-system-characteristics-schema.xsd oval/5.8/sharepoint-definitions-schema.xsd oval/5.8/sharepoint-system-characteristics-schema.xsd oval/5.8/solaris-definitions-schema.xsd '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/share/openscap/schemas/oval/5.8/'
  2473. /usr/bin/install -c -m 644 oval/5.8/solaris-system-characteristics-schema.xsd oval/5.8/unix-definitions-schema.xsd oval/5.8/unix-system-characteristics-schema.xsd oval/5.8/windows-definitions-schema.xsd oval/5.8/windows-system-characteristics-schema.xsd oval/5.8/xmldsig-core-schema.xsd '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/share/openscap/schemas/oval/5.8/'
  2474. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/schemas'
  2475. make[1]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2/schemas'
  2476. make[1]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2'
  2477. make[2]: Entering directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2'
  2478. make[2]: Nothing to be done for `install-exec-am'.
  2479. test -z "/etc/bash_completion.d" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//etc/bash_completion.d"
  2480. test -z "/usr/share/openscap" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//usr/share/openscap"
  2481. test -z "/usr/lib64/pkgconfig" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image//usr/lib64/pkgconfig"
  2482. test -z "" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image/"
  2483. test -z "" || /bin/mkdir -p "/tmp/portage/app-forensics/openscap-0.8.2/image/"
  2484. /usr/bin/install -c -m 644 dist/fedora/scap-fedora14-oval.xml dist/fedora/scap-fedora14-xccdf.xml dist/rhel6/scap-rhel6-oval.xml dist/rhel6/scap-rhel6-xccdf.xml '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/share/openscap'
  2485. /usr/bin/install -c -m 644 dist/bash_completion.d/oscap '/tmp/portage/app-forensics/openscap-0.8.2/image//etc/bash_completion.d'
  2486. /usr/bin/install -c -m 644 libopenscap.pc '/tmp/portage/app-forensics/openscap-0.8.2/image//usr/lib64/pkgconfig'
  2487. make[2]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2'
  2488. make[1]: Leaving directory `/tmp/portage/app-forensics/openscap-0.8.2/work/openscap-0.8.2'
  2489. >>> Completed installing openscap-0.8.2 into /tmp/portage/app-forensics/openscap-0.8.2/image/
  2490. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
  2491. usr/bin/oscap
  2492. usr/libexec/openscap/probe_iflisteners
  2493. usr/libexec/openscap/probe_inetlisteningservers
  2494. usr/libexec/openscap/probe_partition
  2495. usr/libexec/openscap/probe_routingtable
  2496. usr/libexec/openscap/probe_gconf
  2497. usr/libexec/openscap/probe_sysctl
  2498. usr/libexec/openscap/probe_xinetd
  2499. usr/libexec/openscap/probe_process
  2500. usr/libexec/openscap/probe_interface
  2501. usr/libexec/openscap/probe_uname
  2502. usr/libexec/openscap/probe_shadow
  2503. usr/libexec/openscap/probe_password
  2504. usr/libexec/openscap/probe_fileextendedattribute
  2505. usr/libexec/openscap/probe_file
  2506. usr/libexec/openscap/probe_runlevel
  2507. usr/libexec/openscap/probe_ldap57
  2508. usr/libexec/openscap/probe_dnscache
  2509. usr/libexec/openscap/probe_environmentvariable58
  2510. usr/libexec/openscap/probe_environmentvariable
  2511. usr/libexec/openscap/probe_xmlfilecontent
  2512. usr/libexec/openscap/probe_variable
  2513. usr/libexec/openscap/probe_filehash58
  2514. usr/libexec/openscap/probe_filehash
  2515. usr/libexec/openscap/probe_textfilecontent
  2516. usr/libexec/openscap/probe_textfilecontent54
  2517. usr/libexec/openscap/probe_family
  2518. usr/libexec/openscap/probe_system_info
  2519. usr/lib64/libopenscap.so.1.0.0
  2520. ecompressdir: bzip2 -9 /usr/share/man
  2521. nc6: using stream socket
  2522. tar: /var/log/portage/app-forensics\:openscap-0.8.2\:20120623-040847.log: file changed as we read it