Advertisement
pedraku

build.log

Feb 27th, 2012
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 68.95 KB | None | 0 0
  1. #cat /var/tmp/portage/app-arch/libarchive-3.0.3/temp/build.log
  2.  
  3. * Package: app-arch/libarchive-3.0.3
  4. * Repository: gentoo
  5. * Maintainer: ferringb@gentoo.org bsd@gentoo.org
  6. * USE: acl amd64 bzip2 e2fsprogs elibc_glibc iconv kernel_linux lzma multilib userland_GNU
  7. * FEATURES: sandbox
  8. >>> Unpacking source...
  9. >>> Unpacking libarchive-3.0.3.tar.gz to /var/tmp/portage/app-arch/libarchive-3.0.3/work
  10. >>> Source unpacked in /var/tmp/portage/app-arch/libarchive-3.0.3/work
  11. >>> Preparing source in /var/tmp/portage/app-arch/libarchive-3.0.3/work/libarchive-3.0.3 ...
  12. >>> Source prepared.
  13. >>> Configuring source in /var/tmp/portage/app-arch/libarchive-3.0.3/work/libarchive-3.0.3 ...
  14. * econf: updating libarchive-3.0.3/build/autoconf/config.sub with /usr/share/gnuconfig/config.sub
  15. * econf: updating libarchive-3.0.3/build/autoconf/config.guess with /usr/share/gnuconfig/config.guess
  16. ./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-static --enable-bsdtar=shared --enable-bsdcpio=shared --disable-xattr --enable-acl --without-zlib --with-bz2lib --without-lzmadec --with-iconv --with-lzma --without-nettle --with-xml2 --without-expat
  17. checking for a BSD-compatible install... /usr/bin/install -c
  18. checking whether build environment is sane... yes
  19. checking for a thread-safe mkdir -p... /bin/mkdir -p
  20. checking for gawk... gawk
  21. checking whether make sets $(MAKE)... yes
  22. checking build system type... x86_64-pc-linux-gnu
  23. checking host system type... x86_64-pc-linux-gnu
  24. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  25. checking whether the C compiler works... yes
  26. checking for C compiler default output file name... a.out
  27. checking for suffix of executables...
  28. checking whether we are cross compiling... no
  29. checking for suffix of object files... o
  30. checking whether we are using the GNU C compiler... yes
  31. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  32. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  33. checking for style of include used by make... GNU
  34. checking dependency style of x86_64-pc-linux-gnu-gcc... none
  35. checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
  36. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  37. checking for grep that handles long lines and -e... /bin/grep
  38. checking for egrep... /bin/grep -E
  39. checking for ANSI C header files... yes
  40. checking for sys/types.h... yes
  41. checking for sys/stat.h... yes
  42. checking for stdlib.h... yes
  43. checking for string.h... yes
  44. checking for memory.h... yes
  45. checking for strings.h... yes
  46. checking for inttypes.h... yes
  47. checking for stdint.h... yes
  48. checking for unistd.h... yes
  49. checking minix/config.h usability... no
  50. checking minix/config.h presence... no
  51. checking for minix/config.h... no
  52. checking whether it is safe to define __EXTENSIONS__... yes
  53. checking how to print strings... printf
  54. checking for a sed that does not truncate output... /bin/sed
  55. checking for fgrep... /bin/grep -F
  56. checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  57. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  58. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  59. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  60. checking whether ln -s works... yes
  61. checking the maximum length of command line arguments... 1572864
  62. checking whether the shell understands some XSI constructs... yes
  63. checking whether the shell understands "+="... yes
  64. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  65. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  66. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  67. checking for x86_64-pc-linux-gnu-objdump... objdump
  68. checking how to recognize dependent libraries... pass_all
  69. checking for x86_64-pc-linux-gnu-dlltool... dlltool
  70. checking how to associate runtime and link libraries... printf %s\n
  71. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  72. checking for archiver @FILE support... @
  73. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  74. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  75. checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
  76. checking for sysroot... no
  77. checking for x86_64-pc-linux-gnu-mt... no
  78. checking for mt... no
  79. checking if : is a manifest tool... no
  80. checking for dlfcn.h... yes
  81. checking for objdir... .libs
  82. checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  83. checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  84. checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  85. checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
  86. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
  87. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
  88. checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  89. checking whether -lc should be explicitly linked in... no
  90. checking dynamic linker characteristics... GNU/Linux ld.so
  91. checking how to hardcode library paths into programs... immediate
  92. checking whether stripping libraries is possible... yes
  93. checking if libtool supports shared libraries... yes
  94. checking whether to build shared libraries... yes
  95. checking whether to build static libraries... no
  96. checking for x86_64-pc-linux-gnu-strip... (cached) x86_64-pc-linux-gnu-strip
  97. checking for dirent.h that defines DIR... yes
  98. checking for library containing opendir... none required
  99. checking for sys/wait.h that is POSIX.1 compatible... yes
  100. checking acl/libacl.h usability... yes
  101. checking acl/libacl.h presence... yes
  102. checking for acl/libacl.h... yes
  103. checking attr/xattr.h usability... yes
  104. checking attr/xattr.h presence... yes
  105. checking for attr/xattr.h... yes
  106. checking copyfile.h usability... no
  107. checking copyfile.h presence... no
  108. checking for copyfile.h... no
  109. checking ctype.h usability... yes
  110. checking ctype.h presence... yes
  111. checking for ctype.h... yes
  112. checking errno.h usability... yes
  113. checking errno.h presence... yes
  114. checking for errno.h... yes
  115. checking for ext2fs/ext2_fs.h... (cached) yes
  116. checking fcntl.h usability... yes
  117. checking fcntl.h presence... yes
  118. checking for fcntl.h... yes
  119. checking grp.h usability... yes
  120. checking grp.h presence... yes
  121. checking for grp.h... yes
  122. checking whether EXT2_IOC_GETFLAGS is usable... yes
  123. checking for inttypes.h... (cached) yes
  124. checking io.h usability... no
  125. checking io.h presence... no
  126. checking for io.h... no
  127. checking langinfo.h usability... yes
  128. checking langinfo.h presence... yes
  129. checking for langinfo.h... yes
  130. checking limits.h usability... yes
  131. checking limits.h presence... yes
  132. checking for limits.h... yes
  133. checking linux/fiemap.h usability... yes
  134. checking linux/fiemap.h presence... yes
  135. checking for linux/fiemap.h... yes
  136. checking linux/fs.h usability... yes
  137. checking linux/fs.h presence... yes
  138. checking for linux/fs.h... yes
  139. checking linux/magic.h usability... yes
  140. checking linux/magic.h presence... yes
  141. checking for linux/magic.h... yes
  142. checking locale.h usability... yes
  143. checking locale.h presence... yes
  144. checking for locale.h... yes
  145. checking paths.h usability... yes
  146. checking paths.h presence... yes
  147. checking for paths.h... yes
  148. checking poll.h usability... yes
  149. checking poll.h presence... yes
  150. checking for poll.h... yes
  151. checking pwd.h usability... yes
  152. checking pwd.h presence... yes
  153. checking for pwd.h... yes
  154. checking regex.h usability... yes
  155. checking regex.h presence... yes
  156. checking for regex.h... yes
  157. checking signal.h usability... yes
  158. checking signal.h presence... yes
  159. checking for signal.h... yes
  160. checking stdarg.h usability... yes
  161. checking stdarg.h presence... yes
  162. checking for stdarg.h... yes
  163. checking for stdint.h... (cached) yes
  164. checking for stdlib.h... (cached) yes
  165. checking for string.h... (cached) yes
  166. checking sys/acl.h usability... yes
  167. checking sys/acl.h presence... yes
  168. checking for sys/acl.h... yes
  169. checking sys/cdefs.h usability... yes
  170. checking sys/cdefs.h presence... yes
  171. checking for sys/cdefs.h... yes
  172. checking sys/extattr.h usability... no
  173. checking sys/extattr.h presence... no
  174. checking for sys/extattr.h... no
  175. checking sys/ioctl.h usability... yes
  176. checking sys/ioctl.h presence... yes
  177. checking for sys/ioctl.h... yes
  178. checking sys/mkdev.h usability... no
  179. checking sys/mkdev.h presence... no
  180. checking for sys/mkdev.h... no
  181. checking sys/mount.h usability... yes
  182. checking sys/mount.h presence... yes
  183. checking for sys/mount.h... yes
  184. checking sys/param.h usability... yes
  185. checking sys/param.h presence... yes
  186. checking for sys/param.h... yes
  187. checking sys/poll.h usability... yes
  188. checking sys/poll.h presence... yes
  189. checking for sys/poll.h... yes
  190. checking sys/select.h usability... yes
  191. checking sys/select.h presence... yes
  192. checking for sys/select.h... yes
  193. checking sys/statfs.h usability... yes
  194. checking sys/statfs.h presence... yes
  195. checking for sys/statfs.h... yes
  196. checking sys/statvfs.h usability... yes
  197. checking sys/statvfs.h presence... yes
  198. checking for sys/statvfs.h... yes
  199. checking sys/time.h usability... yes
  200. checking sys/time.h presence... yes
  201. checking for sys/time.h... yes
  202. checking sys/utime.h usability... no
  203. checking sys/utime.h presence... no
  204. checking for sys/utime.h... no
  205. checking sys/utsname.h usability... yes
  206. checking sys/utsname.h presence... yes
  207. checking for sys/utsname.h... yes
  208. checking sys/vfs.h usability... yes
  209. checking sys/vfs.h presence... yes
  210. checking for sys/vfs.h... yes
  211. checking time.h usability... yes
  212. checking time.h presence... yes
  213. checking for time.h... yes
  214. checking for unistd.h... (cached) yes
  215. checking utime.h usability... yes
  216. checking utime.h presence... yes
  217. checking for utime.h... yes
  218. checking wchar.h usability... yes
  219. checking wchar.h presence... yes
  220. checking for wchar.h... yes
  221. checking wctype.h usability... yes
  222. checking wctype.h presence... yes
  223. checking for wctype.h... yes
  224. checking windows.h usability... no
  225. checking windows.h presence... no
  226. checking for windows.h... no
  227. checking for wincrypt.h... no
  228. checking for winioctl.h... no
  229. checking bzlib.h usability... yes
  230. checking bzlib.h presence... yes
  231. checking for bzlib.h... yes
  232. checking for BZ2_bzDecompressInit in -lbz2... yes
  233. checking for iconv.h... yes
  234. checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  235. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
  236. checking for shared library run path origin... done
  237. checking for iconv... yes
  238. checking for working iconv... yes
  239. checking for iconv declaration...
  240. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  241. checking localcharset.h usability... no
  242. checking localcharset.h presence... no
  243. checking for localcharset.h... no
  244. checking for locale_charset... no
  245. checking for locale_charset in -lcharset... no
  246. checking lzma.h usability... yes
  247. checking lzma.h presence... yes
  248. checking for lzma.h... yes
  249. checking for lzma_stream_decoder in -llzma... yes
  250. checking for xml2-config... /usr/bin/xml2-config
  251. checking for xmlInitParser in -lxml2... yes
  252. checking libxml/xmlreader.h usability... yes
  253. checking libxml/xmlreader.h presence... yes
  254. checking for libxml/xmlreader.h... yes
  255. checking libxml/xmlwriter.h usability... yes
  256. checking libxml/xmlwriter.h presence... yes
  257. checking for libxml/xmlwriter.h... yes
  258. checking for an ANSI C-conforming const... yes
  259. checking for uid_t in sys/types.h... yes
  260. checking for mode_t... yes
  261. checking for off_t... yes
  262. checking for size_t... yes
  263. checking for id_t... yes
  264. checking for uintptr_t... yes
  265. checking for struct tm.tm_gmtoff... yes
  266. checking for struct tm.__tm_gmtoff... no
  267. checking for struct statfs.f_namemax... no
  268. checking for struct stat.st_birthtime... no
  269. checking for struct stat.st_birthtimespec.tv_nsec... no
  270. checking for struct stat.st_mtimespec.tv_nsec... no
  271. checking for struct stat.st_mtim.tv_nsec... yes
  272. checking for struct stat.st_mtime_n... no
  273. checking for struct stat.st_umtime... no
  274. checking for struct stat.st_mtime_usec... no
  275. checking for struct stat.st_blksize... yes
  276. checking for struct stat.st_flags... no
  277. checking for uintmax_t... yes
  278. checking for unsigned long long... yes
  279. checking for long long int... yes
  280. checking for intmax_t... yes
  281. checking for unsigned long long int... yes
  282. checking for uintmax_t... (cached) yes
  283. checking for int64_t... yes
  284. checking for uint64_t... yes
  285. checking for int32_t... yes
  286. checking for uint32_t... yes
  287. checking for int16_t... yes
  288. checking for uint16_t... yes
  289. checking for uint8_t... yes
  290. checking whether SIZE_MAX is declared... yes
  291. checking whether INT64_MAX is declared... yes
  292. checking whether INT64_MIN is declared... yes
  293. checking whether UINT64_MAX is declared... yes
  294. checking whether UINT32_MAX is declared... yes
  295. checking whether SSIZE_MAX is declared... yes
  296. checking whether EFTYPE is declared... no
  297. checking whether EILSEQ is declared... yes
  298. checking for wchar_t... yes
  299. checking size of wchar_t... 4
  300. checking whether time.h and sys/time.h may both be included... yes
  301. checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no
  302. checking whether sys/types.h defines makedev... yes
  303. checking for _LARGEFILE_SOURCE value needed for large files... no
  304. checking for working memcmp... yes
  305. checking whether lstat correctly handles trailing slash... yes
  306. checking whether lstat accepts an empty string... no
  307. checking whether stat accepts an empty string... no
  308. checking whether strerror_r is declared... yes
  309. checking for strerror_r... yes
  310. checking whether strerror_r returns char *... yes
  311. checking for strftime... yes
  312. checking for vprintf... yes
  313. checking for _doprnt... no
  314. checking for CreateHardLinkA... no
  315. checking for chflags... no
  316. checking for chown... yes
  317. checking for chroot... yes
  318. checking for ctime_r... yes
  319. checking for fchdir... yes
  320. checking for fchflags... no
  321. checking for fchmod... yes
  322. checking for fchown... yes
  323. checking for fcntl... yes
  324. checking for fdopendir... yes
  325. checking for fork... yes
  326. checking for fstat... yes
  327. checking for fstatat... yes
  328. checking for fstatfs... yes
  329. checking for fstatvfs... yes
  330. checking for ftruncate... yes
  331. checking for futimens... yes
  332. checking for futimes... yes
  333. checking for futimesat... yes
  334. checking for geteuid... yes
  335. checking for getpid... yes
  336. checking for getgrgid_r... yes
  337. checking for getgrnam_r... yes
  338. checking for getpwnam_r... yes
  339. checking for getpwuid_r... yes
  340. checking for getvfsbyname... no
  341. checking for gmtime_r... yes
  342. checking for lchflags... no
  343. checking for lchmod... no
  344. checking for lchown... yes
  345. checking for link... yes
  346. checking for localtime_r... yes
  347. checking for lstat... yes
  348. checking for lutimes... yes
  349. checking for mbrtowc... yes
  350. checking for mbsnrtowcs... yes
  351. checking for memmove... yes
  352. checking for memset... yes
  353. checking for mkdir... yes
  354. checking for mkfifo... yes
  355. checking for mknod... yes
  356. checking for mkstemp... yes
  357. checking for nl_langinfo... yes
  358. checking for openat... yes
  359. checking for pipe... yes
  360. checking for poll... yes
  361. checking for readlink... yes
  362. checking for readlinkat... yes
  363. checking for select... yes
  364. checking for setenv... yes
  365. checking for setlocale... yes
  366. checking for sigaction... yes
  367. checking for statfs... yes
  368. checking for statvfs... yes
  369. checking for strchr... yes
  370. checking for strdup... yes
  371. checking for strerror... yes
  372. checking for strncpy_s... no
  373. checking for strrchr... yes
  374. checking for symlink... yes
  375. checking for timegm... yes
  376. checking for tzset... yes
  377. checking for unsetenv... yes
  378. checking for utime... yes
  379. checking for utimensat... yes
  380. checking for utimes... yes
  381. checking for vfork... yes
  382. checking for wcrtomb... yes
  383. checking for wcscmp... yes
  384. checking for wcscpy... yes
  385. checking for wcslen... yes
  386. checking for wcsnrtombs... yes
  387. checking for wctomb... yes
  388. checking for wmemcmp... yes
  389. checking for wmemcpy... yes
  390. checking for _ctime64_s... no
  391. checking for _fseeki64... no
  392. checking for _get_timezone... no
  393. checking for _localtime64_s... no
  394. checking for _mkgmtime64... no
  395. checking for cygwin_conv_path... no
  396. checking whether D_MD_ORDER is declared... no
  397. checking for struct dirent.d_namlen... no
  398. checking for sys/acl.h... (cached) yes
  399. checking for acl_get_file in -lacl... yes
  400. checking for acl_create_entry... yes
  401. checking for acl_init... yes
  402. checking for acl_set_fd... yes
  403. checking for acl_set_fd_np... no
  404. checking for acl_set_file... yes
  405. checking for acl_permset_t... yes
  406. checking for acl_get_perm_np... no
  407. checking for acl_get_perm... yes
  408. checking for acl_get_link... no
  409. checking for acl_get_link_np... no
  410. checking whether ACL_USER is declared... yes
  411. checking for special C compiler options needed for large files... no
  412. checking for _FILE_OFFSET_BITS value needed for large files... no
  413. checking support for ARCHIVE_CRYPTO_MD5_LIBC... no
  414. checking support for ARCHIVE_CRYPTO_MD5_LIBSYSTEM... no
  415. checking support for ARCHIVE_CRYPTO_RMD160_LIBC... no
  416. checking support for ARCHIVE_CRYPTO_SHA1_LIBC... no
  417. checking support for ARCHIVE_CRYPTO_SHA1_LIBSYSTEM... no
  418. checking support for ARCHIVE_CRYPTO_SHA256_LIBC... no
  419. checking support for ARCHIVE_CRYPTO_SHA256_LIBC2... no
  420. checking support for ARCHIVE_CRYPTO_SHA256_LIBC3... no
  421. checking support for ARCHIVE_CRYPTO_SHA256_LIBSYSTEM... no
  422. checking support for ARCHIVE_CRYPTO_SHA384_LIBC... no
  423. checking support for ARCHIVE_CRYPTO_SHA384_LIBC2... no
  424. checking support for ARCHIVE_CRYPTO_SHA384_LIBC3... no
  425. checking support for ARCHIVE_CRYPTO_SHA384_LIBSYSTEM... no
  426. checking support for ARCHIVE_CRYPTO_SHA512_LIBC... no
  427. checking support for ARCHIVE_CRYPTO_SHA512_LIBC2... no
  428. checking support for ARCHIVE_CRYPTO_SHA512_LIBC3... no
  429. checking support for ARCHIVE_CRYPTO_SHA512_LIBSYSTEM... no
  430. checking support for ARCHIVE_CRYPTO_MD5_OPENSSL... yes
  431. checking support for ARCHIVE_CRYPTO_RMD160_OPENSSL... yes
  432. checking support for ARCHIVE_CRYPTO_SHA1_OPENSSL... yes
  433. checking support for ARCHIVE_CRYPTO_SHA256_OPENSSL... yes
  434. checking support for ARCHIVE_CRYPTO_SHA384_OPENSSL... yes
  435. checking support for ARCHIVE_CRYPTO_SHA512_OPENSSL... yes
  436. configure: creating ./config.status
  437. config.status: creating Makefile
  438. config.status: creating build/pkgconfig/libarchive.pc
  439. config.status: creating config.h
  440. config.status: executing depfiles commands
  441. config.status: executing libtool commands
  442. >>> Source configured.
  443. >>> Compiling source in /var/tmp/portage/app-arch/libarchive-3.0.3/work/libarchive-3.0.3 ...
  444. make -j3
  445. cat ./libarchive/test/test_*.c | grep DEFINE_TEST > libarchive/test/list.h
  446. cat ./tar/test/test_*.c | grep DEFINE_TEST > tar/test/list.h
  447. cat ./cpio/test/test_*.c | grep DEFINE_TEST > cpio/test/list.h
  448. make all-am
  449. make[1]: se ingresa al directorio `/var/tmp/portage/app-arch/libarchive-3.0.3/work/libarchive-3.0.3'
  450. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_acl.lo libarchive/archive_acl.c
  451. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_check_magic.lo libarchive/archive_check_magic.c
  452. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_crypto.lo libarchive/archive_crypto.c
  453. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_acl.c -fPIC -DPIC -o libarchive/.libs/archive_acl.o
  454. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_crypto.c -fPIC -DPIC -o libarchive/.libs/archive_crypto.o
  455. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_check_magic.c -fPIC -DPIC -o libarchive/.libs/archive_check_magic.o
  456. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_entry.lo libarchive/archive_entry.c
  457. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_entry_copy_stat.lo libarchive/archive_entry_copy_stat.c
  458. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_entry.c -fPIC -DPIC -o libarchive/.libs/archive_entry.o
  459. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_entry_copy_stat.c -fPIC -DPIC -o libarchive/.libs/archive_entry_copy_stat.o
  460. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_entry_link_resolver.lo libarchive/archive_entry_link_resolver.c
  461. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_entry_link_resolver.c -fPIC -DPIC -o libarchive/.libs/archive_entry_link_resolver.o
  462. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_entry_sparse.lo libarchive/archive_entry_sparse.c
  463. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_entry_sparse.c -fPIC -DPIC -o libarchive/.libs/archive_entry_sparse.o
  464. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_entry_stat.lo libarchive/archive_entry_stat.c
  465. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_entry_stat.c -fPIC -DPIC -o libarchive/.libs/archive_entry_stat.o
  466. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_entry_strmode.lo libarchive/archive_entry_strmode.c
  467. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_entry_strmode.c -fPIC -DPIC -o libarchive/.libs/archive_entry_strmode.o
  468. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_entry_xattr.lo libarchive/archive_entry_xattr.c
  469. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_entry_xattr.c -fPIC -DPIC -o libarchive/.libs/archive_entry_xattr.o
  470. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_options.lo libarchive/archive_options.c
  471. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_options.c -fPIC -DPIC -o libarchive/.libs/archive_options.o
  472. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_ppmd7.lo libarchive/archive_ppmd7.c
  473. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_rb.lo libarchive/archive_rb.c
  474. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_ppmd7.c -fPIC -DPIC -o libarchive/.libs/archive_ppmd7.o
  475. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_rb.c -fPIC -DPIC -o libarchive/.libs/archive_rb.o
  476. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read.lo libarchive/archive_read.c
  477. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read.c -fPIC -DPIC -o libarchive/.libs/archive_read.o
  478. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_data_into_fd.lo libarchive/archive_read_data_into_fd.c
  479. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_data_into_fd.c -fPIC -DPIC -o libarchive/.libs/archive_read_data_into_fd.o
  480. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_disk_entry_from_file.lo libarchive/archive_read_disk_entry_from_file.c
  481. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_disk_posix.lo libarchive/archive_read_disk_posix.c
  482. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_disk_entry_from_file.c -fPIC -DPIC -o libarchive/.libs/archive_read_disk_entry_from_file.o
  483. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_disk_posix.c -fPIC -DPIC -o libarchive/.libs/archive_read_disk_posix.o
  484. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_disk_set_standard_lookup.lo libarchive/archive_read_disk_set_standard_lookup.c
  485. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_disk_set_standard_lookup.c -fPIC -DPIC -o libarchive/.libs/archive_read_disk_set_standard_lookup.o
  486. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_extract.lo libarchive/archive_read_extract.c
  487. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_extract.c -fPIC -DPIC -o libarchive/.libs/archive_read_extract.o
  488. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_open_fd.lo libarchive/archive_read_open_fd.c
  489. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_open_fd.c -fPIC -DPIC -o libarchive/.libs/archive_read_open_fd.o
  490. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_open_file.lo libarchive/archive_read_open_file.c
  491. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_open_file.c -fPIC -DPIC -o libarchive/.libs/archive_read_open_file.o
  492. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_open_filename.lo libarchive/archive_read_open_filename.c
  493. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_open_memory.lo libarchive/archive_read_open_memory.c
  494. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_open_filename.c -fPIC -DPIC -o libarchive/.libs/archive_read_open_filename.o
  495. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_open_memory.c -fPIC -DPIC -o libarchive/.libs/archive_read_open_memory.o
  496. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_set_options.lo libarchive/archive_read_set_options.c
  497. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_set_options.c -fPIC -DPIC -o libarchive/.libs/archive_read_set_options.o
  498. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_filter_all.lo libarchive/archive_read_support_filter_all.c
  499. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_filter_bzip2.lo libarchive/archive_read_support_filter_bzip2.c
  500. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_filter_bzip2.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_bzip2.o
  501. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_filter_all.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_all.o
  502. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_filter_compress.lo libarchive/archive_read_support_filter_compress.c
  503. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_filter_gzip.lo libarchive/archive_read_support_filter_gzip.c
  504. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_filter_compress.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_compress.o
  505. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_filter_none.lo libarchive/archive_read_support_filter_none.c
  506. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_filter_gzip.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_gzip.o
  507. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_filter_none.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_none.o
  508. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_filter_program.lo libarchive/archive_read_support_filter_program.c
  509. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_filter_rpm.lo libarchive/archive_read_support_filter_rpm.c
  510. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_filter_uu.lo libarchive/archive_read_support_filter_uu.c
  511. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_filter_program.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_program.o
  512. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_filter_uu.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_uu.o
  513. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_filter_rpm.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_rpm.o
  514. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_filter_xz.lo libarchive/archive_read_support_filter_xz.c
  515. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_format_7zip.lo libarchive/archive_read_support_format_7zip.c
  516. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_format_7zip.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_7zip.o
  517. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_filter_xz.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_xz.o
  518. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_format_all.lo libarchive/archive_read_support_format_all.c
  519. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_format_all.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_all.o
  520. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_format_ar.lo libarchive/archive_read_support_format_ar.c
  521. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_format_ar.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_ar.o
  522. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_format_by_code.lo libarchive/archive_read_support_format_by_code.c
  523. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_format_by_code.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_by_code.o
  524. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_format_cab.lo libarchive/archive_read_support_format_cab.c
  525. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_format_cab.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_cab.o
  526. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_format_cpio.lo libarchive/archive_read_support_format_cpio.c
  527. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_format_cpio.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_cpio.o
  528. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_format_empty.lo libarchive/archive_read_support_format_empty.c
  529. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_format_empty.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_empty.o
  530. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_format_iso9660.lo libarchive/archive_read_support_format_iso9660.c
  531. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_format_lha.lo libarchive/archive_read_support_format_lha.c
  532. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_format_iso9660.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_iso9660.o
  533. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_format_lha.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_lha.o
  534. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_format_mtree.lo libarchive/archive_read_support_format_mtree.c
  535. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_format_rar.lo libarchive/archive_read_support_format_rar.c
  536. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_format_rar.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_rar.o
  537. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_format_mtree.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_mtree.o
  538. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_format_raw.lo libarchive/archive_read_support_format_raw.c
  539. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_format_raw.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_raw.o
  540. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_format_tar.lo libarchive/archive_read_support_format_tar.c
  541. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_format_tar.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_tar.o
  542. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_format_xar.lo libarchive/archive_read_support_format_xar.c
  543. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_format_xar.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_xar.o
  544. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_read_support_format_zip.lo libarchive/archive_read_support_format_zip.c
  545. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_read_support_format_zip.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_zip.o
  546. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_string.lo libarchive/archive_string.c
  547. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_string.c -fPIC -DPIC -o libarchive/.libs/archive_string.o
  548. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_string_sprintf.lo libarchive/archive_string_sprintf.c
  549. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_string_sprintf.c -fPIC -DPIC -o libarchive/.libs/archive_string_sprintf.o
  550. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_util.lo libarchive/archive_util.c
  551. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_virtual.lo libarchive/archive_virtual.c
  552. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_virtual.c -fPIC -DPIC -o libarchive/.libs/archive_virtual.o
  553. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_util.c -fPIC -DPIC -o libarchive/.libs/archive_util.o
  554. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write.lo libarchive/archive_write.c
  555. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_disk_posix.lo libarchive/archive_write_disk_posix.c
  556. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write.c -fPIC -DPIC -o libarchive/.libs/archive_write.o
  557. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_disk_posix.c -fPIC -DPIC -o libarchive/.libs/archive_write_disk_posix.o
  558. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_disk_set_standard_lookup.lo libarchive/archive_write_disk_set_standard_lookup.c
  559. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_disk_set_standard_lookup.c -fPIC -DPIC -o libarchive/.libs/archive_write_disk_set_standard_lookup.o
  560. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_open_fd.lo libarchive/archive_write_open_fd.c
  561. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_open_fd.c -fPIC -DPIC -o libarchive/.libs/archive_write_open_fd.o
  562. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_open_file.lo libarchive/archive_write_open_file.c
  563. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_open_file.c -fPIC -DPIC -o libarchive/.libs/archive_write_open_file.o
  564. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_open_filename.lo libarchive/archive_write_open_filename.c
  565. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_open_memory.lo libarchive/archive_write_open_memory.c
  566. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_open_filename.c -fPIC -DPIC -o libarchive/.libs/archive_write_open_filename.o
  567. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_open_memory.c -fPIC -DPIC -o libarchive/.libs/archive_write_open_memory.o
  568. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_add_filter_bzip2.lo libarchive/archive_write_add_filter_bzip2.c
  569. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_add_filter_compress.lo libarchive/archive_write_add_filter_compress.c
  570. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_add_filter_bzip2.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter_bzip2.o
  571. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_add_filter_gzip.lo libarchive/archive_write_add_filter_gzip.c
  572. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_add_filter_compress.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter_compress.o
  573. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_add_filter_gzip.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter_gzip.o
  574. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_add_filter_none.lo libarchive/archive_write_add_filter_none.c
  575. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_add_filter_program.lo libarchive/archive_write_add_filter_program.c
  576. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_add_filter_xz.lo libarchive/archive_write_add_filter_xz.c
  577. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_add_filter_none.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter_none.o
  578. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_add_filter_program.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter_program.o
  579. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_add_filter_xz.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter_xz.o
  580. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_set_format.lo libarchive/archive_write_set_format.c
  581. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_set_format.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format.o
  582. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_set_format_7zip.lo libarchive/archive_write_set_format_7zip.c
  583. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_set_format_ar.lo libarchive/archive_write_set_format_ar.c
  584. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_set_format_by_name.lo libarchive/archive_write_set_format_by_name.c
  585. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_set_format_7zip.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_7zip.o
  586. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_set_format_ar.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_ar.o
  587. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_set_format_by_name.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_by_name.o
  588. libarchive/archive_write_set_format_7zip.c: In function ‘compression_init_encoder_deflate’:
  589. libarchive/archive_write_set_format_7zip.c:1759:2: warning: implicit declaration of function ‘compression_unsupported_encoder’
  590. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_set_format_cpio.lo libarchive/archive_write_set_format_cpio.c
  591. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_set_format_cpio.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_cpio.o
  592. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_set_format_cpio_newc.lo libarchive/archive_write_set_format_cpio_newc.c
  593. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_set_format_cpio_newc.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_cpio_newc.o
  594. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_set_format_iso9660.lo libarchive/archive_write_set_format_iso9660.c
  595. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_set_format_iso9660.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_iso9660.o
  596. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_set_format_mtree.lo libarchive/archive_write_set_format_mtree.c
  597. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_set_format_mtree.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_mtree.o
  598. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_set_format_pax.lo libarchive/archive_write_set_format_pax.c
  599. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_set_format_pax.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_pax.o
  600. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_set_format_shar.lo libarchive/archive_write_set_format_shar.c
  601. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_set_format_shar.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_shar.o
  602. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_set_format_ustar.lo libarchive/archive_write_set_format_ustar.c
  603. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_set_format_ustar.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_ustar.o
  604. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_set_format_gnutar.lo libarchive/archive_write_set_format_gnutar.c
  605. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_set_format_gnutar.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_gnutar.o
  606. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_set_format_xar.lo libarchive/archive_write_set_format_xar.c
  607. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_set_format_xar.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_xar.o
  608. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_set_format_zip.lo libarchive/archive_write_set_format_zip.c
  609. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_set_format_zip.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_zip.o
  610. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/archive_write_set_options.lo libarchive/archive_write_set_options.c
  611. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/archive_write_set_options.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_options.o
  612. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive/filter_fork.lo libarchive/filter_fork.c
  613. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive_fe/err.lo libarchive_fe/err.c
  614. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive/filter_fork.c -fPIC -DPIC -o libarchive/.libs/filter_fork.o
  615. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive_fe/err.c -fPIC -DPIC -o libarchive_fe/.libs/err.o
  616. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive_fe/line_reader.lo libarchive_fe/line_reader.c
  617. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive_fe/line_reader.c -fPIC -DPIC -o libarchive_fe/.libs/line_reader.o
  618. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive_fe/matching.lo libarchive_fe/matching.c
  619. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive_fe/matching.c -fPIC -DPIC -o libarchive_fe/.libs/matching.o
  620. /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o libarchive_fe/pathmatch.lo libarchive_fe/pathmatch.c
  621. libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c libarchive_fe/pathmatch.c -fPIC -DPIC -o libarchive_fe/.libs/pathmatch.o
  622. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o tar/bsdtar-bsdtar.o `test -f 'tar/bsdtar.c' || echo './'`tar/bsdtar.c
  623. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o tar/bsdtar-cmdline.o `test -f 'tar/cmdline.c' || echo './'`tar/cmdline.c
  624. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o tar/bsdtar-getdate.o `test -f 'tar/getdate.c' || echo './'`tar/getdate.c
  625. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o tar/bsdtar-read.o `test -f 'tar/read.c' || echo './'`tar/read.c
  626. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o tar/bsdtar-subst.o `test -f 'tar/subst.c' || echo './'`tar/subst.c
  627. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o tar/bsdtar-tree.o `test -f 'tar/tree.c' || echo './'`tar/tree.c
  628. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o tar/bsdtar-util.o `test -f 'tar/util.c' || echo './'`tar/util.c
  629. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o tar/bsdtar-write.o `test -f 'tar/write.c' || echo './'`tar/write.c
  630. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o cpio/bsdcpio-cmdline.o `test -f 'cpio/cmdline.c' || echo './'`cpio/cmdline.c
  631. x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -march=native -O2 -pipe -c -o cpio/bsdcpio-cpio.o `test -f 'cpio/cpio.c' || echo './'`cpio/cpio.c
  632. /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -march=native -O2 -pipe -no-undefined -version-info 12:3:0 -Wl,-O1 -Wl,--as-needed -o libarchive.la -rpath /usr/lib64 libarchive/archive_acl.lo libarchive/archive_check_magic.lo libarchive/archive_crypto.lo libarchive/archive_entry.lo libarchive/archive_entry_copy_stat.lo libarchive/archive_entry_link_resolver.lo libarchive/archive_entry_sparse.lo libarchive/archive_entry_stat.lo libarchive/archive_entry_strmode.lo libarchive/archive_entry_xattr.lo libarchive/archive_options.lo libarchive/archive_ppmd7.lo libarchive/archive_rb.lo libarchive/archive_read.lo libarchive/archive_read_data_into_fd.lo libarchive/archive_read_disk_entry_from_file.lo libarchive/archive_read_disk_posix.lo libarchive/archive_read_disk_set_standard_lookup.lo libarchive/archive_read_extract.lo libarchive/archive_read_open_fd.lo libarchive/archive_read_open_file.lo libarchive/archive_read_open_filename.lo libarchive/archive_read_open_memory.lo libarchive/archive_read_set_options.lo libarchive/archive_read_support_filter_all.lo libarchive/archive_read_support_filter_bzip2.lo libarchive/archive_read_support_filter_compress.lo libarchive/archive_read_support_filter_gzip.lo libarchive/archive_read_support_filter_none.lo libarchive/archive_read_support_filter_program.lo libarchive/archive_read_support_filter_rpm.lo libarchive/archive_read_support_filter_uu.lo libarchive/archive_read_support_filter_xz.lo libarchive/archive_read_support_format_7zip.lo libarchive/archive_read_support_format_all.lo libarchive/archive_read_support_format_ar.lo libarchive/archive_read_support_format_by_code.lo libarchive/archive_read_support_format_cab.lo libarchive/archive_read_support_format_cpio.lo libarchive/archive_read_support_format_empty.lo libarchive/archive_read_support_format_iso9660.lo libarchive/archive_read_support_format_lha.lo libarchive/archive_read_support_format_mtree.lo libarchive/archive_read_support_format_rar.lo libarchive/archive_read_support_format_raw.lo libarchive/archive_read_support_format_tar.lo libarchive/archive_read_support_format_xar.lo libarchive/archive_read_support_format_zip.lo libarchive/archive_string.lo libarchive/archive_string_sprintf.lo libarchive/archive_util.lo libarchive/archive_virtual.lo libarchive/archive_write.lo libarchive/archive_write_disk_posix.lo libarchive/archive_write_disk_set_standard_lookup.lo libarchive/archive_write_open_fd.lo libarchive/archive_write_open_file.lo libarchive/archive_write_open_filename.lo libarchive/archive_write_open_memory.lo libarchive/archive_write_add_filter_bzip2.lo libarchive/archive_write_add_filter_compress.lo libarchive/archive_write_add_filter_gzip.lo libarchive/archive_write_add_filter_none.lo libarchive/archive_write_add_filter_program.lo libarchive/archive_write_add_filter_xz.lo libarchive/archive_write_set_format.lo libarchive/archive_write_set_format_7zip.lo libarchive/archive_write_set_format_ar.lo libarchive/archive_write_set_format_by_name.lo libarchive/archive_write_set_format_cpio.lo libarchive/archive_write_set_format_cpio_newc.lo libarchive/archive_write_set_format_iso9660.lo libarchive/archive_write_set_format_mtree.lo libarchive/archive_write_set_format_pax.lo libarchive/archive_write_set_format_shar.lo libarchive/archive_write_set_format_ustar.lo libarchive/archive_write_set_format_gnutar.lo libarchive/archive_write_set_format_xar.lo libarchive/archive_write_set_format_zip.lo libarchive/archive_write_set_options.lo libarchive/filter_fork.lo -lacl -llzma -lbz2 -lxml2 -lz -lm -lcrypto
  633. /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o libarchive_fe.la libarchive_fe/err.lo libarchive_fe/line_reader.lo libarchive_fe/matching.lo libarchive_fe/pathmatch.lo -lacl -llzma -lbz2 -lxml2 -lz -lm -lcrypto
  634. libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC libarchive/.libs/archive_acl.o libarchive/.libs/archive_check_magic.o libarchive/.libs/archive_crypto.o libarchive/.libs/archive_entry.o libarchive/.libs/archive_entry_copy_stat.o libarchive/.libs/archive_entry_link_resolver.o libarchive/.libs/archive_entry_sparse.o libarchive/.libs/archive_entry_stat.o libarchive/.libs/archive_entry_strmode.o libarchive/.libs/archive_entry_xattr.o libarchive/.libs/archive_options.o libarchive/.libs/archive_ppmd7.o libarchive/.libs/archive_rb.o libarchive/.libs/archive_read.o libarchive/.libs/archive_read_data_into_fd.o libarchive/.libs/archive_read_disk_entry_from_file.o libarchive/.libs/archive_read_disk_posix.o libarchive/.libs/archive_read_disk_set_standard_lookup.o libarchive/.libs/archive_read_extract.o libarchive/.libs/archive_read_open_fd.o libarchive/.libs/archive_read_open_file.o libarchive/.libs/archive_read_open_filename.o libarchive/.libs/archive_read_open_memory.o libarchive/.libs/archive_read_set_options.o libarchive/.libs/archive_read_support_filter_all.o libarchive/.libs/archive_read_support_filter_bzip2.o libarchive/.libs/archive_read_support_filter_compress.o libarchive/.libs/archive_read_support_filter_gzip.o libarchive/.libs/archive_read_support_filter_none.o libarchive/.libs/archive_read_support_filter_program.o libarchive/.libs/archive_read_support_filter_rpm.o libarchive/.libs/archive_read_support_filter_uu.o libarchive/.libs/archive_read_support_filter_xz.o libarchive/.libs/archive_read_support_format_7zip.o libarchive/.libs/archive_read_support_format_all.o libarchive/.libs/archive_read_support_format_ar.o libarchive/.libs/archive_read_support_format_by_code.o libarchive/.libs/archive_read_support_format_cab.o libarchive/.libs/archive_read_support_format_cpio.o libarchive/.libs/archive_read_support_format_empty.o libarchive/.libs/archive_read_support_format_iso9660.o libarchive/.libs/archive_read_support_format_lha.o libarchive/.libs/archive_read_support_format_mtree.o libarchive/.libs/archive_read_support_format_rar.o libarchive/.libs/archive_read_support_format_raw.o libarchive/.libs/archive_read_support_format_tar.o libarchive/.libs/archive_read_support_format_xar.o libarchive/.libs/archive_read_support_format_zip.o libarchive/.libs/archive_string.o libarchive/.libs/archive_string_sprintf.o libarchive/.libs/archive_util.o libarchive/.libs/archive_virtual.o libarchive/.libs/archive_write.o libarchive/.libs/archive_write_disk_posix.o libarchive/.libs/archive_write_disk_set_standard_lookup.o libarchive/.libs/archive_write_open_fd.o libarchive/.libs/archive_write_open_file.o libarchive/.libs/archive_write_open_filename.o libarchive/.libs/archive_write_open_memory.o libarchive/.libs/archive_write_add_filter_bzip2.o libarchive/.libs/archive_write_add_filter_compress.o libarchive/.libs/archive_write_add_filter_gzip.o libarchive/.libs/archive_write_add_filter_none.o libarchive/.libs/archive_write_add_filter_program.o libarchive/.libs/archive_write_add_filter_xz.o libarchive/.libs/archive_write_set_formalibtool: link: x86_64-pc-linux-gnu-ar cru .libs/libarchive_fe.a libarchive_fe/.libs/err.o libarchive_fe/.libs/line_reader.o libarchive_fe/.libs/matching.o libarchive_fe/.libs/pathmatch.o
  635. t.o libarchive/.libs/archive_write_set_format_7zip.o libarchive/.libs/archive_write_set_format_ar.o libarchive/.libs/archive_write_set_format_by_name.o libarchive/.libs/archive_write_set_format_cpio.o libarchive/.libs/archive_write_set_format_cpio_newc.o libarchive/.libs/archive_write_set_format_iso9660.o libarchive/.libs/archive_write_set_format_mtree.o libarchive/.libs/archive_write_set_format_pax.o libarchive/.libs/archive_write_set_format_shar.o libarchive/.libs/archive_write_set_format_ustar.o libarchive/.libs/archive_write_set_format_gnutar.o libarchive/.libs/archive_write_set_format_xar.o libarchive/.libs/archive_write_set_format_zip.o libarchive/.libs/archive_write_set_options.o libarchive/.libs/filter_fork.o -lacl -llzma -lbz2 -lxml2 -lz -lm -lcrypto -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,libarchive.so.12 -o .libs/libarchive.so.12.0.3
  636. libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libarchive_fe.a
  637. libtool: link: ( cd ".libs" && rm -f "libarchive_fe.la" && ln -s "../libarchive_fe.la" "libarchive_fe.la" )
  638. libtool: link: (cd ".libs" && rm -f "libarchive.so.12" && ln -s "libarchive.so.12.0.3" "libarchive.so.12")
  639. libtool: link: (cd ".libs" && rm -f "libarchive.so" && ln -s "libarchive.so.12.0.3" "libarchive.so")
  640. libtool: link: ( cd ".libs" && rm -f "libarchive.la" && ln -s "../libarchive.la" "libarchive.la" )
  641. /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o bsdtar tar/bsdtar-bsdtar.o tar/bsdtar-cmdline.o tar/bsdtar-getdate.o tar/bsdtar-read.o tar/bsdtar-subst.o tar/bsdtar-tree.o tar/bsdtar-util.o tar/bsdtar-write.o libarchive.la libarchive_fe.la -lacl -llzma -lbz2 -lxml2 -lz -lm -lcrypto
  642. /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o bsdcpio cpio/bsdcpio-cmdline.o cpio/bsdcpio-cpio.o libarchive_fe.la libarchive.la -lacl -llzma -lbz2 -lxml2 -lz -lm -lcrypto
  643. libtool: link: x86_64-pc-linux-gnu-gcc -Wall -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o .libs/bsdtar tar/bsdtar-bsdtar.o tar/bsdtar-cmdline.o tar/bsdtar-getdate.o tar/bsdtar-read.o tar/bsdtar-subst.o tar/bsdtar-tree.o tar/bsdtar-util.o tar/bsdtar-write.o ./.libs/libarchive.so ./.libs/libarchive_fe.a -lacl -llzma -lbz2 -lxml2 -lz -lm -lcrypto
  644. libtool: link: x86_64-pc-linux-gnu-gcc -Wall -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o .libs/bsdcpio cpio/bsdcpio-cmdline.o cpio/bsdcpio-cpio.o ./.libs/libarchive_fe.a ./.libs/libarchive.so -lacl -llzma -lbz2 -lxml2 -lz -lm -lcrypto
  645. ./.libs/libarchive.so: undefined reference to `compression_unsupported_encoder'
  646. collect2: ld returned 1 exit status
  647. make[1]: *** [bsdtar] Error 1
  648. make[1]: *** Se espera a que terminen otras tareas....
  649. ./.libs/libarchive.so: undefined reference to `compression_unsupported_encoder'
  650. collect2: ld returned 1 exit status
  651. make[1]: *** [bsdcpio] Error 1
  652. make[1]: se sale del directorio `/var/tmp/portage/app-arch/libarchive-3.0.3/work/libarchive-3.0.3'
  653. make: *** [all] Error 2
  654. * ERROR: app-arch/libarchive-3.0.3 failed (compile phase):
  655. * emake failed
  656. *
  657. * If you need support, post the output of 'emerge --info =app-arch/libarchive-3.0.3',
  658. * the complete build log and the output of 'emerge -pqv =app-arch/libarchive-3.0.3'.
  659. * The complete build log is located at '/var/tmp/portage/app-arch/libarchive-3.0.3/temp/build.log'.
  660. * The ebuild environment file is located at '/var/tmp/portage/app-arch/libarchive-3.0.3/temp/environment'.
  661. * S: '/var/tmp/portage/app-arch/libarchive-3.0.3/work/libarchive-3.0.3'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement