1. * Package: app-emulation/libvirt-0.9.12
  2. * Repository: gentoo
  3. * Maintainer: cardoe@gentoo.org virtualization@gentoo.org
  4. * USE: amd64 caps elibc_glibc kernel_linux libvirtd lxc multilib nls python test udev userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. * Determining the location of the kernel source code
  7. * Found kernel source directory:
  8. * /usr/src/linux
  9. * Could not find a Makefile in the kernel source directory.
  10. * Please ensure that /usr/src/linux points to a complete set of Linux sources
  11. * Unable to calculate Linux Kernel version for build, attempting to use running version
  12. * Checking for suitable kernel configuration options...
  13. * CONFIG_BLK_CGROUP: is not set when it should be.
  14. * Please check to make sure these options are set correctly.
  15. * Failure to do so may cause unexpected problems.
  16. >>> Unpacking source...
  17. >>> Unpacking libvirt-0.9.12.tar.gz to /tmp/portage/app-emulation/libvirt-0.9.12/work
  18. >>> Source unpacked in /tmp/portage/app-emulation/libvirt-0.9.12/work
  19. >>> Preparing source in /tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12 ...
  20. >>> Source prepared.
  21. >>> Configuring source in /tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12 ...
  22. * econf: updating libvirt-0.9.12/build-aux/config.sub with /usr/share/gnuconfig/config.sub
  23. * econf: updating libvirt-0.9.12/build-aux/config.guess with /usr/share/gnuconfig/config.guess
  24. ./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-dependency-tracking --disable-debug --with-libvirtd --without-avahi --without-xen --without-xen-inotify --without-libxl --without-openvz --with-lxc --without-vbox --without-uml --without-qemu --without-yajl --without-phyp --with-esx --without-network --with-storage-fs --without-storage-lvm --without-storage-iscsi --without-storage-disk --without-storage-mpath --without-numactl --without-numad --without-selinux --with-udev --with-capng --without-polkit --without-sasl --without-macvtap --without-libpcap --enable-nls --with-python --with-qemu-user=qemu --with-qemu-group=qemu --without-netcf --without-audit --without-hal --without-sanlock --disable-static --docdir=/usr/share/doc/libvirt-0.9.12 --with-remote --localstatedir=/var
  25. configure: loading site script /usr/share/config.site
  26. configure: loading site script /usr/share/crossdev/include/site/linux
  27. configure: loading site script /usr/share/crossdev/include/site/linux-gnu
  28. configure: loading site script /usr/share/crossdev/include/site/x86_64-linux-gnu
  29. checking for a BSD-compatible install... /usr/bin/install -c
  30. checking whether build environment is sane... yes
  31. checking for a thread-safe mkdir -p... /bin/mkdir -p
  32. checking for gawk... gawk
  33. checking whether make sets $(MAKE)... yes
  34. checking how to create a ustar tar archive... gnutar
  35. checking whether to disable maintainer-specific portions of Makefiles... yes
  36. checking build system type... x86_64-pc-linux-gnu
  37. checking host system type... x86_64-pc-linux-gnu
  38. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  39. checking whether the C compiler works... yes
  40. checking for C compiler default output file name... a.out
  41. checking for suffix of executables...
  42. checking whether we are cross compiling... no
  43. checking for suffix of object files... o
  44. checking whether we are using the GNU C compiler... yes
  45. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  46. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  47. checking for style of include used by make... GNU
  48. checking dependency style of x86_64-pc-linux-gnu-gcc... none
  49. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  50. checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
  51. checking whether we are using the GNU C compiler... (cached) yes
  52. checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
  53. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
  54. checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none
  55. checking for grep that handles long lines and -e... /bin/grep
  56. checking for egrep... /bin/grep -E
  57. checking for Minix Amsterdam compiler... no
  58. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  59. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  60. checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
  61. checking for ANSI C header files... yes
  62. checking for sys/types.h... yes
  63. checking for sys/stat.h... yes
  64. checking for stdlib.h... yes
  65. checking for string.h... yes
  66. checking for memory.h... yes
  67. checking for strings.h... yes
  68. checking for inttypes.h... yes
  69. checking for stdint.h... yes
  70. checking for unistd.h... yes
  71. checking minix/config.h usability... no
  72. checking minix/config.h presence... no
  73. checking for minix/config.h... no
  74. checking whether it is safe to define __EXTENSIONS__... yes
  75. checking for _LARGEFILE_SOURCE value needed for large files... no
  76. checking for special C compiler options needed for large files... no
  77. checking for _FILE_OFFSET_BITS value needed for large files... no
  78. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99
  79. checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  80. checking for inline... inline
  81. checking sys/socket.h usability... yes
  82. checking sys/socket.h presence... yes
  83. checking for sys/socket.h... yes
  84. checking arpa/inet.h usability... yes
  85. checking arpa/inet.h presence... yes
  86. checking for arpa/inet.h... yes
  87. checking features.h usability... yes
  88. checking features.h presence... yes
  89. checking for features.h... yes
  90. checking sys/param.h usability... yes
  91. checking sys/param.h presence... yes
  92. checking for sys/param.h... yes
  93. checking for unistd.h... (cached) yes
  94. checking wctype.h usability... yes
  95. checking wctype.h presence... yes
  96. checking for wctype.h... yes
  97. checking for sys/stat.h... (cached) yes
  98. checking netdb.h usability... yes
  99. checking netdb.h presence... yes
  100. checking for netdb.h... yes
  101. checking netinet/in.h usability... yes
  102. checking netinet/in.h presence... yes
  103. checking for netinet/in.h... yes
  104. checking stdio_ext.h usability... yes
  105. checking stdio_ext.h presence... yes
  106. checking for stdio_ext.h... yes
  107. checking termios.h usability... yes
  108. checking termios.h presence... yes
  109. checking for termios.h... yes
  110. checking sys/time.h usability... yes
  111. checking sys/time.h presence... yes
  112. checking for sys/time.h... yes
  113. checking langinfo.h usability... yes
  114. checking langinfo.h presence... yes
  115. checking for langinfo.h... yes
  116. checking xlocale.h usability... yes
  117. checking xlocale.h presence... yes
  118. checking for xlocale.h... yes
  119. checking sys/mman.h usability... yes
  120. checking sys/mman.h presence... yes
  121. checking for sys/mman.h... yes
  122. checking pty.h usability... yes
  123. checking pty.h presence... yes
  124. checking for pty.h... yes
  125. checking poll.h usability... yes
  126. checking poll.h presence... yes
  127. checking for poll.h... yes
  128. checking sys/ioctl.h usability... yes
  129. checking sys/ioctl.h presence... yes
  130. checking for sys/ioctl.h... yes
  131. checking sys/filio.h usability... no
  132. checking sys/filio.h presence... no
  133. checking for sys/filio.h... no
  134. checking pthread.h usability... yes
  135. checking pthread.h presence... yes
  136. checking for pthread.h... yes
  137. checking sched.h usability... yes
  138. checking sched.h presence... yes
  139. checking for sched.h... yes
  140. checking sys/select.h usability... yes
  141. checking sys/select.h presence... yes
  142. checking for sys/select.h... yes
  143. checking wchar.h usability... yes
  144. checking wchar.h presence... yes
  145. checking for wchar.h... yes
  146. checking for stdint.h... (cached) yes
  147. checking for strings.h... (cached) yes
  148. checking sys/uio.h usability... yes
  149. checking sys/uio.h presence... yes
  150. checking for sys/uio.h... yes
  151. checking sys/utsname.h usability... yes
  152. checking sys/utsname.h presence... yes
  153. checking for sys/utsname.h... yes
  154. checking sys/wait.h usability... yes
  155. checking sys/wait.h presence... yes
  156. checking for sys/wait.h... yes
  157. checking grp.h usability... yes
  158. checking grp.h presence... yes
  159. checking for grp.h... yes
  160. checking for inttypes.h... (cached) yes
  161. checking spawn.h usability... yes
  162. checking spawn.h presence... yes
  163. checking for spawn.h... yes
  164. checking whether the preprocessor supports include_next... yes
  165. checking whether system header files limit the line length... no
  166. checking whether <sys/socket.h> is self-contained... yes
  167. checking for shutdown... yes
  168. checking whether <sys/socket.h> defines the SHUT_* macros... yes
  169. checking for struct sockaddr_storage... yes
  170. checking for sa_family_t... yes
  171. checking for struct sockaddr_storage.ss_family... yes
  172. checking for size_t... yes
  173. checking for working alloca.h... yes
  174. checking for alloca... yes
  175. checking for C/C++ restrict keyword... __restrict
  176. checking whether <wchar.h> uses 'inline' correctly... yes
  177. checking for btowc... yes
  178. checking for canonicalize_file_name... yes
  179. checking for getcwd... yes
  180. checking for readlink... yes
  181. checking for realpath... yes
  182. checking for readlinkat... yes
  183. checking for chown... yes
  184. checking for fchown... yes
  185. checking for _set_invalid_parameter_handler... no
  186. checking for fcntl... yes
  187. checking for symlink... yes
  188. checking for ffs... yes
  189. checking for isblank... yes
  190. checking for iswctype... yes
  191. checking for mbsrtowcs... yes
  192. checking for mempcpy... yes
  193. checking for wmemchr... yes
  194. checking for wmemcpy... yes
  195. checking for wmempcpy... yes
  196. checking for fpurge... no
  197. checking for __fpurge... yes
  198. checking for __freading... yes
  199. checking for fsync... yes
  200. checking for getdelim... yes
  201. checking for getdtablesize... yes
  202. checking for __fsetlocking... yes
  203. checking for tcgetattr... yes
  204. checking for tcsetattr... yes
  205. checking for gettimeofday... yes
  206. checking for lstat... yes
  207. checking for mbsinit... yes
  208. checking for mbrtowc... yes
  209. checking for mprotect... yes
  210. checking for mkstemp... yes
  211. checking for mkstemps... yes
  212. checking for alarm... yes
  213. checking for nl_langinfo... yes
  214. checking for recvmsg... yes
  215. checking for sendmsg... yes
  216. checking for strerror_r... yes
  217. checking for __xpg_strerror_r... yes
  218. checking for pipe... yes
  219. checking for pipe2... yes
  220. checking for posix_openpt... yes
  221. checking for pthread_sigmask... no
  222. checking for wcscoll... yes
  223. checking for sigaction... yes
  224. checking for sigaltstack... yes
  225. checking for siginterrupt... yes
  226. checking for sleep... yes
  227. checking for snprintf... yes
  228. checking for strdup... yes
  229. checking for catgets... yes
  230. checking for strndup... yes
  231. checking for strptime... yes
  232. checking for localtime_r... yes
  233. checking for timegm... yes
  234. checking for usleep... yes
  235. checking for vasnprintf... no
  236. checking for wcrtomb... yes
  237. checking for iswcntrl... yes
  238. checking for getegid... yes
  239. checking for ftruncate... yes
  240. checking for newlocale... yes
  241. checking for getgrouplist... yes
  242. checking for socketpair... yes
  243. checking for posix_spawn... yes
  244. checking for ptsname_r... yes
  245. checking for setenv... yes
  246. checking for shutdown... (cached) yes
  247. checking for wctob... yes
  248. checking for cfmakeraw... yes
  249. checking for geteuid... yes
  250. checking for getgid... yes
  251. checking for getgrnam_r... yes
  252. checking for getmntent_r... yes
  253. checking for getpwuid_r... yes
  254. checking for getuid... yes
  255. checking for initgroups... yes
  256. checking for kill... yes
  257. checking for mmap... yes
  258. checking for posix_fallocate... yes
  259. checking for posix_memalign... yes
  260. checking for regexec... yes
  261. checking for sched_getaffinity... yes
  262. checking for nl_langinfo and CODESET... yes
  263. checking for a traditional french locale... fr_FR
  264. checking whether malloc, realloc, calloc are POSIX compliant... yes
  265. checking whether // is distinct from /... no
  266. checking whether realpath works... yes
  267. checking for uid_t in sys/types.h... yes
  268. checking for unistd.h... (cached) yes
  269. checking for working chown... yes
  270. checking whether chown dereferences symlinks... yes
  271. checking whether chown honors trailing slash... yes
  272. checking whether chown always updates ctime... yes
  273. checking for unsigned long long int... yes
  274. checking whether byte ordering is bigendian... no
  275. checking if environ is properly declared... yes
  276. checking for complete errno.h... yes
  277. checking for working fcntl.h... yes
  278. checking for pid_t... yes
  279. checking for mode_t... yes
  280. checking whether fdatasync is declared... yes
  281. checking for mbstate_t... yes
  282. checking whether stdin defaults to large file offsets... yes
  283. checking whether fseeko is declared... yes
  284. checking for fseeko... yes
  285. checking whether fflush works on input streams... no
  286. checking whether stat file-mode macros are broken... no
  287. checking for nlink_t... yes
  288. checking whether ftello is declared... yes
  289. checking for ftello... yes
  290. checking whether ftello works... yes
  291. checking for library containing gethostbyname... none required
  292. checking for gethostbyname... yes
  293. checking for library containing getservbyname... none required
  294. checking for getservbyname... yes
  295. checking for library containing inet_ntop... none required
  296. checking whether inet_ntop is declared... yes
  297. checking for IPv4 sockets... yes
  298. checking for IPv6 sockets... yes
  299. checking whether getcwd (NULL, 0) allocates memory for result... yes
  300. checking for getcwd with POSIX signature... yes
  301. checking whether getdelim is declared... yes
  302. checking whether getline is declared... yes
  303. checking whether getpass is declared... yes
  304. checking whether fflush_unlocked is declared... yes
  305. checking whether flockfile is declared... yes
  306. checking whether fputs_unlocked is declared... yes
  307. checking whether funlockfile is declared... yes
  308. checking whether putc_unlocked is declared... yes
  309. checking for struct timeval... yes
  310. checking for correct struct timeval.tv_sec member... yes
  311. checking whether getc_unlocked is declared... yes
  312. checking whether we are using the GNU C Library 2.1 or newer... yes
  313. checking for wchar_t... yes
  314. checking whether NULL can be used in arbitrary expressions... yes
  315. checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld
  316. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  317. checking for shared library run path origin... done
  318. checking whether imported symbols can be declared weak... yes
  319. checking for pthread.h... (cached) yes
  320. checking for pthread_kill in -lpthread... yes
  321. checking for pthread_rwlock_t... yes
  322. checking for multithread API to use... posix
  323. checking whether lstat correctly handles trailing slash... yes
  324. checking for stdlib.h... (cached) yes
  325. checking for GNU libc compatible malloc... (cached) yes
  326. checking for long long int... yes
  327. checking for a traditional japanese locale... ja_JP
  328. checking for a transitional chinese locale... none
  329. checking for a french Unicode locale... fr_FR.UTF-8
  330. checking for mmap... (cached) yes
  331. checking for MAP_ANONYMOUS... yes
  332. checking whether memchr works... yes
  333. checking whether C symbols are prefixed with underscore at the linker level... no
  334. checking for promoted mode_t type... mode_t
  335. checking for library containing forkpty... -lutil
  336. checking whether strerror(0) succeeds... yes
  337. checking for strerror_r with POSIX signature... no
  338. checking whether __xpg_strerror_r works... yes
  339. checking whether strerror_r is declared... yes
  340. checking for external symbol _system_configuration... no
  341. checking for library containing setsockopt... none needed
  342. checking whether imported symbols can be declared weak... yes
  343. checking for pthread.h... (cached) yes
  344. checking for pthread_kill in -lpthread... (cached) yes
  345. checking for multithread API to use... posix
  346. checking for sigset_t... yes
  347. checking for SIGPIPE... yes
  348. checking whether <sys/select.h> is self-contained... yes
  349. checking whether snprintf returns a byte count as in C99... yes
  350. checking whether snprintf is declared... yes
  351. checking for stdbool.h that conforms to C99... yes
  352. checking for _Bool... yes
  353. checking whether stdint.h conforms to C99... yes
  354. checking whether strdup is declared... yes
  355. checking whether strndup is declared... yes
  356. checking whether strnlen is declared... yes
  357. checking for struct tm.tm_gmtoff... yes
  358. checking whether strtok_r is declared... yes
  359. checking for struct timespec in <time.h>... yes
  360. checking whether localtime_r is declared... no
  361. checking whether ttyname_r is declared... yes
  362. checking for wint_t... yes
  363. checking for inttypes.h... yes
  364. checking for stdint.h... yes
  365. checking for intmax_t... yes
  366. checking where to find the exponent in a 'double'... word 1 bit 20
  367. checking for snprintf... (cached) yes
  368. checking for strnlen... yes
  369. checking for wcslen... yes
  370. checking for wcsnlen... yes
  371. checking for mbrtowc... (cached) yes
  372. checking for wcrtomb... (cached) yes
  373. checking whether _snprintf is declared... no
  374. checking whether vsnprintf is declared... yes
  375. checking whether strerror_r is declared... (cached) yes
  376. checking for strerror_r... (cached) yes
  377. checking whether strerror_r returns char *... yes
  378. checking for sig_atomic_t... yes
  379. checking whether ungetc works on arbitrary bytes... yes
  380. checking type of array argument to getgroups... gid_t
  381. checking for getgroups... yes
  382. checking for working getgroups... yes
  383. checking for inttypes.h... (cached) yes
  384. checking whether the inttypes.h PRIxNN macros are broken... no
  385. checking for LC_MESSAGES... yes
  386. checking for CFPreferencesCopyAppValue... no
  387. checking for CFLocaleCopyCurrent... no
  388. checking whether alarm is declared... yes
  389. checking whether posix_spawn works... yes
  390. checking whether posix_spawnattr_setschedpolicy is supported... yes
  391. checking whether posix_spawnattr_setschedparam is supported... yes
  392. checking whether setenv is declared... yes
  393. checking search.h usability... yes
  394. checking search.h presence... yes
  395. checking for search.h... yes
  396. checking for tsearch... yes
  397. checking whether unsetenv is declared... yes
  398. checking for alloca as a compiler built-in... yes
  399. checking whether btowc(0) is correct... yes
  400. checking whether btowc(EOF) is correct... (cached) yes
  401. checking byteswap.h usability... yes
  402. checking byteswap.h presence... yes
  403. checking for byteswap.h... yes
  404. checking whether // is distinct from /... (cached) no
  405. checking whether dup2 works... yes
  406. checking whether fflush works on input streams... (cached) no
  407. checking whether fcntl handles F_DUPFD correctly... yes
  408. checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
  409. checking for library containing fdatasync... none required
  410. checking whether fflush works on input streams... (cached) no
  411. checking whether conversion from 'int' to 'long double' works... yes
  412. checking for working POSIX fnmatch... yes
  413. checking whether fpurge is declared... no
  414. checking for fseeko... (cached) yes
  415. checking whether fflush works on input streams... (cached) no
  416. checking for _fseeki64... no
  417. checking for ftello... (cached) yes
  418. checking whether ftello works... (cached) yes
  419. checking whether __func__ is available... yes
  420. configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo
  421. checking for library containing getaddrinfo... none required
  422. checking for getaddrinfo... yes
  423. checking whether gai_strerror is declared... yes
  424. checking whether gai_strerrorA is declared... no
  425. checking for gai_strerror with POSIX signature... yes
  426. checking for struct sockaddr.sa_len... no
  427. checking whether getaddrinfo is declared... yes
  428. checking whether freeaddrinfo is declared... yes
  429. checking whether getnameinfo is declared... yes
  430. checking for struct addrinfo... yes
  431. checking for working getdelim function... yes
  432. checking for gethostname... yes
  433. checking for HOST_NAME_MAX... yes
  434. checking for getline... yes
  435. checking for working getline function... yes
  436. checking for getpass... yes
  437. checking whether gettimeofday clobbers localtime buffer... no
  438. checking for gettimeofday with POSIX signature... almost
  439. checking for library containing gethostbyname... (cached) none required
  440. checking for gethostbyname... (cached) yes
  441. checking for library containing inet_ntop... (cached) none required
  442. checking whether inet_ntop is declared... (cached) yes
  443. checking for library containing inet_pton... none required
  444. checking whether inet_pton is declared... yes
  445. checking for ioctl... yes
  446. checking for ioctl with POSIX signature... no
  447. checking whether langinfo.h defines CODESET... yes
  448. checking whether langinfo.h defines T_FMT_AMPM... yes
  449. checking whether langinfo.h defines ERA... yes
  450. checking whether langinfo.h defines YESEXPR... yes
  451. checking whether locale.h conforms to POSIX:2001... yes
  452. checking whether locale.h defines locale_t... yes
  453. checking whether struct lconv is properly defined... yes
  454. checking whether lseek detects pipes... yes
  455. checking for stdlib.h... (cached) yes
  456. checking for GNU libc compatible malloc... (cached) yes
  457. checking whether mbrtowc handles incomplete characters... yes
  458. checking whether mbrtowc works as well as mbtowc... guessing yes
  459. checking whether mbrtowc handles a NULL pwc argument... yes
  460. checking whether mbrtowc handles a NULL string argument... yes
  461. checking whether mbrtowc has a correct return value... yes
  462. checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
  463. checking whether mbrtowc handles incomplete characters... (cached) yes
  464. checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
  465. checking whether mbrtowc handles incomplete characters... (cached) yes
  466. checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
  467. checking whether mbsrtowcs works... yes
  468. checking for working mkstemp... yes
  469. checking for working mktime... yes
  470. checking for __mktime_internal... no
  471. checking whether <netinet/in.h> is self-contained... yes
  472. checking whether YESEXPR works... yes
  473. checking whether open recognizes a trailing slash... yes
  474. checking whether openpty is declared... yes
  475. checking for const-safe openpty signature... yes
  476. checking for struct msghdr.msg_accrights... no
  477. checking whether perror matches strerror... yes
  478. checking for sys/pstat.h... no
  479. checking for sys/sysmp.h... no
  480. checking for sys/sysinfo.h... yes
  481. checking for machine/hal_sysinfo.h... no
  482. checking for sys/table.h... no
  483. checking for sys/param.h... (cached) yes
  484. checking for sys/systemcfg.h... no
  485. checking for sys/sysctl.h... yes
  486. checking for pstat_getstatic... no
  487. checking for pstat_getdynamic... no
  488. checking for sysmp... no
  489. checking for getsysinfo... no
  490. checking for sysctl... yes
  491. checking for table... no
  492. checking for poll... yes
  493. checking for a shell that conforms to POSIX... /bin/sh
  494. checking for pthread_t... yes
  495. checking for pthread_spinlock_t... yes
  496. checking for library containing pthread_join... -lpthread
  497. checking for pthread_sigmask in -lpthread... yes
  498. checking whether pthread_sigmask returns error numbers... yes
  499. checking whether pthread_sigmask unblocks signals correctly... guessing yes
  500. checking for raise... yes
  501. checking for sigprocmask... yes
  502. checking for random.h... no
  503. checking for struct random_data... yes
  504. checking for random_r... yes
  505. checking for rawmemchr... yes
  506. checking whether readlink signature is correct... yes
  507. checking whether readlink handles trailing slash correctly... yes
  508. checking for working re_compile_pattern... (cached) yes
  509. checking whether select supports a 0 argument... yes
  510. checking for library containing getservbyname... (cached) none required
  511. checking for getservbyname... (cached) yes
  512. checking for struct sigaction.sa_sigaction... yes
  513. checking for volatile sig_atomic_t... yes
  514. checking for sighandler_t... yes
  515. checking for sigprocmask... (cached) yes
  516. checking for stdint.h... (cached) yes
  517. checking for SIZE_MAX... yes
  518. checking whether sleep is declared... yes
  519. checking for working sleep... yes
  520. checking for snprintf... (cached) yes
  521. checking whether snprintf respects a size of 1... yes
  522. checking whether printf supports POSIX/XSI format strings with positions... yes
  523. checking for library containing setsockopt... (cached) none needed
  524. checking for socklen_t... yes
  525. checking for ssize_t... yes
  526. checking whether stat handles trailing slashes on directories... yes
  527. checking whether stat handles trailing slashes on files... yes
  528. checking for working stdalign.h... yes
  529. checking for va_copy... yes
  530. checking whether NULL can be used in arbitrary expressions... (cached) yes
  531. checking for stpcpy... yes
  532. checking for strcasecmp... yes
  533. checking for strncasecmp... yes
  534. checking whether strncasecmp is declared... yes
  535. checking for strchrnul... yes
  536. checking whether strchrnul works... yes
  537. checking for working strerror function... yes
  538. checking for working strndup... yes
  539. checking for working strnlen... (cached) yes
  540. checking for strsep... yes
  541. checking for strtok_r... yes
  542. checking whether strtok_r works... yes
  543. checking whether <sys/ioctl.h> declares ioctl... yes
  544. checking whether <sys/select.h> is self-contained... (cached) yes
  545. checking whether <sys/socket.h> is self-contained... (cached) yes
  546. checking for shutdown... (cached) yes
  547. checking whether <sys/socket.h> defines the SHUT_* macros... (cached) yes
  548. checking for struct sockaddr_storage... (cached) yes
  549. checking for sa_family_t... (cached) yes
  550. checking for struct sockaddr_storage.ss_family... (cached) yes
  551. checking for nlink_t... (cached) yes
  552. checking for struct utsname... yes
  553. checking whether localtime_r is compatible with its POSIX signature... yes
  554. checking for ttyname_r... yes
  555. checking whether ttyname_r is compatible with its POSIX signature... yes
  556. checking whether ttyname_r works with small buffers... yes
  557. checking for uname... yes
  558. checking for useconds_t... yes
  559. checking whether usleep allows large arguments... yes
  560. checking for ptrdiff_t... yes
  561. checking for vasprintf... yes
  562. checking for vsnprintf... yes
  563. checking whether snprintf respects a size of 1... (cached) yes
  564. checking whether printf supports POSIX/XSI format strings with positions... (cached) yes
  565. checking whether mbrtowc handles incomplete characters... (cached) yes
  566. checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
  567. checking whether wcrtomb return value is correct... yes
  568. checking whether iswcntrl works... yes
  569. checking for towlower... yes
  570. checking for wctype_t... yes
  571. checking for wctrans_t... yes
  572. checking for stdint.h... (cached) yes
  573. checking for a traditional french locale... (cached) fr_FR
  574. checking for a french Unicode locale... (cached) fr_FR.UTF-8
  575. checking for a traditional french locale... (cached) fr_FR
  576. checking for a turkish Unicode locale... tr_TR.UTF-8
  577. checking for error_at_line... yes
  578. checking whether fdopen sets errno... yes
  579. checking whether getgroups handles negative values... yes
  580. checking for getpagesize... yes
  581. checking whether getpagesize is declared... yes
  582. checking for grantpt... yes
  583. checking whether byte ordering is bigendian... (cached) no
  584. checking whether byte ordering is bigendian... (cached) no
  585. checking whether the compiler generally respects inline... yes
  586. checking whether INT32_MAX < INTMAX_MAX... yes
  587. checking whether INT64_MAX == LONG_MAX... yes
  588. checking whether UINT32_MAX < UINTMAX_MAX... yes
  589. checking whether UINT64_MAX == ULONG_MAX... yes
  590. checking for setlocale... yes
  591. checking for uselocale... yes
  592. checking for a traditional french locale... (cached) fr_FR
  593. checking for a french Unicode locale... (cached) fr_FR.UTF-8
  594. checking for a traditional japanese locale... (cached) ja_JP
  595. checking for a transitional chinese locale... (cached) none
  596. checking for a french Unicode locale... (cached) fr_FR.UTF-8
  597. checking for a traditional french locale... (cached) fr_FR
  598. checking for a french Unicode locale... (cached) fr_FR.UTF-8
  599. checking for a traditional japanese locale... (cached) ja_JP
  600. checking for a transitional chinese locale... (cached) none
  601. checking for mmap... (cached) yes
  602. checking for MAP_ANONYMOUS... yes
  603. checking for a traditional french locale... (cached) fr_FR
  604. checking for a french Unicode locale... (cached) fr_FR.UTF-8
  605. checking whether posix_spawn_file_actions_addclose works... yes
  606. checking whether posix_spawn_file_actions_adddup2 works... yes
  607. checking whether posix_spawn_file_actions_addopen works... yes
  608. checking whether program_invocation_name is declared... yes
  609. checking whether program_invocation_short_name is declared... yes
  610. checking for ptsname... yes
  611. checking whether ptsname_r has the same signature as in glibc... yes
  612. checking for putenv compatible with GNU and SVID... yes
  613. checking for mmap... (cached) yes
  614. checking for MAP_ANONYMOUS... yes
  615. checking for stdlib.h... (cached) yes
  616. checking for GNU libc compatible realloc... (cached) yes
  617. checking whether setenv validates arguments... yes
  618. checking for a traditional french locale... (cached) fr_FR
  619. checking for a french Unicode locale... (cached) fr_FR.UTF-8
  620. checking for a traditional japanese locale... (cached) ja_JP
  621. checking for a transitional chinese locale... (cached) none
  622. checking for posix_spawnattr_t... yes
  623. checking for posix_spawn_file_actions_t... yes
  624. checking for struct stat.st_atim.tv_nsec... yes
  625. checking whether struct stat.st_atim is of type struct timespec... yes
  626. checking for struct stat.st_birthtimespec.tv_nsec... no
  627. checking for struct stat.st_birthtimensec... no
  628. checking for struct stat.st_birthtim.tv_nsec... no
  629. checking for wchar_t... (cached) yes
  630. checking for wint_t... (cached) yes
  631. checking for mmap... (cached) yes
  632. checking for MAP_ANONYMOUS... yes
  633. checking whether symlink handles trailing slash correctly... yes
  634. checking for pthread_atfork... yes
  635. checking for unlockpt... yes
  636. checking for unsetenv... yes
  637. checking for unsetenv() return type... int
  638. checking whether unsetenv obeys POSIX... yes
  639. checking for waitid... yes
  640. checking for a traditional french locale... (cached) fr_FR
  641. checking for a french Unicode locale... (cached) fr_FR.UTF-8
  642. checking for a traditional japanese locale... (cached) ja_JP
  643. checking for a transitional chinese locale... (cached) none
  644. checking whether wctob works... yes
  645. checking whether wctob is declared... yes
  646. checking for uid_t in sys/types.h... (cached) yes
  647. checking how to print strings... printf
  648. checking for a sed that does not truncate output... /bin/sed
  649. checking for fgrep... /bin/grep -F
  650. checking for ld used by x86_64-pc-linux-gnu-gcc -std=gnu99... /usr/x86_64-pc-linux-gnu/bin/ld
  651. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  652. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  653. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  654. checking whether ln -s works... yes
  655. checking the maximum length of command line arguments... 1572864
  656. checking whether the shell understands some XSI constructs... yes
  657. checking whether the shell understands "+="... yes
  658. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  659. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  660. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  661. checking for x86_64-pc-linux-gnu-objdump... objdump
  662. checking how to recognize dependent libraries... pass_all
  663. checking for x86_64-pc-linux-gnu-dlltool... dlltool
  664. checking how to associate runtime and link libraries... printf %s\n
  665. checking for x86_64-pc-linux-gnu-ar... (cached) x86_64-pc-linux-gnu-ar
  666. checking for archiver @FILE support... @
  667. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  668. checking for x86_64-pc-linux-gnu-ranlib... (cached) x86_64-pc-linux-gnu-ranlib
  669. checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc -std=gnu99 object... ok
  670. checking for sysroot... no
  671. checking for x86_64-pc-linux-gnu-mt... no
  672. checking for mt... mt
  673. checking if mt is a manifest tool... no
  674. checking for dlfcn.h... yes
  675. checking for objdir... .libs
  676. checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  677. checking for x86_64-pc-linux-gnu-gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  678. checking if x86_64-pc-linux-gnu-gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  679. checking if x86_64-pc-linux-gnu-gcc -std=gnu99 static flag -static works... yes
  680. checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o... yes
  681. checking if x86_64-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o... (cached) yes
  682. checking whether the x86_64-pc-linux-gnu-gcc -std=gnu99 linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  683. checking whether -lc should be explicitly linked in... no
  684. checking dynamic linker characteristics... GNU/Linux ld.so
  685. checking how to hardcode library paths into programs... immediate
  686. checking whether stripping libraries is possible... yes
  687. checking if libtool supports shared libraries... yes
  688. checking whether to build shared libraries... yes
  689. checking whether to build static libraries... no
  690. checking for ld used by x86_64-pc-linux-gnu-gcc -std=gnu99... (cached) /usr/x86_64-pc-linux-gnu/bin/ld
  691. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes
  692. checking for how to mark DSO non-deletable at runtime... -Wl,-z -Wl,nodelete
  693. checking for how to set DSO symbol versions... -Wl,--version-script=
  694. checking whether -Wno-missing-field-initializers is supported... yes
  695. checking whether -Wno-missing-field-initializers is needed... no
  696. checking whether C compiler handles -Wall... yes
  697. checking whether C compiler handles -W... yes
  698. checking whether C compiler handles -Wformat-y2k... yes
  699. checking whether C compiler handles -Wformat-security... yes
  700. checking whether C compiler handles -Winit-self... yes
  701. checking whether C compiler handles -Wmissing-include-dirs... yes
  702. checking whether C compiler handles -Wunused... yes
  703. checking whether C compiler handles -Wunknown-pragmas... yes
  704. checking whether C compiler handles -Wstrict-aliasing... yes
  705. checking whether C compiler handles -Wshadow... yes
  706. checking whether C compiler handles -Wpointer-arith... yes
  707. checking whether C compiler handles -Wbad-function-cast... yes
  708. checking whether C compiler handles -Wcast-align... yes
  709. checking whether C compiler handles -Wwrite-strings... yes
  710. checking whether C compiler handles -Wlogical-op... yes
  711. checking whether C compiler handles -Waggregate-return... yes
  712. checking whether C compiler handles -Wstrict-prototypes... yes
  713. checking whether C compiler handles -Wold-style-definition... yes
  714. checking whether C compiler handles -Wmissing-prototypes... yes
  715. checking whether C compiler handles -Wmissing-declarations... yes
  716. checking whether C compiler handles -Wmissing-noreturn... yes
  717. checking whether C compiler handles -Wmissing-format-attribute... yes
  718. checking whether C compiler handles -Wredundant-decls... yes
  719. checking whether C compiler handles -Wnested-externs... yes
  720. checking whether C compiler handles -Winline... yes
  721. checking whether C compiler handles -Winvalid-pch... yes
  722. checking whether C compiler handles -Wvolatile-register-var... yes
  723. checking whether C compiler handles -Wdisabled-optimization... yes
  724. checking whether C compiler handles -Wbuiltin-macro-redefined... yes
  725. checking whether C compiler handles -Wmudflap... yes
  726. checking whether C compiler handles -Wpacked-bitfield-compat... yes
  727. checking whether C compiler handles -Wsync-nand... yes
  728. checking whether C compiler handles -Wattributes... yes
  729. checking whether C compiler handles -Wcoverage-mismatch... yes
  730. checking whether C compiler handles -Wmultichar... yes
  731. checking whether C compiler handles -Wcpp... yes
  732. checking whether C compiler handles -Wdeprecated-declarations... yes
  733. checking whether C compiler handles -Wdiv-by-zero... yes
  734. checking whether C compiler handles -Wdouble-promotion... yes
  735. checking whether C compiler handles -Wendif-labels... yes
  736. checking whether C compiler handles -Wextra... yes
  737. checking whether C compiler handles -Wformat-contains-nul... yes
  738. checking whether C compiler handles -Wformat-extra-args... yes
  739. checking whether C compiler handles -Wformat-zero-length... yes
  740. checking whether C compiler handles -Wformat=2... yes
  741. checking whether C compiler handles -Wmultichar... (cached) yes
  742. checking whether C compiler handles -Wnormalized=nfc... yes
  743. checking whether C compiler handles -Woverflow... yes
  744. checking whether C compiler handles -Wpointer-to-int-cast... yes
  745. checking whether C compiler handles -Wpragmas... yes
  746. checking whether C compiler handles -Wsuggest-attribute=const... yes
  747. checking whether C compiler handles -Wsuggest-attribute=noreturn... yes
  748. checking whether C compiler handles -Wsuggest-attribute=pure... yes
  749. checking whether C compiler handles -Wtrampolines... yes
  750. checking whether C compiler handles -Wno-sign-compare... yes
  751. checking whether C compiler handles -Wjump-misses-init... yes
  752. checking whether C compiler handles -Wno-format-nonliteral... yes
  753. checking whether C compiler handles -Wframe-larger-than=4096... yes
  754. checking whether C compiler handles -fstack-protector-all... yes
  755. checking whether C compiler handles --param=ssp-buffer-size=4... yes
  756. checking whether C compiler handles -fexceptions... yes
  757. checking whether C compiler handles -fasynchronous-unwind-tables... yes
  758. checking whether C compiler handles -fdiagnostics-show-option... yes
  759. checking whether C compiler handles -funit-at-a-time... yes
  760. checking whether C compiler handles -fipa-pure-const... yes
  761. checking whether C compiler handles -Wno-suggest-attribute=pure... yes
  762. checking whether C compiler handles -Wno-suggest-attribute=const... yes
  763. checking whether C compiler handles -Wno-redundant-decls... yes
  764. checking for CPUID instruction... yes
  765. checking size of long... 8
  766. checking for pthread_mutexattr_init... yes
  767. checking for clock_gettime... yes
  768. checking for pwd.h... (cached) yes
  769. checking paths.h usability... yes
  770. checking paths.h presence... yes
  771. checking for paths.h... yes
  772. checking regex.h usability... yes
  773. checking regex.h presence... yes
  774. checking for regex.h... yes
  775. checking sys/un.h usability... yes
  776. checking sys/un.h presence... yes
  777. checking for sys/un.h... yes
  778. checking sys/poll.h usability... yes
  779. checking sys/poll.h presence... yes
  780. checking for sys/poll.h... yes
  781. checking syslog.h usability... yes
  782. checking syslog.h presence... yes
  783. checking for syslog.h... yes
  784. checking mntent.h usability... yes
  785. checking mntent.h presence... yes
  786. checking for mntent.h... yes
  787. checking net/ethernet.h usability... yes
  788. checking net/ethernet.h presence... yes
  789. checking for net/ethernet.h... yes
  790. checking linux/magic.h usability... yes
  791. checking linux/magic.h presence... yes
  792. checking for linux/magic.h... yes
  793. checking for sys/un.h... (cached) yes
  794. checking sys/syscall.h usability... yes
  795. checking sys/syscall.h presence... yes
  796. checking for sys/syscall.h... yes
  797. checking netinet/tcp.h usability... yes
  798. checking netinet/tcp.h presence... yes
  799. checking for netinet/tcp.h... yes
  800. checking ifaddrs.h usability... yes
  801. checking ifaddrs.h presence... yes
  802. checking for ifaddrs.h... yes
  803. checking libtasn1.h usability... yes
  804. checking libtasn1.h presence... yes
  805. checking for libtasn1.h... yes
  806. checking net/if.h usability... yes
  807. checking net/if.h presence... yes
  808. checking for net/if.h... yes
  809. checking for struct ifreq in net/if.h... yes
  810. checking for gettext in -lintl... no
  811. checking for rpcgen... /usr/bin/rpcgen
  812. checking for xmllint... /usr/bin/xmllint
  813. checking for xmlcatalog... /usr/bin/xmlcatalog
  814. checking for xsltproc... /usr/bin/xsltproc
  815. checking for augparse... /usr/bin/augparse
  816. checking for dnsmasq... dnsmasq
  817. checking for radvd... radvd
  818. checking for brctl... brctl
  819. checking for tc... tc
  820. checking for udevadm... /sbin/udevadm
  821. checking for udevsettle... no
  822. checking for modprobe... /sbin/modprobe
  823. checking for ovs-vsctl... ovs-vsctl
  824. checking for scrub... /usr/bin/scrub
  825. checking for init script flavor... check
  826. checking for whether to install sysctl config... yes
  827. checking for ip... /sbin/ip
  828. checking for iptables... /sbin/iptables
  829. checking for ip6tables... /sbin/ip6tables
  830. checking for ebtables... /sbin/ebtables
  831. checking for xdrmem_create in -lportablexdr... no
  832. checking for library containing xdrmem_create... none required
  833. checking for xdr_u_int64_t... no
  834. checking where to find <rpc/rpc.h>... none
  835. checking for dlfcn.h... (cached) yes
  836. checking for library containing dlopen... -ldl
  837. checking for xen_vm_start in -lxenserver... no
  838. checking linux/kvm.h usability... yes
  839. checking linux/kvm.h presence... yes
  840. checking for linux/kvm.h... yes
  841. checking linux/param.h usability... yes
  842. checking linux/param.h presence... yes
  843. checking for linux/param.h... yes
  844. checking linux/sockios.h usability... yes
  845. checking linux/sockios.h presence... yes
  846. checking for linux/sockios.h... yes
  847. checking linux/if_bridge.h usability... yes
  848. checking linux/if_bridge.h presence... yes
  849. checking for linux/if_bridge.h... yes
  850. checking linux/if_tun.h usability... yes
  851. checking linux/if_tun.h presence... yes
  852. checking for linux/if_tun.h... yes
  853. checking for x86_64-pc-linux-gnu-pkg-config... no
  854. checking for pkg-config... /usr/bin/pkg-config
  855. checking pkg-config is at least version 0.9.0... yes
  856. checking for LIBXML... yes
  857. checking for struct _xmlURI.query_raw... yes
  858. checking for GNUTLS... yes
  859. checking for DBUS... yes
  860. checking for dbus_watch_get_unix_fd... yes
  861. checking sys/apparmor.h usability... no
  862. checking sys/apparmor.h presence... no
  863. checking for sys/apparmor.h... no
  864. checking for aa_change_profile in -lapparmor... no
  865. checking for aa_change_hat in -lapparmor... no
  866. checking for dtrace... no
  867. checking readline/readline.h usability... yes
  868. checking readline/readline.h presence... yes
  869. checking for readline/readline.h... yes
  870. checking for readline in -lreadline... yes
  871. checking for mntent.h... (cached) yes
  872. checking for mount... /bin/mount
  873. checking for umount... /bin/umount
  874. checking for mkfs... /sbin/mkfs
  875. checking for showmount... no
  876. checking for LIBCURL... yes
  877. checking for OPENWSMAN... no
  878. configure: openwsman is required for the Hyper-V driver, disabling it
  879. checking for python... /usr/bin/python
  880. checking for python version... 2.7
  881. checking for python platform... linux2
  882. checking for python script directory... ${prefix}/lib64/python2.7/site-packages
  883. checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
  884. checking Whether to build test suite by default... no
  885. checking whether NLS is requested... yes
  886. checking for msgfmt... /usr/bin/msgfmt
  887. checking for gmsgfmt... /usr/bin/gmsgfmt
  888. checking for xgettext... /usr/bin/xgettext
  889. checking for msgmerge... /usr/bin/msgmerge
  890. checking for CFPreferencesCopyAppValue... (cached) no
  891. checking for CFLocaleCopyCurrent... (cached) no
  892. checking for GNU gettext in libc... yes
  893. checking whether to use NLS... yes
  894. checking where the gettext function comes from... libc
  895. checking for UDEV... yes
  896. checking for PCIACCESS... yes
  897. checking for BLKID... yes
  898. checking whether to compile with macvtap support... no
  899. checking for LIBNL... yes
  900. checking for LIBNL_ROUTE3... yes
  901. checking whether this build is done by a static analysis tool... no
  902. configure: creating ./config.status
  903. config.status: creating Makefile
  904. config.status: creating src/Makefile
  905. config.status: creating include/Makefile
  906. config.status: creating docs/Makefile
  907. config.status: creating docs/schemas/Makefile
  908. config.status: creating gnulib/lib/Makefile
  909. config.status: creating gnulib/tests/Makefile
  910. config.status: creating libvirt.pc
  911. config.status: WARNING: 'libvirt.pc.in' seems to ignore the --datarootdir setting
  912. config.status: creating libvirt.spec
  913. config.status: creating mingw32-libvirt.spec
  914. config.status: creating po/Makefile.in
  915. config.status: creating include/libvirt/Makefile
  916. config.status: creating include/libvirt/libvirt.h
  917. config.status: creating python/Makefile
  918. config.status: creating python/tests/Makefile
  919. config.status: creating daemon/Makefile
  920. config.status: creating tools/Makefile
  921. config.status: creating tests/Makefile
  922. config.status: creating examples/apparmor/Makefile
  923. config.status: creating examples/domain-events/events-c/Makefile
  924. config.status: creating examples/domsuspend/Makefile
  925. config.status: creating examples/dominfo/Makefile
  926. config.status: creating examples/openauth/Makefile
  927. config.status: creating examples/python/Makefile
  928. config.status: creating examples/hellolibvirt/Makefile
  929. config.status: creating examples/systemtap/Makefile
  930. config.status: creating examples/xml/nwfilter/Makefile
  931. config.status: creating config.h
  932. config.status: executing depfiles commands
  933. config.status: executing libtool commands
  934. config.status: executing po-directories commands
  935. config.status: creating po/POTFILES
  936. config.status: creating po/Makefile
  937. configure:
  938. configure: Configuration summary
  939. configure: =====================
  940. configure:
  941. configure: Drivers
  942. configure:
  943. configure: Xen: no
  944. configure: QEMU: no
  945. configure: UML: no
  946. configure: OpenVZ: no
  947. configure: VMware: yes
  948. configure: VBox: no
  949. configure: XenAPI: no
  950. configure: xenlight: no
  951. configure: LXC: yes
  952. configure: PHYP: no
  953. configure: ESX: yes
  954. configure: Hyper-V: no
  955. configure: Test: yes
  956. configure: Remote: yes
  957. configure: Network: no
  958. configure: Libvirtd: yes
  959. configure: netcf: no
  960. configure: macvtap: no
  961. configure: virtport: no
  962. configure:
  963. configure: Storage Drivers
  964. configure:
  965. configure: Dir: yes
  966. configure: FS: yes
  967. configure: NetFS: yes
  968. configure: LVM: no
  969. configure: iSCSI: no
  970. configure: SCSI: yes
  971. configure: mpath: no
  972. configure: Disk: no
  973. configure:
  974. configure: Security Drivers
  975. configure:
  976. configure: SELinux: no ()
  977. configure: AppArmor: no
  978. configure:
  979. configure: Driver Loadable Modules
  980. configure:
  981. configure: dlopen: no
  982. configure:
  983. configure: Libraries
  984. configure:
  985. configure: libxml: -I/usr/include/libxml2 -lxml2
  986. configure: dlopen: -ldl
  987. configure: libcurl: -DCURL_DISABLE_TYPECHECK -lcurl
  988. configure: openwsman: no
  989. configure: libssh2:
  990. configure: gnutls: -lgnutls -lgcrypt
  991. configure: sasl: no
  992. configure: yajl: no
  993. configure: sanlock: no
  994. configure: avahi: no
  995. configure: polkit: no
  996. configure: audit: no
  997. configure: selinux: no
  998. configure: apparmor: no
  999. configure: numactl: no
  1000. configure: capng: -lcap-ng
  1001. configure: xen: no
  1002. configure: xenapi: no
  1003. configure: xenlight: no
  1004. configure: hal: no
  1005. configure: udev: -ludev -lrt -lpciaccess
  1006. configure: netcf: no
  1007. configure: pcap: no
  1008. configure: nl: -I/usr/include/libnl3 -I/usr/include/libnl3 -lnl-3 -lnl-route-3 -lnl-3
  1009. configure: mscom: no
  1010. configure: xdr:
  1011. configure:
  1012. configure: Test suite
  1013. configure:
  1014. configure: Coverage: no
  1015. configure: Alloc OOM: no
  1016. configure:
  1017. configure: Miscellaneous
  1018. configure:
  1019. configure: Debug: no
  1020. configure: Use -Werror: no
  1021. configure: Warning Flags: -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const
  1022. configure: Readline: yes
  1023. configure: Python: yes
  1024. configure: DTrace: no
  1025. configure: numad: no
  1026. configure: XML Catalog: /etc/xml/catalog
  1027. configure: Init script: check
  1028. configure: Console locks: /var/lock
  1029. configure:
  1030. configure: Privileges
  1031. configure:
  1032. configure: QEMU: qemu:qemu
  1033. configure:
  1034. >>> Source configured.
  1035. >>> Compiling source in /tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12 ...
  1036. make -j24
  1037. make all-recursive
  1038. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12'
  1039. Making all in gnulib/lib
  1040. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/lib'
  1041. GEN alloca.h
  1042. GEN c++defs.h
  1043. GEN warn-on-use.h
  1044. GEN arg-nonnull.h
  1045. GEN configmake.h
  1046. GEN unused-parameter.h
  1047. GEN sys/types.h
  1048. GEN sys/uio.h
  1049. GEN langinfo.h
  1050. GEN poll.h
  1051. GEN pty.h
  1052. GEN signal.h
  1053. GEN stdio.h
  1054. GEN stdlib.h
  1055. GEN strings.h
  1056. GEN string.h
  1057. GEN sys/select.h
  1058. GEN sys/ioctl.h
  1059. GEN sys/socket.h
  1060. GEN sys/stat.h
  1061. GEN sys/time.h
  1062. GEN sys/utsname.h
  1063. GEN termios.h
  1064. GEN time.h
  1065. GEN sys/wait.h
  1066. GEN unistd.h
  1067. GEN wctype.h
  1068. GEN wchar.h
  1069. GEN fcntl.h
  1070. GEN locale.h
  1071. GEN netdb.h
  1072. GEN arpa/inet.h
  1073. make all-am
  1074. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/lib'
  1075. CC allocator.lo
  1076. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o allocator.lo allocator.c
  1077. CC areadlink.lo
  1078. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o areadlink.lo areadlink.c
  1079. CC base64.lo
  1080. CC c-ctype.lo
  1081. CC c-strcasecmp.lo
  1082. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o base64.lo base64.c
  1083. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o c-ctype.lo c-ctype.c
  1084. CC c-strncasecmp.lo
  1085. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o c-strcasecmp.lo c-strcasecmp.c
  1086. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o c-strncasecmp.lo c-strncasecmp.c
  1087. CC c-strcasestr.lo
  1088. CC careadlinkat.lo
  1089. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o c-strcasestr.lo c-strcasestr.c
  1090. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o careadlinkat.lo careadlinkat.c
  1091. CC cloexec.lo
  1092. CC md5.lo
  1093. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o cloexec.lo cloexec.c
  1094. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o md5.lo md5.c
  1095. CC dirname-lgpl.lo
  1096. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o dirname-lgpl.lo dirname-lgpl.c
  1097. CC basename-lgpl.lo
  1098. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o basename-lgpl.lo basename-lgpl.c
  1099. CC stripslash.lo
  1100. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o stripslash.lo stripslash.c
  1101. CC fd-hook.lo
  1102. CC freading.lo
  1103. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o fd-hook.lo fd-hook.c
  1104. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o freading.lo freading.c
  1105. CC localcharset.lo
  1106. CC lock.lo
  1107. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o localcharset.lo localcharset.c
  1108. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o lock.lo `test -f 'glthread/lock.c' || echo './'`glthread/lock.c
  1109. CC malloca.lo
  1110. CC nonblocking.lo
  1111. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o malloca.lo malloca.c
  1112. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o nonblocking.lo nonblocking.c
  1113. CC passfd.lo
  1114. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o passfd.lo passfd.c
  1115. CC physmem.lo
  1116. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o physmem.lo physmem.c
  1117. CC pipe2.lo
  1118. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o pipe2.lo pipe2.c
  1119. CC sockets.lo
  1120. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o sockets.lo sockets.c
  1121. CC strnlen1.lo
  1122. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o strnlen1.lo strnlen1.c
  1123. CC tempname.lo
  1124. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o tempname.lo tempname.c
  1125. CC threadlib.lo
  1126. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o threadlib.lo `test -f 'glthread/threadlib.c' || echo './'`glthread/threadlib.c
  1127. CC asnprintf.lo
  1128. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o asnprintf.lo asnprintf.c
  1129. CC fclose.lo
  1130. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o fclose.lo fclose.c
  1131. CC fcntl.lo
  1132. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o fcntl.lo fcntl.c
  1133. CC fflush.lo
  1134. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o fflush.lo fflush.c
  1135. CC fpurge.lo
  1136. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o fpurge.lo fpurge.c
  1137. CC fseek.lo
  1138. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o fseek.lo fseek.c
  1139. CC fseeko.lo
  1140. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o fseeko.lo fseeko.c
  1141. CC ioctl.lo
  1142. CC mktime.lo
  1143. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o ioctl.lo ioctl.c
  1144. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o mktime.lo mktime.c
  1145. CC printf-args.lo
  1146. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o printf-args.lo printf-args.c
  1147. CC printf-parse.lo
  1148. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o printf-parse.lo printf-parse.c
  1149. CC strerror_r.lo
  1150. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o strerror_r.lo strerror_r.c
  1151. CC vasnprintf.lo
  1152. /bin/sh ../../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -O2 -pipe -ggdb -march=native -ftracer -c -o vasnprintf.lo vasnprintf.c
  1153. GEN charset.alias
  1154. GEN ref-add.sed
  1155. GEN ref-del.sed
  1156. CCLD libgnu.la
  1157. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/lib'
  1158. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/lib'
  1159. Making all in include
  1160. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include'
  1161. Making all in libvirt
  1162. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include/libvirt'
  1163. make[3]: Nothing to be done for `all'.
  1164. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include/libvirt'
  1165. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include'
  1166. make[3]: Nothing to be done for `all-am'.
  1167. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include'
  1168. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include'
  1169. Making all in src
  1170. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src'
  1171. GEN libvirt.syms
  1172. GEN libvirt_qemu.def
  1173. GEN libvirt.def
  1174. make all-am
  1175. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src'
  1176. CC libvirt_util_la-bitmap.lo
  1177. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-bitmap.lo `test -f 'util/bitmap.c' || echo './'`util/bitmap.c
  1178. CC libvirt_util_la-buf.lo
  1179. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-buf.lo `test -f 'util/buf.c' || echo './'`util/buf.c
  1180. CC libvirt_util_la-command.lo
  1181. CC libvirt_util_la-conf.lo
  1182. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-command.lo `test -f 'util/command.c' || echo './'`util/command.c
  1183. CC libvirt_util_la-cgroup.lo
  1184. CC libvirt_util_la-event.lo
  1185. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-conf.lo `test -f 'util/conf.c' || echo './'`util/conf.c
  1186. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-cgroup.lo `test -f 'util/cgroup.c' || echo './'`util/cgroup.c
  1187. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-event.lo `test -f 'util/event.c' || echo './'`util/event.c
  1188. CC libvirt_util_la-event_poll.lo
  1189. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-event_poll.lo `test -f 'util/event_poll.c' || echo './'`util/event_poll.c
  1190. CC libvirt_util_la-hooks.lo
  1191. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-hooks.lo `test -f 'util/hooks.c' || echo './'`util/hooks.c
  1192. CC libvirt_util_la-iptables.lo
  1193. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-iptables.lo `test -f 'util/iptables.c' || echo './'`util/iptables.c
  1194. CC libvirt_util_la-ebtables.lo
  1195. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-ebtables.lo `test -f 'util/ebtables.c' || echo './'`util/ebtables.c
  1196. CC libvirt_util_la-dnsmasq.lo
  1197. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-dnsmasq.lo `test -f 'util/dnsmasq.c' || echo './'`util/dnsmasq.c
  1198. CC libvirt_util_la-json.lo
  1199. CC libvirt_util_la-logging.lo
  1200. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-json.lo `test -f 'util/json.c' || echo './'`util/json.c
  1201. CC libvirt_util_la-memory.lo
  1202. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-logging.lo `test -f 'util/logging.c' || echo './'`util/logging.c
  1203. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-memory.lo `test -f 'util/memory.c' || echo './'`util/memory.c
  1204. CC libvirt_util_la-pci.lo
  1205. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-pci.lo `test -f 'util/pci.c' || echo './'`util/pci.c
  1206. CC libvirt_util_la-processinfo.lo
  1207. CC libvirt_util_la-hostusb.lo
  1208. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-processinfo.lo `test -f 'util/processinfo.c' || echo './'`util/processinfo.c
  1209. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-hostusb.lo `test -f 'util/hostusb.c' || echo './'`util/hostusb.c
  1210. CC libvirt_util_la-sexpr.lo
  1211. CC libvirt_util_la-stats_linux.lo
  1212. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-sexpr.lo `test -f 'util/sexpr.c' || echo './'`util/sexpr.c
  1213. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-stats_linux.lo `test -f 'util/stats_linux.c' || echo './'`util/stats_linux.c
  1214. CC libvirt_util_la-storage_file.lo
  1215. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-storage_file.lo `test -f 'util/storage_file.c' || echo './'`util/storage_file.c
  1216. CC libvirt_util_la-sysinfo.lo
  1217. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-sysinfo.lo `test -f 'util/sysinfo.c' || echo './'`util/sysinfo.c
  1218. CC libvirt_util_la-threads.lo
  1219. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-threads.lo `test -f 'util/threads.c' || echo './'`util/threads.c
  1220. CC libvirt_util_la-threadpool.lo
  1221. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-threadpool.lo `test -f 'util/threadpool.c' || echo './'`util/threadpool.c
  1222. CC libvirt_util_la-uuid.lo
  1223. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-uuid.lo `test -f 'util/uuid.c' || echo './'`util/uuid.c
  1224. CC libvirt_util_la-util.lo
  1225. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-util.lo `test -f 'util/util.c' || echo './'`util/util.c
  1226. util/command.c: In function 'virCommandRun':
  1227. util/command.c:1972:17: warning: variable 'tmpfd' set but not used [-Wunused-but-set-variable]
  1228. util/command.c:2001:13: warning: variable 'tmpfd' set but not used [-Wunused-but-set-variable]
  1229. CC libvirt_util_la-viraudit.lo
  1230. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-viraudit.lo `test -f 'util/viraudit.c' || echo './'`util/viraudit.c
  1231. CC libvirt_util_la-virauth.lo
  1232. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virauth.lo `test -f 'util/virauth.c' || echo './'`util/virauth.c
  1233. CC libvirt_util_la-virauthconfig.lo
  1234. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virauthconfig.lo `test -f 'util/virauthconfig.c' || echo './'`util/virauthconfig.c
  1235. CC libvirt_util_la-virfile.lo
  1236. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virfile.lo `test -f 'util/virfile.c' || echo './'`util/virfile.c
  1237. CC libvirt_util_la-virnodesuspend.lo
  1238. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virnodesuspend.lo `test -f 'util/virnodesuspend.c' || echo './'`util/virnodesuspend.c
  1239. CC libvirt_util_la-virpidfile.lo
  1240. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virpidfile.lo `test -f 'util/virpidfile.c' || echo './'`util/virpidfile.c
  1241. CC libvirt_util_la-virtypedparam.lo
  1242. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virtypedparam.lo `test -f 'util/virtypedparam.c' || echo './'`util/virtypedparam.c
  1243. CC libvirt_util_la-xml.lo
  1244. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-xml.lo `test -f 'util/xml.c' || echo './'`util/xml.c
  1245. CC libvirt_util_la-virterror.lo
  1246. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virterror.lo `test -f 'util/virterror.c' || echo './'`util/virterror.c
  1247. CC libvirt_util_la-virdbus.lo
  1248. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virdbus.lo `test -f 'util/virdbus.c' || echo './'`util/virdbus.c
  1249. CC libvirt_util_la-virhash.lo
  1250. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virhash.lo `test -f 'util/virhash.c' || echo './'`util/virhash.c
  1251. CC libvirt_util_la-virhashcode.lo
  1252. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virhashcode.lo `test -f 'util/virhashcode.c' || echo './'`util/virhashcode.c
  1253. CC libvirt_util_la-virkeycode.lo
  1254. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virkeycode.lo `test -f 'util/virkeycode.c' || echo './'`util/virkeycode.c
  1255. CC libvirt_util_la-virkeyfile.lo
  1256. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virkeyfile.lo `test -f 'util/virkeyfile.c' || echo './'`util/virkeyfile.c
  1257. CC libvirt_util_la-virmacaddr.lo
  1258. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virmacaddr.lo `test -f 'util/virmacaddr.c' || echo './'`util/virmacaddr.c
  1259. CC libvirt_util_la-virnetdev.lo
  1260. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virnetdev.lo `test -f 'util/virnetdev.c' || echo './'`util/virnetdev.c
  1261. CC libvirt_util_la-virnetdevbandwidth.lo
  1262. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virnetdevbandwidth.lo `test -f 'util/virnetdevbandwidth.c' || echo './'`util/virnetdevbandwidth.c
  1263. CC libvirt_util_la-virnetdevbridge.lo
  1264. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virnetdevbridge.lo `test -f 'util/virnetdevbridge.c' || echo './'`util/virnetdevbridge.c
  1265. CC libvirt_util_la-virnetdevmacvlan.lo
  1266. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virnetdevmacvlan.lo `test -f 'util/virnetdevmacvlan.c' || echo './'`util/virnetdevmacvlan.c
  1267. CC libvirt_util_la-virnetdevopenvswitch.lo
  1268. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virnetdevopenvswitch.lo `test -f 'util/virnetdevopenvswitch.c' || echo './'`util/virnetdevopenvswitch.c
  1269. CC libvirt_util_la-virnetdevtap.lo
  1270. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virnetdevtap.lo `test -f 'util/virnetdevtap.c' || echo './'`util/virnetdevtap.c
  1271. CC libvirt_util_la-virnetdevveth.lo
  1272. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virnetdevveth.lo `test -f 'util/virnetdevveth.c' || echo './'`util/virnetdevveth.c
  1273. CC libvirt_util_la-virnetdevvportprofile.lo
  1274. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virnetdevvportprofile.lo `test -f 'util/virnetdevvportprofile.c' || echo './'`util/virnetdevvportprofile.c
  1275. CC libvirt_util_la-virnetlink.lo
  1276. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virnetlink.lo `test -f 'util/virnetlink.c' || echo './'`util/virnetlink.c
  1277. CC libvirt_util_la-virrandom.lo
  1278. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virrandom.lo `test -f 'util/virrandom.c' || echo './'`util/virrandom.c
  1279. CC libvirt_util_la-virsocketaddr.lo
  1280. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virsocketaddr.lo `test -f 'util/virsocketaddr.c' || echo './'`util/virsocketaddr.c
  1281. CC libvirt_util_la-virtime.lo
  1282. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-virtime.lo `test -f 'util/virtime.c' || echo './'`util/virtime.c
  1283. CC libvirt_util_la-viruri.lo
  1284. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_util_la-viruri.lo `test -f 'util/viruri.c' || echo './'`util/viruri.c
  1285. CC libvirt_conf_la-netdev_bandwidth_conf.lo
  1286. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_conf_la-netdev_bandwidth_conf.lo `test -f 'conf/netdev_bandwidth_conf.c' || echo './'`conf/netdev_bandwidth_conf.c
  1287. CC libvirt_conf_la-netdev_vport_profile_conf.lo
  1288. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_conf_la-netdev_vport_profile_conf.lo `test -f 'conf/netdev_vport_profile_conf.c' || echo './'`conf/netdev_vport_profile_conf.c
  1289. CC libvirt_conf_la-capabilities.lo
  1290. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_conf_la-capabilities.lo `test -f 'conf/capabilities.c' || echo './'`conf/capabilities.c
  1291. CC libvirt_conf_la-domain_conf.lo
  1292. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_conf_la-domain_conf.lo `test -f 'conf/domain_conf.c' || echo './'`conf/domain_conf.c
  1293. CC libvirt_conf_la-domain_audit.lo
  1294. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_conf_la-domain_audit.lo `test -f 'conf/domain_audit.c' || echo './'`conf/domain_audit.c
  1295. CC libvirt_conf_la-domain_nwfilter.lo
  1296. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_conf_la-domain_nwfilter.lo `test -f 'conf/domain_nwfilter.c' || echo './'`conf/domain_nwfilter.c
  1297. CC libvirt_conf_la-domain_event.lo
  1298. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_conf_la-domain_event.lo `test -f 'conf/domain_event.c' || echo './'`conf/domain_event.c
  1299. CC libvirt_conf_la-network_conf.lo
  1300. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_conf_la-network_conf.lo `test -f 'conf/network_conf.c' || echo './'`conf/network_conf.c
  1301. CC libvirt_conf_la-nwfilter_params.lo
  1302. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_conf_la-nwfilter_params.lo `test -f 'conf/nwfilter_params.c' || echo './'`conf/nwfilter_params.c
  1303. CC libvirt_conf_la-nwfilter_conf.lo
  1304. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_conf_la-nwfilter_conf.lo `test -f 'conf/nwfilter_conf.c' || echo './'`conf/nwfilter_conf.c
  1305. util/virnetlink.c: In function 'virNetlinkEventCallback':
  1306. util/virnetlink.c:287:29: warning: unused parameter 'watch' [-Wunused-parameter]
  1307. CC libvirt_conf_la-node_device_conf.lo
  1308. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_conf_la-node_device_conf.lo `test -f 'conf/node_device_conf.c' || echo './'`conf/node_device_conf.c
  1309. CC libvirt_conf_la-storage_conf.lo
  1310. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_conf_la-storage_conf.lo `test -f 'conf/storage_conf.c' || echo './'`conf/storage_conf.c
  1311. CC libvirt_conf_la-storage_encryption_conf.lo
  1312. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_conf_la-storage_encryption_conf.lo `test -f 'conf/storage_encryption_conf.c' || echo './'`conf/storage_encryption_conf.c
  1313. CC libvirt_conf_la-interface_conf.lo
  1314. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_conf_la-interface_conf.lo `test -f 'conf/interface_conf.c' || echo './'`conf/interface_conf.c
  1315. CC libvirt_conf_la-secret_conf.lo
  1316. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_conf_la-secret_conf.lo `test -f 'conf/secret_conf.c' || echo './'`conf/secret_conf.c
  1317. CC libvirt_conf_la-cpu_conf.lo
  1318. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_conf_la-cpu_conf.lo `test -f 'conf/cpu_conf.c' || echo './'`conf/cpu_conf.c
  1319. CC libvirt_conf_la-virconsole.lo
  1320. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_conf_la-virconsole.lo `test -f 'conf/virconsole.c' || echo './'`conf/virconsole.c
  1321. CC libvirt_cpu_la-cpu.lo
  1322. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_cpu_la-cpu.lo `test -f 'cpu/cpu.c' || echo './'`cpu/cpu.c
  1323. CC libvirt_cpu_la-cpu_generic.lo
  1324. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_cpu_la-cpu_generic.lo `test -f 'cpu/cpu_generic.c' || echo './'`cpu/cpu_generic.c
  1325. CC libvirt_cpu_la-cpu_x86.lo
  1326. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_cpu_la-cpu_x86.lo `test -f 'cpu/cpu_x86.c' || echo './'`cpu/cpu_x86.c
  1327. CC libvirt_cpu_la-cpu_map.lo
  1328. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_cpu_la-cpu_map.lo `test -f 'cpu/cpu_map.c' || echo './'`cpu/cpu_map.c
  1329. CC libvirt_cpu_la-cpu_powerpc.lo
  1330. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_cpu_la-cpu_powerpc.lo `test -f 'cpu/cpu_powerpc.c' || echo './'`cpu/cpu_powerpc.c
  1331. CC libvirt_vmx_la-vmx.lo
  1332. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_vmx_la-vmx.lo `test -f 'vmx/vmx.c' || echo './'`vmx/vmx.c
  1333. CC libvirt_driver_la-driver.lo
  1334. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_la-driver.lo `test -f 'driver.c' || echo './'`driver.c
  1335. CC libvirt_driver_la-datatypes.lo
  1336. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_la-datatypes.lo `test -f 'datatypes.c' || echo './'`datatypes.c
  1337. CC libvirt_driver_la-fdstream.lo
  1338. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_la-fdstream.lo `test -f 'fdstream.c' || echo './'`fdstream.c
  1339. CC libvirt_driver_la-nodeinfo.lo
  1340. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_la-nodeinfo.lo `test -f 'nodeinfo.c' || echo './'`nodeinfo.c
  1341. CC libvirt_driver_la-libvirt.lo
  1342. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_la-libvirt.lo `test -f 'libvirt.c' || echo './'`libvirt.c
  1343. CC libvirt_driver_la-lock_manager.lo
  1344. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_la-lock_manager.lo `test -f 'locking/lock_manager.c' || echo './'`locking/lock_manager.c
  1345. CC libvirt_driver_la-lock_driver_nop.lo
  1346. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_la-lock_driver_nop.lo `test -f 'locking/lock_driver_nop.c' || echo './'`locking/lock_driver_nop.c
  1347. CC libvirt_driver_la-domain_lock.lo
  1348. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_la-domain_lock.lo `test -f 'locking/domain_lock.c' || echo './'`locking/domain_lock.c
  1349. CC libvirt_driver_test_la-test_driver.lo
  1350. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_test_la-test_driver.lo `test -f 'test/test_driver.c' || echo './'`test/test_driver.c
  1351. CC libvirt_driver_remote_la-remote_driver.lo
  1352. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I../src/rpc -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_remote_la-remote_driver.lo `test -f 'remote/remote_driver.c' || echo './'`remote/remote_driver.c
  1353. CC libvirt_driver_remote_la-remote_protocol.lo
  1354. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I../src/rpc -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_remote_la-remote_protocol.lo `test -f './remote/remote_protocol.c' || echo './'`./remote/remote_protocol.c
  1355. CC libvirt_driver_remote_la-qemu_protocol.lo
  1356. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I../src/rpc -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_remote_la-qemu_protocol.lo `test -f './remote/qemu_protocol.c' || echo './'`./remote/qemu_protocol.c
  1357. CC libvirt_net_rpc_client_la-virnetclientprogram.lo
  1358. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_net_rpc_client_la-virnetclientprogram.lo `test -f 'rpc/virnetclientprogram.c' || echo './'`rpc/virnetclientprogram.c
  1359. CC libvirt_net_rpc_client_la-virnetclientstream.lo
  1360. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_net_rpc_client_la-virnetclientstream.lo `test -f 'rpc/virnetclientstream.c' || echo './'`rpc/virnetclientstream.c
  1361. CC libvirt_net_rpc_client_la-virnetclient.lo
  1362. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_net_rpc_client_la-virnetclient.lo `test -f 'rpc/virnetclient.c' || echo './'`rpc/virnetclient.c
  1363. CC libvirt_net_rpc_server_la-virnetserverprogram.lo
  1364. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_net_rpc_server_la-virnetserverprogram.lo `test -f 'rpc/virnetserverprogram.c' || echo './'`rpc/virnetserverprogram.c
  1365. libvirt.c: In function 'virDomainGetConnect':
  1366. libvirt.c:1946:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1367. libvirt.c: In function 'virDomainDestroy':
  1368. libvirt.c:2236:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1369. libvirt.c: In function 'virDomainDestroyFlags':
  1370. libvirt.c:2302:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1371. libvirt.c: In function 'virDomainFree':
  1372. libvirt.c:2345:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1373. libvirt.c: In function 'virDomainRef':
  1374. libvirt.c:2387:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1375. libvirt.c: In function 'virDomainSuspend':
  1376. libvirt.c:2411:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1377. libvirt.c: In function 'virDomainResume':
  1378. libvirt.c:2457:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1379. libvirt.c: In function 'virDomainPMSuspendForDuration':
  1380. libvirt.c:2516:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1381. libvirt.c: In function 'virDomainPMWakeup':
  1382. libvirt.c:2567:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1383. libvirt.c: In function 'virDomainSave':
  1384. libvirt.c:2620:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1385. libvirt.c: In function 'virDomainSaveFlags':
  1386. libvirt.c:2712:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1387. libvirt.c: In function 'virDomainCoreDump':
  1388. libvirt.c:3093:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1389. libvirt.c: In function 'virDomainScreenshot':
  1390. libvirt.c:3186:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1391. libvirt.c: In function 'virDomainShutdown':
  1392. libvirt.c:3245:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1393. libvirt.c: In function 'virDomainShutdownFlags':
  1394. libvirt.c:3304:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1395. libvirt.c: In function 'virDomainReboot':
  1396. libvirt.c:3365:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1397. libvirt.c: In function 'virDomainReset':
  1398. libvirt.c:3422:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1399. libvirt.c: In function 'virDomainGetUUID':
  1400. libvirt.c:3489:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1401. libvirt.c: In function 'virDomainGetUUIDString':
  1402. libvirt.c:3524:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1403. libvirt.c: In function 'virDomainGetID':
  1404. libvirt.c:3560:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1405. libvirt.c: In function 'virDomainGetOSType':
  1406. libvirt.c:3586:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1407. libvirt.c: In function 'virDomainGetMaxMemory':
  1408. libvirt.c:3629:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1409. libvirt.c: In function 'virDomainSetMaxMemory':
  1410. libvirt.c:3682:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1411. libvirt.c: In function 'virDomainSetMemory':
  1412. libvirt.c:3736:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1413. libvirt.c: In function 'virDomainSetMemoryFlags':
  1414. libvirt.c:3803:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1415. libvirt.c: In function 'virDomainSetMemoryParameters':
  1416. libvirt.c:3905:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1417. libvirt.c: In function 'virDomainGetMemoryParameters':
  1418. libvirt.c:3985:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1419. libvirt.c: In function 'virDomainSetNumaParameters':
  1420. libvirt.c:4046:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1421. libvirt.c: In function 'virDomainGetNumaParameters':
  1422. libvirt.c:4119:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1423. libvirt.c: In function 'virDomainSetBlkioParameters':
  1424. libvirt.c:4175:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1425. libvirt.c: In function 'virDomainGetBlkioParameters':
  1426. libvirt.c:4246:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1427. libvirt.c: In function 'virDomainGetInfo':
  1428. libvirt.c:4302:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1429. libvirt.c: In function 'virDomainGetState':
  1430. libvirt.c:4357:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1431. libvirt.c: In function 'virDomainGetControlInfo':
  1432. libvirt.c:4404:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1433. libvirt.c: In function 'virDomainGetXMLDesc':
  1434. libvirt.c:4461:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1435. libvirt.c: In function 'virDomainMigrateVersion1':
  1436. libvirt.c:4636:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1437. libvirt.c: In function 'virDomainMigrateVersion2':
  1438. libvirt.c:4729:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1439. libvirt.c: In function 'virDomainMigrateVersion3':
  1440. libvirt.c:4868:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1441. libvirt.c: In function 'virDomainMigratePeer2Peer':
  1442. libvirt.c:5051:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1443. CC libvirt_net_rpc_server_la-virnetserverservice.lo
  1444. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_net_rpc_server_la-virnetserverservice.lo `test -f 'rpc/virnetserverservice.c' || echo './'`rpc/virnetserverservice.c
  1445. libvirt.c: In function 'virDomainMigrateDirect':
  1446. libvirt.c:5134:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1447. libvirt.c: In function 'virDomainMigrate':
  1448. libvirt.c:5260:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1449. libvirt.c: In function 'virDomainMigrate2':
  1450. libvirt.c:5465:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1451. libvirt.c: In function 'virDomainMigrateToURI':
  1452. libvirt.c:5651:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1453. libvirt.c: In function 'virDomainMigrateToURI2':
  1454. libvirt.c:5790:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1455. libvirt.c: In function 'virDomainMigratePerform':
  1456. libvirt.c:5904:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1457. libvirt.c: In function 'virDomainMigrateBegin3':
  1458. libvirt.c:6152:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1459. libvirt.c: In function 'virDomainMigratePerform3':
  1460. libvirt.c:6327:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1461. libvirt.c: In function 'virDomainMigrateConfirm3':
  1462. libvirt.c:6432:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1463. libvirt.c: In function 'virDomainGetSchedulerType':
  1464. libvirt.c:6836:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1465. libvirt.c: In function 'virDomainGetSchedulerParameters':
  1466. libvirt.c:6888:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1467. libvirt.c: In function 'virDomainGetSchedulerParametersFlags':
  1468. libvirt.c:6959:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1469. libvirt.c: In function 'virDomainSetSchedulerParameters':
  1470. libvirt.c:7023:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1471. libvirt.c: In function 'virDomainSetSchedulerParametersFlags':
  1472. libvirt.c:7088:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1473. libvirt.c: In function 'virDomainBlockStats':
  1474. libvirt.c:7163:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1475. libvirt.c: In function 'virDomainBlockStatsFlags':
  1476. libvirt.c:7239:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1477. libvirt.c: In function 'virDomainInterfaceStats':
  1478. libvirt.c:7303:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1479. libvirt.c: In function 'virDomainSetInterfaceParameters':
  1480. libvirt.c:7361:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1481. libvirt.c: In function 'virDomainGetInterfaceParameters':
  1482. libvirt.c:7436:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1483. libvirt.c: In function 'virDomainMemoryStats':
  1484. libvirt.c:7511:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1485. libvirt.c: In function 'virDomainBlockPeek':
  1486. libvirt.c:7595:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1487. libvirt.c: In function 'virDomainBlockResize':
  1488. libvirt.c:7676:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1489. libvirt.c: In function 'virDomainMemoryPeek':
  1490. libvirt.c:7754:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1491. libvirt.c: In function 'virDomainGetBlockInfo':
  1492. libvirt.c:7848:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1493. libvirt.c: In function 'virDomainUndefine':
  1494. libvirt.c:7959:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1495. libvirt.c: In function 'virDomainUndefineFlags':
  1496. libvirt.c:8019:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1497. libvirt.c: In function 'virDomainCreate':
  1498. libvirt.c:8145:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1499. libvirt.c: In function 'virDomainCreateWithFlags':
  1500. libvirt.c:8212:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1501. libvirt.c: In function 'virDomainGetAutostart':
  1502. libvirt.c:8259:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1503. libvirt.c: In function 'virDomainSetAutostart':
  1504. libvirt.c:8306:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1505. libvirt.c: In function 'virDomainInjectNMI':
  1506. libvirt.c:8351:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1507. libvirt.c: In function 'virDomainSendKey':
  1508. libvirt.c:8405:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1509. libvirt.c: In function 'virDomainSetVcpus':
  1510. libvirt.c:8467:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1511. libvirt.c: In function 'virDomainSetVcpusFlags':
  1512. libvirt.c:8539:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1513. libvirt.c: In function 'virDomainGetVcpusFlags':
  1514. libvirt.c:8609:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1515. libvirt.c: In function 'virDomainPinVcpu':
  1516. libvirt.c:8670:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1517. libvirt.c: In function 'virDomainPinVcpuFlags':
  1518. libvirt.c:8746:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1519. libvirt.c: In function 'virDomainGetVcpuPinInfo':
  1520. libvirt.c:8815:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1521. libvirt.c: In function 'virDomainGetVcpus':
  1522. libvirt.c:8892:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1523. libvirt.c: In function 'virDomainGetMaxVcpus':
  1524. libvirt.c:8953:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1525. libvirt.c: In function 'virDomainGetSecurityLabel':
  1526. libvirt.c:8996:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1527. libvirt.c: In function 'virDomainSetMetadata':
  1528. libvirt.c:9069:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1529. libvirt.c: In function 'virDomainGetMetadata':
  1530. libvirt.c:9156:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1531. libvirt.c: In function 'virDomainAttachDevice':
  1532. libvirt.c:9265:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1533. libvirt.c: In function 'virDomainAttachDeviceFlags':
  1534. libvirt.c:9331:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1535. libvirt.c: In function 'virDomainDetachDevice':
  1536. libvirt.c:9382:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1537. libvirt.c: In function 'virDomainDetachDeviceFlags':
  1538. libvirt.c:9448:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1539. libvirt.c: In function 'virDomainUpdateDeviceFlags':
  1540. libvirt.c:9514:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1541. CC libvirt_net_rpc_server_la-virnetserverclient.lo
  1542. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_net_rpc_server_la-virnetserverclient.lo `test -f 'rpc/virnetserverclient.c' || echo './'`rpc/virnetserverclient.c
  1543. CC libvirt_net_rpc_server_la-virnetserver.lo
  1544. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_net_rpc_server_la-virnetserver.lo `test -f 'rpc/virnetserver.c' || echo './'`rpc/virnetserver.c
  1545. libvirt.c: In function 'virDomainIsPersistent':
  1546. libvirt.c:15559:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1547. libvirt.c: In function 'virDomainIsUpdated':
  1548. libvirt.c:15592:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1549. libvirt.c: In function 'virDomainGetJobInfo':
  1550. libvirt.c:16478:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1551. libvirt.c: In function 'virDomainAbortJob':
  1552. libvirt.c:16527:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1553. libvirt.c: In function 'virDomainMigrateSetMaxDowntime':
  1554. libvirt.c:16578:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1555. libvirt.c: In function 'virDomainMigrateSetMaxSpeed':
  1556. libvirt.c:16625:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1557. libvirt.c: In function 'virDomainMigrateGetMaxSpeed':
  1558. libvirt.c:16671:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1559. libvirt.c: In function 'virConnectDomainEventRegisterAny':
  1560. libvirt.c:16747:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1561. libvirt.c: In function 'virDomainManagedSave':
  1562. libvirt.c:16855:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1563. libvirt.c: In function 'virDomainHasManagedSaveImage':
  1564. libvirt.c:16909:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1565. libvirt.c: In function 'virDomainManagedSaveRemove':
  1566. libvirt.c:16950:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1567. libvirt.c: In function 'virDomainSnapshotCreateXML':
  1568. libvirt.c:17153:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1569. libvirt.c: In function 'virDomainSnapshotNum':
  1570. libvirt.c:17286:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1571. libvirt.c: In function 'virDomainSnapshotListNames':
  1572. libvirt.c:17342:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1573. libvirt.c: In function 'virDomainSnapshotLookupByName':
  1574. libvirt.c:17509:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1575. libvirt.c: In function 'virDomainHasCurrentSnapshot':
  1576. libvirt.c:17554:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1577. libvirt.c: In function 'virDomainSnapshotCurrent':
  1578. libvirt.c:17596:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1579. libvirt.c: In function 'virDomainOpenConsole':
  1580. libvirt.c:17887:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1581. libvirt.c: In function 'virDomainBlockJobAbort':
  1582. libvirt.c:17963:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1583. libvirt.c: In function 'virDomainGetBlockJobInfo':
  1584. libvirt.c:18024:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1585. libvirt.c: In function 'virDomainBlockJobSetSpeed':
  1586. libvirt.c:18087:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1587. libvirt.c: In function 'virDomainBlockPull':
  1588. libvirt.c:18162:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1589. libvirt.c: In function 'virDomainBlockRebase':
  1590. libvirt.c:18284:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1591. libvirt.c: In function 'virDomainOpenGraphics':
  1592. libvirt.c:18368:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1593. libvirt.c: In function 'virDomainSetBlockIoTune':
  1594. libvirt.c:18543:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1595. libvirt.c: In function 'virDomainGetBlockIoTune':
  1596. libvirt.c:18625:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1597. libvirt.c: In function 'virDomainGetCPUStats':
  1598. libvirt.c:18753:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1599. libvirt.c: In function 'virDomainGetDiskErrors':
  1600. libvirt.c:18838:1: warning: variable '_domname' set but not used [-Wunused-but-set-variable]
  1601. CC libvirt_net_rpc_la-virnetmessage.lo
  1602. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_net_rpc_la-virnetmessage.lo `test -f 'rpc/virnetmessage.c' || echo './'`rpc/virnetmessage.c
  1603. CC libvirt_net_rpc_la-virnetprotocol.lo
  1604. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_net_rpc_la-virnetprotocol.lo `test -f 'rpc/virnetprotocol.c' || echo './'`rpc/virnetprotocol.c
  1605. CC libvirt_net_rpc_la-virnetsocket.lo
  1606. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_net_rpc_la-virnetsocket.lo `test -f 'rpc/virnetsocket.c' || echo './'`rpc/virnetsocket.c
  1607. CC libvirt_net_rpc_la-virnettlscontext.lo
  1608. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_net_rpc_la-virnettlscontext.lo `test -f 'rpc/virnettlscontext.c' || echo './'`rpc/virnettlscontext.c
  1609. CC libvirt_net_rpc_la-virkeepaliveprotocol.lo
  1610. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_net_rpc_la-virkeepaliveprotocol.lo `test -f 'rpc/virkeepaliveprotocol.c' || echo './'`rpc/virkeepaliveprotocol.c
  1611. CC libvirt_net_rpc_la-virkeepalive.lo
  1612. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_net_rpc_la-virkeepalive.lo `test -f 'rpc/virkeepalive.c' || echo './'`rpc/virkeepalive.c
  1613. CC libvirt_driver_vmware_la-vmware_driver.lo
  1614. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I../src/vmx -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_vmware_la-vmware_driver.lo `test -f 'vmware/vmware_driver.c' || echo './'`vmware/vmware_driver.c
  1615. CC libvirt_driver_vmware_la-vmware_conf.lo
  1616. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I../src/vmx -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_vmware_la-vmware_conf.lo `test -f 'vmware/vmware_conf.c' || echo './'`vmware/vmware_conf.c
  1617. CC libvirt_driver_esx_la-esx_driver.lo
  1618. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -DCURL_DISABLE_TYPECHECK -I../src/conf -I../src/vmx -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_esx_la-esx_driver.lo `test -f 'esx/esx_driver.c' || echo './'`esx/esx_driver.c
  1619. CC libvirt_driver_esx_la-esx_interface_driver.lo
  1620. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -DCURL_DISABLE_TYPECHECK -I../src/conf -I../src/vmx -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_esx_la-esx_interface_driver.lo `test -f 'esx/esx_interface_driver.c' || echo './'`esx/esx_interface_driver.c
  1621. CC libvirt_driver_esx_la-esx_network_driver.lo
  1622. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -DCURL_DISABLE_TYPECHECK -I../src/conf -I../src/vmx -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_esx_la-esx_network_driver.lo `test -f 'esx/esx_network_driver.c' || echo './'`esx/esx_network_driver.c
  1623. CC libvirt_driver_esx_la-esx_storage_driver.lo
  1624. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -DCURL_DISABLE_TYPECHECK -I../src/conf -I../src/vmx -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_esx_la-esx_storage_driver.lo `test -f 'esx/esx_storage_driver.c' || echo './'`esx/esx_storage_driver.c
  1625. CC libvirt_driver_esx_la-esx_device_monitor.lo
  1626. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -DCURL_DISABLE_TYPECHECK -I../src/conf -I../src/vmx -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_esx_la-esx_device_monitor.lo `test -f 'esx/esx_device_monitor.c' || echo './'`esx/esx_device_monitor.c
  1627. CC libvirt_driver_esx_la-esx_secret_driver.lo
  1628. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -DCURL_DISABLE_TYPECHECK -I../src/conf -I../src/vmx -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_esx_la-esx_secret_driver.lo `test -f 'esx/esx_secret_driver.c' || echo './'`esx/esx_secret_driver.c
  1629. CC libvirt_driver_esx_la-esx_nwfilter_driver.lo
  1630. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -DCURL_DISABLE_TYPECHECK -I../src/conf -I../src/vmx -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_esx_la-esx_nwfilter_driver.lo `test -f 'esx/esx_nwfilter_driver.c' || echo './'`esx/esx_nwfilter_driver.c
  1631. CC libvirt_driver_esx_la-esx_util.lo
  1632. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -DCURL_DISABLE_TYPECHECK -I../src/conf -I../src/vmx -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_esx_la-esx_util.lo `test -f 'esx/esx_util.c' || echo './'`esx/esx_util.c
  1633. CC libvirt_driver_esx_la-esx_vi.lo
  1634. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -DCURL_DISABLE_TYPECHECK -I../src/conf -I../src/vmx -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_esx_la-esx_vi.lo `test -f 'esx/esx_vi.c' || echo './'`esx/esx_vi.c
  1635. CC libvirt_driver_esx_la-esx_vi_methods.lo
  1636. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -DCURL_DISABLE_TYPECHECK -I../src/conf -I../src/vmx -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_esx_la-esx_vi_methods.lo `test -f 'esx/esx_vi_methods.c' || echo './'`esx/esx_vi_methods.c
  1637. CC libvirt_driver_esx_la-esx_vi_types.lo
  1638. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -DCURL_DISABLE_TYPECHECK -I../src/conf -I../src/vmx -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_esx_la-esx_vi_types.lo `test -f 'esx/esx_vi_types.c' || echo './'`esx/esx_vi_types.c
  1639. CC libvirt_driver_nwfilter_la-nwfilter_driver.lo
  1640. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_nwfilter_la-nwfilter_driver.lo `test -f 'nwfilter/nwfilter_driver.c' || echo './'`nwfilter/nwfilter_driver.c
  1641. CC libvirt_driver_nwfilter_la-nwfilter_gentech_driver.lo
  1642. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_nwfilter_la-nwfilter_gentech_driver.lo `test -f 'nwfilter/nwfilter_gentech_driver.c' || echo './'`nwfilter/nwfilter_gentech_driver.c
  1643. CC libvirt_driver_nwfilter_la-nwfilter_ebiptables_driver.lo
  1644. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_nwfilter_la-nwfilter_ebiptables_driver.lo `test -f 'nwfilter/nwfilter_ebiptables_driver.c' || echo './'`nwfilter/nwfilter_ebiptables_driver.c
  1645. CC libvirt_driver_nwfilter_la-nwfilter_learnipaddr.lo
  1646. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libnl3 -I/usr/include/libnl3 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_nwfilter_la-nwfilter_learnipaddr.lo `test -f 'nwfilter/nwfilter_learnipaddr.c' || echo './'`nwfilter/nwfilter_learnipaddr.c
  1647. CC libvirt_driver_security_la-security_driver.lo
  1648. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_security_la-security_driver.lo `test -f 'security/security_driver.c' || echo './'`security/security_driver.c
  1649. CC libvirt_driver_security_la-security_nop.lo
  1650. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_security_la-security_nop.lo `test -f 'security/security_nop.c' || echo './'`security/security_nop.c
  1651. CC libvirt_driver_security_la-security_stack.lo
  1652. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_security_la-security_stack.lo `test -f 'security/security_stack.c' || echo './'`security/security_stack.c
  1653. CC libvirt_driver_security_la-security_dac.lo
  1654. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_security_la-security_dac.lo `test -f 'security/security_dac.c' || echo './'`security/security_dac.c
  1655. CC libvirt_driver_security_la-security_manager.lo
  1656. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_security_la-security_manager.lo `test -f 'security/security_manager.c' || echo './'`security/security_manager.c
  1657. CC libvirt_qemu_la-libvirt-qemu.lo
  1658. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_qemu_la-libvirt-qemu.lo `test -f 'libvirt-qemu.c' || echo './'`libvirt-qemu.c
  1659. CC libvirt_driver_lxc_la-lxc_conf.lo
  1660. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_lxc_la-lxc_conf.lo `test -f 'lxc/lxc_conf.c' || echo './'`lxc/lxc_conf.c
  1661. CC libvirt_driver_lxc_la-lxc_container.lo
  1662. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_lxc_la-lxc_container.lo `test -f 'lxc/lxc_container.c' || echo './'`lxc/lxc_container.c
  1663. CC libvirt_driver_lxc_la-lxc_driver.lo
  1664. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_lxc_la-lxc_driver.lo `test -f 'lxc/lxc_driver.c' || echo './'`lxc/lxc_driver.c
  1665. CC libvirt_driver_secret_la-secret_driver.lo
  1666. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_secret_la-secret_driver.lo `test -f 'secret/secret_driver.c' || echo './'`secret/secret_driver.c
  1667. CC libvirt_driver_storage_la-storage_driver.lo
  1668. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_storage_la-storage_driver.lo `test -f 'storage/storage_driver.c' || echo './'`storage/storage_driver.c
  1669. CC libvirt_driver_storage_la-storage_backend.lo
  1670. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_storage_la-storage_backend.lo `test -f 'storage/storage_backend.c' || echo './'`storage/storage_backend.c
  1671. CC libvirt_driver_storage_la-storage_backend_fs.lo
  1672. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_storage_la-storage_backend_fs.lo `test -f 'storage/storage_backend_fs.c' || echo './'`storage/storage_backend_fs.c
  1673. CC libvirt_driver_storage_la-storage_backend_scsi.lo
  1674. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_storage_la-storage_backend_scsi.lo `test -f 'storage/storage_backend_scsi.c' || echo './'`storage/storage_backend_scsi.c
  1675. CC libvirt_driver_nodedev_la-node_device_driver.lo
  1676. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_nodedev_la-node_device_driver.lo `test -f 'node_device/node_device_driver.c' || echo './'`node_device/node_device_driver.c
  1677. CC libvirt_driver_nodedev_la-node_device_linux_sysfs.lo
  1678. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_nodedev_la-node_device_linux_sysfs.lo `test -f 'node_device/node_device_linux_sysfs.c' || echo './'`node_device/node_device_linux_sysfs.c
  1679. CC libvirt_driver_nodedev_la-node_device_udev.lo
  1680. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_driver_nodedev_la-node_device_udev.lo `test -f 'node_device/node_device_udev.c' || echo './'`node_device/node_device_udev.c
  1681. CC libvirt_iohelper-iohelper.o
  1682. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_iohelper-iohelper.o `test -f 'util/iohelper.c' || echo './'`util/iohelper.c
  1683. lxc/lxc_driver.c: In function 'lxcVmCleanup':
  1684. lxc/lxc_driver.c:1146:9: warning: statement with no effect [-Wunused-value]
  1685. lxc/lxc_driver.c: In function 'lxcSetupInterfaces':
  1686. lxc/lxc_driver.c:1401:13: warning: statement with no effect [-Wunused-value]
  1687. CC libvirt_lxc-lxc_conf.o
  1688. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-lxc_conf.o `test -f 'lxc/lxc_conf.c' || echo './'`lxc/lxc_conf.c
  1689. CC libvirt_lxc-lxc_container.o
  1690. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-lxc_container.o `test -f 'lxc/lxc_container.c' || echo './'`lxc/lxc_container.c
  1691. CC libvirt_lxc-lxc_controller.o
  1692. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-lxc_controller.o `test -f 'lxc/lxc_controller.c' || echo './'`lxc/lxc_controller.c
  1693. CC libvirt_lxc-bitmap.o
  1694. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-bitmap.o `test -f 'util/bitmap.c' || echo './'`util/bitmap.c
  1695. CC libvirt_lxc-buf.o
  1696. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-buf.o `test -f 'util/buf.c' || echo './'`util/buf.c
  1697. lxc/lxc_controller.c: In function 'lxcEpollIO':
  1698. lxc/lxc_controller.c:945:28: warning: unused parameter 'watch' [-Wunused-parameter]
  1699. lxc/lxc_controller.c:945:39: warning: unused parameter 'fd' [-Wunused-parameter]
  1700. lxc/lxc_controller.c:945:47: warning: unused parameter 'events' [-Wunused-parameter]
  1701. CC libvirt_lxc-command.o
  1702. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-command.o `test -f 'util/command.c' || echo './'`util/command.c
  1703. CC libvirt_lxc-conf.o
  1704. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-conf.o `test -f 'util/conf.c' || echo './'`util/conf.c
  1705. CC libvirt_lxc-cgroup.o
  1706. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-cgroup.o `test -f 'util/cgroup.c' || echo './'`util/cgroup.c
  1707. CC libvirt_lxc-event.o
  1708. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-event.o `test -f 'util/event.c' || echo './'`util/event.c
  1709. CC libvirt_lxc-event_poll.o
  1710. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-event_poll.o `test -f 'util/event_poll.c' || echo './'`util/event_poll.c
  1711. util/command.c: In function 'virCommandRun':
  1712. util/command.c:1972:17: warning: variable 'tmpfd' set but not used [-Wunused-but-set-variable]
  1713. util/command.c:2001:13: warning: variable 'tmpfd' set but not used [-Wunused-but-set-variable]
  1714. CC libvirt_lxc-hooks.o
  1715. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-hooks.o `test -f 'util/hooks.c' || echo './'`util/hooks.c
  1716. CC libvirt_lxc-iptables.o
  1717. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-iptables.o `test -f 'util/iptables.c' || echo './'`util/iptables.c
  1718. CC libvirt_lxc-ebtables.o
  1719. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-ebtables.o `test -f 'util/ebtables.c' || echo './'`util/ebtables.c
  1720. CC libvirt_lxc-dnsmasq.o
  1721. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-dnsmasq.o `test -f 'util/dnsmasq.c' || echo './'`util/dnsmasq.c
  1722. CC libvirt_lxc-json.o
  1723. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-json.o `test -f 'util/json.c' || echo './'`util/json.c
  1724. CC libvirt_lxc-logging.o
  1725. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-logging.o `test -f 'util/logging.c' || echo './'`util/logging.c
  1726. CC libvirt_lxc-memory.o
  1727. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-memory.o `test -f 'util/memory.c' || echo './'`util/memory.c
  1728. CC libvirt_lxc-pci.o
  1729. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-pci.o `test -f 'util/pci.c' || echo './'`util/pci.c
  1730. CC libvirt_lxc-processinfo.o
  1731. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-processinfo.o `test -f 'util/processinfo.c' || echo './'`util/processinfo.c
  1732. CC libvirt_lxc-hostusb.o
  1733. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-hostusb.o `test -f 'util/hostusb.c' || echo './'`util/hostusb.c
  1734. CC libvirt_lxc-sexpr.o
  1735. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-sexpr.o `test -f 'util/sexpr.c' || echo './'`util/sexpr.c
  1736. CC libvirt_lxc-stats_linux.o
  1737. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-stats_linux.o `test -f 'util/stats_linux.c' || echo './'`util/stats_linux.c
  1738. CC libvirt_lxc-storage_file.o
  1739. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-storage_file.o `test -f 'util/storage_file.c' || echo './'`util/storage_file.c
  1740. CC libvirt_lxc-sysinfo.o
  1741. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-sysinfo.o `test -f 'util/sysinfo.c' || echo './'`util/sysinfo.c
  1742. CC libvirt_lxc-threads.o
  1743. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-threads.o `test -f 'util/threads.c' || echo './'`util/threads.c
  1744. CC libvirt_lxc-threadpool.o
  1745. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-threadpool.o `test -f 'util/threadpool.c' || echo './'`util/threadpool.c
  1746. CC libvirt_lxc-uuid.o
  1747. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-uuid.o `test -f 'util/uuid.c' || echo './'`util/uuid.c
  1748. CC libvirt_lxc-util.o
  1749. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-util.o `test -f 'util/util.c' || echo './'`util/util.c
  1750. CC libvirt_lxc-viraudit.o
  1751. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-viraudit.o `test -f 'util/viraudit.c' || echo './'`util/viraudit.c
  1752. CC libvirt_lxc-virauth.o
  1753. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virauth.o `test -f 'util/virauth.c' || echo './'`util/virauth.c
  1754. CC libvirt_lxc-virauthconfig.o
  1755. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virauthconfig.o `test -f 'util/virauthconfig.c' || echo './'`util/virauthconfig.c
  1756. CC libvirt_lxc-virfile.o
  1757. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virfile.o `test -f 'util/virfile.c' || echo './'`util/virfile.c
  1758. CC libvirt_lxc-virnodesuspend.o
  1759. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virnodesuspend.o `test -f 'util/virnodesuspend.c' || echo './'`util/virnodesuspend.c
  1760. CC libvirt_lxc-virpidfile.o
  1761. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virpidfile.o `test -f 'util/virpidfile.c' || echo './'`util/virpidfile.c
  1762. CC libvirt_lxc-virtypedparam.o
  1763. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virtypedparam.o `test -f 'util/virtypedparam.c' || echo './'`util/virtypedparam.c
  1764. CC libvirt_lxc-xml.o
  1765. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-xml.o `test -f 'util/xml.c' || echo './'`util/xml.c
  1766. CC libvirt_lxc-virterror.o
  1767. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virterror.o `test -f 'util/virterror.c' || echo './'`util/virterror.c
  1768. CC libvirt_lxc-virdbus.o
  1769. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virdbus.o `test -f 'util/virdbus.c' || echo './'`util/virdbus.c
  1770. CC libvirt_lxc-virhash.o
  1771. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virhash.o `test -f 'util/virhash.c' || echo './'`util/virhash.c
  1772. CC libvirt_lxc-virhashcode.o
  1773. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virhashcode.o `test -f 'util/virhashcode.c' || echo './'`util/virhashcode.c
  1774. CC libvirt_lxc-virkeycode.o
  1775. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virkeycode.o `test -f 'util/virkeycode.c' || echo './'`util/virkeycode.c
  1776. CC libvirt_lxc-virkeyfile.o
  1777. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virkeyfile.o `test -f 'util/virkeyfile.c' || echo './'`util/virkeyfile.c
  1778. CC libvirt_lxc-virmacaddr.o
  1779. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virmacaddr.o `test -f 'util/virmacaddr.c' || echo './'`util/virmacaddr.c
  1780. CC libvirt_lxc-virnetdev.o
  1781. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virnetdev.o `test -f 'util/virnetdev.c' || echo './'`util/virnetdev.c
  1782. CC libvirt_lxc-virnetdevbandwidth.o
  1783. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virnetdevbandwidth.o `test -f 'util/virnetdevbandwidth.c' || echo './'`util/virnetdevbandwidth.c
  1784. CC libvirt_lxc-virnetdevbridge.o
  1785. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virnetdevbridge.o `test -f 'util/virnetdevbridge.c' || echo './'`util/virnetdevbridge.c
  1786. CC libvirt_lxc-virnetdevmacvlan.o
  1787. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virnetdevmacvlan.o `test -f 'util/virnetdevmacvlan.c' || echo './'`util/virnetdevmacvlan.c
  1788. CC libvirt_lxc-virnetdevopenvswitch.o
  1789. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virnetdevopenvswitch.o `test -f 'util/virnetdevopenvswitch.c' || echo './'`util/virnetdevopenvswitch.c
  1790. CC libvirt_lxc-virnetdevtap.o
  1791. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virnetdevtap.o `test -f 'util/virnetdevtap.c' || echo './'`util/virnetdevtap.c
  1792. CC libvirt_lxc-virnetdevveth.o
  1793. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virnetdevveth.o `test -f 'util/virnetdevveth.c' || echo './'`util/virnetdevveth.c
  1794. CC libvirt_lxc-virnetdevvportprofile.o
  1795. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virnetdevvportprofile.o `test -f 'util/virnetdevvportprofile.c' || echo './'`util/virnetdevvportprofile.c
  1796. CC libvirt_lxc-virnetlink.o
  1797. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virnetlink.o `test -f 'util/virnetlink.c' || echo './'`util/virnetlink.c
  1798. CC libvirt_lxc-virrandom.o
  1799. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virrandom.o `test -f 'util/virrandom.c' || echo './'`util/virrandom.c
  1800. CC libvirt_lxc-virsocketaddr.o
  1801. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virsocketaddr.o `test -f 'util/virsocketaddr.c' || echo './'`util/virsocketaddr.c
  1802. CC libvirt_lxc-virtime.o
  1803. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-virtime.o `test -f 'util/virtime.c' || echo './'`util/virtime.c
  1804. CC libvirt_lxc-viruri.o
  1805. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-viruri.o `test -f 'util/viruri.c' || echo './'`util/viruri.c
  1806. CC libvirt_lxc-nodeinfo.o
  1807. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-nodeinfo.o `test -f 'nodeinfo.c' || echo './'`nodeinfo.c
  1808. CC libvirt_lxc-storage_encryption_conf.o
  1809. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-storage_encryption_conf.o `test -f 'conf/storage_encryption_conf.c' || echo './'`conf/storage_encryption_conf.c
  1810. CC libvirt_lxc-netdev_bandwidth_conf.o
  1811. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-netdev_bandwidth_conf.o `test -f 'conf/netdev_bandwidth_conf.c' || echo './'`conf/netdev_bandwidth_conf.c
  1812. CC libvirt_lxc-netdev_vport_profile_conf.o
  1813. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-netdev_vport_profile_conf.o `test -f 'conf/netdev_vport_profile_conf.c' || echo './'`conf/netdev_vport_profile_conf.c
  1814. CC libvirt_lxc-capabilities.o
  1815. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-capabilities.o `test -f 'conf/capabilities.c' || echo './'`conf/capabilities.c
  1816. CC libvirt_lxc-domain_conf.o
  1817. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-domain_conf.o `test -f 'conf/domain_conf.c' || echo './'`conf/domain_conf.c
  1818. util/virnetlink.c: In function 'virNetlinkEventCallback':
  1819. util/virnetlink.c:287:29: warning: unused parameter 'watch' [-Wunused-parameter]
  1820. CC libvirt_lxc-domain_audit.o
  1821. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-domain_audit.o `test -f 'conf/domain_audit.c' || echo './'`conf/domain_audit.c
  1822. CC libvirt_lxc-domain_nwfilter.o
  1823. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-domain_nwfilter.o `test -f 'conf/domain_nwfilter.c' || echo './'`conf/domain_nwfilter.c
  1824. CC libvirt_lxc-secret_conf.o
  1825. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-secret_conf.o `test -f 'conf/secret_conf.c' || echo './'`conf/secret_conf.c
  1826. CC libvirt_lxc-cpu_conf.o
  1827. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-cpu_conf.o `test -f 'conf/cpu_conf.c' || echo './'`conf/cpu_conf.c
  1828. CC libvirt_lxc-security_driver.o
  1829. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-security_driver.o `test -f 'security/security_driver.c' || echo './'`security/security_driver.c
  1830. CC libvirt_lxc-security_nop.o
  1831. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-security_nop.o `test -f 'security/security_nop.c' || echo './'`security/security_nop.c
  1832. CC libvirt_lxc-security_stack.o
  1833. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-security_stack.o `test -f 'security/security_stack.c' || echo './'`security/security_stack.c
  1834. CC libvirt_lxc-security_dac.o
  1835. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-security_dac.o `test -f 'security/security_dac.c' || echo './'`security/security_dac.c
  1836. CC libvirt_lxc-security_manager.o
  1837. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-security_manager.o `test -f 'security/security_manager.c' || echo './'`security/security_manager.c
  1838. CC libvirt_lxc-nwfilter_params.o
  1839. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src/util -DIN_LIBVIRT -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/libnl3 -I/usr/include/libnl3 -I../src/conf -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/blkid -I/usr/include/uuid -O2 -pipe -ggdb -march=native -ftracer -c -o libvirt_lxc-nwfilter_params.o `test -f 'conf/nwfilter_params.c' || echo './'`conf/nwfilter_params.c
  1840. CCLD libvirt_util.la
  1841. CCLD libvirt_cpu.la
  1842. CCLD libvirt_vmx.la
  1843. CCLD libvirt_driver_test.la
  1844. CCLD libvirt-net-rpc-client.la
  1845. CCLD libvirt-net-rpc-server.la
  1846. CCLD libvirt-net-rpc.la
  1847. CCLD libvirt_driver_vmware.la
  1848. CCLD libvirt_driver_nwfilter.la
  1849. CCLD libvirt_driver_security.la
  1850. CCLD libvirt_driver_lxc.la
  1851. CCLD libvirt_driver_secret.la
  1852. CCLD libvirt_driver_storage.la
  1853. CCLD libvirt_driver_nodedev.la
  1854. CCLD libvirt_iohelper
  1855. CCLD libvirt_driver_remote.la
  1856. CCLD libvirt_driver.la
  1857. CCLD libvirt_conf.la
  1858. CCLD libvirt_driver_esx.la
  1859. CCLD libvirt.la
  1860. CCLD libvirt_test.la
  1861. CCLD libvirt-qemu.la
  1862. CCLD libvirt_lxc
  1863. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src'
  1864. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src'
  1865. Making all in daemon
  1866. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/daemon'
  1867. sed \
  1868. -e 's![@]localstatedir[@]!/var!g' \
  1869. < libvirtd.qemu.logrotate.in > libvirtd.qemu.logrotate-t
  1870. sed \
  1871. -e 's![@]localstatedir[@]!/var!g' \
  1872. < libvirtd.logrotate.in > libvirtd.logrotate-t
  1873. GEN libvirtd.lxc.logrotate
  1874. GEN libvirtd.uml.logrotate
  1875. mv libvirtd.qemu.logrotate-t libvirtd.qemu.logrotate
  1876. mv libvirtd.logrotate-t libvirtd.logrotate
  1877. make all-am
  1878. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/daemon'
  1879. CC libvirtd-libvirtd.o
  1880. CC libvirtd-libvirtd-config.o
  1881. CC libvirtd-remote.o
  1882. CC libvirtd-stream.o
  1883. CC libvirtd-remote_protocol.o
  1884. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src -I../src -I../src/util -I../src/conf -I../src/rpc -I../src/remote -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -DQEMUD_PID_FILE="\"\"" -DREMOTE_PID_FILE="\"\"" -O2 -pipe -ggdb -march=native -ftracer -c -o libvirtd-libvirtd.o `test -f 'libvirtd.c' || echo './'`libvirtd.c
  1885. CC libvirtd-qemu_protocol.o
  1886. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src -I../src -I../src/util -I../src/conf -I../src/rpc -I../src/remote -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -DQEMUD_PID_FILE="\"\"" -DREMOTE_PID_FILE="\"\"" -O2 -pipe -ggdb -march=native -ftracer -c -o libvirtd-libvirtd-config.o `test -f 'libvirtd-config.c' || echo './'`libvirtd-config.c
  1887. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src -I../src -I../src/util -I../src/conf -I../src/rpc -I../src/remote -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -DQEMUD_PID_FILE="\"\"" -DREMOTE_PID_FILE="\"\"" -O2 -pipe -ggdb -march=native -ftracer -c -o libvirtd-remote.o `test -f 'remote.c' || echo './'`remote.c
  1888. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src -I../src -I../src/util -I../src/conf -I../src/rpc -I../src/remote -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -DQEMUD_PID_FILE="\"\"" -DREMOTE_PID_FILE="\"\"" -O2 -pipe -ggdb -march=native -ftracer -c -o libvirtd-stream.o `test -f 'stream.c' || echo './'`stream.c
  1889. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src -I../src -I../src/util -I../src/conf -I../src/rpc -I../src/remote -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -DQEMUD_PID_FILE="\"\"" -DREMOTE_PID_FILE="\"\"" -O2 -pipe -ggdb -march=native -ftracer -c -o libvirtd-remote_protocol.o `test -f '../src/remote/remote_protocol.c' || echo './'`../src/remote/remote_protocol.c
  1890. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../gnulib/lib -I../gnulib/lib -I../include -I../include -I../src -I../src -I../src/util -I../src/conf -I../src/rpc -I../src/remote -I/usr/include/libxml2 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -DQEMUD_PID_FILE="\"\"" -DREMOTE_PID_FILE="\"\"" -O2 -pipe -ggdb -march=native -ftracer -c -o libvirtd-qemu_protocol.o `test -f '../src/remote/qemu_protocol.c' || echo './'`../src/remote/qemu_protocol.c
  1891. sed \
  1892. -e 's![@]sysconfdir[@]!/etc!g' \
  1893. -e 's![@]localstatedir[@]!/var!g' \
  1894. -e 's![@]remote_pid_file[@]!!g' \
  1895. < libvirtd.8.in > libvirtd.8-t
  1896. mv libvirtd.8-t libvirtd.8
  1897. CCLD libvirtd
  1898. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/daemon'
  1899. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/daemon'
  1900. Making all in tools
  1901. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tools'
  1902. GEN virsh-net-edit.c
  1903. GEN virsh-pool-edit.c
  1904. make all-am
  1905. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tools'
  1906. CC virsh-console.o
  1907. CC virsh-virsh.o
  1908. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../gnulib/lib -I../gnulib/lib -I../src -I../src -I../src/util -I.. -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/libxml2 -DUSE_READLINE -O2 -pipe -ggdb -march=native -ftracer -c -o virsh-console.o `test -f 'console.c' || echo './'`console.c
  1909. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../gnulib/lib -I../gnulib/lib -I../src -I../src -I../src/util -I.. -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -I/usr/include/libxml2 -DUSE_READLINE -O2 -pipe -ggdb -march=native -ftracer -c -o virsh-virsh.o `test -f 'virsh.c' || echo './'`virsh.c
  1910. CC virt_host_validate-virt-host-validate.o
  1911. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../gnulib/lib -I../gnulib/lib -I../src -I../src -I../src/util -I.. -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o virt_host_validate-virt-host-validate.o `test -f 'virt-host-validate.c' || echo './'`virt-host-validate.c
  1912. CC virt_host_validate-virt-host-validate-common.o
  1913. CC virt_host_validate-virt-host-validate-qemu.o
  1914. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../gnulib/lib -I../gnulib/lib -I../src -I../src -I../src/util -I.. -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o virt_host_validate-virt-host-validate-common.o `test -f 'virt-host-validate-common.c' || echo './'`virt-host-validate-common.c
  1915. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../gnulib/lib -I../gnulib/lib -I../src -I../src -I../src/util -I.. -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o virt_host_validate-virt-host-validate-qemu.o `test -f 'virt-host-validate-qemu.c' || echo './'`virt-host-validate-qemu.c
  1916. CC virt_host_validate-virt-host-validate-lxc.o
  1917. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I../gnulib/lib -I../gnulib/lib -I../src -I../src -I../src/util -I.. -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o virt_host_validate-virt-host-validate-lxc.o `test -f 'virt-host-validate-lxc.c' || echo './'`virt-host-validate-lxc.c
  1918. GEN virt-xml-validate
  1919. GEN virt-pki-validate
  1920. CCLD virt-host-validate
  1921. CCLD virsh
  1922. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tools'
  1923. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tools'
  1924. Making all in docs
  1925. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  1926. make all-recursive
  1927. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  1928. Making all in schemas
  1929. make[4]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs/schemas'
  1930. make[4]: Nothing to be done for `all'.
  1931. make[4]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs/schemas'
  1932. make[4]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  1933. GEN apibuild.py.stamp
  1934. touch apibuild.py.stamp
  1935. make[4]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  1936. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  1937. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  1938. Making all in gnulib/tests
  1939. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  1940. GEN c++defs.h
  1941. GEN warn-on-use.h
  1942. GEN test-posix_spawn1.sh
  1943. GEN arg-nonnull.h
  1944. GEN test-posix_spawn2.sh
  1945. GEN unused-parameter.h
  1946. GEN inttypes.h
  1947. GEN spawn.h
  1948. make all-recursive
  1949. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  1950. Making all in .
  1951. make[4]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  1952. make[4]: Nothing to be done for `all-am'.
  1953. make[4]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  1954. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  1955. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  1956. Making all in python
  1957. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/python'
  1958. Making all in .
  1959. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/python'
  1960. GEN generator.py.stamp
  1961. Found 338 functions in libvirt-api.xml
  1962. Found 1 functions in libvirt-override-api.xml
  1963. Generated 298 wrapper functions
  1964. Found 2 functions in libvirt-qemu-api.xml
  1965. Found 0 functions in libvirt-qemu-override-api.xml
  1966. Generated 2 wrapper functions
  1967. CC libvirtmod_la-libvirt-override.lo
  1968. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -I../gnulib/lib -I../gnulib/lib -I../src -I../src -I../src/util -I../include -I../include -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -Wno-redundant-decls -O2 -pipe -ggdb -march=native -ftracer -c -o libvirtmod_la-libvirt-override.lo `test -f 'libvirt-override.c' || echo './'`libvirt-override.c
  1969. CC libvirtmod_la-typewrappers.lo
  1970. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -I../gnulib/lib -I../gnulib/lib -I../src -I../src -I../src/util -I../include -I../include -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -Wno-redundant-decls -O2 -pipe -ggdb -march=native -ftracer -c -o libvirtmod_la-typewrappers.lo `test -f 'typewrappers.c' || echo './'`typewrappers.c
  1971. CC libvirtmod_la-libvirt.lo
  1972. CC libvirtmod_qemu_la-libvirt-qemu-override.lo
  1973. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -I../gnulib/lib -I../gnulib/lib -I../src -I../src -I../src/util -I../include -I../include -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -Wno-redundant-decls -O2 -pipe -ggdb -march=native -ftracer -c -o libvirtmod_la-libvirt.lo `test -f 'libvirt.c' || echo './'`libvirt.c
  1974. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -I../gnulib/lib -I../gnulib/lib -I../src -I../src -I../src/util -I../include -I../include -Wno-redundant-decls -O2 -pipe -ggdb -march=native -ftracer -c -o libvirtmod_qemu_la-libvirt-qemu-override.lo `test -f 'libvirt-qemu-override.c' || echo './'`libvirt-qemu-override.c
  1975. CC libvirtmod_qemu_la-typewrappers.lo
  1976. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -I../gnulib/lib -I../gnulib/lib -I../src -I../src -I../src/util -I../include -I../include -Wno-redundant-decls -O2 -pipe -ggdb -march=native -ftracer -c -o libvirtmod_qemu_la-typewrappers.lo `test -f 'typewrappers.c' || echo './'`typewrappers.c
  1977. CC libvirtmod_qemu_la-libvirt-qemu.lo
  1978. /bin/sh ../libtool --silent --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -I../gnulib/lib -I../gnulib/lib -I../src -I../src -I../src/util -I../include -I../include -Wno-redundant-decls -O2 -pipe -ggdb -march=native -ftracer -c -o libvirtmod_qemu_la-libvirt-qemu.lo `test -f 'libvirt-qemu.c' || echo './'`libvirt-qemu.c
  1979. CCLD libvirtmod_qemu.la
  1980. CCLD libvirtmod.la
  1981. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/python'
  1982. Making all in tests
  1983. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/python/tests'
  1984. make[3]: Nothing to be done for `all'.
  1985. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/python/tests'
  1986. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/python'
  1987. Making all in tests
  1988. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tests'
  1989. make[2]: Nothing to be done for `all'.
  1990. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tests'
  1991. Making all in po
  1992. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/po'
  1993. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/po'
  1994. Making all in examples/domain-events/events-c
  1995. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/domain-events/events-c'
  1996. CC event_test-event-test.o
  1997. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../include -I../../../gnulib/lib -I../../../gnulib/lib -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o event_test-event-test.o `test -f 'event-test.c' || echo './'`event-test.c
  1998. CCLD event-test
  1999. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/domain-events/events-c'
  2000. Making all in examples/hellolibvirt
  2001. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/hellolibvirt'
  2002. CC hellolibvirt-hellolibvirt.o
  2003. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o hellolibvirt-hellolibvirt.o `test -f 'hellolibvirt.c' || echo './'`hellolibvirt.c
  2004. CCLD hellolibvirt
  2005. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/hellolibvirt'
  2006. Making all in examples/dominfo
  2007. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/dominfo'
  2008. CC info1.o
  2009. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -O2 -pipe -ggdb -march=native -ftracer -c info1.c
  2010. CCLD info1
  2011. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/dominfo'
  2012. Making all in examples/domsuspend
  2013. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/domsuspend'
  2014. CC suspend.o
  2015. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -O2 -pipe -ggdb -march=native -ftracer -c suspend.c
  2016. CCLD suspend
  2017. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/domsuspend'
  2018. Making all in examples/python
  2019. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/python'
  2020. make[2]: Nothing to be done for `all'.
  2021. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/python'
  2022. Making all in examples/apparmor
  2023. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/apparmor'
  2024. make[2]: Nothing to be done for `all'.
  2025. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/apparmor'
  2026. Making all in examples/xml/nwfilter
  2027. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/xml/nwfilter'
  2028. make[2]: Nothing to be done for `all'.
  2029. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/xml/nwfilter'
  2030. Making all in examples/openauth
  2031. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/openauth'
  2032. CC openauth-openauth.o
  2033. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -c -o openauth-openauth.o `test -f 'openauth.c' || echo './'`openauth.c
  2034. CCLD openauth
  2035. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/openauth'
  2036. Making all in examples/systemtap
  2037. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/systemtap'
  2038. make[2]: Nothing to be done for `all'.
  2039. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/systemtap'
  2040. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12'
  2041. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12'
  2042. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12'
  2043. >>> Source compiled.
  2044. make -j24 check
  2045. GEN public-submodule-commit
  2046. Making check in gnulib/lib
  2047. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/lib'
  2048. make check-am
  2049. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/lib'
  2050. make[2]: Nothing to be done for `check-am'.
  2051. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/lib'
  2052. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/lib'
  2053. Making check in include
  2054. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include'
  2055. Making check in libvirt
  2056. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include/libvirt'
  2057. make[2]: Nothing to be done for `check'.
  2058. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include/libvirt'
  2059. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include'
  2060. make[2]: Nothing to be done for `check-am'.
  2061. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include'
  2062. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include'
  2063. Making check in src
  2064. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src'
  2065. make check-am
  2066. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src'
  2067. make check-local
  2068. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src'
  2069. GEN remote_protocol-structs
  2070. GEN qemu_protocol-structs
  2071. WARNING: you lack pdwtags; skipping the remote_protocol-structs test
  2072. WARNING: install the dwarves package to get pdwtags
  2073. WARNING: you lack pdwtags; skipping the qemu_protocol-structs test
  2074. WARNING: install the dwarves package to get pdwtags
  2075. GEN virnetprotocol-structs
  2076. GEN augeas-check
  2077. GEN virkeepaliveprotocol-structs
  2078. WARNING: you lack pdwtags; skipping the virnetprotocol-structs test
  2079. WARNING: install the dwarves package to get pdwtags
  2080. WARNING: you lack pdwtags; skipping the virkeepaliveprotocol-structs test
  2081. WARNING: install the dwarves package to get pdwtags
  2082. GEN augeas-check
  2083. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src'
  2084. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src'
  2085. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src'
  2086. Making check in daemon
  2087. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/daemon'
  2088. make check-am
  2089. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/daemon'
  2090. make check-local
  2091. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/daemon'
  2092. GEN check-local
  2093. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/daemon'
  2094. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/daemon'
  2095. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/daemon'
  2096. Making check in tools
  2097. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tools'
  2098. make check-am
  2099. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tools'
  2100. make[2]: Nothing to be done for `check-am'.
  2101. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tools'
  2102. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tools'
  2103. Making check in docs
  2104. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  2105. make check-recursive
  2106. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  2107. Making check in schemas
  2108. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs/schemas'
  2109. make[3]: Nothing to be done for `check'.
  2110. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs/schemas'
  2111. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  2112. GEN html/index.html
  2113. GEN devhelp/index.html
  2114. make check-local
  2115. make[4]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  2116. make all-recursive
  2117. make[5]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  2118. Making all in schemas
  2119. make[6]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs/schemas'
  2120. make[6]: Nothing to be done for `all'.
  2121. make[6]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs/schemas'
  2122. make[6]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  2123. make[6]: Nothing to be done for `all-am'.
  2124. make[6]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  2125. make[5]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  2126. make[4]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  2127. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  2128. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  2129. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  2130. Making check in gnulib/tests
  2131. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  2132. make check-recursive
  2133. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  2134. Making check in .
  2135. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  2136. make libtests.a test-accept test-alloca-opt test-areadlink test-arpa_inet test-base64 test-binary-io test-bind test-bitrotate test-btowc test-byteswap test-c-ctype test-c-strcasecmp test-c-strncasecmp test-c-strcasestr test-canonicalize-lgpl test-chown test-cloexec test-close test-connect test-count-one-bits test-md5 test-dup test-dup2 test-environ test-errno test-fclose test-fcntl-h test-fcntl test-fdatasync test-fdopen test-fflush test-fflush2 test-ffs test-fgetc test-float test-fnmatch test-fpurge test-fputc test-fread test-freading test-fseek test-fseeko test-fseeko3 test-fseeko4 test-fstat test-fsync test-ftell test-ftell3 test-ftello test-ftello3 test-ftello4 test-ftruncate test-func test-fwrite test-getaddrinfo test-getcwd-lgpl test-getdelim test-getdtablesize test-getgroups test-gethostname test-getline test-getpeername test-getsockname test-getsockopt test-gettimeofday test-grantpt test-ignore-value test-inet_ntop test-inet_pton test-intprops test-inttypes test-ioctl test-langinfo test-listen test-locale test-localeconv test-localename test-lseek test-lstat test-malloc-gnu test-malloca test-mbrtowc test-mbrtowc-w32 test-mbsinit test-mbsrtowcs test-memchr test-netdb test-netinet_in test-nl_langinfo test-nonblocking-pipe-main test-nonblocking-pipe-child test-nonblocking-socket-main test-nonblocking-socket-child test-nonblocking test-open test-openpty test-passfd test-pathmax test-perror test-perror2 test-pipe test-pipe2 test-poll-h test-poll test-posix_openpt test-posix_spawn_file_actions_addclose test-posix_spawn_file_actions_adddup2 test-posix_spawn_file_actions_addopen test-posix_spawn1 test-posix_spawn2 test-pthread_sigmask1 test-pthread_sigmask2 test-ptsname test-ptsname_r test-raise test-random_r test-rawmemchr test-read test-readlink test-realloc-gnu test-recv test-sched test-select test-select-fd test-select-stdin test-send test-setenv test-setlocale1 test-setlocale2 test-setsockopt test-sigaction test-signal-h test-sigpipe test-sigprocmask test-sleep test-snprintf test-sockets test-spawn test-stat test-stat-time test-stdalign test-stdbool test-stddef test-stdint test-stdio test-stdlib test-strchrnul test-strerror test-strerror_r test-string test-strings test-strnlen test-symlink test-sys_ioctl test-sys_select test-sys_socket test-sys_stat test-sys_time test-sys_types test-sys_uio test-sys_utsname test-sys_wait test-termios test-thread_self test-thread_create test-time test-ttyname_r test-uname test-unistd test-unlockpt test-unsetenv test-usleep test-vasnprintf test-vasprintf test-verify test-vsnprintf test-wchar test-wcrtomb test-wcrtomb-w32 test-wctype-h test-write test-xalloc-die
  2137. make[4]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  2138. CC exitfail.o
  2139. CC fatal-signal.o
  2140. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o exitfail.o exitfail.c
  2141. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o fatal-signal.o fatal-signal.c
  2142. CC getugroups.o
  2143. CC localename.o
  2144. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o getugroups.o getugroups.c
  2145. CC mgetgroups.o
  2146. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o localename.o localename.c
  2147. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o mgetgroups.o mgetgroups.c
  2148. CC progname.o
  2149. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o progname.o progname.c
  2150. CC wait-process.o
  2151. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o wait-process.o wait-process.c
  2152. CC xmalloc.o
  2153. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o xmalloc.o xmalloc.c
  2154. CC test-accept.o
  2155. CC xalloc-die.o
  2156. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-accept.o test-accept.c
  2157. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o xalloc-die.o xalloc-die.c
  2158. CC test-alloca-opt.o
  2159. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-alloca-opt.o test-alloca-opt.c
  2160. CC test-areadlink.o
  2161. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-areadlink.o test-areadlink.c
  2162. CC test-arpa_inet.o
  2163. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-arpa_inet.o test-arpa_inet.c
  2164. CC test-base64.o
  2165. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-base64.o test-base64.c
  2166. CC test-binary-io.o
  2167. CC test-bind.o
  2168. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-binary-io.o test-binary-io.c
  2169. CC test-bitrotate.o
  2170. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-bind.o test-bind.c
  2171. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-bitrotate.o test-bitrotate.c
  2172. CC test-btowc.o
  2173. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-btowc.o test-btowc.c
  2174. CC test-byteswap.o
  2175. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-byteswap.o test-byteswap.c
  2176. CC test-c-ctype.o
  2177. CC test-c-strcasecmp.o
  2178. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-c-ctype.o test-c-ctype.c
  2179. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-c-strcasecmp.o test-c-strcasecmp.c
  2180. CC test-c-strncasecmp.o
  2181. CC test-c-strcasestr.o
  2182. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-c-strncasecmp.o test-c-strncasecmp.c
  2183. CC test-canonicalize-lgpl.o
  2184. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-c-strcasestr.o test-c-strcasestr.c
  2185. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-canonicalize-lgpl.o test-canonicalize-lgpl.c
  2186. CC test-chown.o
  2187. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-chown.o test-chown.c
  2188. CC test-cloexec.o
  2189. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-cloexec.o test-cloexec.c
  2190. CC test-close.o
  2191. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-close.o test-close.c
  2192. CC test-connect.o
  2193. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-connect.o test-connect.c
  2194. CC test-count-one-bits.o
  2195. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-count-one-bits.o test-count-one-bits.c
  2196. CC test-md5.o
  2197. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-md5.o test-md5.c
  2198. CC test-dup.o
  2199. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-dup.o test-dup.c
  2200. CC test-dup2.o
  2201. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-dup2.o test-dup2.c
  2202. CC test-environ.o
  2203. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-environ.o test-environ.c
  2204. CC test-errno.o
  2205. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-errno.o test-errno.c
  2206. CC test-fclose.o
  2207. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fclose.o test-fclose.c
  2208. CC test-fcntl-h.o
  2209. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fcntl-h.o test-fcntl-h.c
  2210. CC test-fcntl.o
  2211. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fcntl.o test-fcntl.c
  2212. CC test-fdatasync.o
  2213. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fdatasync.o test-fdatasync.c
  2214. CC test-fdopen.o
  2215. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fdopen.o test-fdopen.c
  2216. CC test-fflush.o
  2217. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fflush.o test-fflush.c
  2218. CC test-fflush2.o
  2219. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fflush2.o test-fflush2.c
  2220. CC test-ffs.o
  2221. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-ffs.o test-ffs.c
  2222. CC test-fgetc.o
  2223. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fgetc.o test-fgetc.c
  2224. CC test-float.o
  2225. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-float.o test-float.c
  2226. CC test-fnmatch.o
  2227. CC test-fpurge.o
  2228. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fnmatch.o test-fnmatch.c
  2229. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fpurge.o test-fpurge.c
  2230. CC test-fputc.o
  2231. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fputc.o test-fputc.c
  2232. CC test-fread.o
  2233. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fread.o test-fread.c
  2234. CC test-freading.o
  2235. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-freading.o test-freading.c
  2236. CC test-fseek.o
  2237. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fseek.o test-fseek.c
  2238. CC test-fseeko.o
  2239. CC test-fseeko3.o
  2240. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fseeko.o test-fseeko.c
  2241. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fseeko3.o test-fseeko3.c
  2242. CC test-fseeko4.o
  2243. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fseeko4.o test-fseeko4.c
  2244. CC test-fstat.o
  2245. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fstat.o test-fstat.c
  2246. CC test-fsync.o
  2247. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fsync.o test-fsync.c
  2248. CC test-ftell.o
  2249. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-ftell.o test-ftell.c
  2250. CC test-ftell3.o
  2251. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-ftell3.o test-ftell3.c
  2252. CC test-ftello.o
  2253. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-ftello.o test-ftello.c
  2254. CC test-ftello3.o
  2255. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-ftello3.o test-ftello3.c
  2256. CC test-ftello4.o
  2257. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-ftello4.o test-ftello4.c
  2258. CC test-ftruncate.o
  2259. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-ftruncate.o test-ftruncate.c
  2260. CC test-func.o
  2261. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-func.o test-func.c
  2262. CC test-fwrite.o
  2263. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-fwrite.o test-fwrite.c
  2264. CC test-getaddrinfo.o
  2265. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-getaddrinfo.o test-getaddrinfo.c
  2266. CC test-getcwd-lgpl.o
  2267. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-getcwd-lgpl.o test-getcwd-lgpl.c
  2268. CC test-getdelim.o
  2269. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-getdelim.o test-getdelim.c
  2270. CC test-getdtablesize.o
  2271. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-getdtablesize.o test-getdtablesize.c
  2272. CC test-getgroups.o
  2273. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-getgroups.o test-getgroups.c
  2274. CC test-gethostname.o
  2275. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-gethostname.o test-gethostname.c
  2276. CC test-getline.o
  2277. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-getline.o test-getline.c
  2278. CC test-getpeername.o
  2279. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-getpeername.o test-getpeername.c
  2280. CC test-getsockname.o
  2281. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-getsockname.o test-getsockname.c
  2282. CC test-getsockopt.o
  2283. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-getsockopt.o test-getsockopt.c
  2284. CC test-gettimeofday.o
  2285. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-gettimeofday.o test-gettimeofday.c
  2286. CC test-grantpt.o
  2287. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-grantpt.o test-grantpt.c
  2288. CC test-ignore-value.o
  2289. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-ignore-value.o test-ignore-value.c
  2290. CC test-inet_ntop.o
  2291. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-inet_ntop.o test-inet_ntop.c
  2292. CC test-inet_pton.o
  2293. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-inet_pton.o test-inet_pton.c
  2294. CC test-intprops.o
  2295. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-intprops.o test-intprops.c
  2296. CC test-inttypes.o
  2297. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-inttypes.o test-inttypes.c
  2298. CC test-ioctl.o
  2299. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-ioctl.o test-ioctl.c
  2300. CC test-langinfo.o
  2301. CC test-listen.o
  2302. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-langinfo.o test-langinfo.c
  2303. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-listen.o test-listen.c
  2304. CC test-locale.o
  2305. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-locale.o test-locale.c
  2306. CC test-localeconv.o
  2307. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-localeconv.o test-localeconv.c
  2308. CC test-localename.o
  2309. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-localename.o test-localename.c
  2310. CC test-lseek.o
  2311. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-lseek.o test-lseek.c
  2312. CC test-lstat.o
  2313. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-lstat.o test-lstat.c
  2314. CC test-malloc-gnu.o
  2315. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-malloc-gnu.o test-malloc-gnu.c
  2316. CC test-malloca.o
  2317. CC test-mbrtowc.o
  2318. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-malloca.o test-malloca.c
  2319. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-mbrtowc.o test-mbrtowc.c
  2320. CC test-mbrtowc-w32.o
  2321. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-mbrtowc-w32.o test-mbrtowc-w32.c
  2322. CC test-mbsinit.o
  2323. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-mbsinit.o test-mbsinit.c
  2324. CC test-mbsrtowcs.o
  2325. CC test-netdb.o
  2326. CC test-memchr.o
  2327. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-mbsrtowcs.o test-mbsrtowcs.c
  2328. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-memchr.o test-memchr.c
  2329. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-netdb.o test-netdb.c
  2330. CC test-netinet_in.o
  2331. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-netinet_in.o test-netinet_in.c
  2332. CC test-nl_langinfo.o
  2333. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-nl_langinfo.o test-nl_langinfo.c
  2334. CC test-nonblocking-pipe-main.o
  2335. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-nonblocking-pipe-main.o test-nonblocking-pipe-main.c
  2336. CC test-nonblocking-pipe-child.o
  2337. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-nonblocking-pipe-child.o test-nonblocking-pipe-child.c
  2338. CC test-nonblocking-socket-main.o
  2339. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-nonblocking-socket-main.o test-nonblocking-socket-main.c
  2340. CC test-nonblocking-socket-child.o
  2341. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-nonblocking-socket-child.o test-nonblocking-socket-child.c
  2342. CC test-nonblocking.o
  2343. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-nonblocking.o test-nonblocking.c
  2344. CC test-open.o
  2345. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-open.o test-open.c
  2346. CC test-openpty.o
  2347. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-openpty.o test-openpty.c
  2348. CC test-passfd.o
  2349. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-passfd.o test-passfd.c
  2350. CC test-pathmax.o
  2351. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-pathmax.o test-pathmax.c
  2352. CC test-perror.o
  2353. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-perror.o test-perror.c
  2354. CC test-perror2.o
  2355. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-perror2.o test-perror2.c
  2356. CC test-pipe.o
  2357. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-pipe.o test-pipe.c
  2358. CC test-pipe2.o
  2359. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-pipe2.o test-pipe2.c
  2360. CC test-poll-h.o
  2361. CC test-poll.o
  2362. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-poll-h.o test-poll-h.c
  2363. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-poll.o test-poll.c
  2364. CC test-posix_openpt.o
  2365. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-posix_openpt.o test-posix_openpt.c
  2366. CC test-posix_spawn_file_actions_addclose.o
  2367. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-posix_spawn_file_actions_addclose.o test-posix_spawn_file_actions_addclose.c
  2368. CC test-posix_spawn_file_actions_adddup2.o
  2369. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-posix_spawn_file_actions_adddup2.o test-posix_spawn_file_actions_adddup2.c
  2370. CC test-posix_spawn_file_actions_addopen.o
  2371. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-posix_spawn_file_actions_addopen.o test-posix_spawn_file_actions_addopen.c
  2372. CC test-posix_spawn1.o
  2373. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-posix_spawn1.o test-posix_spawn1.c
  2374. CC test-posix_spawn2.o
  2375. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-posix_spawn2.o test-posix_spawn2.c
  2376. CC test-pthread_sigmask1.o
  2377. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-pthread_sigmask1.o test-pthread_sigmask1.c
  2378. CC test-pthread_sigmask2.o
  2379. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-pthread_sigmask2.o test-pthread_sigmask2.c
  2380. CC test-ptsname.o
  2381. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-ptsname.o test-ptsname.c
  2382. CC test-ptsname_r.o
  2383. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-ptsname_r.o test-ptsname_r.c
  2384. CC test-raise.o
  2385. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-raise.o test-raise.c
  2386. CC test-random_r.o
  2387. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-random_r.o test-random_r.c
  2388. CC test-rawmemchr.o
  2389. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-rawmemchr.o test-rawmemchr.c
  2390. CC test-read.o
  2391. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-read.o test-read.c
  2392. CC test-readlink.o
  2393. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-readlink.o test-readlink.c
  2394. CC test-realloc-gnu.o
  2395. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-realloc-gnu.o test-realloc-gnu.c
  2396. CC test-recv.o
  2397. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-recv.o test-recv.c
  2398. CC test-sched.o
  2399. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-sched.o test-sched.c
  2400. CC test-select.o
  2401. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-select.o test-select.c
  2402. CC test-select-fd.o
  2403. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-select-fd.o test-select-fd.c
  2404. CC test-select-stdin.o
  2405. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-select-stdin.o test-select-stdin.c
  2406. CC test-send.o
  2407. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-send.o test-send.c
  2408. CC test-setenv.o
  2409. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-setenv.o test-setenv.c
  2410. CC test-setlocale1.o
  2411. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-setlocale1.o test-setlocale1.c
  2412. CC test-setlocale2.o
  2413. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-setlocale2.o test-setlocale2.c
  2414. CC test-setsockopt.o
  2415. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-setsockopt.o test-setsockopt.c
  2416. CC test-sigaction.o
  2417. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-sigaction.o test-sigaction.c
  2418. CC test-signal-h.o
  2419. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-signal-h.o test-signal-h.c
  2420. CC test-sigpipe.o
  2421. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-sigpipe.o test-sigpipe.c
  2422. CC test-sigprocmask.o
  2423. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-sigprocmask.o test-sigprocmask.c
  2424. CC test-sleep.o
  2425. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-sleep.o test-sleep.c
  2426. CC test-snprintf.o
  2427. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-snprintf.o test-snprintf.c
  2428. CC test-sockets.o
  2429. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-sockets.o test-sockets.c
  2430. CC test-spawn.o
  2431. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-spawn.o test-spawn.c
  2432. CC test-stat.o
  2433. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-stat.o test-stat.c
  2434. CC test-stat-time.o
  2435. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-stat-time.o test-stat-time.c
  2436. CC test-stdalign.o
  2437. CC test-stdbool.o
  2438. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-stdalign.o test-stdalign.c
  2439. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-stdbool.o test-stdbool.c
  2440. CC test-stddef.o
  2441. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-stddef.o test-stddef.c
  2442. CC test-stdint.o
  2443. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-stdint.o test-stdint.c
  2444. CC test-stdio.o
  2445. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-stdio.o test-stdio.c
  2446. CC test-stdlib.o
  2447. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-stdlib.o test-stdlib.c
  2448. CC test-strchrnul.o
  2449. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-strchrnul.o test-strchrnul.c
  2450. CC test-strerror.o
  2451. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-strerror.o test-strerror.c
  2452. CC test-strerror_r.o
  2453. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-strerror_r.o test-strerror_r.c
  2454. CC test-string.o
  2455. CC test-strings.o
  2456. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-string.o test-string.c
  2457. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-strings.o test-strings.c
  2458. CC test-strnlen.o
  2459. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-strnlen.o test-strnlen.c
  2460. CC test-symlink.o
  2461. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-symlink.o test-symlink.c
  2462. CC test-sys_ioctl.o
  2463. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-sys_ioctl.o test-sys_ioctl.c
  2464. CC test-sys_select.o
  2465. CC test-sys_socket.o
  2466. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-sys_select.o test-sys_select.c
  2467. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-sys_socket.o test-sys_socket.c
  2468. CC test-sys_stat.o
  2469. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-sys_stat.o test-sys_stat.c
  2470. CC test-sys_time.o
  2471. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-sys_time.o test-sys_time.c
  2472. CC test-sys_types.o
  2473. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-sys_types.o test-sys_types.c
  2474. CC test-sys_uio.o
  2475. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-sys_uio.o test-sys_uio.c
  2476. CC test-sys_utsname.o
  2477. CC test-sys_wait.o
  2478. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-sys_utsname.o test-sys_utsname.c
  2479. CC test-termios.o
  2480. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-sys_wait.o test-sys_wait.c
  2481. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-termios.o test-termios.c
  2482. CC test-thread_self.o
  2483. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-thread_self.o test-thread_self.c
  2484. CC test-thread_create.o
  2485. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-thread_create.o test-thread_create.c
  2486. CC test-time.o
  2487. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-time.o test-time.c
  2488. CC test-ttyname_r.o
  2489. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-ttyname_r.o test-ttyname_r.c
  2490. CC test-uname.o
  2491. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-uname.o test-uname.c
  2492. CC test-unistd.o
  2493. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-unistd.o test-unistd.c
  2494. CC test-unlockpt.o
  2495. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-unlockpt.o test-unlockpt.c
  2496. CC test-unsetenv.o
  2497. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-unsetenv.o test-unsetenv.c
  2498. CC test-usleep.o
  2499. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-usleep.o test-usleep.c
  2500. CC test-vasnprintf.o
  2501. CC test-vasprintf.o
  2502. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-vasnprintf.o test-vasnprintf.c
  2503. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-vasprintf.o test-vasprintf.c
  2504. CC test-verify.o
  2505. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-verify.o test-verify.c
  2506. CC test-vsnprintf.o
  2507. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-vsnprintf.o test-vsnprintf.c
  2508. CC test-wchar.o
  2509. CC test-wcrtomb.o
  2510. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-wchar.o test-wchar.c
  2511. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-wcrtomb.o test-wcrtomb.c
  2512. CC test-wcrtomb-w32.o
  2513. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-wcrtomb-w32.o test-wcrtomb-w32.c
  2514. CC test-wctype-h.o
  2515. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-wctype-h.o test-wctype-h.c
  2516. CC test-write.o
  2517. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-write.o test-write.c
  2518. CC test-xalloc-die.o
  2519. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o test-xalloc-die.o test-xalloc-die.c
  2520. CC glthread/thread.o
  2521. x86_64-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBVIRT_GNULIB_TESTS=1 -I. -I. -I../.. -I./../.. -I../../gnulib/lib -I./../../gnulib/lib -O2 -pipe -ggdb -march=native -ftracer -c -o glthread/thread.o glthread/thread.c
  2522. AR libtests.a
  2523. CCLD test-accept
  2524. CCLD test-alloca-opt
  2525. CCLD test-areadlink
  2526. CCLD test-arpa_inet
  2527. CCLD test-base64
  2528. CCLD test-binary-io
  2529. CCLD test-bind
  2530. CCLD test-bitrotate
  2531. CCLD test-btowc
  2532. CCLD test-byteswap
  2533. CCLD test-c-ctype
  2534. CCLD test-c-strcasecmp
  2535. CCLD test-c-strncasecmp
  2536. CCLD test-c-strcasestr
  2537. CCLD test-canonicalize-lgpl
  2538. CCLD test-chown
  2539. CCLD test-cloexec
  2540. CCLD test-close
  2541. CCLD test-connect
  2542. CCLD test-count-one-bits
  2543. CCLD test-md5
  2544. CCLD test-dup
  2545. CCLD test-dup2
  2546. CCLD test-environ
  2547. CCLD test-errno
  2548. CCLD test-fclose
  2549. CCLD test-fcntl-h
  2550. CCLD test-fcntl
  2551. CCLD test-fdatasync
  2552. CCLD test-fdopen
  2553. CCLD test-fflush
  2554. CCLD test-fflush2
  2555. CCLD test-ffs
  2556. CCLD test-fgetc
  2557. CCLD test-float
  2558. CCLD test-fnmatch
  2559. CCLD test-fpurge
  2560. CCLD test-fputc
  2561. CCLD test-fread
  2562. CCLD test-freading
  2563. CCLD test-fseek
  2564. CCLD test-fseeko
  2565. CCLD test-fseeko3
  2566. CCLD test-fseeko4
  2567. CCLD test-fstat
  2568. CCLD test-fsync
  2569. CCLD test-ftell
  2570. CCLD test-ftell3
  2571. CCLD test-ftello
  2572. CCLD test-ftello3
  2573. CCLD test-ftello4
  2574. CCLD test-ftruncate
  2575. CCLD test-func
  2576. CCLD test-fwrite
  2577. CCLD test-getaddrinfo
  2578. CCLD test-getcwd-lgpl
  2579. CCLD test-getdelim
  2580. CCLD test-getdtablesize
  2581. CCLD test-getgroups
  2582. CCLD test-gethostname
  2583. CCLD test-getline
  2584. CCLD test-getpeername
  2585. CCLD test-getsockname
  2586. CCLD test-getsockopt
  2587. CCLD test-gettimeofday
  2588. CCLD test-grantpt
  2589. CCLD test-ignore-value
  2590. CCLD test-inet_ntop
  2591. CCLD test-inet_pton
  2592. CCLD test-intprops
  2593. CCLD test-inttypes
  2594. CCLD test-ioctl
  2595. CCLD test-langinfo
  2596. CCLD test-listen
  2597. CCLD test-locale
  2598. CCLD test-localeconv
  2599. CCLD test-localename
  2600. CCLD test-lseek
  2601. CCLD test-malloc-gnu
  2602. CCLD test-lstat
  2603. CCLD test-malloca
  2604. CCLD test-mbrtowc
  2605. CCLD test-mbrtowc-w32
  2606. CCLD test-mbsinit
  2607. CCLD test-mbsrtowcs
  2608. CCLD test-memchr
  2609. CCLD test-netdb
  2610. CCLD test-netinet_in
  2611. CCLD test-nl_langinfo
  2612. CCLD test-nonblocking-pipe-main
  2613. CCLD test-nonblocking-pipe-child
  2614. CCLD test-nonblocking-socket-main
  2615. CCLD test-nonblocking-socket-child
  2616. CCLD test-nonblocking
  2617. CCLD test-open
  2618. CCLD test-openpty
  2619. CCLD test-passfd
  2620. CCLD test-pathmax
  2621. CCLD test-perror
  2622. CCLD test-perror2
  2623. CCLD test-pipe
  2624. CCLD test-pipe2
  2625. CCLD test-poll-h
  2626. CCLD test-poll
  2627. CCLD test-posix_openpt
  2628. CCLD test-posix_spawn_file_actions_addclose
  2629. CCLD test-posix_spawn_file_actions_adddup2
  2630. CCLD test-posix_spawn_file_actions_addopen
  2631. CCLD test-posix_spawn1
  2632. CCLD test-posix_spawn2
  2633. CCLD test-pthread_sigmask1
  2634. CCLD test-pthread_sigmask2
  2635. CCLD test-ptsname
  2636. CCLD test-ptsname_r
  2637. CCLD test-raise
  2638. CCLD test-random_r
  2639. CCLD test-rawmemchr
  2640. CCLD test-read
  2641. CCLD test-readlink
  2642. CCLD test-realloc-gnu
  2643. CCLD test-recv
  2644. CCLD test-sched
  2645. CCLD test-select
  2646. CCLD test-select-fd
  2647. CCLD test-select-stdin
  2648. CCLD test-send
  2649. CCLD test-setenv
  2650. CCLD test-setlocale1
  2651. CCLD test-setlocale2
  2652. CCLD test-setsockopt
  2653. CCLD test-sigaction
  2654. CCLD test-signal-h
  2655. CCLD test-sigpipe
  2656. CCLD test-sigprocmask
  2657. CCLD test-sleep
  2658. CCLD test-snprintf
  2659. CCLD test-sockets
  2660. CCLD test-spawn
  2661. CCLD test-stat
  2662. CCLD test-stat-time
  2663. CCLD test-stdalign
  2664. CCLD test-stdbool
  2665. CCLD test-stddef
  2666. CCLD test-stdint
  2667. CCLD test-stdio
  2668. CCLD test-stdlib
  2669. CCLD test-strchrnul
  2670. CCLD test-strerror
  2671. CCLD test-strerror_r
  2672. CCLD test-string
  2673. CCLD test-strings
  2674. CCLD test-strnlen
  2675. CCLD test-symlink
  2676. CCLD test-sys_ioctl
  2677. CCLD test-sys_select
  2678. CCLD test-sys_socket
  2679. CCLD test-sys_stat
  2680. CCLD test-sys_time
  2681. CCLD test-sys_types
  2682. CCLD test-sys_uio
  2683. CCLD test-sys_utsname
  2684. CCLD test-sys_wait
  2685. CCLD test-termios
  2686. CCLD test-thread_create
  2687. CCLD test-thread_self
  2688. CCLD test-time
  2689. CCLD test-ttyname_r
  2690. CCLD test-uname
  2691. CCLD test-unistd
  2692. CCLD test-unlockpt
  2693. CCLD test-unsetenv
  2694. CCLD test-usleep
  2695. CCLD test-vasnprintf
  2696. CCLD test-vasprintf
  2697. CCLD test-verify
  2698. CCLD test-vsnprintf
  2699. CCLD test-wchar
  2700. CCLD test-wcrtomb
  2701. CCLD test-wcrtomb-w32
  2702. CCLD test-wctype-h
  2703. CCLD test-write
  2704. CCLD test-xalloc-die
  2705. make[4]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  2706. make check-TESTS
  2707. make[4]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  2708. PASS: test-accept
  2709. PASS: test-alloca-opt
  2710. PASS: test-areadlink
  2711. PASS: test-arpa_inet
  2712. PASS: test-base64
  2713. PASS: test-binary-io.sh
  2714. PASS: test-bind
  2715. PASS: test-bitrotate
  2716. PASS: test-btowc1.sh
  2717. PASS: test-btowc2.sh
  2718. PASS: test-byteswap
  2719. PASS: test-c-ctype
  2720. PASS: test-c-strcase.sh
  2721. PASS: test-c-strcasestr
  2722. PASS: test-canonicalize-lgpl
  2723. PASS: test-chown
  2724. PASS: test-cloexec
  2725. PASS: test-close
  2726. PASS: test-connect
  2727. PASS: test-count-one-bits
  2728. PASS: test-md5
  2729. PASS: test-dup
  2730. PASS: test-dup2
  2731. PASS: test-environ
  2732. PASS: test-errno
  2733. PASS: test-fclose
  2734. PASS: test-fcntl-h
  2735. PASS: test-fcntl
  2736. PASS: test-fdatasync
  2737. PASS: test-fdopen
  2738. PASS: test-fflush
  2739. PASS: test-fflush2.sh
  2740. PASS: test-ffs
  2741. PASS: test-fgetc
  2742. PASS: test-float
  2743. PASS: test-fnmatch
  2744. PASS: test-fpurge
  2745. PASS: test-fputc
  2746. PASS: test-fread
  2747. PASS: test-freading
  2748. PASS: test-fseek.sh
  2749. PASS: test-fseek2.sh
  2750. PASS: test-fseeko.sh
  2751. PASS: test-fseeko2.sh
  2752. PASS: test-fseeko3.sh
  2753. PASS: test-fseeko4.sh
  2754. PASS: test-fstat
  2755. PASS: test-fsync
  2756. PASS: test-ftell.sh
  2757. PASS: test-ftell2.sh
  2758. PASS: test-ftell3
  2759. PASS: test-ftello.sh
  2760. PASS: test-ftello2.sh
  2761. PASS: test-ftello3
  2762. PASS: test-ftello4.sh
  2763. PASS: test-ftruncate.sh
  2764. PASS: test-func
  2765. PASS: test-fwrite
  2766. PASS: test-getaddrinfo
  2767. PASS: test-getcwd-lgpl
  2768. PASS: test-getdelim
  2769. PASS: test-getdtablesize
  2770. PASS: test-getgroups
  2771. PASS: test-gethostname
  2772. PASS: test-getline
  2773. PASS: test-getpeername
  2774. PASS: test-getsockname
  2775. PASS: test-getsockopt
  2776. PASS: test-gettimeofday
  2777. PASS: test-grantpt
  2778. PASS: test-ignore-value
  2779. PASS: test-inet_ntop
  2780. PASS: test-inet_pton
  2781. PASS: test-intprops
  2782. PASS: test-inttypes
  2783. PASS: test-ioctl
  2784. PASS: test-langinfo
  2785. PASS: test-listen
  2786. PASS: test-locale
  2787. PASS: test-localeconv
  2788. test-localename.c:86: assertion failed
  2789. /bin/sh: line 5: 424400 Aborted EXEEXT='' srcdir='.' LOCALE_FR='fr_FR' LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_FR='fr_FR' LOCALE_TR_UTF8='tr_TR.UTF-8' LOCALE_FR='fr_FR' LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_JA='ja_JP' LOCALE_ZH_CN='none' LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_FR='fr_FR' LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_JA='ja_JP' LOCALE_ZH_CN='none' LOCALE_FR='fr_FR' LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_FR='fr_FR' LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_JA='ja_JP' LOCALE_ZH_CN='none' abs_aux_dir='/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/build-aux' MAKE='make' LOCALE_FR='fr_FR' LOCALE_FR_UTF8='fr_FR.UTF-8' LOCALE_JA='ja_JP' LOCALE_ZH_CN='none' ${dir}$tst
  2790. FAIL: test-localename
  2791. PASS: test-lseek.sh
  2792. PASS: test-lstat
  2793. PASS: test-malloc-gnu
  2794. PASS: test-malloca
  2795. PASS: test-mbrtowc1.sh
  2796. PASS: test-mbrtowc2.sh
  2797. PASS: test-mbrtowc3.sh
  2798. Skipping test: no transitional chinese locale is installed
  2799. SKIP: test-mbrtowc4.sh
  2800. Skipping test: not a native Windows system
  2801. SKIP: test-mbrtowc-w32-1.sh
  2802. Skipping test: not a native Windows system
  2803. SKIP: test-mbrtowc-w32-2.sh
  2804. Skipping test: not a native Windows system
  2805. SKIP: test-mbrtowc-w32-3.sh
  2806. Skipping test: not a native Windows system
  2807. SKIP: test-mbrtowc-w32-4.sh
  2808. Skipping test: not a native Windows system
  2809. SKIP: test-mbrtowc-w32-5.sh
  2810. PASS: test-mbsinit.sh
  2811. PASS: test-mbsrtowcs1.sh
  2812. PASS: test-mbsrtowcs2.sh
  2813. PASS: test-mbsrtowcs3.sh
  2814. Skipping test: no transitional chinese locale is installed
  2815. SKIP: test-mbsrtowcs4.sh
  2816. PASS: test-memchr
  2817. PASS: test-netdb
  2818. PASS: test-netinet_in
  2819. PASS: test-nl_langinfo.sh
  2820. PASS: test-nonblocking-pipe.sh
  2821. PASS: test-nonblocking-socket.sh
  2822. PASS: test-nonblocking
  2823. PASS: test-open
  2824. PASS: test-openpty
  2825. PASS: test-passfd
  2826. PASS: test-pathmax
  2827. PASS: test-perror.sh
  2828. PASS: test-perror2
  2829. PASS: test-pipe
  2830. PASS: test-pipe2
  2831. PASS: test-poll-h
  2832. Unconnected socket test... passed
  2833. Connected sockets test... failed (expecting POLLHUP after shutdown)
  2834. General socket test with fork... failed (expecting POLLHUP after shutdown)
  2835. Pipe test... passed
  2836. FAIL: test-poll
  2837. PASS: test-posix_openpt
  2838. PASS: test-posix_spawn_file_actions_addclose
  2839. PASS: test-posix_spawn_file_actions_adddup2
  2840. PASS: test-posix_spawn_file_actions_addopen
  2841. PASS: test-posix_spawn1
  2842. PASS: test-posix_spawn2
  2843. PASS: test-pthread_sigmask1
  2844. PASS: test-pthread_sigmask2
  2845. PASS: test-ptsname
  2846. PASS: test-ptsname_r
  2847. PASS: test-raise
  2848. PASS: test-random_r
  2849. PASS: test-rawmemchr
  2850. PASS: test-read
  2851. PASS: test-readlink
  2852. PASS: test-realloc-gnu
  2853. PASS: test-recv
  2854. PASS: test-sched
  2855. Invalid fd test... passed
  2856. Unconnected socket test... passed
  2857. Connected sockets test... passed
  2858. General socket test with fork... passed
  2859. Pipe test... passed
  2860. PASS: test-select
  2861. PASS: test-select-in.sh
  2862. PASS: test-select-out.sh
  2863. PASS: test-send
  2864. PASS: test-setenv
  2865. PASS: test-setlocale1.sh
  2866. PASS: test-setlocale2.sh
  2867. PASS: test-setsockopt
  2868. PASS: test-sigaction
  2869. PASS: test-signal-h
  2870. PASS: test-sigpipe.sh
  2871. PASS: test-sigprocmask
  2872. PASS: test-sleep
  2873. PASS: test-snprintf
  2874. PASS: test-sockets
  2875. PASS: test-spawn
  2876. PASS: test-stat
  2877. PASS: test-stat-time
  2878. PASS: test-stdalign
  2879. PASS: test-stdbool
  2880. PASS: test-stddef
  2881. PASS: test-stdint
  2882. PASS: test-stdio
  2883. PASS: test-stdlib
  2884. PASS: test-strchrnul
  2885. PASS: test-strerror
  2886. PASS: test-strerror_r
  2887. PASS: test-string
  2888. PASS: test-strings
  2889. PASS: test-strnlen
  2890. PASS: test-symlink
  2891. PASS: test-sys_ioctl
  2892. PASS: test-sys_select
  2893. PASS: test-sys_socket
  2894. PASS: test-sys_stat
  2895. PASS: test-sys_time
  2896. PASS: test-sys_types
  2897. PASS: test-sys_uio
  2898. PASS: test-sys_utsname
  2899. PASS: test-sys_wait
  2900. PASS: test-termios
  2901. PASS: test-init.sh
  2902. PASS: test-thread_self
  2903. PASS: test-thread_create
  2904. PASS: test-time
  2905. PASS: test-ttyname_r
  2906. PASS: test-uname
  2907. PASS: test-unistd
  2908. PASS: test-unlockpt
  2909. PASS: test-unsetenv
  2910. PASS: test-usleep
  2911. PASS: test-vasnprintf
  2912. PASS: test-vasprintf
  2913. PASS: test-vc-list-files-git.sh
  2914. PASS: test-vc-list-files-cvs.sh
  2915. PASS: test-verify
  2916. PASS: test-verify.sh
  2917. PASS: test-vsnprintf
  2918. PASS: test-wchar
  2919. PASS: test-wcrtomb.sh
  2920. Skipping test: not a native Windows system
  2921. SKIP: test-wcrtomb-w32-1.sh
  2922. Skipping test: not a native Windows system
  2923. SKIP: test-wcrtomb-w32-2.sh
  2924. Skipping test: not a native Windows system
  2925. SKIP: test-wcrtomb-w32-3.sh
  2926. Skipping test: not a native Windows system
  2927. SKIP: test-wcrtomb-w32-4.sh
  2928. Skipping test: not a native Windows system
  2929. SKIP: test-wcrtomb-w32-5.sh
  2930. PASS: test-wctype-h
  2931. PASS: test-write
  2932. PASS: test-xalloc-die.sh
  2933. =======================================
  2934. 2 of 190 tests failed
  2935. (12 tests were not run)
  2936. Please report to libvir-list@redhat.com
  2937. =======================================
  2938. make[4]: *** [check-TESTS] Error 1
  2939. make[4]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  2940. make[3]: *** [check-am] Error 2
  2941. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  2942. make[2]: *** [check-recursive] Error 1
  2943. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  2944. make[1]: *** [check] Error 2
  2945. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  2946. make: *** [check-recursive] Error 1
  2947. * ERROR: app-emulation/libvirt-0.9.12 failed (test phase):
  2948. * emake failed
  2949. *
  2950. * If you need support, post the output of `emerge --info '=app-emulation/libvirt-0.9.12'`,
  2951. * the complete build log and the output of `emerge -pqv '=app-emulation/libvirt-0.9.12'`.
  2952. * The complete build log is located at '/var/log/portage/app-emulation:libvirt-0.9.12:20120620-075458.log'.
  2953. * For convenience, a symlink to the build log is located at '/tmp/portage/app-emulation/libvirt-0.9.12/temp/build.log'.
  2954. * The ebuild environment file is located at '/tmp/portage/app-emulation/libvirt-0.9.12/temp/environment'.
  2955. * Working directory: '/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12'
  2956. * S: '/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12'
  2957. >>> Install libvirt-0.9.12 into /tmp/portage/app-emulation/libvirt-0.9.12/image/ category app-emulation
  2958. make -j24 install DESTDIR=/tmp/portage/app-emulation/libvirt-0.9.12/image/ HTML_DIR=/usr/share/doc/libvirt-0.9.12/html DOCS_DIR=/usr/share/doc/libvirt-0.9.12/python EXAMPLE_DIR=/usr/share/doc/libvirt-0.9.12/python/examples
  2959. Making install in gnulib/lib
  2960. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/lib'
  2961. make install-am
  2962. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/lib'
  2963. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/lib'
  2964. if test yes = no; then \
  2965. case 'linux-gnu' in \
  2966. darwin[56]*) \
  2967. need_charset_alias=true ;; \
  2968. darwin* | cygwin* | mingw* | pw32* | cegcc*) \
  2969. need_charset_alias=false ;; \
  2970. *) \
  2971. need_charset_alias=true ;; \
  2972. esac ; \
  2973. else \
  2974. need_charset_alias=false ; \
  2975. fi ; \
  2976. if $need_charset_alias; then \
  2977. /bin/sh ../../build-aux/mkinstalldirs /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64 ; \
  2978. fi ; \
  2979. if test -f /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/charset.alias; then \
  2980. sed -f ref-add.sed /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/charset.alias > /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/charset.tmp ; \
  2981. /usr/bin/install -c -m 644 /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/charset.tmp /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/charset.alias ; \
  2982. rm -f /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/charset.tmp ; \
  2983. else \
  2984. if $need_charset_alias; then \
  2985. sed -f ref-add.sed charset.alias > /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/charset.tmp ; \
  2986. /usr/bin/install -c -m 644 /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/charset.tmp /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/charset.alias ; \
  2987. rm -f /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/charset.tmp ; \
  2988. fi ; \
  2989. fi
  2990. make[3]: Nothing to be done for `install-data-am'.
  2991. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/lib'
  2992. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/lib'
  2993. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/lib'
  2994. Making install in include
  2995. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include'
  2996. Making install in libvirt
  2997. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include/libvirt'
  2998. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include/libvirt'
  2999. make install-exec-hook
  3000. test -z "/usr/include/libvirt" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/include/libvirt"
  3001. make[4]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include/libvirt'
  3002. /bin/sh ../../build-aux/mkinstalldirs /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/include/libvirt
  3003. /usr/bin/install -c -m 644 libvirt.h libvirt-qemu.h virterror.h '/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/include/libvirt'
  3004. make[4]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include/libvirt'
  3005. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include/libvirt'
  3006. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include/libvirt'
  3007. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include'
  3008. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include'
  3009. make[3]: Nothing to be done for `install-exec-am'.
  3010. make[3]: Nothing to be done for `install-data-am'.
  3011. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include'
  3012. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include'
  3013. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/include'
  3014. Making install in src
  3015. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src'
  3016. make install-am
  3017. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src'
  3018. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src'
  3019. test -z "/usr/lib64" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64"
  3020. test -z "/usr/libexec" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/libexec"
  3021. test -z "/usr/share/augeas/lenses" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/augeas/lenses"
  3022. test -z "/usr/share/augeas/lenses/tests" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/augeas/lenses/tests"
  3023. test -z "/etc/libvirt" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//etc/libvirt"
  3024. /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//var/cache/libvirt"
  3025. test -z "" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image/"
  3026. test -z "/usr/lib64/libvirt/connection-driver" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/libvirt/connection-driver"
  3027. test -z "/usr/share/libvirt" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/libvirt"
  3028. test -z "" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image/"
  3029. /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//var/lib/libvirt/images"
  3030. /bin/sh ../libtool --mode=install /usr/bin/install -c libvirt.la libvirt-qemu.la '/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64'
  3031. /usr/bin/install -c -m 644 lxc/test_libvirtd_lxc.aug '/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/augeas/lenses/tests'
  3032. /usr/bin/install -c -m 644 lxc/libvirtd_lxc.aug '/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/augeas/lenses'
  3033. /usr/bin/install -c -m 644 libvirt.conf lxc/lxc.conf '/tmp/portage/app-emulation/libvirt-0.9.12/image//etc/libvirt'
  3034. /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//var/lib/libvirt/filesystems"
  3035. /bin/sh ../libtool --mode=install /usr/bin/install -c libvirt_iohelper libvirt_lxc '/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/libexec'
  3036. /usr/bin/install -c -m 644 cpu/cpu_map.xml '/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/libvirt'
  3037. /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//var/lib/libvirt/boot"
  3038. /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//var/lib/libvirt/lxc"
  3039. /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//var/run/libvirt/lxc"
  3040. libtool: install: /usr/bin/install -c .libs/libvirt.so.0.9.12 /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/libvirt.so.0.9.12
  3041. libtool: install: /usr/bin/install -c libvirt_iohelper /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/libexec/libvirt_iohelper
  3042. libtool: install: (cd /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64 && { ln -s -f libvirt.so.0.9.12 libvirt.so.0 || { rm -f libvirt.so.0 && ln -s libvirt.so.0.9.12 libvirt.so.0; }; })
  3043. libtool: install: /usr/bin/install -c libvirt_lxc /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/libexec/libvirt_lxc
  3044. libtool: install: (cd /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64 && { ln -s -f libvirt.so.0.9.12 libvirt.so || { rm -f libvirt.so && ln -s libvirt.so.0.9.12 libvirt.so; }; })
  3045. libtool: install: /usr/bin/install -c .libs/libvirt.lai /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/libvirt.la
  3046. libtool: install: warning: relinking `libvirt-qemu.la'
  3047. libtool: install: (cd /tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src; /bin/sh /tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/libtool --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -std=gnu99 -I/usr/include/libxml2 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -O2 -pipe -ggdb -march=native -ftracer -Wl,--version-script=./libvirt_qemu.syms -version-info 9:12:9 -Wl,-O1 -Wl,--as-needed -o libvirt-qemu.la -rpath /usr/lib64 libvirt_qemu_la-libvirt-qemu.lo libvirt.la -ldl -inst-prefix-dir /tmp/portage/app-emulation/libvirt-0.9.12/image/)
  3048. libtool: install: /usr/bin/install -c .libs/libvirt-qemu.so.0.9.12T /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/libvirt-qemu.so.0.9.12
  3049. libtool: install: (cd /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64 && { ln -s -f libvirt-qemu.so.0.9.12 libvirt-qemu.so.0 || { rm -f libvirt-qemu.so.0 && ln -s libvirt-qemu.so.0.9.12 libvirt-qemu.so.0; }; })
  3050. libtool: install: (cd /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64 && { ln -s -f libvirt-qemu.so.0.9.12 libvirt-qemu.so || { rm -f libvirt-qemu.so && ln -s libvirt-qemu.so.0.9.12 libvirt-qemu.so; }; })
  3051. libtool: install: /usr/bin/install -c .libs/libvirt-qemu.lai /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/libvirt-qemu.la
  3052. libtool: install: warning: remember to run `libtool --finish /usr/lib64'
  3053. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src'
  3054. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src'
  3055. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src'
  3056. Making install in daemon
  3057. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/daemon'
  3058. make install-am
  3059. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/daemon'
  3060. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/daemon'
  3061. test -z "/usr/sbin" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/sbin"
  3062. test -z "/usr/share/augeas/lenses" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/augeas/lenses"
  3063. test -z "/usr/share/augeas/lenses/tests" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/augeas/lenses/tests"
  3064. test -z "/etc/libvirt/" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//etc/libvirt/"
  3065. /bin/mkdir -p /tmp/portage/app-emulation/libvirt-0.9.12/image//var/log/libvirt/qemu/ \
  3066. /tmp/portage/app-emulation/libvirt-0.9.12/image//var/log/libvirt/lxc/ \
  3067. /tmp/portage/app-emulation/libvirt-0.9.12/image//var/log/libvirt/uml/ \
  3068. /tmp/portage/app-emulation/libvirt-0.9.12/image//etc/logrotate.d/
  3069. /bin/mkdir -p /tmp/portage/app-emulation/libvirt-0.9.12/image//etc/sysctl.d
  3070. test -z "/usr/share/man/man8" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/man/man8"
  3071. /usr/bin/install -c -m 644 ./libvirtd.sysctl \
  3072. /tmp/portage/app-emulation/libvirt-0.9.12/image//etc/sysctl.d/libvirtd
  3073. /usr/bin/install -c -m 644 libvirtd.logrotate /tmp/portage/app-emulation/libvirt-0.9.12/image//etc/logrotate.d/libvirtd
  3074. /usr/bin/install -c -m 644 libvirtd.qemu.logrotate /tmp/portage/app-emulation/libvirt-0.9.12/image//etc/logrotate.d/libvirtd.qemu
  3075. /usr/bin/install -c -m 644 libvirtd.lxc.logrotate /tmp/portage/app-emulation/libvirt-0.9.12/image//etc/logrotate.d/libvirtd.lxc
  3076. /usr/bin/install -c -m 644 libvirtd.aug '/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/augeas/lenses'
  3077. /usr/bin/install -c -m 644 libvirtd.uml.logrotate /tmp/portage/app-emulation/libvirt-0.9.12/image//etc/logrotate.d/libvirtd.uml
  3078. /usr/bin/install -c -m 644 test_libvirtd.aug '/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/augeas/lenses/tests'
  3079. /usr/bin/install -c -m 644 libvirtd.conf '/tmp/portage/app-emulation/libvirt-0.9.12/image//etc/libvirt/'
  3080. /bin/sh ../libtool --mode=install /usr/bin/install -c libvirtd '/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/sbin'
  3081. /bin/mkdir -p /tmp/portage/app-emulation/libvirt-0.9.12/image//var/log/libvirt \
  3082. /tmp/portage/app-emulation/libvirt-0.9.12/image//var/run/libvirt \
  3083. /tmp/portage/app-emulation/libvirt-0.9.12/image//var/lib/libvirt
  3084. /usr/bin/install -c -m 644 libvirtd.8 '/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/man/man8'
  3085. libtool: install: warning: `../src/libvirt-qemu.la' has not been installed in `/usr/lib64'
  3086. libtool: install: warning: `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src/libvirt.la' has not been installed in `/usr/lib64'
  3087. libtool: install: warning: `../src/libvirt.la' has not been installed in `/usr/lib64'
  3088. libtool: install: /usr/bin/install -c .libs/libvirtd /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/sbin/libvirtd
  3089. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/daemon'
  3090. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/daemon'
  3091. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/daemon'
  3092. Making install in tools
  3093. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tools'
  3094. make install-am
  3095. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tools'
  3096. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tools'
  3097. test -z "/usr/bin" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/bin"
  3098. test -z "/usr/bin" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/bin"
  3099. test -z "/usr/sbin" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/sbin"
  3100. test -z "/usr/share/man/man1" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/man/man1"
  3101. test -z "/usr/share/man/man8" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/man/man8"
  3102. /bin/sh ../libtool --mode=install /usr/bin/install -c virsh virt-host-validate '/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/bin'
  3103. /usr/bin/install -c virt-xml-validate virt-pki-validate '/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/bin'
  3104. /usr/bin/install -c -m 644 virt-host-validate.1 virt-pki-validate.1 virt-xml-validate.1 virsh.1 '/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/man/man1'
  3105. libtool: install: warning: `../src/libvirt.la' has not been installed in `/usr/lib64'
  3106. libtool: install: warning: `../src/libvirt-qemu.la' has not been installed in `/usr/lib64'
  3107. libtool: install: warning: `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/src/libvirt.la' has not been installed in `/usr/lib64'
  3108. libtool: install: /usr/bin/install -c .libs/virsh /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/bin/virsh
  3109. libtool: install: warning: `../src/libvirt.la' has not been installed in `/usr/lib64'
  3110. libtool: install: /usr/bin/install -c .libs/virt-host-validate /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/bin/virt-host-validate
  3111. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tools'
  3112. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tools'
  3113. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tools'
  3114. Making install in docs
  3115. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  3116. make install-recursive
  3117. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  3118. Making install in schemas
  3119. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs/schemas'
  3120. make[4]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs/schemas'
  3121. make[4]: Nothing to be done for `install-exec-am'.
  3122. test -z "/usr/share/libvirt/schemas" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/libvirt/schemas"
  3123. /usr/bin/install -c -m 644 basictypes.rng capability.rng domain.rng domaincommon.rng domainsnapshot.rng interface.rng network.rng networkcommon.rng nodedev.rng nwfilter.rng secret.rng storageencryption.rng storagepool.rng storagevol.rng '/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/libvirt/schemas'
  3124. make[4]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs/schemas'
  3125. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs/schemas'
  3126. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  3127. make[4]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  3128. make[4]: Nothing to be done for `install-exec-am'.
  3129. test -z "/usr/share/libvirt/api" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/libvirt/api"
  3130. /bin/sh ../build-aux/mkinstalldirs /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/doc/libvirt-0.9.12/html
  3131. mkdir -p -- /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/doc/libvirt-0.9.12/html
  3132. for f in generic.css libvirt.css main.css drvesx.html formatsnapshot.html todo.html formatcaps.html formatsecret.html drvvmware.html archnode.html archnetwork.html intro.html hacking.html logging.html uri.html testsuites.html hvsupport.html drvlxc.html remote.html pending.html drvqemu.html news.html testtck.html formatnode.html drivers.html api_extension.html devguide.html migration.html errors.html format.html drvopenvz.html drvhyperv.html drvremote.html docs.html downloads.html virshcmdref.html bugs.html locking.html formatstorage.html formatnetwork.html archdomain.html compiling.html testapi.html drvvbox.html deployment.html api.html index.html drvxen.html auth.html hooks.html apps.html relatedlinks.html sitemap.html firewall.html drvtest.html formatstorageencryption.html goals.html formatnwfilter.html csharp.html internals.html formatdomain.html php.html contact.html storage.html drvuml.html windows.html python.html archstorage.html architecture.html bindings.html java.html todo.html hvsupport.html internals/locking.html internals/rpc.html internals/command.html architecture.gif node.gif 32favicon.png footer_corner.png footer_pattern.png libvirt-header-bg.png libvirt-header-logo.png libvirtLogo.png libvirt-net-logical.png libvirt-net-physical.png libvirt-daemon-arch.png libvirt-driver-arch.png libvirt-object-model.png madeWith.png et.png migration-managed-direct.png migration-managed-p2p.png migration-native.png migration-tunnel.png migration-unmanaged-direct.png; do \
  3133. /usr/bin/install -c -m 0644 ./$f /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/doc/libvirt-0.9.12/html; done
  3134. /usr/bin/install -c -m 644 libvirt-api.xml libvirt-qemu-api.xml '/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/libvirt/api'
  3135. /bin/sh ../build-aux/mkinstalldirs /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/doc/libvirt-0.9.12/html/html
  3136. mkdir -p -- /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/doc/libvirt-0.9.12/html/html
  3137. for h in html/index.html html/libvirt-libvirt.html html/libvirt-virterror.html; do \
  3138. /usr/bin/install -c -m 0644 ./$h /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/doc/libvirt-0.9.12/html/html; done
  3139. for p in html/left.png html/up.png html/home.png html/right.png; do \
  3140. /usr/bin/install -c -m 0644 ./$p /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/doc/libvirt-0.9.12/html/html; done
  3141. /bin/sh ../build-aux/mkinstalldirs /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/gtk-doc/html/libvirt
  3142. mkdir -p -- /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/gtk-doc/html/libvirt
  3143. for file in devhelp/libvirt.devhelp devhelp/index.html devhelp/general.html devhelp/libvirt-libvirt.html devhelp/libvirt-virterror.html devhelp/home.png devhelp/left.png devhelp/right.png devhelp/up.png devhelp/style.css; do \
  3144. /usr/bin/install -c -m 0644 ./${file} /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/gtk-doc/html/libvirt ; \
  3145. done
  3146. make[4]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  3147. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  3148. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  3149. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/docs'
  3150. Making install in gnulib/tests
  3151. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  3152. make install-recursive
  3153. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  3154. Making install in .
  3155. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  3156. make[4]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  3157. make[4]: Nothing to be done for `install-exec-am'.
  3158. make[4]: Nothing to be done for `install-data-am'.
  3159. make[4]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  3160. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  3161. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  3162. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/gnulib/tests'
  3163. Making install in python
  3164. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/python'
  3165. Making install in .
  3166. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/python'
  3167. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/python'
  3168. test -z "/usr/lib64/python2.7/site-packages" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/python2.7/site-packages"
  3169. /bin/sh ../build-aux/mkinstalldirs /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/python2.7/site-packages
  3170. mkdir -p -- /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/python2.7/site-packages
  3171. /usr/bin/install -c -m 0644 libvirt.py /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/python2.7/site-packages
  3172. /bin/sh ../libtool --mode=install /usr/bin/install -c libvirtmod.la libvirtmod_qemu.la '/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/python2.7/site-packages'
  3173. /usr/bin/install -c -m 0644 libvirt_qemu.py /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/python2.7/site-packages
  3174. /bin/sh ../build-aux/mkinstalldirs /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/doc/libvirt-0.9.12/python
  3175. mkdir -p -- /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/doc/libvirt-0.9.12/python
  3176. libtool: install: warning: relinking `libvirtmod.la'
  3177. libtool: install: (cd /tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/python; /bin/sh /tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/libtool --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -std=gnu99 -Wall -W -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs -Wunused -Wunknown-pragmas -Wstrict-aliasing -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var -Wdisabled-optimization -Wbuiltin-macro-redefined -Wmudflap -Wpacked-bitfield-compat -Wsync-nand -Wattributes -Wcoverage-mismatch -Wmultichar -Wcpp -Wdeprecated-declarations -Wdiv-by-zero -Wdouble-promotion -Wendif-labels -Wextra -Wformat-contains-nul -Wformat-extra-args -Wformat-zero-length -Wformat=2 -Wmultichar -Wnormalized=nfc -Woverflow -Wpointer-to-int-cast -Wpragmas -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wno-sign-compare -Wjump-misses-init -Wno-format-nonliteral -Wframe-larger-than=4096 -fstack-protector-all --param=ssp-buffer-size=4 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -funit-at-a-time -fipa-pure-const -Wno-suggest-attribute=pure -Wno-suggest-attribute=const -Wno-redundant-decls -O2 -pipe -ggdb -march=native -ftracer -module -avoid-version -shared -L../src/.libs -Wl,-O1 -Wl,--as-needed -o libvirtmod.la -rpath /usr/lib64/python2.7/site-packages libvirtmod_la-libvirt-override.lo libvirtmod_la-typewrappers.lo libvirtmod_la-libvirt.lo ../src/libvirt.la ../gnulib/lib/libgnu.la -ldl -inst-prefix-dir /tmp/portage/app-emulation/libvirt-0.9.12/image/)
  3178. libtool: install: /usr/bin/install -c .libs/libvirtmod.soT /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/python2.7/site-packages/libvirtmod.so
  3179. libtool: install: /usr/bin/install -c .libs/libvirtmod.lai /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/python2.7/site-packages/libvirtmod.la
  3180. libtool: install: warning: relinking `libvirtmod_qemu.la'
  3181. libtool: install: (cd /tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/python; /bin/sh /tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/libtool --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -std=gnu99 -Wno-redundant-decls -O2 -pipe -ggdb -march=native -ftracer -module -avoid-version -shared -L../src/.libs -Wl,-O1 -Wl,--as-needed -o libvirtmod_qemu.la -rpath /usr/lib64/python2.7/site-packages libvirtmod_qemu_la-libvirt-qemu-override.lo libvirtmod_qemu_la-typewrappers.lo libvirtmod_qemu_la-libvirt-qemu.lo ../src/libvirt-qemu.la ../gnulib/lib/libgnu.la -ldl -inst-prefix-dir /tmp/portage/app-emulation/libvirt-0.9.12/image/)
  3182. libtool: install: /usr/bin/install -c .libs/libvirtmod_qemu.soT /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/python2.7/site-packages/libvirtmod_qemu.so
  3183. libtool: install: /usr/bin/install -c .libs/libvirtmod_qemu.lai /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/python2.7/site-packages/libvirtmod_qemu.la
  3184. libtool: install: warning: remember to run `libtool --finish /usr/lib64/python2.7/site-packages'
  3185. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/python'
  3186. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/python'
  3187. Making install in tests
  3188. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/python/tests'
  3189. make[3]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/python/tests'
  3190. make[3]: Nothing to be done for `install-exec-am'.
  3191. /bin/sh ../../build-aux/mkinstalldirs /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/doc/libvirt-0.9.12/python/examples
  3192. mkdir -p -- /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/doc/libvirt-0.9.12/python/examples
  3193. (for test in basic.py create.py uuid.py error.py node.py; \
  3194. do /usr/bin/install -c -m 0644 ./$test /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/doc/libvirt-0.9.12/python/examples ; done)
  3195. make[3]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/python/tests'
  3196. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/python/tests'
  3197. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/python'
  3198. Making install in tests
  3199. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tests'
  3200. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tests'
  3201. make[2]: Nothing to be done for `install-exec-am'.
  3202. make[2]: Nothing to be done for `install-data-am'.
  3203. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tests'
  3204. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/tests'
  3205. Making install in po
  3206. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/po'
  3207. /bin/mkdir -p /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share
  3208. installing af.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/af/LC_MESSAGES/libvirt.mo
  3209. installing am.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/am/LC_MESSAGES/libvirt.mo
  3210. installing ar.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/ar/LC_MESSAGES/libvirt.mo
  3211. installing as.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/as/LC_MESSAGES/libvirt.mo
  3212. installing be.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/be/LC_MESSAGES/libvirt.mo
  3213. installing bg.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/bg/LC_MESSAGES/libvirt.mo
  3214. installing bn.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/bn/LC_MESSAGES/libvirt.mo
  3215. installing bn_IN.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/bn_IN/LC_MESSAGES/libvirt.mo
  3216. installing bs.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/bs/LC_MESSAGES/libvirt.mo
  3217. installing ca.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/ca/LC_MESSAGES/libvirt.mo
  3218. installing cs.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/cs/LC_MESSAGES/libvirt.mo
  3219. installing cy.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/cy/LC_MESSAGES/libvirt.mo
  3220. installing da.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/da/LC_MESSAGES/libvirt.mo
  3221. installing de.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/de/LC_MESSAGES/libvirt.mo
  3222. installing el.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/el/LC_MESSAGES/libvirt.mo
  3223. installing en_GB.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/en_GB/LC_MESSAGES/libvirt.mo
  3224. installing es.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/es/LC_MESSAGES/libvirt.mo
  3225. installing et.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/et/LC_MESSAGES/libvirt.mo
  3226. installing eu_ES.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/eu_ES/LC_MESSAGES/libvirt.mo
  3227. installing fa.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/fa/LC_MESSAGES/libvirt.mo
  3228. installing fi.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/fi/LC_MESSAGES/libvirt.mo
  3229. installing fr.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/fr/LC_MESSAGES/libvirt.mo
  3230. installing gl.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/gl/LC_MESSAGES/libvirt.mo
  3231. installing gu.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/gu/LC_MESSAGES/libvirt.mo
  3232. installing he.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/he/LC_MESSAGES/libvirt.mo
  3233. installing hi.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/hi/LC_MESSAGES/libvirt.mo
  3234. installing hr.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/hr/LC_MESSAGES/libvirt.mo
  3235. installing hu.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/hu/LC_MESSAGES/libvirt.mo
  3236. installing hy.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/hy/LC_MESSAGES/libvirt.mo
  3237. installing id.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/id/LC_MESSAGES/libvirt.mo
  3238. installing is.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/is/LC_MESSAGES/libvirt.mo
  3239. installing it.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/it/LC_MESSAGES/libvirt.mo
  3240. installing ja.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/ja/LC_MESSAGES/libvirt.mo
  3241. installing ka.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/ka/LC_MESSAGES/libvirt.mo
  3242. installing kn.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/kn/LC_MESSAGES/libvirt.mo
  3243. installing ko.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/ko/LC_MESSAGES/libvirt.mo
  3244. installing ku.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/ku/LC_MESSAGES/libvirt.mo
  3245. installing lo.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/lo/LC_MESSAGES/libvirt.mo
  3246. installing lt.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/lt/LC_MESSAGES/libvirt.mo
  3247. installing lv.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/lv/LC_MESSAGES/libvirt.mo
  3248. installing mk.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/mk/LC_MESSAGES/libvirt.mo
  3249. installing ml.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/ml/LC_MESSAGES/libvirt.mo
  3250. installing mr.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/mr/LC_MESSAGES/libvirt.mo
  3251. installing ms.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/ms/LC_MESSAGES/libvirt.mo
  3252. installing my.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/my/LC_MESSAGES/libvirt.mo
  3253. installing nb.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/nb/LC_MESSAGES/libvirt.mo
  3254. installing nl.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/nl/LC_MESSAGES/libvirt.mo
  3255. installing nn.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/nn/LC_MESSAGES/libvirt.mo
  3256. installing nso.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/nso/LC_MESSAGES/libvirt.mo
  3257. installing or.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/or/LC_MESSAGES/libvirt.mo
  3258. installing pa.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/pa/LC_MESSAGES/libvirt.mo
  3259. installing pl.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/pl/LC_MESSAGES/libvirt.mo
  3260. installing pt.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/pt/LC_MESSAGES/libvirt.mo
  3261. installing pt_BR.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/pt_BR/LC_MESSAGES/libvirt.mo
  3262. installing ro.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/ro/LC_MESSAGES/libvirt.mo
  3263. installing ru.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/ru/LC_MESSAGES/libvirt.mo
  3264. installing si.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/si/LC_MESSAGES/libvirt.mo
  3265. installing sk.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/sk/LC_MESSAGES/libvirt.mo
  3266. installing sl.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/sl/LC_MESSAGES/libvirt.mo
  3267. installing sq.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/sq/LC_MESSAGES/libvirt.mo
  3268. installing sr.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/sr/LC_MESSAGES/libvirt.mo
  3269. installing sr@latin.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/sr@latin/LC_MESSAGES/libvirt.mo
  3270. installing sv.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/sv/LC_MESSAGES/libvirt.mo
  3271. installing ta.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/ta/LC_MESSAGES/libvirt.mo
  3272. installing te.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/te/LC_MESSAGES/libvirt.mo
  3273. installing th.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/th/LC_MESSAGES/libvirt.mo
  3274. installing tr.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/tr/LC_MESSAGES/libvirt.mo
  3275. installing uk.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/uk/LC_MESSAGES/libvirt.mo
  3276. installing ur.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/ur/LC_MESSAGES/libvirt.mo
  3277. installing vi.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/vi/LC_MESSAGES/libvirt.mo
  3278. installing vi_VN.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/vi_VN/LC_MESSAGES/libvirt.mo
  3279. installing zh_CN.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/zh_CN/LC_MESSAGES/libvirt.mo
  3280. installing zh_TW.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/zh_TW/LC_MESSAGES/libvirt.mo
  3281. installing zu.gmo as /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/locale/zu/LC_MESSAGES/libvirt.mo
  3282. if test "libvirt" = "gettext-tools"; then \
  3283. /bin/mkdir -p /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/gettext/po; \
  3284. for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
  3285. /usr/bin/install -c -m 644 ./$file \
  3286. /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/gettext/po/$file; \
  3287. done; \
  3288. for file in Makevars; do \
  3289. rm -f /tmp/portage/app-emulation/libvirt-0.9.12/image//usr/share/gettext/po/$file; \
  3290. done; \
  3291. else \
  3292. : ; \
  3293. fi
  3294. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/po'
  3295. Making install in examples/domain-events/events-c
  3296. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/domain-events/events-c'
  3297. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/domain-events/events-c'
  3298. make[2]: Nothing to be done for `install-exec-am'.
  3299. make[2]: Nothing to be done for `install-data-am'.
  3300. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/domain-events/events-c'
  3301. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/domain-events/events-c'
  3302. Making install in examples/hellolibvirt
  3303. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/hellolibvirt'
  3304. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/hellolibvirt'
  3305. make[2]: Nothing to be done for `install-exec-am'.
  3306. make[2]: Nothing to be done for `install-data-am'.
  3307. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/hellolibvirt'
  3308. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/hellolibvirt'
  3309. Making install in examples/dominfo
  3310. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/dominfo'
  3311. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/dominfo'
  3312. make[2]: Nothing to be done for `install-exec-am'.
  3313. make[2]: Nothing to be done for `install-data-am'.
  3314. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/dominfo'
  3315. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/dominfo'
  3316. Making install in examples/domsuspend
  3317. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/domsuspend'
  3318. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/domsuspend'
  3319. make[2]: Nothing to be done for `install-exec-am'.
  3320. make[2]: Nothing to be done for `install-data-am'.
  3321. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/domsuspend'
  3322. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/domsuspend'
  3323. Making install in examples/python
  3324. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/python'
  3325. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/python'
  3326. make[2]: Nothing to be done for `install-exec-am'.
  3327. make[2]: Nothing to be done for `install-data-am'.
  3328. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/python'
  3329. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/python'
  3330. Making install in examples/apparmor
  3331. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/apparmor'
  3332. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/apparmor'
  3333. make[2]: Nothing to be done for `install-exec-am'.
  3334. make[2]: Nothing to be done for `install-data-am'.
  3335. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/apparmor'
  3336. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/apparmor'
  3337. Making install in examples/xml/nwfilter
  3338. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/xml/nwfilter'
  3339. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/xml/nwfilter'
  3340. make[2]: Nothing to be done for `install-exec-am'.
  3341. /bin/mkdir -p ""/tmp/portage/app-emulation/libvirt-0.9.12/image//etc/libvirt/nwfilter""
  3342. for f in allow-arp.xml allow-dhcp-server.xml allow-dhcp.xml allow-incoming-ipv4.xml allow-ipv4.xml clean-traffic.xml no-arp-spoofing.xml no-arp-ip-spoofing.xml no-arp-mac-spoofing.xml no-ip-multicast.xml no-ip-spoofing.xml no-mac-broadcast.xml no-mac-spoofing.xml no-other-l2-traffic.xml no-other-rarp-traffic.xml qemu-announce-self.xml qemu-announce-self-rarp.xml; do \
  3343. /usr/bin/install -c -m 644 ./$f ""/tmp/portage/app-emulation/libvirt-0.9.12/image//etc/libvirt/nwfilter""; \
  3344. done
  3345. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/xml/nwfilter'
  3346. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/xml/nwfilter'
  3347. Making install in examples/openauth
  3348. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/openauth'
  3349. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/openauth'
  3350. make[2]: Nothing to be done for `install-exec-am'.
  3351. make[2]: Nothing to be done for `install-data-am'.
  3352. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/openauth'
  3353. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/openauth'
  3354. Making install in examples/systemtap
  3355. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/systemtap'
  3356. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/systemtap'
  3357. make[2]: Nothing to be done for `install-exec-am'.
  3358. make[2]: Nothing to be done for `install-data-am'.
  3359. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/systemtap'
  3360. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12/examples/systemtap'
  3361. make[1]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12'
  3362. make[2]: Entering directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12'
  3363. make[2]: Nothing to be done for `install-exec-am'.
  3364. test -z "/usr/lib64/pkgconfig" || /bin/mkdir -p "/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/pkgconfig"
  3365. /usr/bin/install -c -m 644 libvirt.pc '/tmp/portage/app-emulation/libvirt-0.9.12/image//usr/lib64/pkgconfig'
  3366. make[2]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12'
  3367. make[1]: Leaving directory `/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12'
  3368. >>> Completed installing libvirt-0.9.12 into /tmp/portage/app-emulation/libvirt-0.9.12/image/
  3369. * Tinderbox QA Warning! Invalid directories in image
  3370. /var/run/libvirt
  3371. /var/run/libvirt/lxc
  3372. * Tinderbox QA Warning (end)! Invalid directories in image
  3373. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
  3374. usr/bin/virt-host-validate
  3375. usr/bin/virsh
  3376. usr/sbin/libvirtd
  3377. usr/libexec/libvirt_lxc
  3378. usr/lib64/libvirt-qemu.so.0.9.12
  3379. usr/lib64/python2.7/site-packages/libvirtmod.so
  3380. usr/libexec/libvirt_iohelper
  3381. usr/lib64/python2.7/site-packages/libvirtmod_qemu.so
  3382. usr/lib64/libvirt.so.0.9.12
  3383. ecompressdir: bzip2 -9 /usr/share/man
  3384. ecompressdir: bzip2 -9 /usr/share/doc
  3385. * Compilation and optimization of Python modules for CPython 2.7 ...
  3386. [ ok ]
  3387. chmod: cannot access '/tmp/portage/app-emulation/libvirt-0.9.12/image///var/lib/libvirt/qemu': No such file or directory
  3388. * ERROR: app-emulation/libvirt-0.9.12 failed (postinst phase):
  3389. * fperms failed
  3390. *
  3391. * If you need support, post the output of `emerge --info '=app-emulation/libvirt-0.9.12'`,
  3392. * the complete build log and the output of `emerge -pqv '=app-emulation/libvirt-0.9.12'`.
  3393. * The complete build log is located at '/var/log/portage/app-emulation:libvirt-0.9.12:20120620-075458.log'.
  3394. * For convenience, a symlink to the build log is located at '/tmp/portage/app-emulation/libvirt-0.9.12/temp/build.log'.
  3395. * The ebuild environment file is located at '/tmp/portage/app-emulation/libvirt-0.9.12/temp/environment'.
  3396. * Working directory: '/tmp/portage/app-emulation/libvirt-0.9.12'
  3397. * S: '/tmp/portage/app-emulation/libvirt-0.9.12/work/libvirt-0.9.12'