* Package: app-arch/libarchive-3.1.2-r1  * Repository: gentoo  * Maintainer: ssuominen@gentoo.org bsd@gentoo.org  * USE: acl amd64 bzip2 e2fsprogs elibc_glibc iconv kernel_linux lzma lzo userland_GNU xattr zlib  * FEATURES: preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking libarchive-3.1.2.tar.gz to /var/tmp/portage/app-arch/libarchive-3.1.2-r1/work >>> Source unpacked in /var/tmp/portage/app-arch/libarchive-3.1.2-r1/work >>> Preparing source in /var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2 ... * Applying libarchive-3.1.2-CVE-2013-0211.patch ...  [ ok ] * Running elibtoolize in: libarchive-3.1.2/ * Applying target-nm/2.4.2 patch ... * Running elibtoolize in: libarchive-3.1.2/build/autoconf/ * Applying portage/1.2.0 patch ... * Applying sed/1.5.6 patch ... * Applying as-needed/2.4.2 patch ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2 ... * econf: updating libarchive-3.1.2/build/autoconf/config.guess with /usr/share/gnuconfig/config.guess * econf: updating libarchive-3.1.2/build/autoconf/config.sub with /usr/share/gnuconfig/config.sub ./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-silent-rules --disable-dependency-tracking --disable-static --enable-bsdtar=shared --enable-bsdcpio=shared --enable-xattr --enable-acl --with-zlib --with-bz2lib --without-lzmadec --with-iconv --with-lzma --with-lzo2 --without-nettle --with-xml2 --without-expat configure: loading site script /usr/share/config.site checking for a BSD-compatible install... /usr/lib64/portage/bin/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for archiver @FILE support... @ checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok checking for sysroot... no checking for x86_64-pc-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes 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 checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for x86_64-pc-linux-gnu-strip... (cached) x86_64-pc-linux-gnu-strip checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for sys/wait.h that is POSIX.1 compatible... yes checking acl/libacl.h usability... yes checking acl/libacl.h presence... yes checking for acl/libacl.h... yes checking attr/xattr.h usability... yes checking attr/xattr.h presence... yes checking for attr/xattr.h... yes checking copyfile.h usability... no checking copyfile.h presence... no checking for copyfile.h... no checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for ext2fs/ext2_fs.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking whether EXT2_IOC_GETFLAGS is usable... yes checking for inttypes.h... (cached) yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking linux/fiemap.h usability... yes checking linux/fiemap.h presence... yes checking for linux/fiemap.h... yes checking linux/fs.h usability... yes checking linux/fs.h presence... yes checking for linux/fs.h... yes checking linux/magic.h usability... yes checking linux/magic.h presence... yes checking for linux/magic.h... yes checking linux/types.h usability... yes checking linux/types.h presence... yes checking for linux/types.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking spawn.h usability... yes checking spawn.h presence... yes checking for spawn.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/acl.h usability... yes checking sys/acl.h presence... yes checking for sys/acl.h... yes checking sys/cdefs.h usability... yes checking sys/cdefs.h presence... yes checking for sys/cdefs.h... yes checking sys/extattr.h usability... no checking sys/extattr.h presence... no checking for sys/extattr.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/utime.h usability... no checking sys/utime.h presence... no checking for sys/utime.h... no checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking for wincrypt.h... no checking for winioctl.h... no checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for inflate in -lz... yes checking bzlib.h usability... yes checking bzlib.h presence... yes checking for bzlib.h... yes checking for BZ2_bzDecompressInit in -lbz2... yes checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for iconv.h... yes checking localcharset.h usability... no checking localcharset.h presence... no checking for localcharset.h... no checking for locale_charset... no checking for locale_charset in -lcharset... no checking lzma.h usability... yes checking lzma.h presence... yes checking for lzma.h... yes checking for lzma_stream_decoder in -llzma... yes checking lzo/lzoconf.h usability... yes checking lzo/lzoconf.h presence... yes checking for lzo/lzoconf.h... yes checking lzo/lzo1x.h usability... yes checking lzo/lzo1x.h presence... yes checking for lzo/lzo1x.h... yes checking for lzo1x_decompress_safe in -llzo2... yes checking for xml2-config... /usr/bin/xml2-config checking for xmlInitParser in -lxml2... yes checking libxml/xmlreader.h usability... yes checking libxml/xmlreader.h presence... yes checking for libxml/xmlreader.h... yes checking libxml/xmlwriter.h usability... yes checking libxml/xmlwriter.h presence... yes checking for libxml/xmlwriter.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for regcomp... yes checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for mode_t... yes checking for off_t... yes checking for size_t... yes checking for id_t... yes checking for uintptr_t... yes checking for struct tm.tm_gmtoff... yes checking for struct tm.__tm_gmtoff... no checking for struct statfs.f_namemax... no checking for struct statvfs.f_iosize... no checking for struct stat.st_birthtime... no checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_mtimespec.tv_nsec... no checking for struct stat.st_mtim.tv_nsec... yes checking for struct stat.st_mtime_n... no checking for struct stat.st_umtime... no checking for struct stat.st_mtime_usec... no checking for struct stat.st_blksize... yes checking for struct stat.st_flags... no checking for uintmax_t... yes checking for unsigned long long... yes checking for unsigned long long int... yes checking for long long int... yes checking for intmax_t... yes checking for uintmax_t... (cached) yes checking for int64_t... yes checking for uint64_t... yes checking for int32_t... yes checking for uint32_t... yes checking for int16_t... yes checking for uint16_t... yes checking for uint8_t... yes checking whether SIZE_MAX is declared... yes checking whether INT64_MAX is declared... yes checking whether INT64_MIN is declared... yes checking whether UINT64_MAX is declared... yes checking whether UINT32_MAX is declared... yes checking whether SSIZE_MAX is declared... yes checking whether EFTYPE is declared... no checking whether EILSEQ is declared... yes checking for wchar_t... yes checking size of wchar_t... 4 checking whether time.h and sys/time.h may both be included... yes checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no checking whether sys/types.h defines makedev... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for working memcmp... yes checking whether lstat correctly handles trailing slash... yes checking whether lstat accepts an empty string... no checking whether stat accepts an empty string... no checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... yes checking for strftime... yes checking for vprintf... yes checking for _doprnt... no checking for CreateHardLinkA... no checking for chflags... no checking for chown... yes checking for chroot... yes checking for ctime_r... yes checking for dirfd... yes checking for fchdir... yes checking for fchflags... no checking for fchmod... yes checking for fchown... yes checking for fcntl... yes checking for fdopendir... yes checking for fork... yes checking for fstat... yes checking for fstatat... yes checking for fstatfs... yes checking for fstatvfs... yes checking for ftruncate... yes checking for futimens... yes checking for futimes... yes checking for futimesat... yes checking for geteuid... yes checking for getpid... yes checking for getgrgid_r... yes checking for getgrnam_r... yes checking for getpwnam_r... yes checking for getpwuid_r... yes checking for getvfsbyname... no checking for gmtime_r... yes checking for lchflags... no checking for lchmod... no checking for lchown... yes checking for link... yes checking for localtime_r... yes checking for lstat... yes checking for lutimes... yes checking for mbrtowc... yes checking for memmove... yes checking for memset... yes checking for mkdir... yes checking for mkfifo... yes checking for mknod... yes checking for mkstemp... yes checking for nl_langinfo... yes checking for openat... yes checking for pipe... yes checking for poll... yes checking for posix_spawnp... yes checking for readlink... yes checking for readlinkat... yes checking for select... yes checking for setenv... yes checking for setlocale... yes checking for sigaction... yes checking for statfs... yes checking for statvfs... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strncpy_s... no checking for strrchr... yes checking for symlink... yes checking for timegm... yes checking for tzset... yes checking for unsetenv... yes checking for utime... yes checking for utimensat... yes checking for utimes... yes checking for vfork... yes checking for wcrtomb... yes checking for wcscmp... yes checking for wcscpy... yes checking for wcslen... yes checking for wctomb... yes checking for wmemcmp... yes checking for wmemcpy... yes checking for _ctime64_s... no checking for _fseeki64... no checking for _get_timezone... no checking for _localtime64_s... no checking for _mkgmtime64... no checking for cygwin_conv_path... no checking whether D_MD_ORDER is declared... no checking for struct dirent.d_namlen... no checking for attr/xattr.h... (cached) yes checking sys/xattr.h usability... yes checking sys/xattr.h presence... yes checking for sys/xattr.h... yes checking sys/ea.h usability... no checking sys/ea.h presence... no checking for sys/ea.h... no checking for setxattr in -lattr... yes checking for extattr_get_file... no checking for extattr_list_file... no checking for extattr_set_fd... no checking for extattr_set_file... no checking for fgetxattr... yes checking for flistxattr... yes checking for fsetxattr... yes checking for getxattr... yes checking for lgetxattr... yes checking for listxattr... yes checking for llistxattr... yes checking for lsetxattr... yes checking for fgetea... no checking for flistea... no checking for fsetea... no checking for getea... no checking for lgetea... no checking for listea... no checking for llistea... no checking for lsetea... no checking whether EXTATTR_NAMESPACE_USER is declared... no checking for sys/acl.h... (cached) yes checking for acl_get_file in -lacl... yes checking for acl_create_entry... yes checking for acl_init... yes checking for acl_set_fd... yes checking for acl_set_fd_np... no checking for acl_set_file... yes checking for acl_permset_t... yes checking for acl_get_perm_np... no checking for acl_get_perm... yes checking for acl_get_link... no checking for acl_get_link_np... no checking whether ACL_USER is declared... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking support for ARCHIVE_CRYPTO_MD5_LIBC... no checking support for ARCHIVE_CRYPTO_MD5_LIBSYSTEM... no checking support for ARCHIVE_CRYPTO_RMD160_LIBC... no checking support for ARCHIVE_CRYPTO_SHA1_LIBC... no checking support for ARCHIVE_CRYPTO_SHA1_LIBSYSTEM... no checking support for ARCHIVE_CRYPTO_SHA256_LIBC... no checking support for ARCHIVE_CRYPTO_SHA256_LIBC2... no checking support for ARCHIVE_CRYPTO_SHA256_LIBC3... no checking support for ARCHIVE_CRYPTO_SHA256_LIBSYSTEM... no checking support for ARCHIVE_CRYPTO_SHA384_LIBC... no checking support for ARCHIVE_CRYPTO_SHA384_LIBC2... no checking support for ARCHIVE_CRYPTO_SHA384_LIBC3... no checking support for ARCHIVE_CRYPTO_SHA384_LIBSYSTEM... no checking support for ARCHIVE_CRYPTO_SHA512_LIBC... no checking support for ARCHIVE_CRYPTO_SHA512_LIBC2... no checking support for ARCHIVE_CRYPTO_SHA512_LIBC3... no checking support for ARCHIVE_CRYPTO_SHA512_LIBSYSTEM... no checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking for main in -lcrypto... yes checking support for ARCHIVE_CRYPTO_MD5_OPENSSL... yes checking support for ARCHIVE_CRYPTO_RMD160_OPENSSL... yes checking support for ARCHIVE_CRYPTO_SHA1_OPENSSL... yes checking support for ARCHIVE_CRYPTO_SHA256_OPENSSL... yes checking support for ARCHIVE_CRYPTO_SHA384_OPENSSL... yes checking support for ARCHIVE_CRYPTO_SHA512_OPENSSL... yes checking md5.h usability... no checking md5.h presence... no checking for md5.h... no checking ripemd.h usability... no checking ripemd.h presence... no checking for ripemd.h... no checking sha.h usability... no checking sha.h presence... no checking for sha.h... no checking sha256.h usability... no checking sha256.h presence... no checking for sha256.h... no checking sha512.h usability... no checking sha512.h presence... no checking for sha512.h... no checking for main in -lmd... no configure: creating ./config.status config.status: creating Makefile config.status: creating build/pkgconfig/libarchive.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands >>> Source configured. >>> Compiling source in /var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2 ... make cat ./libarchive/test/test_*.c | grep DEFINE_TEST > libarchive/test/list.h cat ./tar/test/test_*.c | grep DEFINE_TEST > tar/test/list.h cat ./cpio/test/test_*.c | grep DEFINE_TEST > cpio/test/list.h make all-am make[1]: Entering directory '/var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2' /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_acl.lo libarchive/archive_acl.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_acl.c -fPIC -DPIC -o libarchive/.libs/archive_acl.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_check_magic.lo libarchive/archive_check_magic.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_check_magic.c -fPIC -DPIC -o libarchive/.libs/archive_check_magic.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_cmdline.lo libarchive/archive_cmdline.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_cmdline.c -fPIC -DPIC -o libarchive/.libs/archive_cmdline.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_crypto.lo libarchive/archive_crypto.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_crypto.c -fPIC -DPIC -o libarchive/.libs/archive_crypto.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_entry.lo libarchive/archive_entry.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_entry.c -fPIC -DPIC -o libarchive/.libs/archive_entry.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_entry_copy_stat.lo libarchive/archive_entry_copy_stat.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_entry_copy_stat.c -fPIC -DPIC -o libarchive/.libs/archive_entry_copy_stat.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_entry_link_resolver.lo libarchive/archive_entry_link_resolver.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_entry_link_resolver.c -fPIC -DPIC -o libarchive/.libs/archive_entry_link_resolver.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_entry_sparse.lo libarchive/archive_entry_sparse.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_entry_sparse.c -fPIC -DPIC -o libarchive/.libs/archive_entry_sparse.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_entry_stat.lo libarchive/archive_entry_stat.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_entry_stat.c -fPIC -DPIC -o libarchive/.libs/archive_entry_stat.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_entry_strmode.lo libarchive/archive_entry_strmode.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_entry_strmode.c -fPIC -DPIC -o libarchive/.libs/archive_entry_strmode.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_entry_xattr.lo libarchive/archive_entry_xattr.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_entry_xattr.c -fPIC -DPIC -o libarchive/.libs/archive_entry_xattr.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_getdate.lo libarchive/archive_getdate.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_getdate.c -fPIC -DPIC -o libarchive/.libs/archive_getdate.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_match.lo libarchive/archive_match.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_match.c -fPIC -DPIC -o libarchive/.libs/archive_match.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_options.lo libarchive/archive_options.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_options.c -fPIC -DPIC -o libarchive/.libs/archive_options.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_pathmatch.lo libarchive/archive_pathmatch.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_pathmatch.c -fPIC -DPIC -o libarchive/.libs/archive_pathmatch.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_ppmd7.lo libarchive/archive_ppmd7.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_ppmd7.c -fPIC -DPIC -o libarchive/.libs/archive_ppmd7.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_rb.lo libarchive/archive_rb.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_rb.c -fPIC -DPIC -o libarchive/.libs/archive_rb.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read.lo libarchive/archive_read.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read.c -fPIC -DPIC -o libarchive/.libs/archive_read.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_append_filter.lo libarchive/archive_read_append_filter.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_append_filter.c -fPIC -DPIC -o libarchive/.libs/archive_read_append_filter.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_data_into_fd.lo libarchive/archive_read_data_into_fd.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_data_into_fd.c -fPIC -DPIC -o libarchive/.libs/archive_read_data_into_fd.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_disk_entry_from_file.lo libarchive/archive_read_disk_entry_from_file.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_disk_entry_from_file.c -fPIC -DPIC -o libarchive/.libs/archive_read_disk_entry_from_file.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_disk_posix.lo libarchive/archive_read_disk_posix.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_disk_posix.c -fPIC -DPIC -o libarchive/.libs/archive_read_disk_posix.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_disk_set_standard_lookup.lo libarchive/archive_read_disk_set_standard_lookup.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_disk_set_standard_lookup.c -fPIC -DPIC -o libarchive/.libs/archive_read_disk_set_standard_lookup.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_extract.lo libarchive/archive_read_extract.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_extract.c -fPIC -DPIC -o libarchive/.libs/archive_read_extract.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_open_fd.lo libarchive/archive_read_open_fd.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_open_fd.c -fPIC -DPIC -o libarchive/.libs/archive_read_open_fd.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_open_file.lo libarchive/archive_read_open_file.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_open_file.c -fPIC -DPIC -o libarchive/.libs/archive_read_open_file.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_open_filename.lo libarchive/archive_read_open_filename.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_open_filename.c -fPIC -DPIC -o libarchive/.libs/archive_read_open_filename.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_open_memory.lo libarchive/archive_read_open_memory.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_open_memory.c -fPIC -DPIC -o libarchive/.libs/archive_read_open_memory.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_set_format.lo libarchive/archive_read_set_format.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_set_format.c -fPIC -DPIC -o libarchive/.libs/archive_read_set_format.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_set_options.lo libarchive/archive_read_set_options.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_set_options.c -fPIC -DPIC -o libarchive/.libs/archive_read_set_options.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_filter_all.lo libarchive/archive_read_support_filter_all.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_filter_all.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_all.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_filter_bzip2.lo libarchive/archive_read_support_filter_bzip2.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_filter_bzip2.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_bzip2.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_filter_compress.lo libarchive/archive_read_support_filter_compress.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_filter_compress.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_compress.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_filter_grzip.lo libarchive/archive_read_support_filter_grzip.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_filter_grzip.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_grzip.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_filter_gzip.lo libarchive/archive_read_support_filter_gzip.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_filter_gzip.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_gzip.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_filter_lrzip.lo libarchive/archive_read_support_filter_lrzip.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_filter_lrzip.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_lrzip.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_filter_lzop.lo libarchive/archive_read_support_filter_lzop.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_filter_lzop.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_lzop.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_filter_none.lo libarchive/archive_read_support_filter_none.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_filter_none.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_none.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_filter_program.lo libarchive/archive_read_support_filter_program.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_filter_program.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_program.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_filter_rpm.lo libarchive/archive_read_support_filter_rpm.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_filter_rpm.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_rpm.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_filter_uu.lo libarchive/archive_read_support_filter_uu.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_filter_uu.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_uu.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_filter_xz.lo libarchive/archive_read_support_filter_xz.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_filter_xz.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_filter_xz.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_format_7zip.lo libarchive/archive_read_support_format_7zip.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_format_7zip.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_7zip.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_format_all.lo libarchive/archive_read_support_format_all.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_format_all.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_all.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_format_ar.lo libarchive/archive_read_support_format_ar.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_format_ar.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_ar.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_format_by_code.lo libarchive/archive_read_support_format_by_code.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_format_by_code.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_by_code.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_format_cab.lo libarchive/archive_read_support_format_cab.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_format_cab.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_cab.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_format_cpio.lo libarchive/archive_read_support_format_cpio.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_format_cpio.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_cpio.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_format_empty.lo libarchive/archive_read_support_format_empty.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_format_empty.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_empty.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_format_iso9660.lo libarchive/archive_read_support_format_iso9660.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_format_iso9660.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_iso9660.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_format_lha.lo libarchive/archive_read_support_format_lha.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_format_lha.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_lha.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_format_mtree.lo libarchive/archive_read_support_format_mtree.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_format_mtree.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_mtree.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_format_rar.lo libarchive/archive_read_support_format_rar.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_format_rar.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_rar.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_format_raw.lo libarchive/archive_read_support_format_raw.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_format_raw.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_raw.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_format_tar.lo libarchive/archive_read_support_format_tar.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_format_tar.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_tar.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_format_xar.lo libarchive/archive_read_support_format_xar.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_format_xar.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_xar.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_read_support_format_zip.lo libarchive/archive_read_support_format_zip.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_read_support_format_zip.c -fPIC -DPIC -o libarchive/.libs/archive_read_support_format_zip.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_string.lo libarchive/archive_string.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_string.c -fPIC -DPIC -o libarchive/.libs/archive_string.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_string_sprintf.lo libarchive/archive_string_sprintf.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_string_sprintf.c -fPIC -DPIC -o libarchive/.libs/archive_string_sprintf.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_util.lo libarchive/archive_util.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_util.c -fPIC -DPIC -o libarchive/.libs/archive_util.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_virtual.lo libarchive/archive_virtual.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_virtual.c -fPIC -DPIC -o libarchive/.libs/archive_virtual.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write.lo libarchive/archive_write.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write.c -fPIC -DPIC -o libarchive/.libs/archive_write.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_disk_acl.lo libarchive/archive_write_disk_acl.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_disk_acl.c -fPIC -DPIC -o libarchive/.libs/archive_write_disk_acl.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_disk_posix.lo libarchive/archive_write_disk_posix.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_disk_posix.c -fPIC -DPIC -o libarchive/.libs/archive_write_disk_posix.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_disk_set_standard_lookup.lo libarchive/archive_write_disk_set_standard_lookup.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_disk_set_standard_lookup.c -fPIC -DPIC -o libarchive/.libs/archive_write_disk_set_standard_lookup.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_open_fd.lo libarchive/archive_write_open_fd.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_open_fd.c -fPIC -DPIC -o libarchive/.libs/archive_write_open_fd.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_open_file.lo libarchive/archive_write_open_file.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_open_file.c -fPIC -DPIC -o libarchive/.libs/archive_write_open_file.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_open_filename.lo libarchive/archive_write_open_filename.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_open_filename.c -fPIC -DPIC -o libarchive/.libs/archive_write_open_filename.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_open_memory.lo libarchive/archive_write_open_memory.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_open_memory.c -fPIC -DPIC -o libarchive/.libs/archive_write_open_memory.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_add_filter.lo libarchive/archive_write_add_filter.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_add_filter.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_add_filter_b64encode.lo libarchive/archive_write_add_filter_b64encode.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_add_filter_b64encode.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter_b64encode.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_add_filter_by_name.lo libarchive/archive_write_add_filter_by_name.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_add_filter_by_name.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter_by_name.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_add_filter_bzip2.lo libarchive/archive_write_add_filter_bzip2.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_add_filter_bzip2.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter_bzip2.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_add_filter_compress.lo libarchive/archive_write_add_filter_compress.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_add_filter_compress.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter_compress.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_add_filter_grzip.lo libarchive/archive_write_add_filter_grzip.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_add_filter_grzip.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter_grzip.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_add_filter_gzip.lo libarchive/archive_write_add_filter_gzip.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_add_filter_gzip.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter_gzip.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_add_filter_lrzip.lo libarchive/archive_write_add_filter_lrzip.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_add_filter_lrzip.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter_lrzip.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_add_filter_lzop.lo libarchive/archive_write_add_filter_lzop.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_add_filter_lzop.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter_lzop.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_add_filter_none.lo libarchive/archive_write_add_filter_none.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_add_filter_none.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter_none.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_add_filter_program.lo libarchive/archive_write_add_filter_program.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_add_filter_program.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter_program.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_add_filter_uuencode.lo libarchive/archive_write_add_filter_uuencode.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_add_filter_uuencode.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter_uuencode.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_add_filter_xz.lo libarchive/archive_write_add_filter_xz.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_add_filter_xz.c -fPIC -DPIC -o libarchive/.libs/archive_write_add_filter_xz.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_set_format.lo libarchive/archive_write_set_format.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_set_format.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_set_format_7zip.lo libarchive/archive_write_set_format_7zip.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_set_format_7zip.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_7zip.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_set_format_ar.lo libarchive/archive_write_set_format_ar.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_set_format_ar.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_ar.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_set_format_by_name.lo libarchive/archive_write_set_format_by_name.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_set_format_by_name.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_by_name.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_set_format_cpio.lo libarchive/archive_write_set_format_cpio.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_set_format_cpio.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_cpio.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_set_format_cpio_newc.lo libarchive/archive_write_set_format_cpio_newc.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_set_format_cpio_newc.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_cpio_newc.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_set_format_iso9660.lo libarchive/archive_write_set_format_iso9660.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_set_format_iso9660.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_iso9660.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_set_format_mtree.lo libarchive/archive_write_set_format_mtree.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_set_format_mtree.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_mtree.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_set_format_pax.lo libarchive/archive_write_set_format_pax.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_set_format_pax.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_pax.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_set_format_shar.lo libarchive/archive_write_set_format_shar.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_set_format_shar.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_shar.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_set_format_ustar.lo libarchive/archive_write_set_format_ustar.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_set_format_ustar.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_ustar.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_set_format_v7tar.lo libarchive/archive_write_set_format_v7tar.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_set_format_v7tar.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_v7tar.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_set_format_gnutar.lo libarchive/archive_write_set_format_gnutar.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_set_format_gnutar.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_gnutar.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_set_format_xar.lo libarchive/archive_write_set_format_xar.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_set_format_xar.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_xar.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_set_format_zip.lo libarchive/archive_write_set_format_zip.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_set_format_zip.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_format_zip.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/archive_write_set_options.lo libarchive/archive_write_set_options.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/archive_write_set_options.c -fPIC -DPIC -o libarchive/.libs/archive_write_set_options.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/filter_fork_posix.lo libarchive/filter_fork_posix.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive/filter_fork_posix.c -fPIC -DPIC -o libarchive/.libs/filter_fork_posix.o /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -no-undefined -version-info 14:2:1 -Wl,-O1 -Wl,--as-needed -o libarchive.la -rpath /usr/lib64 libarchive/archive_acl.lo libarchive/archive_check_magic.lo libarchive/archive_cmdline.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_getdate.lo libarchive/archive_match.lo libarchive/archive_options.lo libarchive/archive_pathmatch.lo libarchive/archive_ppmd7.lo libarchive/archive_rb.lo libarchive/archive_read.lo libarchive/archive_read_append_filter.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_format.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_grzip.lo libarchive/archive_read_support_filter_gzip.lo libarchive/archive_read_support_filter_lrzip.lo libarchive/archive_read_support_filter_lzop.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_acl.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.lo libarchive/archive_write_add_filter_b64encode.lo libarchive/archive_write_add_filter_by_name.lo libarchive/archive_write_add_filter_bzip2.lo libarchive/archive_write_add_filter_compress.lo libarchive/archive_write_add_filter_grzip.lo libarchive/archive_write_add_filter_gzip.lo libarchive/archive_write_add_filter_lrzip.lo libarchive/archive_write_add_filter_lzop.lo libarchive/archive_write_add_filter_none.lo libarchive/archive_write_add_filter_program.lo libarchive/archive_write_add_filter_uuencode.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_v7tar.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_posix.lo -lcrypto -lacl -lattr -llzo2 -llzma -lbz2 -lz -lxml2 -lz -lm -ldl 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_cmdline.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_getdate.o libarchive/.libs/archive_match.o libarchive/.libs/archive_options.o libarchive/.libs/archive_pathmatch.o libarchive/.libs/archive_ppmd7.o libarchive/.libs/archive_rb.o libarchive/.libs/archive_read.o libarchive/.libs/archive_read_append_filter.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_format.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_grzip.o libarchive/.libs/archive_read_support_filter_gzip.o libarchive/.libs/archive_read_support_filter_lrzip.o libarchive/.libs/archive_read_support_filter_lzop.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_acl.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.o libarchive/.libs/archive_write_add_filter_b64encode.o libarchive/.libs/archive_write_add_filter_by_name.o libarchive/.libs/archive_write_add_filter_bzip2.o libarchive/.libs/archive_write_add_filter_compress.o libarchive/.libs/archive_write_add_filter_grzip.o libarchive/.libs/archive_write_add_filter_gzip.o libarchive/.libs/archive_write_add_filter_lrzip.o libarchive/.libs/archive_write_add_filter_lzop.o libarchive/.libs/archive_write_add_filter_none.o libarchive/.libs/archive_write_add_filter_program.o libarchive/.libs/archive_write_add_filter_uuencode.o libarchive/.libs/archive_write_add_filter_xz.o libarchive/.libs/archive_write_set_format.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_v7tar.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_posix.o -Wl,--as-needed -lcrypto -lacl -lattr -llzo2 -llzma -lbz2 -lxml2 -lz -lm -ldl -march=core2 -O2 -Wl,-O1 -Wl,-soname -Wl,libarchive.so.13 -o .libs/libarchive.so.13.1.2 libtool: link: (cd ".libs" && rm -f "libarchive.so.13" && ln -s "libarchive.so.13.1.2" "libarchive.so.13") libtool: link: (cd ".libs" && rm -f "libarchive.so" && ln -s "libarchive.so.13.1.2" "libarchive.so") libtool: link: ( cd ".libs" && rm -f "libarchive.la" && ln -s "../libarchive.la" "libarchive.la" ) /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive_fe/libarchive_fe_la-err.lo `test -f 'libarchive_fe/err.c' || echo './'`libarchive_fe/err.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive_fe/err.c -fPIC -DPIC -o libarchive_fe/.libs/libarchive_fe_la-err.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive_fe/libarchive_fe_la-line_reader.lo `test -f 'libarchive_fe/line_reader.c' || echo './'`libarchive_fe/line_reader.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c libarchive_fe/line_reader.c -fPIC -DPIC -o libarchive_fe/.libs/libarchive_fe_la-line_reader.o /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed -o libarchive_fe.la libarchive_fe/libarchive_fe_la-err.lo libarchive_fe/libarchive_fe_la-line_reader.lo -lcrypto -lacl -lattr -llzo2 -llzma -lbz2 -lz -lxml2 -lz -lm -ldl libtool: link: x86_64-pc-linux-gnu-ar cru .libs/libarchive_fe.a libarchive_fe/.libs/libarchive_fe_la-err.o libarchive_fe/.libs/libarchive_fe_la-line_reader.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libarchive_fe.a libtool: link: ( cd ".libs" && rm -f "libarchive_fe.la" && ln -s "../libarchive_fe.la" "libarchive_fe.la" ) x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/bsdtar-bsdtar.o `test -f 'tar/bsdtar.c' || echo './'`tar/bsdtar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/bsdtar-cmdline.o `test -f 'tar/cmdline.c' || echo './'`tar/cmdline.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/bsdtar-creation_set.o `test -f 'tar/creation_set.c' || echo './'`tar/creation_set.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/bsdtar-read.o `test -f 'tar/read.c' || echo './'`tar/read.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/bsdtar-subst.o `test -f 'tar/subst.c' || echo './'`tar/subst.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/bsdtar-util.o `test -f 'tar/util.c' || echo './'`tar/util.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/bsdtar-write.o `test -f 'tar/write.c' || echo './'`tar/write.c /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed -o bsdtar tar/bsdtar-bsdtar.o tar/bsdtar-cmdline.o tar/bsdtar-creation_set.o tar/bsdtar-read.o tar/bsdtar-subst.o tar/bsdtar-util.o tar/bsdtar-write.o libarchive.la libarchive_fe.la -lcrypto -lacl -lattr -llzo2 -llzma -lbz2 -lz -lxml2 -lz -lm -ldl libtool: link: x86_64-pc-linux-gnu-gcc -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -Wl,-O1 -o .libs/bsdtar tar/bsdtar-bsdtar.o tar/bsdtar-cmdline.o tar/bsdtar-creation_set.o tar/bsdtar-read.o tar/bsdtar-subst.o tar/bsdtar-util.o tar/bsdtar-write.o -Wl,--as-needed ./.libs/libarchive.so ./.libs/libarchive_fe.a -lcrypto -lacl -lattr -llzo2 -llzma -lbz2 -lxml2 -lz -lm -ldl x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/bsdcpio-cmdline.o `test -f 'cpio/cmdline.c' || echo './'`cpio/cmdline.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/bsdcpio-cpio.o `test -f 'cpio/cpio.c' || echo './'`cpio/cpio.c /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed -o bsdcpio cpio/bsdcpio-cmdline.o cpio/bsdcpio-cpio.o libarchive_fe.la libarchive.la -lcrypto -lacl -lattr -llzo2 -llzma -lbz2 -lz -lxml2 -lz -lm -ldl libtool: link: x86_64-pc-linux-gnu-gcc -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -Wl,-O1 -o .libs/bsdcpio cpio/bsdcpio-cmdline.o cpio/bsdcpio-cpio.o -Wl,--as-needed ./.libs/libarchive_fe.a ./.libs/libarchive.so -lcrypto -lacl -lattr -llzo2 -llzma -lbz2 -lxml2 -lz -lm -ldl make[1]: Leaving directory '/var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2' >>> Source compiled. make check make check-am make[1]: Entering directory '/var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2' make libarchive_test bsdtar_test bsdcpio_test make[2]: Entering directory '/var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_acl.o `test -f 'libarchive/archive_acl.c' || echo './'`libarchive/archive_acl.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_check_magic.o `test -f 'libarchive/archive_check_magic.c' || echo './'`libarchive/archive_check_magic.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_cmdline.o `test -f 'libarchive/archive_cmdline.c' || echo './'`libarchive/archive_cmdline.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_crypto.o `test -f 'libarchive/archive_crypto.c' || echo './'`libarchive/archive_crypto.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_entry.o `test -f 'libarchive/archive_entry.c' || echo './'`libarchive/archive_entry.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_entry_copy_stat.o `test -f 'libarchive/archive_entry_copy_stat.c' || echo './'`libarchive/archive_entry_copy_stat.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_entry_link_resolver.o `test -f 'libarchive/archive_entry_link_resolver.c' || echo './'`libarchive/archive_entry_link_resolver.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_entry_sparse.o `test -f 'libarchive/archive_entry_sparse.c' || echo './'`libarchive/archive_entry_sparse.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_entry_stat.o `test -f 'libarchive/archive_entry_stat.c' || echo './'`libarchive/archive_entry_stat.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_entry_strmode.o `test -f 'libarchive/archive_entry_strmode.c' || echo './'`libarchive/archive_entry_strmode.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_entry_xattr.o `test -f 'libarchive/archive_entry_xattr.c' || echo './'`libarchive/archive_entry_xattr.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_getdate.o `test -f 'libarchive/archive_getdate.c' || echo './'`libarchive/archive_getdate.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_match.o `test -f 'libarchive/archive_match.c' || echo './'`libarchive/archive_match.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_options.o `test -f 'libarchive/archive_options.c' || echo './'`libarchive/archive_options.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_pathmatch.o `test -f 'libarchive/archive_pathmatch.c' || echo './'`libarchive/archive_pathmatch.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_ppmd7.o `test -f 'libarchive/archive_ppmd7.c' || echo './'`libarchive/archive_ppmd7.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_rb.o `test -f 'libarchive/archive_rb.c' || echo './'`libarchive/archive_rb.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read.o `test -f 'libarchive/archive_read.c' || echo './'`libarchive/archive_read.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_append_filter.o `test -f 'libarchive/archive_read_append_filter.c' || echo './'`libarchive/archive_read_append_filter.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_data_into_fd.o `test -f 'libarchive/archive_read_data_into_fd.c' || echo './'`libarchive/archive_read_data_into_fd.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_disk_entry_from_file.o `test -f 'libarchive/archive_read_disk_entry_from_file.c' || echo './'`libarchive/archive_read_disk_entry_from_file.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_disk_posix.o `test -f 'libarchive/archive_read_disk_posix.c' || echo './'`libarchive/archive_read_disk_posix.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_disk_set_standard_lookup.o `test -f 'libarchive/archive_read_disk_set_standard_lookup.c' || echo './'`libarchive/archive_read_disk_set_standard_lookup.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_extract.o `test -f 'libarchive/archive_read_extract.c' || echo './'`libarchive/archive_read_extract.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_open_fd.o `test -f 'libarchive/archive_read_open_fd.c' || echo './'`libarchive/archive_read_open_fd.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_open_file.o `test -f 'libarchive/archive_read_open_file.c' || echo './'`libarchive/archive_read_open_file.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_open_filename.o `test -f 'libarchive/archive_read_open_filename.c' || echo './'`libarchive/archive_read_open_filename.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_open_memory.o `test -f 'libarchive/archive_read_open_memory.c' || echo './'`libarchive/archive_read_open_memory.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_set_format.o `test -f 'libarchive/archive_read_set_format.c' || echo './'`libarchive/archive_read_set_format.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_set_options.o `test -f 'libarchive/archive_read_set_options.c' || echo './'`libarchive/archive_read_set_options.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_filter_all.o `test -f 'libarchive/archive_read_support_filter_all.c' || echo './'`libarchive/archive_read_support_filter_all.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_filter_bzip2.o `test -f 'libarchive/archive_read_support_filter_bzip2.c' || echo './'`libarchive/archive_read_support_filter_bzip2.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_filter_compress.o `test -f 'libarchive/archive_read_support_filter_compress.c' || echo './'`libarchive/archive_read_support_filter_compress.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_filter_grzip.o `test -f 'libarchive/archive_read_support_filter_grzip.c' || echo './'`libarchive/archive_read_support_filter_grzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_filter_gzip.o `test -f 'libarchive/archive_read_support_filter_gzip.c' || echo './'`libarchive/archive_read_support_filter_gzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_filter_lrzip.o `test -f 'libarchive/archive_read_support_filter_lrzip.c' || echo './'`libarchive/archive_read_support_filter_lrzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_filter_lzop.o `test -f 'libarchive/archive_read_support_filter_lzop.c' || echo './'`libarchive/archive_read_support_filter_lzop.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_filter_none.o `test -f 'libarchive/archive_read_support_filter_none.c' || echo './'`libarchive/archive_read_support_filter_none.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_filter_program.o `test -f 'libarchive/archive_read_support_filter_program.c' || echo './'`libarchive/archive_read_support_filter_program.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_filter_rpm.o `test -f 'libarchive/archive_read_support_filter_rpm.c' || echo './'`libarchive/archive_read_support_filter_rpm.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_filter_uu.o `test -f 'libarchive/archive_read_support_filter_uu.c' || echo './'`libarchive/archive_read_support_filter_uu.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_filter_xz.o `test -f 'libarchive/archive_read_support_filter_xz.c' || echo './'`libarchive/archive_read_support_filter_xz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_format_7zip.o `test -f 'libarchive/archive_read_support_format_7zip.c' || echo './'`libarchive/archive_read_support_format_7zip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_format_all.o `test -f 'libarchive/archive_read_support_format_all.c' || echo './'`libarchive/archive_read_support_format_all.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_format_ar.o `test -f 'libarchive/archive_read_support_format_ar.c' || echo './'`libarchive/archive_read_support_format_ar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_format_by_code.o `test -f 'libarchive/archive_read_support_format_by_code.c' || echo './'`libarchive/archive_read_support_format_by_code.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_format_cab.o `test -f 'libarchive/archive_read_support_format_cab.c' || echo './'`libarchive/archive_read_support_format_cab.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_format_cpio.o `test -f 'libarchive/archive_read_support_format_cpio.c' || echo './'`libarchive/archive_read_support_format_cpio.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_format_empty.o `test -f 'libarchive/archive_read_support_format_empty.c' || echo './'`libarchive/archive_read_support_format_empty.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_format_iso9660.o `test -f 'libarchive/archive_read_support_format_iso9660.c' || echo './'`libarchive/archive_read_support_format_iso9660.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_format_lha.o `test -f 'libarchive/archive_read_support_format_lha.c' || echo './'`libarchive/archive_read_support_format_lha.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_format_mtree.o `test -f 'libarchive/archive_read_support_format_mtree.c' || echo './'`libarchive/archive_read_support_format_mtree.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_format_rar.o `test -f 'libarchive/archive_read_support_format_rar.c' || echo './'`libarchive/archive_read_support_format_rar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_format_raw.o `test -f 'libarchive/archive_read_support_format_raw.c' || echo './'`libarchive/archive_read_support_format_raw.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_format_tar.o `test -f 'libarchive/archive_read_support_format_tar.c' || echo './'`libarchive/archive_read_support_format_tar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_format_xar.o `test -f 'libarchive/archive_read_support_format_xar.c' || echo './'`libarchive/archive_read_support_format_xar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_read_support_format_zip.o `test -f 'libarchive/archive_read_support_format_zip.c' || echo './'`libarchive/archive_read_support_format_zip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_string.o `test -f 'libarchive/archive_string.c' || echo './'`libarchive/archive_string.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_string_sprintf.o `test -f 'libarchive/archive_string_sprintf.c' || echo './'`libarchive/archive_string_sprintf.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_util.o `test -f 'libarchive/archive_util.c' || echo './'`libarchive/archive_util.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_virtual.o `test -f 'libarchive/archive_virtual.c' || echo './'`libarchive/archive_virtual.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write.o `test -f 'libarchive/archive_write.c' || echo './'`libarchive/archive_write.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_disk_acl.o `test -f 'libarchive/archive_write_disk_acl.c' || echo './'`libarchive/archive_write_disk_acl.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_disk_posix.o `test -f 'libarchive/archive_write_disk_posix.c' || echo './'`libarchive/archive_write_disk_posix.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_disk_set_standard_lookup.o `test -f 'libarchive/archive_write_disk_set_standard_lookup.c' || echo './'`libarchive/archive_write_disk_set_standard_lookup.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_open_fd.o `test -f 'libarchive/archive_write_open_fd.c' || echo './'`libarchive/archive_write_open_fd.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_open_file.o `test -f 'libarchive/archive_write_open_file.c' || echo './'`libarchive/archive_write_open_file.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_open_filename.o `test -f 'libarchive/archive_write_open_filename.c' || echo './'`libarchive/archive_write_open_filename.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_open_memory.o `test -f 'libarchive/archive_write_open_memory.c' || echo './'`libarchive/archive_write_open_memory.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_add_filter.o `test -f 'libarchive/archive_write_add_filter.c' || echo './'`libarchive/archive_write_add_filter.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_add_filter_b64encode.o `test -f 'libarchive/archive_write_add_filter_b64encode.c' || echo './'`libarchive/archive_write_add_filter_b64encode.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_add_filter_by_name.o `test -f 'libarchive/archive_write_add_filter_by_name.c' || echo './'`libarchive/archive_write_add_filter_by_name.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_add_filter_bzip2.o `test -f 'libarchive/archive_write_add_filter_bzip2.c' || echo './'`libarchive/archive_write_add_filter_bzip2.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_add_filter_compress.o `test -f 'libarchive/archive_write_add_filter_compress.c' || echo './'`libarchive/archive_write_add_filter_compress.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_add_filter_grzip.o `test -f 'libarchive/archive_write_add_filter_grzip.c' || echo './'`libarchive/archive_write_add_filter_grzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_add_filter_gzip.o `test -f 'libarchive/archive_write_add_filter_gzip.c' || echo './'`libarchive/archive_write_add_filter_gzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_add_filter_lrzip.o `test -f 'libarchive/archive_write_add_filter_lrzip.c' || echo './'`libarchive/archive_write_add_filter_lrzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_add_filter_lzop.o `test -f 'libarchive/archive_write_add_filter_lzop.c' || echo './'`libarchive/archive_write_add_filter_lzop.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_add_filter_none.o `test -f 'libarchive/archive_write_add_filter_none.c' || echo './'`libarchive/archive_write_add_filter_none.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_add_filter_program.o `test -f 'libarchive/archive_write_add_filter_program.c' || echo './'`libarchive/archive_write_add_filter_program.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_add_filter_uuencode.o `test -f 'libarchive/archive_write_add_filter_uuencode.c' || echo './'`libarchive/archive_write_add_filter_uuencode.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_add_filter_xz.o `test -f 'libarchive/archive_write_add_filter_xz.c' || echo './'`libarchive/archive_write_add_filter_xz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_set_format.o `test -f 'libarchive/archive_write_set_format.c' || echo './'`libarchive/archive_write_set_format.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_set_format_7zip.o `test -f 'libarchive/archive_write_set_format_7zip.c' || echo './'`libarchive/archive_write_set_format_7zip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_set_format_ar.o `test -f 'libarchive/archive_write_set_format_ar.c' || echo './'`libarchive/archive_write_set_format_ar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_set_format_by_name.o `test -f 'libarchive/archive_write_set_format_by_name.c' || echo './'`libarchive/archive_write_set_format_by_name.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_set_format_cpio.o `test -f 'libarchive/archive_write_set_format_cpio.c' || echo './'`libarchive/archive_write_set_format_cpio.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_set_format_cpio_newc.o `test -f 'libarchive/archive_write_set_format_cpio_newc.c' || echo './'`libarchive/archive_write_set_format_cpio_newc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_set_format_iso9660.o `test -f 'libarchive/archive_write_set_format_iso9660.c' || echo './'`libarchive/archive_write_set_format_iso9660.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_set_format_mtree.o `test -f 'libarchive/archive_write_set_format_mtree.c' || echo './'`libarchive/archive_write_set_format_mtree.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_set_format_pax.o `test -f 'libarchive/archive_write_set_format_pax.c' || echo './'`libarchive/archive_write_set_format_pax.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_set_format_shar.o `test -f 'libarchive/archive_write_set_format_shar.c' || echo './'`libarchive/archive_write_set_format_shar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_set_format_ustar.o `test -f 'libarchive/archive_write_set_format_ustar.c' || echo './'`libarchive/archive_write_set_format_ustar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_set_format_v7tar.o `test -f 'libarchive/archive_write_set_format_v7tar.c' || echo './'`libarchive/archive_write_set_format_v7tar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_set_format_gnutar.o `test -f 'libarchive/archive_write_set_format_gnutar.c' || echo './'`libarchive/archive_write_set_format_gnutar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_set_format_xar.o `test -f 'libarchive/archive_write_set_format_xar.c' || echo './'`libarchive/archive_write_set_format_xar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_set_format_zip.o `test -f 'libarchive/archive_write_set_format_zip.c' || echo './'`libarchive/archive_write_set_format_zip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-archive_write_set_options.o `test -f 'libarchive/archive_write_set_options.c' || echo './'`libarchive/archive_write_set_options.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/libarchive_test-filter_fork_posix.o `test -f 'libarchive/filter_fork_posix.c' || echo './'`libarchive/filter_fork_posix.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o test_utils/libarchive_test-test_utils.o `test -f 'test_utils/test_utils.c' || echo './'`test_utils/test_utils.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-main.o `test -f 'libarchive/test/main.c' || echo './'`libarchive/test/main.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-read_open_memory.o `test -f 'libarchive/test/read_open_memory.c' || echo './'`libarchive/test/read_open_memory.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_acl_freebsd_posix1e.o `test -f 'libarchive/test/test_acl_freebsd_posix1e.c' || echo './'`libarchive/test/test_acl_freebsd_posix1e.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_acl_freebsd_nfs4.o `test -f 'libarchive/test/test_acl_freebsd_nfs4.c' || echo './'`libarchive/test/test_acl_freebsd_nfs4.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_acl_nfs4.o `test -f 'libarchive/test/test_acl_nfs4.c' || echo './'`libarchive/test/test_acl_nfs4.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_acl_pax.o `test -f 'libarchive/test/test_acl_pax.c' || echo './'`libarchive/test/test_acl_pax.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_acl_posix1e.o `test -f 'libarchive/test/test_acl_posix1e.c' || echo './'`libarchive/test/test_acl_posix1e.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_api_feature.o `test -f 'libarchive/test/test_archive_api_feature.c' || echo './'`libarchive/test/test_archive_api_feature.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_clear_error.o `test -f 'libarchive/test/test_archive_clear_error.c' || echo './'`libarchive/test/test_archive_clear_error.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_cmdline.o `test -f 'libarchive/test/test_archive_cmdline.c' || echo './'`libarchive/test/test_archive_cmdline.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_crypto.o `test -f 'libarchive/test/test_archive_crypto.c' || echo './'`libarchive/test/test_archive_crypto.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_getdate.o `test -f 'libarchive/test/test_archive_getdate.c' || echo './'`libarchive/test/test_archive_getdate.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_match_owner.o `test -f 'libarchive/test/test_archive_match_owner.c' || echo './'`libarchive/test/test_archive_match_owner.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_match_path.o `test -f 'libarchive/test/test_archive_match_path.c' || echo './'`libarchive/test/test_archive_match_path.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_match_time.o `test -f 'libarchive/test/test_archive_match_time.c' || echo './'`libarchive/test/test_archive_match_time.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_pathmatch.o `test -f 'libarchive/test/test_archive_pathmatch.c' || echo './'`libarchive/test/test_archive_pathmatch.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_read_close_twice.o `test -f 'libarchive/test/test_archive_read_close_twice.c' || echo './'`libarchive/test/test_archive_read_close_twice.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_read_close_twice_open_fd.o `test -f 'libarchive/test/test_archive_read_close_twice_open_fd.c' || echo './'`libarchive/test/test_archive_read_close_twice_open_fd.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_read_close_twice_open_filename.o `test -f 'libarchive/test/test_archive_read_close_twice_open_filename.c' || echo './'`libarchive/test/test_archive_read_close_twice_open_filename.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_read_multiple_data_objects.o `test -f 'libarchive/test/test_archive_read_multiple_data_objects.c' || echo './'`libarchive/test/test_archive_read_multiple_data_objects.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_read_next_header_empty.o `test -f 'libarchive/test/test_archive_read_next_header_empty.c' || echo './'`libarchive/test/test_archive_read_next_header_empty.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_read_next_header_raw.o `test -f 'libarchive/test/test_archive_read_next_header_raw.c' || echo './'`libarchive/test/test_archive_read_next_header_raw.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_read_open2.o `test -f 'libarchive/test/test_archive_read_open2.c' || echo './'`libarchive/test/test_archive_read_open2.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_read_set_filter_option.o `test -f 'libarchive/test/test_archive_read_set_filter_option.c' || echo './'`libarchive/test/test_archive_read_set_filter_option.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_read_set_format_option.o `test -f 'libarchive/test/test_archive_read_set_format_option.c' || echo './'`libarchive/test/test_archive_read_set_format_option.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_read_set_option.o `test -f 'libarchive/test/test_archive_read_set_option.c' || echo './'`libarchive/test/test_archive_read_set_option.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_read_set_options.o `test -f 'libarchive/test/test_archive_read_set_options.c' || echo './'`libarchive/test/test_archive_read_set_options.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_read_support.o `test -f 'libarchive/test/test_archive_read_support.c' || echo './'`libarchive/test/test_archive_read_support.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_set_error.o `test -f 'libarchive/test/test_archive_set_error.c' || echo './'`libarchive/test/test_archive_set_error.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_string.o `test -f 'libarchive/test/test_archive_string.c' || echo './'`libarchive/test/test_archive_string.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_string_conversion.o `test -f 'libarchive/test/test_archive_string_conversion.c' || echo './'`libarchive/test/test_archive_string_conversion.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_write_add_filter_by_name.o `test -f 'libarchive/test/test_archive_write_add_filter_by_name.c' || echo './'`libarchive/test/test_archive_write_add_filter_by_name.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_write_set_filter_option.o `test -f 'libarchive/test/test_archive_write_set_filter_option.c' || echo './'`libarchive/test/test_archive_write_set_filter_option.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_write_set_format_by_name.o `test -f 'libarchive/test/test_archive_write_set_format_by_name.c' || echo './'`libarchive/test/test_archive_write_set_format_by_name.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_write_set_format_option.o `test -f 'libarchive/test/test_archive_write_set_format_option.c' || echo './'`libarchive/test/test_archive_write_set_format_option.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_write_set_option.o `test -f 'libarchive/test/test_archive_write_set_option.c' || echo './'`libarchive/test/test_archive_write_set_option.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_archive_write_set_options.o `test -f 'libarchive/test/test_archive_write_set_options.c' || echo './'`libarchive/test/test_archive_write_set_options.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_bad_fd.o `test -f 'libarchive/test/test_bad_fd.c' || echo './'`libarchive/test/test_bad_fd.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_compat_bzip2.o `test -f 'libarchive/test/test_compat_bzip2.c' || echo './'`libarchive/test/test_compat_bzip2.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_compat_cpio.o `test -f 'libarchive/test/test_compat_cpio.c' || echo './'`libarchive/test/test_compat_cpio.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_compat_gtar.o `test -f 'libarchive/test/test_compat_gtar.c' || echo './'`libarchive/test/test_compat_gtar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_compat_gzip.o `test -f 'libarchive/test/test_compat_gzip.c' || echo './'`libarchive/test/test_compat_gzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_compat_lzip.o `test -f 'libarchive/test/test_compat_lzip.c' || echo './'`libarchive/test/test_compat_lzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_compat_lzma.o `test -f 'libarchive/test/test_compat_lzma.c' || echo './'`libarchive/test/test_compat_lzma.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_compat_lzop.o `test -f 'libarchive/test/test_compat_lzop.c' || echo './'`libarchive/test/test_compat_lzop.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_compat_mac.o `test -f 'libarchive/test/test_compat_mac.c' || echo './'`libarchive/test/test_compat_mac.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_compat_pax_libarchive_2x.o `test -f 'libarchive/test/test_compat_pax_libarchive_2x.c' || echo './'`libarchive/test/test_compat_pax_libarchive_2x.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_compat_solaris_tar_acl.o `test -f 'libarchive/test/test_compat_solaris_tar_acl.c' || echo './'`libarchive/test/test_compat_solaris_tar_acl.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_compat_solaris_pax_sparse.o `test -f 'libarchive/test/test_compat_solaris_pax_sparse.c' || echo './'`libarchive/test/test_compat_solaris_pax_sparse.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_compat_tar_hardlink.o `test -f 'libarchive/test/test_compat_tar_hardlink.c' || echo './'`libarchive/test/test_compat_tar_hardlink.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_compat_uudecode.o `test -f 'libarchive/test/test_compat_uudecode.c' || echo './'`libarchive/test/test_compat_uudecode.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_compat_xz.o `test -f 'libarchive/test/test_compat_xz.c' || echo './'`libarchive/test/test_compat_xz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_compat_zip.o `test -f 'libarchive/test/test_compat_zip.c' || echo './'`libarchive/test/test_compat_zip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_empty_write.o `test -f 'libarchive/test/test_empty_write.c' || echo './'`libarchive/test/test_empty_write.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_entry.o `test -f 'libarchive/test/test_entry.c' || echo './'`libarchive/test/test_entry.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_entry_strmode.o `test -f 'libarchive/test/test_entry_strmode.c' || echo './'`libarchive/test/test_entry_strmode.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_extattr_freebsd.o `test -f 'libarchive/test/test_extattr_freebsd.c' || echo './'`libarchive/test/test_extattr_freebsd.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_filter_count.o `test -f 'libarchive/test/test_filter_count.c' || echo './'`libarchive/test/test_filter_count.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_fuzz.o `test -f 'libarchive/test/test_fuzz.c' || echo './'`libarchive/test/test_fuzz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_gnutar_filename_encoding.o `test -f 'libarchive/test/test_gnutar_filename_encoding.c' || echo './'`libarchive/test/test_gnutar_filename_encoding.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_link_resolver.o `test -f 'libarchive/test/test_link_resolver.c' || echo './'`libarchive/test/test_link_resolver.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_open_failure.o `test -f 'libarchive/test/test_open_failure.c' || echo './'`libarchive/test/test_open_failure.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_open_fd.o `test -f 'libarchive/test/test_open_fd.c' || echo './'`libarchive/test/test_open_fd.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_open_file.o `test -f 'libarchive/test/test_open_file.c' || echo './'`libarchive/test/test_open_file.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_open_filename.o `test -f 'libarchive/test/test_open_filename.c' || echo './'`libarchive/test/test_open_filename.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_pax_filename_encoding.o `test -f 'libarchive/test/test_pax_filename_encoding.c' || echo './'`libarchive/test/test_pax_filename_encoding.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_data_large.o `test -f 'libarchive/test/test_read_data_large.c' || echo './'`libarchive/test/test_read_data_large.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_disk.o `test -f 'libarchive/test/test_read_disk.c' || echo './'`libarchive/test/test_read_disk.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_disk_directory_traversals.o `test -f 'libarchive/test/test_read_disk_directory_traversals.c' || echo './'`libarchive/test/test_read_disk_directory_traversals.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_disk_entry_from_file.o `test -f 'libarchive/test/test_read_disk_entry_from_file.c' || echo './'`libarchive/test/test_read_disk_entry_from_file.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_extract.o `test -f 'libarchive/test/test_read_extract.c' || echo './'`libarchive/test/test_read_extract.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_file_nonexistent.o `test -f 'libarchive/test/test_read_file_nonexistent.c' || echo './'`libarchive/test/test_read_file_nonexistent.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_filter_grzip.o `test -f 'libarchive/test/test_read_filter_grzip.c' || echo './'`libarchive/test/test_read_filter_grzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_filter_lrzip.o `test -f 'libarchive/test/test_read_filter_lrzip.c' || echo './'`libarchive/test/test_read_filter_lrzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_filter_lzop.o `test -f 'libarchive/test/test_read_filter_lzop.c' || echo './'`libarchive/test/test_read_filter_lzop.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_filter_lzop_multiple_parts.o `test -f 'libarchive/test/test_read_filter_lzop_multiple_parts.c' || echo './'`libarchive/test/test_read_filter_lzop_multiple_parts.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_filter_program.o `test -f 'libarchive/test/test_read_filter_program.c' || echo './'`libarchive/test/test_read_filter_program.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_filter_program_signature.o `test -f 'libarchive/test/test_read_filter_program_signature.c' || echo './'`libarchive/test/test_read_filter_program_signature.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_filter_uudecode.o `test -f 'libarchive/test/test_read_filter_uudecode.c' || echo './'`libarchive/test/test_read_filter_uudecode.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_7zip.o `test -f 'libarchive/test/test_read_format_7zip.c' || echo './'`libarchive/test/test_read_format_7zip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_ar.o `test -f 'libarchive/test/test_read_format_ar.c' || echo './'`libarchive/test/test_read_format_ar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_cab.o `test -f 'libarchive/test/test_read_format_cab.c' || echo './'`libarchive/test/test_read_format_cab.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_cab_filename.o `test -f 'libarchive/test/test_read_format_cab_filename.c' || echo './'`libarchive/test/test_read_format_cab_filename.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_cpio_afio.o `test -f 'libarchive/test/test_read_format_cpio_afio.c' || echo './'`libarchive/test/test_read_format_cpio_afio.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_cpio_bin.o `test -f 'libarchive/test/test_read_format_cpio_bin.c' || echo './'`libarchive/test/test_read_format_cpio_bin.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_cpio_bin_Z.o `test -f 'libarchive/test/test_read_format_cpio_bin_Z.c' || echo './'`libarchive/test/test_read_format_cpio_bin_Z.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_cpio_bin_be.o `test -f 'libarchive/test/test_read_format_cpio_bin_be.c' || echo './'`libarchive/test/test_read_format_cpio_bin_be.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_cpio_bin_bz2.o `test -f 'libarchive/test/test_read_format_cpio_bin_bz2.c' || echo './'`libarchive/test/test_read_format_cpio_bin_bz2.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_cpio_bin_gz.o `test -f 'libarchive/test/test_read_format_cpio_bin_gz.c' || echo './'`libarchive/test/test_read_format_cpio_bin_gz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_cpio_bin_lzip.o `test -f 'libarchive/test/test_read_format_cpio_bin_lzip.c' || echo './'`libarchive/test/test_read_format_cpio_bin_lzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_cpio_bin_lzma.o `test -f 'libarchive/test/test_read_format_cpio_bin_lzma.c' || echo './'`libarchive/test/test_read_format_cpio_bin_lzma.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_cpio_bin_xz.o `test -f 'libarchive/test/test_read_format_cpio_bin_xz.c' || echo './'`libarchive/test/test_read_format_cpio_bin_xz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_cpio_filename.o `test -f 'libarchive/test/test_read_format_cpio_filename.c' || echo './'`libarchive/test/test_read_format_cpio_filename.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_cpio_odc.o `test -f 'libarchive/test/test_read_format_cpio_odc.c' || echo './'`libarchive/test/test_read_format_cpio_odc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_cpio_svr4_bzip2_rpm.o `test -f 'libarchive/test/test_read_format_cpio_svr4_bzip2_rpm.c' || echo './'`libarchive/test/test_read_format_cpio_svr4_bzip2_rpm.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_cpio_svr4_gzip.o `test -f 'libarchive/test/test_read_format_cpio_svr4_gzip.c' || echo './'`libarchive/test/test_read_format_cpio_svr4_gzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_cpio_svr4_gzip_rpm.o `test -f 'libarchive/test/test_read_format_cpio_svr4_gzip_rpm.c' || echo './'`libarchive/test/test_read_format_cpio_svr4_gzip_rpm.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_cpio_svr4c_Z.o `test -f 'libarchive/test/test_read_format_cpio_svr4c_Z.c' || echo './'`libarchive/test/test_read_format_cpio_svr4c_Z.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_empty.o `test -f 'libarchive/test/test_read_format_empty.c' || echo './'`libarchive/test/test_read_format_empty.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_gtar_filename.o `test -f 'libarchive/test/test_read_format_gtar_filename.c' || echo './'`libarchive/test/test_read_format_gtar_filename.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_gtar_gz.o `test -f 'libarchive/test/test_read_format_gtar_gz.c' || echo './'`libarchive/test/test_read_format_gtar_gz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_gtar_lzma.o `test -f 'libarchive/test/test_read_format_gtar_lzma.c' || echo './'`libarchive/test/test_read_format_gtar_lzma.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_gtar_sparse.o `test -f 'libarchive/test/test_read_format_gtar_sparse.c' || echo './'`libarchive/test/test_read_format_gtar_sparse.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_iso_Z.o `test -f 'libarchive/test/test_read_format_iso_Z.c' || echo './'`libarchive/test/test_read_format_iso_Z.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_iso_multi_extent.o `test -f 'libarchive/test/test_read_format_iso_multi_extent.c' || echo './'`libarchive/test/test_read_format_iso_multi_extent.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_iso_xorriso.o `test -f 'libarchive/test/test_read_format_iso_xorriso.c' || echo './'`libarchive/test/test_read_format_iso_xorriso.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_isojoliet_bz2.o `test -f 'libarchive/test/test_read_format_isojoliet_bz2.c' || echo './'`libarchive/test/test_read_format_isojoliet_bz2.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_isojoliet_long.o `test -f 'libarchive/test/test_read_format_isojoliet_long.c' || echo './'`libarchive/test/test_read_format_isojoliet_long.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_isojoliet_rr.o `test -f 'libarchive/test/test_read_format_isojoliet_rr.c' || echo './'`libarchive/test/test_read_format_isojoliet_rr.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_isojoliet_versioned.o `test -f 'libarchive/test/test_read_format_isojoliet_versioned.c' || echo './'`libarchive/test/test_read_format_isojoliet_versioned.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_isorr_bz2.o `test -f 'libarchive/test/test_read_format_isorr_bz2.c' || echo './'`libarchive/test/test_read_format_isorr_bz2.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_isorr_ce.o `test -f 'libarchive/test/test_read_format_isorr_ce.c' || echo './'`libarchive/test/test_read_format_isorr_ce.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_isorr_new_bz2.o `test -f 'libarchive/test/test_read_format_isorr_new_bz2.c' || echo './'`libarchive/test/test_read_format_isorr_new_bz2.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_isorr_rr_moved.o `test -f 'libarchive/test/test_read_format_isorr_rr_moved.c' || echo './'`libarchive/test/test_read_format_isorr_rr_moved.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_isozisofs_bz2.o `test -f 'libarchive/test/test_read_format_isozisofs_bz2.c' || echo './'`libarchive/test/test_read_format_isozisofs_bz2.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_lha.o `test -f 'libarchive/test/test_read_format_lha.c' || echo './'`libarchive/test/test_read_format_lha.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_lha_filename.o `test -f 'libarchive/test/test_read_format_lha_filename.c' || echo './'`libarchive/test/test_read_format_lha_filename.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_mtree.o `test -f 'libarchive/test/test_read_format_mtree.c' || echo './'`libarchive/test/test_read_format_mtree.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_pax_bz2.o `test -f 'libarchive/test/test_read_format_pax_bz2.c' || echo './'`libarchive/test/test_read_format_pax_bz2.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_rar.o `test -f 'libarchive/test/test_read_format_rar.c' || echo './'`libarchive/test/test_read_format_rar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_raw.o `test -f 'libarchive/test/test_read_format_raw.c' || echo './'`libarchive/test/test_read_format_raw.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_tar.o `test -f 'libarchive/test/test_read_format_tar.c' || echo './'`libarchive/test/test_read_format_tar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_tar_empty_filename.o `test -f 'libarchive/test/test_read_format_tar_empty_filename.c' || echo './'`libarchive/test/test_read_format_tar_empty_filename.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_tar_filename.o `test -f 'libarchive/test/test_read_format_tar_filename.c' || echo './'`libarchive/test/test_read_format_tar_filename.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_tbz.o `test -f 'libarchive/test/test_read_format_tbz.c' || echo './'`libarchive/test/test_read_format_tbz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_tgz.o `test -f 'libarchive/test/test_read_format_tgz.c' || echo './'`libarchive/test/test_read_format_tgz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_tlz.o `test -f 'libarchive/test/test_read_format_tlz.c' || echo './'`libarchive/test/test_read_format_tlz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_txz.o `test -f 'libarchive/test/test_read_format_txz.c' || echo './'`libarchive/test/test_read_format_txz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_tz.o `test -f 'libarchive/test/test_read_format_tz.c' || echo './'`libarchive/test/test_read_format_tz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_ustar_filename.o `test -f 'libarchive/test/test_read_format_ustar_filename.c' || echo './'`libarchive/test/test_read_format_ustar_filename.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_xar.o `test -f 'libarchive/test/test_read_format_xar.c' || echo './'`libarchive/test/test_read_format_xar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_zip.o `test -f 'libarchive/test/test_read_format_zip.c' || echo './'`libarchive/test/test_read_format_zip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_zip_comment_stored.o `test -f 'libarchive/test/test_read_format_zip_comment_stored.c' || echo './'`libarchive/test/test_read_format_zip_comment_stored.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_zip_filename.o `test -f 'libarchive/test/test_read_format_zip_filename.c' || echo './'`libarchive/test/test_read_format_zip_filename.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_zip_mac_metadata.o `test -f 'libarchive/test/test_read_format_zip_mac_metadata.c' || echo './'`libarchive/test/test_read_format_zip_mac_metadata.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_format_zip_sfx.o `test -f 'libarchive/test/test_read_format_zip_sfx.c' || echo './'`libarchive/test/test_read_format_zip_sfx.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_large.o `test -f 'libarchive/test/test_read_large.c' || echo './'`libarchive/test/test_read_large.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_pax_truncated.o `test -f 'libarchive/test/test_read_pax_truncated.c' || echo './'`libarchive/test/test_read_pax_truncated.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_position.o `test -f 'libarchive/test/test_read_position.c' || echo './'`libarchive/test/test_read_position.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_set_format.o `test -f 'libarchive/test/test_read_set_format.c' || echo './'`libarchive/test/test_read_set_format.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_truncated.o `test -f 'libarchive/test/test_read_truncated.c' || echo './'`libarchive/test/test_read_truncated.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_read_truncated_filter.o `test -f 'libarchive/test/test_read_truncated_filter.c' || echo './'`libarchive/test/test_read_truncated_filter.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_sparse_basic.o `test -f 'libarchive/test/test_sparse_basic.c' || echo './'`libarchive/test/test_sparse_basic.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_tar_filenames.o `test -f 'libarchive/test/test_tar_filenames.c' || echo './'`libarchive/test/test_tar_filenames.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_tar_large.o `test -f 'libarchive/test/test_tar_large.c' || echo './'`libarchive/test/test_tar_large.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_ustar_filenames.o `test -f 'libarchive/test/test_ustar_filenames.c' || echo './'`libarchive/test/test_ustar_filenames.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_ustar_filename_encoding.o `test -f 'libarchive/test/test_ustar_filename_encoding.c' || echo './'`libarchive/test/test_ustar_filename_encoding.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_disk.o `test -f 'libarchive/test/test_write_disk.c' || echo './'`libarchive/test/test_write_disk.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_disk_appledouble.o `test -f 'libarchive/test/test_write_disk_appledouble.c' || echo './'`libarchive/test/test_write_disk_appledouble.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_disk_failures.o `test -f 'libarchive/test/test_write_disk_failures.c' || echo './'`libarchive/test/test_write_disk_failures.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_disk_hardlink.o `test -f 'libarchive/test/test_write_disk_hardlink.c' || echo './'`libarchive/test/test_write_disk_hardlink.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_disk_hfs_compression.o `test -f 'libarchive/test/test_write_disk_hfs_compression.c' || echo './'`libarchive/test/test_write_disk_hfs_compression.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_disk_lookup.o `test -f 'libarchive/test/test_write_disk_lookup.c' || echo './'`libarchive/test/test_write_disk_lookup.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_disk_mac_metadata.o `test -f 'libarchive/test/test_write_disk_mac_metadata.c' || echo './'`libarchive/test/test_write_disk_mac_metadata.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_disk_no_hfs_compression.o `test -f 'libarchive/test/test_write_disk_no_hfs_compression.c' || echo './'`libarchive/test/test_write_disk_no_hfs_compression.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_disk_perms.o `test -f 'libarchive/test/test_write_disk_perms.c' || echo './'`libarchive/test/test_write_disk_perms.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_disk_secure.o `test -f 'libarchive/test/test_write_disk_secure.c' || echo './'`libarchive/test/test_write_disk_secure.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_disk_sparse.o `test -f 'libarchive/test/test_write_disk_sparse.c' || echo './'`libarchive/test/test_write_disk_sparse.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_disk_symlink.o `test -f 'libarchive/test/test_write_disk_symlink.c' || echo './'`libarchive/test/test_write_disk_symlink.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_disk_times.o `test -f 'libarchive/test/test_write_disk_times.c' || echo './'`libarchive/test/test_write_disk_times.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_filter_b64encode.o `test -f 'libarchive/test/test_write_filter_b64encode.c' || echo './'`libarchive/test/test_write_filter_b64encode.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_filter_bzip2.o `test -f 'libarchive/test/test_write_filter_bzip2.c' || echo './'`libarchive/test/test_write_filter_bzip2.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_filter_compress.o `test -f 'libarchive/test/test_write_filter_compress.c' || echo './'`libarchive/test/test_write_filter_compress.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_filter_gzip.o `test -f 'libarchive/test/test_write_filter_gzip.c' || echo './'`libarchive/test/test_write_filter_gzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_filter_gzip_timestamp.o `test -f 'libarchive/test/test_write_filter_gzip_timestamp.c' || echo './'`libarchive/test/test_write_filter_gzip_timestamp.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_filter_lrzip.o `test -f 'libarchive/test/test_write_filter_lrzip.c' || echo './'`libarchive/test/test_write_filter_lrzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_filter_lzip.o `test -f 'libarchive/test/test_write_filter_lzip.c' || echo './'`libarchive/test/test_write_filter_lzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_filter_lzma.o `test -f 'libarchive/test/test_write_filter_lzma.c' || echo './'`libarchive/test/test_write_filter_lzma.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_filter_lzop.o `test -f 'libarchive/test/test_write_filter_lzop.c' || echo './'`libarchive/test/test_write_filter_lzop.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_filter_program.o `test -f 'libarchive/test/test_write_filter_program.c' || echo './'`libarchive/test/test_write_filter_program.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_filter_uuencode.o `test -f 'libarchive/test/test_write_filter_uuencode.c' || echo './'`libarchive/test/test_write_filter_uuencode.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_filter_xz.o `test -f 'libarchive/test/test_write_filter_xz.c' || echo './'`libarchive/test/test_write_filter_xz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_7zip.o `test -f 'libarchive/test/test_write_format_7zip.c' || echo './'`libarchive/test/test_write_format_7zip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_7zip_empty.o `test -f 'libarchive/test/test_write_format_7zip_empty.c' || echo './'`libarchive/test/test_write_format_7zip_empty.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_7zip_large.o `test -f 'libarchive/test/test_write_format_7zip_large.c' || echo './'`libarchive/test/test_write_format_7zip_large.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_ar.o `test -f 'libarchive/test/test_write_format_ar.c' || echo './'`libarchive/test/test_write_format_ar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_cpio.o `test -f 'libarchive/test/test_write_format_cpio.c' || echo './'`libarchive/test/test_write_format_cpio.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_cpio_empty.o `test -f 'libarchive/test/test_write_format_cpio_empty.c' || echo './'`libarchive/test/test_write_format_cpio_empty.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_cpio_newc.o `test -f 'libarchive/test/test_write_format_cpio_newc.c' || echo './'`libarchive/test/test_write_format_cpio_newc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_cpio_odc.o `test -f 'libarchive/test/test_write_format_cpio_odc.c' || echo './'`libarchive/test/test_write_format_cpio_odc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_gnutar.o `test -f 'libarchive/test/test_write_format_gnutar.c' || echo './'`libarchive/test/test_write_format_gnutar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_iso9660.o `test -f 'libarchive/test/test_write_format_iso9660.c' || echo './'`libarchive/test/test_write_format_iso9660.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_iso9660_boot.o `test -f 'libarchive/test/test_write_format_iso9660_boot.c' || echo './'`libarchive/test/test_write_format_iso9660_boot.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_iso9660_empty.o `test -f 'libarchive/test/test_write_format_iso9660_empty.c' || echo './'`libarchive/test/test_write_format_iso9660_empty.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_iso9660_filename.o `test -f 'libarchive/test/test_write_format_iso9660_filename.c' || echo './'`libarchive/test/test_write_format_iso9660_filename.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_iso9660_zisofs.o `test -f 'libarchive/test/test_write_format_iso9660_zisofs.c' || echo './'`libarchive/test/test_write_format_iso9660_zisofs.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_mtree.o `test -f 'libarchive/test/test_write_format_mtree.c' || echo './'`libarchive/test/test_write_format_mtree.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_mtree_absolute_path.o `test -f 'libarchive/test/test_write_format_mtree_absolute_path.c' || echo './'`libarchive/test/test_write_format_mtree_absolute_path.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_mtree_classic.o `test -f 'libarchive/test/test_write_format_mtree_classic.c' || echo './'`libarchive/test/test_write_format_mtree_classic.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_mtree_classic_indent.o `test -f 'libarchive/test/test_write_format_mtree_classic_indent.c' || echo './'`libarchive/test/test_write_format_mtree_classic_indent.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_mtree_fflags.o `test -f 'libarchive/test/test_write_format_mtree_fflags.c' || echo './'`libarchive/test/test_write_format_mtree_fflags.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_mtree_no_separator.o `test -f 'libarchive/test/test_write_format_mtree_no_separator.c' || echo './'`libarchive/test/test_write_format_mtree_no_separator.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_mtree_quoted_filename.o `test -f 'libarchive/test/test_write_format_mtree_quoted_filename.c' || echo './'`libarchive/test/test_write_format_mtree_quoted_filename.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_pax.o `test -f 'libarchive/test/test_write_format_pax.c' || echo './'`libarchive/test/test_write_format_pax.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_shar_empty.o `test -f 'libarchive/test/test_write_format_shar_empty.c' || echo './'`libarchive/test/test_write_format_shar_empty.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_tar.o `test -f 'libarchive/test/test_write_format_tar.c' || echo './'`libarchive/test/test_write_format_tar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_tar_empty.o `test -f 'libarchive/test/test_write_format_tar_empty.c' || echo './'`libarchive/test/test_write_format_tar_empty.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_tar_sparse.o `test -f 'libarchive/test/test_write_format_tar_sparse.c' || echo './'`libarchive/test/test_write_format_tar_sparse.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_tar_ustar.o `test -f 'libarchive/test/test_write_format_tar_ustar.c' || echo './'`libarchive/test/test_write_format_tar_ustar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_tar_v7tar.o `test -f 'libarchive/test/test_write_format_tar_v7tar.c' || echo './'`libarchive/test/test_write_format_tar_v7tar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_xar.o `test -f 'libarchive/test/test_write_format_xar.c' || echo './'`libarchive/test/test_write_format_xar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_xar_empty.o `test -f 'libarchive/test/test_write_format_xar_empty.c' || echo './'`libarchive/test/test_write_format_xar_empty.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_zip.o `test -f 'libarchive/test/test_write_format_zip.c' || echo './'`libarchive/test/test_write_format_zip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_zip_empty.o `test -f 'libarchive/test/test_write_format_zip_empty.c' || echo './'`libarchive/test/test_write_format_zip_empty.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_format_zip_no_compression.o `test -f 'libarchive/test/test_write_format_zip_no_compression.c' || echo './'`libarchive/test/test_write_format_zip_no_compression.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_open_memory.o `test -f 'libarchive/test/test_write_open_memory.c' || echo './'`libarchive/test/test_write_open_memory.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_write_zip_set_compression_store.o `test -f 'libarchive/test/test_write_zip_set_compression_store.c' || echo './'`libarchive/test/test_write_zip_set_compression_store.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./test_utils -I./libarchive/test -DLIBARCHIVE_STATIC -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o libarchive/test/libarchive_test-test_zip_filename_encoding.o `test -f 'libarchive/test/test_zip_filename_encoding.c' || echo './'`libarchive/test/test_zip_filename_encoding.c /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed -o libarchive_test libarchive/libarchive_test-archive_acl.o libarchive/libarchive_test-archive_check_magic.o libarchive/libarchive_test-archive_cmdline.o libarchive/libarchive_test-archive_crypto.o libarchive/libarchive_test-archive_entry.o libarchive/libarchive_test-archive_entry_copy_stat.o libarchive/libarchive_test-archive_entry_link_resolver.o libarchive/libarchive_test-archive_entry_sparse.o libarchive/libarchive_test-archive_entry_stat.o libarchive/libarchive_test-archive_entry_strmode.o libarchive/libarchive_test-archive_entry_xattr.o libarchive/libarchive_test-archive_getdate.o libarchive/libarchive_test-archive_match.o libarchive/libarchive_test-archive_options.o libarchive/libarchive_test-archive_pathmatch.o libarchive/libarchive_test-archive_ppmd7.o libarchive/libarchive_test-archive_rb.o libarchive/libarchive_test-archive_read.o libarchive/libarchive_test-archive_read_append_filter.o libarchive/libarchive_test-archive_read_data_into_fd.o libarchive/libarchive_test-archive_read_disk_entry_from_file.o libarchive/libarchive_test-archive_read_disk_posix.o libarchive/libarchive_test-archive_read_disk_set_standard_lookup.o libarchive/libarchive_test-archive_read_extract.o libarchive/libarchive_test-archive_read_open_fd.o libarchive/libarchive_test-archive_read_open_file.o libarchive/libarchive_test-archive_read_open_filename.o libarchive/libarchive_test-archive_read_open_memory.o libarchive/libarchive_test-archive_read_set_format.o libarchive/libarchive_test-archive_read_set_options.o libarchive/libarchive_test-archive_read_support_filter_all.o libarchive/libarchive_test-archive_read_support_filter_bzip2.o libarchive/libarchive_test-archive_read_support_filter_compress.o libarchive/libarchive_test-archive_read_support_filter_grzip.o libarchive/libarchive_test-archive_read_support_filter_gzip.o libarchive/libarchive_test-archive_read_support_filter_lrzip.o libarchive/libarchive_test-archive_read_support_filter_lzop.o libarchive/libarchive_test-archive_read_support_filter_none.o libarchive/libarchive_test-archive_read_support_filter_program.o libarchive/libarchive_test-archive_read_support_filter_rpm.o libarchive/libarchive_test-archive_read_support_filter_uu.o libarchive/libarchive_test-archive_read_support_filter_xz.o libarchive/libarchive_test-archive_read_support_format_7zip.o libarchive/libarchive_test-archive_read_support_format_all.o libarchive/libarchive_test-archive_read_support_format_ar.o libarchive/libarchive_test-archive_read_support_format_by_code.o libarchive/libarchive_test-archive_read_support_format_cab.o libarchive/libarchive_test-archive_read_support_format_cpio.o libarchive/libarchive_test-archive_read_support_format_empty.o libarchive/libarchive_test-archive_read_support_format_iso9660.o libarchive/libarchive_test-archive_read_support_format_lha.o libarchive/libarchive_test-archive_read_support_format_mtree.o libarchive/libarchive_test-archive_read_support_format_rar.o libarchive/libarchive_test-archive_read_support_format_raw.o libarchive/libarchive_test-archive_read_support_format_tar.o libarchive/libarchive_test-archive_read_support_format_xar.o libarchive/libarchive_test-archive_read_support_format_zip.o libarchive/libarchive_test-archive_string.o libarchive/libarchive_test-archive_string_sprintf.o libarchive/libarchive_test-archive_util.o libarchive/libarchive_test-archive_virtual.o libarchive/libarchive_test-archive_write.o libarchive/libarchive_test-archive_write_disk_acl.o libarchive/libarchive_test-archive_write_disk_posix.o libarchive/libarchive_test-archive_write_disk_set_standard_lookup.o libarchive/libarchive_test-archive_write_open_fd.o libarchive/libarchive_test-archive_write_open_file.o libarchive/libarchive_test-archive_write_open_filename.o libarchive/libarchive_test-archive_write_open_memory.o libarchive/libarchive_test-archive_write_add_filter.o libarchive/libarchive_test-archive_write_add_filter_b64encode.o libarchive/libarchive_test-archive_write_add_filter_by_name.o libarchive/libarchive_test-archive_write_add_filter_bzip2.o libarchive/libarchive_test-archive_write_add_filter_compress.o libarchive/libarchive_test-archive_write_add_filter_grzip.o libarchive/libarchive_test-archive_write_add_filter_gzip.o libarchive/libarchive_test-archive_write_add_filter_lrzip.o libarchive/libarchive_test-archive_write_add_filter_lzop.o libarchive/libarchive_test-archive_write_add_filter_none.o libarchive/libarchive_test-archive_write_add_filter_program.o libarchive/libarchive_test-archive_write_add_filter_uuencode.o libarchive/libarchive_test-archive_write_add_filter_xz.o libarchive/libarchive_test-archive_write_set_format.o libarchive/libarchive_test-archive_write_set_format_7zip.o libarchive/libarchive_test-archive_write_set_format_ar.o libarchive/libarchive_test-archive_write_set_format_by_name.o libarchive/libarchive_test-archive_write_set_format_cpio.o libarchive/libarchive_test-archive_write_set_format_cpio_newc.o libarchive/libarchive_test-archive_write_set_format_iso9660.o libarchive/libarchive_test-archive_write_set_format_mtree.o libarchive/libarchive_test-archive_write_set_format_pax.o libarchive/libarchive_test-archive_write_set_format_shar.o libarchive/libarchive_test-archive_write_set_format_ustar.o libarchive/libarchive_test-archive_write_set_format_v7tar.o libarchive/libarchive_test-archive_write_set_format_gnutar.o libarchive/libarchive_test-archive_write_set_format_xar.o libarchive/libarchive_test-archive_write_set_format_zip.o libarchive/libarchive_test-archive_write_set_options.o libarchive/libarchive_test-filter_fork_posix.o test_utils/libarchive_test-test_utils.o libarchive/test/libarchive_test-main.o libarchive/test/libarchive_test-read_open_memory.o libarchive/test/libarchive_test-test_acl_freebsd_posix1e.o libarchive/test/libarchive_test-test_acl_freebsd_nfs4.o libarchive/test/libarchive_test-test_acl_nfs4.o libarchive/test/libarchive_test-test_acl_pax.o libarchive/test/libarchive_test-test_acl_posix1e.o libarchive/test/libarchive_test-test_archive_api_feature.o libarchive/test/libarchive_test-test_archive_clear_error.o libarchive/test/libarchive_test-test_archive_cmdline.o libarchive/test/libarchive_test-test_archive_crypto.o libarchive/test/libarchive_test-test_archive_getdate.o libarchive/test/libarchive_test-test_archive_match_owner.o libarchive/test/libarchive_test-test_archive_match_path.o libarchive/test/libarchive_test-test_archive_match_time.o libarchive/test/libarchive_test-test_archive_pathmatch.o libarchive/test/libarchive_test-test_archive_read_close_twice.o libarchive/test/libarchive_test-test_archive_read_close_twice_open_fd.o libarchive/test/libarchive_test-test_archive_read_close_twice_open_filename.o libarchive/test/libarchive_test-test_archive_read_multiple_data_objects.o libarchive/test/libarchive_test-test_archive_read_next_header_empty.o libarchive/test/libarchive_test-test_archive_read_next_header_raw.o libarchive/test/libarchive_test-test_archive_read_open2.o libarchive/test/libarchive_test-test_archive_read_set_filter_option.o libarchive/test/libarchive_test-test_archive_read_set_format_option.o libarchive/test/libarchive_test-test_archive_read_set_option.o libarchive/test/libarchive_test-test_archive_read_set_options.o libarchive/test/libarchive_test-test_archive_read_support.o libarchive/test/libarchive_test-test_archive_set_error.o libarchive/test/libarchive_test-test_archive_string.o libarchive/test/libarchive_test-test_archive_string_conversion.o libarchive/test/libarchive_test-test_archive_write_add_filter_by_name.o libarchive/test/libarchive_test-test_archive_write_set_filter_option.o libarchive/test/libarchive_test-test_archive_write_set_format_by_name.o libarchive/test/libarchive_test-test_archive_write_set_format_option.o libarchive/test/libarchive_test-test_archive_write_set_option.o libarchive/test/libarchive_test-test_archive_write_set_options.o libarchive/test/libarchive_test-test_bad_fd.o libarchive/test/libarchive_test-test_compat_bzip2.o libarchive/test/libarchive_test-test_compat_cpio.o libarchive/test/libarchive_test-test_compat_gtar.o libarchive/test/libarchive_test-test_compat_gzip.o libarchive/test/libarchive_test-test_compat_lzip.o libarchive/test/libarchive_test-test_compat_lzma.o libarchive/test/libarchive_test-test_compat_lzop.o libarchive/test/libarchive_test-test_compat_mac.o libarchive/test/libarchive_test-test_compat_pax_libarchive_2x.o libarchive/test/libarchive_test-test_compat_solaris_tar_acl.o libarchive/test/libarchive_test-test_compat_solaris_pax_sparse.o libarchive/test/libarchive_test-test_compat_tar_hardlink.o libarchive/test/libarchive_test-test_compat_uudecode.o libarchive/test/libarchive_test-test_compat_xz.o libarchive/test/libarchive_test-test_compat_zip.o libarchive/test/libarchive_test-test_empty_write.o libarchive/test/libarchive_test-test_entry.o libarchive/test/libarchive_test-test_entry_strmode.o libarchive/test/libarchive_test-test_extattr_freebsd.o libarchive/test/libarchive_test-test_filter_count.o libarchive/test/libarchive_test-test_fuzz.o libarchive/test/libarchive_test-test_gnutar_filename_encoding.o libarchive/test/libarchive_test-test_link_resolver.o libarchive/test/libarchive_test-test_open_failure.o libarchive/test/libarchive_test-test_open_fd.o libarchive/test/libarchive_test-test_open_file.o libarchive/test/libarchive_test-test_open_filename.o libarchive/test/libarchive_test-test_pax_filename_encoding.o libarchive/test/libarchive_test-test_read_data_large.o libarchive/test/libarchive_test-test_read_disk.o libarchive/test/libarchive_test-test_read_disk_directory_traversals.o libarchive/test/libarchive_test-test_read_disk_entry_from_file.o libarchive/test/libarchive_test-test_read_extract.o libarchive/test/libarchive_test-test_read_file_nonexistent.o libarchive/test/libarchive_test-test_read_filter_grzip.o libarchive/test/libarchive_test-test_read_filter_lrzip.o libarchive/test/libarchive_test-test_read_filter_lzop.o libarchive/test/libarchive_test-test_read_filter_lzop_multiple_parts.o libarchive/test/libarchive_test-test_read_filter_program.o libarchive/test/libarchive_test-test_read_filter_program_signature.o libarchive/test/libarchive_test-test_read_filter_uudecode.o libarchive/test/libarchive_test-test_read_format_7zip.o libarchive/test/libarchive_test-test_read_format_ar.o libarchive/test/libarchive_test-test_read_format_cab.o libarchive/test/libarchive_test-test_read_format_cab_filename.o libarchive/test/libarchive_test-test_read_format_cpio_afio.o libarchive/test/libarchive_test-test_read_format_cpio_bin.o libarchive/test/libarchive_test-test_read_format_cpio_bin_Z.o libarchive/test/libarchive_test-test_read_format_cpio_bin_be.o libarchive/test/libarchive_test-test_read_format_cpio_bin_bz2.o libarchive/test/libarchive_test-test_read_format_cpio_bin_gz.o libarchive/test/libarchive_test-test_read_format_cpio_bin_lzip.o libarchive/test/libarchive_test-test_read_format_cpio_bin_lzma.o libarchive/test/libarchive_test-test_read_format_cpio_bin_xz.o libarchive/test/libarchive_test-test_read_format_cpio_filename.o libarchive/test/libarchive_test-test_read_format_cpio_odc.o libarchive/test/libarchive_test-test_read_format_cpio_svr4_bzip2_rpm.o libarchive/test/libarchive_test-test_read_format_cpio_svr4_gzip.o libarchive/test/libarchive_test-test_read_format_cpio_svr4_gzip_rpm.o libarchive/test/libarchive_test-test_read_format_cpio_svr4c_Z.o libarchive/test/libarchive_test-test_read_format_empty.o libarchive/test/libarchive_test-test_read_format_gtar_filename.o libarchive/test/libarchive_test-test_read_format_gtar_gz.o libarchive/test/libarchive_test-test_read_format_gtar_lzma.o libarchive/test/libarchive_test-test_read_format_gtar_sparse.o libarchive/test/libarchive_test-test_read_format_iso_Z.o libarchive/test/libarchive_test-test_read_format_iso_multi_extent.o libarchive/test/libarchive_test-test_read_format_iso_xorriso.o libarchive/test/libarchive_test-test_read_format_isojoliet_bz2.o libarchive/test/libarchive_test-test_read_format_isojoliet_long.o libarchive/test/libarchive_test-test_read_format_isojoliet_rr.o libarchive/test/libarchive_test-test_read_format_isojoliet_versioned.o libarchive/test/libarchive_test-test_read_format_isorr_bz2.o libarchive/test/libarchive_test-test_read_format_isorr_ce.o libarchive/test/libarchive_test-test_read_format_isorr_new_bz2.o libarchive/test/libarchive_test-test_read_format_isorr_rr_moved.o libarchive/test/libarchive_test-test_read_format_isozisofs_bz2.o libarchive/test/libarchive_test-test_read_format_lha.o libarchive/test/libarchive_test-test_read_format_lha_filename.o libarchive/test/libarchive_test-test_read_format_mtree.o libarchive/test/libarchive_test-test_read_format_pax_bz2.o libarchive/test/libarchive_test-test_read_format_rar.o libarchive/test/libarchive_test-test_read_format_raw.o libarchive/test/libarchive_test-test_read_format_tar.o libarchive/test/libarchive_test-test_read_format_tar_empty_filename.o libarchive/test/libarchive_test-test_read_format_tar_filename.o libarchive/test/libarchive_test-test_read_format_tbz.o libarchive/test/libarchive_test-test_read_format_tgz.o libarchive/test/libarchive_test-test_read_format_tlz.o libarchive/test/libarchive_test-test_read_format_txz.o libarchive/test/libarchive_test-test_read_format_tz.o libarchive/test/libarchive_test-test_read_format_ustar_filename.o libarchive/test/libarchive_test-test_read_format_xar.o libarchive/test/libarchive_test-test_read_format_zip.o libarchive/test/libarchive_test-test_read_format_zip_comment_stored.o libarchive/test/libarchive_test-test_read_format_zip_filename.o libarchive/test/libarchive_test-test_read_format_zip_mac_metadata.o libarchive/test/libarchive_test-test_read_format_zip_sfx.o libarchive/test/libarchive_test-test_read_large.o libarchive/test/libarchive_test-test_read_pax_truncated.o libarchive/test/libarchive_test-test_read_position.o libarchive/test/libarchive_test-test_read_set_format.o libarchive/test/libarchive_test-test_read_truncated.o libarchive/test/libarchive_test-test_read_truncated_filter.o libarchive/test/libarchive_test-test_sparse_basic.o libarchive/test/libarchive_test-test_tar_filenames.o libarchive/test/libarchive_test-test_tar_large.o libarchive/test/libarchive_test-test_ustar_filenames.o libarchive/test/libarchive_test-test_ustar_filename_encoding.o libarchive/test/libarchive_test-test_write_disk.o libarchive/test/libarchive_test-test_write_disk_appledouble.o libarchive/test/libarchive_test-test_write_disk_failures.o libarchive/test/libarchive_test-test_write_disk_hardlink.o libarchive/test/libarchive_test-test_write_disk_hfs_compression.o libarchive/test/libarchive_test-test_write_disk_lookup.o libarchive/test/libarchive_test-test_write_disk_mac_metadata.o libarchive/test/libarchive_test-test_write_disk_no_hfs_compression.o libarchive/test/libarchive_test-test_write_disk_perms.o libarchive/test/libarchive_test-test_write_disk_secure.o libarchive/test/libarchive_test-test_write_disk_sparse.o libarchive/test/libarchive_test-test_write_disk_symlink.o libarchive/test/libarchive_test-test_write_disk_times.o libarchive/test/libarchive_test-test_write_filter_b64encode.o libarchive/test/libarchive_test-test_write_filter_bzip2.o libarchive/test/libarchive_test-test_write_filter_compress.o libarchive/test/libarchive_test-test_write_filter_gzip.o libarchive/test/libarchive_test-test_write_filter_gzip_timestamp.o libarchive/test/libarchive_test-test_write_filter_lrzip.o libarchive/test/libarchive_test-test_write_filter_lzip.o libarchive/test/libarchive_test-test_write_filter_lzma.o libarchive/test/libarchive_test-test_write_filter_lzop.o libarchive/test/libarchive_test-test_write_filter_program.o libarchive/test/libarchive_test-test_write_filter_uuencode.o libarchive/test/libarchive_test-test_write_filter_xz.o libarchive/test/libarchive_test-test_write_format_7zip.o libarchive/test/libarchive_test-test_write_format_7zip_empty.o libarchive/test/libarchive_test-test_write_format_7zip_large.o libarchive/test/libarchive_test-test_write_format_ar.o libarchive/test/libarchive_test-test_write_format_cpio.o libarchive/test/libarchive_test-test_write_format_cpio_empty.o libarchive/test/libarchive_test-test_write_format_cpio_newc.o libarchive/test/libarchive_test-test_write_format_cpio_odc.o libarchive/test/libarchive_test-test_write_format_gnutar.o libarchive/test/libarchive_test-test_write_format_iso9660.o libarchive/test/libarchive_test-test_write_format_iso9660_boot.o libarchive/test/libarchive_test-test_write_format_iso9660_empty.o libarchive/test/libarchive_test-test_write_format_iso9660_filename.o libarchive/test/libarchive_test-test_write_format_iso9660_zisofs.o libarchive/test/libarchive_test-test_write_format_mtree.o libarchive/test/libarchive_test-test_write_format_mtree_absolute_path.o libarchive/test/libarchive_test-test_write_format_mtree_classic.o libarchive/test/libarchive_test-test_write_format_mtree_classic_indent.o libarchive/test/libarchive_test-test_write_format_mtree_fflags.o libarchive/test/libarchive_test-test_write_format_mtree_no_separator.o libarchive/test/libarchive_test-test_write_format_mtree_quoted_filename.o libarchive/test/libarchive_test-test_write_format_pax.o libarchive/test/libarchive_test-test_write_format_shar_empty.o libarchive/test/libarchive_test-test_write_format_tar.o libarchive/test/libarchive_test-test_write_format_tar_empty.o libarchive/test/libarchive_test-test_write_format_tar_sparse.o libarchive/test/libarchive_test-test_write_format_tar_ustar.o libarchive/test/libarchive_test-test_write_format_tar_v7tar.o libarchive/test/libarchive_test-test_write_format_xar.o libarchive/test/libarchive_test-test_write_format_xar_empty.o libarchive/test/libarchive_test-test_write_format_zip.o libarchive/test/libarchive_test-test_write_format_zip_empty.o libarchive/test/libarchive_test-test_write_format_zip_no_compression.o libarchive/test/libarchive_test-test_write_open_memory.o libarchive/test/libarchive_test-test_write_zip_set_compression_store.o libarchive/test/libarchive_test-test_zip_filename_encoding.o -lcrypto -lacl -lattr -llzo2 -llzma -lbz2 -lz -lxml2 -lz -lm -ldl libtool: link: x86_64-pc-linux-gnu-gcc -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -Wl,-O1 -o libarchive_test libarchive/libarchive_test-archive_acl.o libarchive/libarchive_test-archive_check_magic.o libarchive/libarchive_test-archive_cmdline.o libarchive/libarchive_test-archive_crypto.o libarchive/libarchive_test-archive_entry.o libarchive/libarchive_test-archive_entry_copy_stat.o libarchive/libarchive_test-archive_entry_link_resolver.o libarchive/libarchive_test-archive_entry_sparse.o libarchive/libarchive_test-archive_entry_stat.o libarchive/libarchive_test-archive_entry_strmode.o libarchive/libarchive_test-archive_entry_xattr.o libarchive/libarchive_test-archive_getdate.o libarchive/libarchive_test-archive_match.o libarchive/libarchive_test-archive_options.o libarchive/libarchive_test-archive_pathmatch.o libarchive/libarchive_test-archive_ppmd7.o libarchive/libarchive_test-archive_rb.o libarchive/libarchive_test-archive_read.o libarchive/libarchive_test-archive_read_append_filter.o libarchive/libarchive_test-archive_read_data_into_fd.o libarchive/libarchive_test-archive_read_disk_entry_from_file.o libarchive/libarchive_test-archive_read_disk_posix.o libarchive/libarchive_test-archive_read_disk_set_standard_lookup.o libarchive/libarchive_test-archive_read_extract.o libarchive/libarchive_test-archive_read_open_fd.o libarchive/libarchive_test-archive_read_open_file.o libarchive/libarchive_test-archive_read_open_filename.o libarchive/libarchive_test-archive_read_open_memory.o libarchive/libarchive_test-archive_read_set_format.o libarchive/libarchive_test-archive_read_set_options.o libarchive/libarchive_test-archive_read_support_filter_all.o libarchive/libarchive_test-archive_read_support_filter_bzip2.o libarchive/libarchive_test-archive_read_support_filter_compress.o libarchive/libarchive_test-archive_read_support_filter_grzip.o libarchive/libarchive_test-archive_read_support_filter_gzip.o libarchive/libarchive_test-archive_read_support_filter_lrzip.o libarchive/libarchive_test-archive_read_support_filter_lzop.o libarchive/libarchive_test-archive_read_support_filter_none.o libarchive/libarchive_test-archive_read_support_filter_program.o libarchive/libarchive_test-archive_read_support_filter_rpm.o libarchive/libarchive_test-archive_read_support_filter_uu.o libarchive/libarchive_test-archive_read_support_filter_xz.o libarchive/libarchive_test-archive_read_support_format_7zip.o libarchive/libarchive_test-archive_read_support_format_all.o libarchive/libarchive_test-archive_read_support_format_ar.o libarchive/libarchive_test-archive_read_support_format_by_code.o libarchive/libarchive_test-archive_read_support_format_cab.o libarchive/libarchive_test-archive_read_support_format_cpio.o libarchive/libarchive_test-archive_read_support_format_empty.o libarchive/libarchive_test-archive_read_support_format_iso9660.o libarchive/libarchive_test-archive_read_support_format_lha.o libarchive/libarchive_test-archive_read_support_format_mtree.o libarchive/libarchive_test-archive_read_support_format_rar.o libarchive/libarchive_test-archive_read_support_format_raw.o libarchive/libarchive_test-archive_read_support_format_tar.o libarchive/libarchive_test-archive_read_support_format_xar.o libarchive/libarchive_test-archive_read_support_format_zip.o libarchive/libarchive_test-archive_string.o libarchive/libarchive_test-archive_string_sprintf.o libarchive/libarchive_test-archive_util.o libarchive/libarchive_test-archive_virtual.o libarchive/libarchive_test-archive_write.o libarchive/libarchive_test-archive_write_disk_acl.o libarchive/libarchive_test-archive_write_disk_posix.o libarchive/libarchive_test-archive_write_disk_set_standard_lookup.o libarchive/libarchive_test-archive_write_open_fd.o libarchive/libarchive_test-archive_write_open_file.o libarchive/libarchive_test-archive_write_open_filename.o libarchive/libarchive_test-archive_write_open_memory.o libarchive/libarchive_test-archive_write_add_filter.o libarchive/libarchive_test-archive_write_add_filter_b64encode.o libarchive/libarchive_test-archive_write_add_filter_by_name.o libarchive/libarchive_test-archive_write_add_filter_bzip2.o libarchive/libarchive_test-archive_write_add_filter_compress.o libarchive/libarchive_test-archive_write_add_filter_grzip.o libarchive/libarchive_test-archive_write_add_filter_gzip.o libarchive/libarchive_test-archive_write_add_filter_lrzip.o libarchive/libarchive_test-archive_write_add_filter_lzop.o libarchive/libarchive_test-archive_write_add_filter_none.o libarchive/libarchive_test-archive_write_add_filter_program.o libarchive/libarchive_test-archive_write_add_filter_uuencode.o libarchive/libarchive_test-archive_write_add_filter_xz.o libarchive/libarchive_test-archive_write_set_format.o libarchive/libarchive_test-archive_write_set_format_7zip.o libarchive/libarchive_test-archive_write_set_format_ar.o libarchive/libarchive_test-archive_write_set_format_by_name.o libarchive/libarchive_test-archive_write_set_format_cpio.o libarchive/libarchive_test-archive_write_set_format_cpio_newc.o libarchive/libarchive_test-archive_write_set_format_iso9660.o libarchive/libarchive_test-archive_write_set_format_mtree.o libarchive/libarchive_test-archive_write_set_format_pax.o libarchive/libarchive_test-archive_write_set_format_shar.o libarchive/libarchive_test-archive_write_set_format_ustar.o libarchive/libarchive_test-archive_write_set_format_v7tar.o libarchive/libarchive_test-archive_write_set_format_gnutar.o libarchive/libarchive_test-archive_write_set_format_xar.o libarchive/libarchive_test-archive_write_set_format_zip.o libarchive/libarchive_test-archive_write_set_options.o libarchive/libarchive_test-filter_fork_posix.o test_utils/libarchive_test-test_utils.o libarchive/test/libarchive_test-main.o libarchive/test/libarchive_test-read_open_memory.o libarchive/test/libarchive_test-test_acl_freebsd_posix1e.o libarchive/test/libarchive_test-test_acl_freebsd_nfs4.o libarchive/test/libarchive_test-test_acl_nfs4.o libarchive/test/libarchive_test-test_acl_pax.o libarchive/test/libarchive_test-test_acl_posix1e.o libarchive/test/libarchive_test-test_archive_api_feature.o libarchive/test/libarchive_test-test_archive_clear_error.o libarchive/test/libarchive_test-test_archive_cmdline.o libarchive/test/libarchive_test-test_archive_crypto.o libarchive/test/libarchive_test-test_archive_getdate.o libarchive/test/libarchive_test-test_archive_match_owner.o libarchive/test/libarchive_test-test_archive_match_path.o libarchive/test/libarchive_test-test_archive_match_time.o libarchive/test/libarchive_test-test_archive_pathmatch.o libarchive/test/libarchive_test-test_archive_read_close_twice.o libarchive/test/libarchive_test-test_archive_read_close_twice_open_fd.o libarchive/test/libarchive_test-test_archive_read_close_twice_open_filename.o libarchive/test/libarchive_test-test_archive_read_multiple_data_objects.o libarchive/test/libarchive_test-test_archive_read_next_header_empty.o libarchive/test/libarchive_test-test_archive_read_next_header_raw.o libarchive/test/libarchive_test-test_archive_read_open2.o libarchive/test/libarchive_test-test_archive_read_set_filter_option.o libarchive/test/libarchive_test-test_archive_read_set_format_option.o libarchive/test/libarchive_test-test_archive_read_set_option.o libarchive/test/libarchive_test-test_archive_read_set_options.o libarchive/test/libarchive_test-test_archive_read_support.o libarchive/test/libarchive_test-test_archive_set_error.o libarchive/test/libarchive_test-test_archive_string.o libarchive/test/libarchive_test-test_archive_string_conversion.o libarchive/test/libarchive_test-test_archive_write_add_filter_by_name.o libarchive/test/libarchive_test-test_archive_write_set_filter_option.o libarchive/test/libarchive_test-test_archive_write_set_format_by_name.o libarchive/test/libarchive_test-test_archive_write_set_format_option.o libarchive/test/libarchive_test-test_archive_write_set_option.o libarchive/test/libarchive_test-test_archive_write_set_options.o libarchive/test/libarchive_test-test_bad_fd.o libarchive/test/libarchive_test-test_compat_bzip2.o libarchive/test/libarchive_test-test_compat_cpio.o libarchive/test/libarchive_test-test_compat_gtar.o libarchive/test/libarchive_test-test_compat_gzip.o libarchive/test/libarchive_test-test_compat_lzip.o libarchive/test/libarchive_test-test_compat_lzma.o libarchive/test/libarchive_test-test_compat_lzop.o libarchive/test/libarchive_test-test_compat_mac.o libarchive/test/libarchive_test-test_compat_pax_libarchive_2x.o libarchive/test/libarchive_test-test_compat_solaris_tar_acl.o libarchive/test/libarchive_test-test_compat_solaris_pax_sparse.o libarchive/test/libarchive_test-test_compat_tar_hardlink.o libarchive/test/libarchive_test-test_compat_uudecode.o libarchive/test/libarchive_test-test_compat_xz.o libarchive/test/libarchive_test-test_compat_zip.o libarchive/test/libarchive_test-test_empty_write.o libarchive/test/libarchive_test-test_entry.o libarchive/test/libarchive_test-test_entry_strmode.o libarchive/test/libarchive_test-test_extattr_freebsd.o libarchive/test/libarchive_test-test_filter_count.o libarchive/test/libarchive_test-test_fuzz.o libarchive/test/libarchive_test-test_gnutar_filename_encoding.o libarchive/test/libarchive_test-test_link_resolver.o libarchive/test/libarchive_test-test_open_failure.o libarchive/test/libarchive_test-test_open_fd.o libarchive/test/libarchive_test-test_open_file.o libarchive/test/libarchive_test-test_open_filename.o libarchive/test/libarchive_test-test_pax_filename_encoding.o libarchive/test/libarchive_test-test_read_data_large.o libarchive/test/libarchive_test-test_read_disk.o libarchive/test/libarchive_test-test_read_disk_directory_traversals.o libarchive/test/libarchive_test-test_read_disk_entry_from_file.o libarchive/test/libarchive_test-test_read_extract.o libarchive/test/libarchive_test-test_read_file_nonexistent.o libarchive/test/libarchive_test-test_read_filter_grzip.o libarchive/test/libarchive_test-test_read_filter_lrzip.o libarchive/test/libarchive_test-test_read_filter_lzop.o libarchive/test/libarchive_test-test_read_filter_lzop_multiple_parts.o libarchive/test/libarchive_test-test_read_filter_program.o libarchive/test/libarchive_test-test_read_filter_program_signature.o libarchive/test/libarchive_test-test_read_filter_uudecode.o libarchive/test/libarchive_test-test_read_format_7zip.o libarchive/test/libarchive_test-test_read_format_ar.o libarchive/test/libarchive_test-test_read_format_cab.o libarchive/test/libarchive_test-test_read_format_cab_filename.o libarchive/test/libarchive_test-test_read_format_cpio_afio.o libarchive/test/libarchive_test-test_read_format_cpio_bin.o libarchive/test/libarchive_test-test_read_format_cpio_bin_Z.o libarchive/test/libarchive_test-test_read_format_cpio_bin_be.o libarchive/test/libarchive_test-test_read_format_cpio_bin_bz2.o libarchive/test/libarchive_test-test_read_format_cpio_bin_gz.o libarchive/test/libarchive_test-test_read_format_cpio_bin_lzip.o libarchive/test/libarchive_test-test_read_format_cpio_bin_lzma.o libarchive/test/libarchive_test-test_read_format_cpio_bin_xz.o libarchive/test/libarchive_test-test_read_format_cpio_filename.o libarchive/test/libarchive_test-test_read_format_cpio_odc.o libarchive/test/libarchive_test-test_read_format_cpio_svr4_bzip2_rpm.o libarchive/test/libarchive_test-test_read_format_cpio_svr4_gzip.o libarchive/test/libarchive_test-test_read_format_cpio_svr4_gzip_rpm.o libarchive/test/libarchive_test-test_read_format_cpio_svr4c_Z.o libarchive/test/libarchive_test-test_read_format_empty.o libarchive/test/libarchive_test-test_read_format_gtar_filename.o libarchive/test/libarchive_test-test_read_format_gtar_gz.o libarchive/test/libarchive_test-test_read_format_gtar_lzma.o libarchive/test/libarchive_test-test_read_format_gtar_sparse.o libarchive/test/libarchive_test-test_read_format_iso_Z.o libarchive/test/libarchive_test-test_read_format_iso_multi_extent.o libarchive/test/libarchive_test-test_read_format_iso_xorriso.o libarchive/test/libarchive_test-test_read_format_isojoliet_bz2.o libarchive/test/libarchive_test-test_read_format_isojoliet_long.o libarchive/test/libarchive_test-test_read_format_isojoliet_rr.o libarchive/test/libarchive_test-test_read_format_isojoliet_versioned.o libarchive/test/libarchive_test-test_read_format_isorr_bz2.o libarchive/test/libarchive_test-test_read_format_isorr_ce.o libarchive/test/libarchive_test-test_read_format_isorr_new_bz2.o libarchive/test/libarchive_test-test_read_format_isorr_rr_moved.o libarchive/test/libarchive_test-test_read_format_isozisofs_bz2.o libarchive/test/libarchive_test-test_read_format_lha.o libarchive/test/libarchive_test-test_read_format_lha_filename.o libarchive/test/libarchive_test-test_read_format_mtree.o libarchive/test/libarchive_test-test_read_format_pax_bz2.o libarchive/test/libarchive_test-test_read_format_rar.o libarchive/test/libarchive_test-test_read_format_raw.o libarchive/test/libarchive_test-test_read_format_tar.o libarchive/test/libarchive_test-test_read_format_tar_empty_filename.o libarchive/test/libarchive_test-test_read_format_tar_filename.o libarchive/test/libarchive_test-test_read_format_tbz.o libarchive/test/libarchive_test-test_read_format_tgz.o libarchive/test/libarchive_test-test_read_format_tlz.o libarchive/test/libarchive_test-test_read_format_txz.o libarchive/test/libarchive_test-test_read_format_tz.o libarchive/test/libarchive_test-test_read_format_ustar_filename.o libarchive/test/libarchive_test-test_read_format_xar.o libarchive/test/libarchive_test-test_read_format_zip.o libarchive/test/libarchive_test-test_read_format_zip_comment_stored.o libarchive/test/libarchive_test-test_read_format_zip_filename.o libarchive/test/libarchive_test-test_read_format_zip_mac_metadata.o libarchive/test/libarchive_test-test_read_format_zip_sfx.o libarchive/test/libarchive_test-test_read_large.o libarchive/test/libarchive_test-test_read_pax_truncated.o libarchive/test/libarchive_test-test_read_position.o libarchive/test/libarchive_test-test_read_set_format.o libarchive/test/libarchive_test-test_read_truncated.o libarchive/test/libarchive_test-test_read_truncated_filter.o libarchive/test/libarchive_test-test_sparse_basic.o libarchive/test/libarchive_test-test_tar_filenames.o libarchive/test/libarchive_test-test_tar_large.o libarchive/test/libarchive_test-test_ustar_filenames.o libarchive/test/libarchive_test-test_ustar_filename_encoding.o libarchive/test/libarchive_test-test_write_disk.o libarchive/test/libarchive_test-test_write_disk_appledouble.o libarchive/test/libarchive_test-test_write_disk_failures.o libarchive/test/libarchive_test-test_write_disk_hardlink.o libarchive/test/libarchive_test-test_write_disk_hfs_compression.o libarchive/test/libarchive_test-test_write_disk_lookup.o libarchive/test/libarchive_test-test_write_disk_mac_metadata.o libarchive/test/libarchive_test-test_write_disk_no_hfs_compression.o libarchive/test/libarchive_test-test_write_disk_perms.o libarchive/test/libarchive_test-test_write_disk_secure.o libarchive/test/libarchive_test-test_write_disk_sparse.o libarchive/test/libarchive_test-test_write_disk_symlink.o libarchive/test/libarchive_test-test_write_disk_times.o libarchive/test/libarchive_test-test_write_filter_b64encode.o libarchive/test/libarchive_test-test_write_filter_bzip2.o libarchive/test/libarchive_test-test_write_filter_compress.o libarchive/test/libarchive_test-test_write_filter_gzip.o libarchive/test/libarchive_test-test_write_filter_gzip_timestamp.o libarchive/test/libarchive_test-test_write_filter_lrzip.o libarchive/test/libarchive_test-test_write_filter_lzip.o libarchive/test/libarchive_test-test_write_filter_lzma.o libarchive/test/libarchive_test-test_write_filter_lzop.o libarchive/test/libarchive_test-test_write_filter_program.o libarchive/test/libarchive_test-test_write_filter_uuencode.o libarchive/test/libarchive_test-test_write_filter_xz.o libarchive/test/libarchive_test-test_write_format_7zip.o libarchive/test/libarchive_test-test_write_format_7zip_empty.o libarchive/test/libarchive_test-test_write_format_7zip_large.o libarchive/test/libarchive_test-test_write_format_ar.o libarchive/test/libarchive_test-test_write_format_cpio.o libarchive/test/libarchive_test-test_write_format_cpio_empty.o libarchive/test/libarchive_test-test_write_format_cpio_newc.o libarchive/test/libarchive_test-test_write_format_cpio_odc.o libarchive/test/libarchive_test-test_write_format_gnutar.o libarchive/test/libarchive_test-test_write_format_iso9660.o libarchive/test/libarchive_test-test_write_format_iso9660_boot.o libarchive/test/libarchive_test-test_write_format_iso9660_empty.o libarchive/test/libarchive_test-test_write_format_iso9660_filename.o libarchive/test/libarchive_test-test_write_format_iso9660_zisofs.o libarchive/test/libarchive_test-test_write_format_mtree.o libarchive/test/libarchive_test-test_write_format_mtree_absolute_path.o libarchive/test/libarchive_test-test_write_format_mtree_classic.o libarchive/test/libarchive_test-test_write_format_mtree_classic_indent.o libarchive/test/libarchive_test-test_write_format_mtree_fflags.o libarchive/test/libarchive_test-test_write_format_mtree_no_separator.o libarchive/test/libarchive_test-test_write_format_mtree_quoted_filename.o libarchive/test/libarchive_test-test_write_format_pax.o libarchive/test/libarchive_test-test_write_format_shar_empty.o libarchive/test/libarchive_test-test_write_format_tar.o libarchive/test/libarchive_test-test_write_format_tar_empty.o libarchive/test/libarchive_test-test_write_format_tar_sparse.o libarchive/test/libarchive_test-test_write_format_tar_ustar.o libarchive/test/libarchive_test-test_write_format_tar_v7tar.o libarchive/test/libarchive_test-test_write_format_xar.o libarchive/test/libarchive_test-test_write_format_xar_empty.o libarchive/test/libarchive_test-test_write_format_zip.o libarchive/test/libarchive_test-test_write_format_zip_empty.o libarchive/test/libarchive_test-test_write_format_zip_no_compression.o libarchive/test/libarchive_test-test_write_open_memory.o libarchive/test/libarchive_test-test_write_zip_set_compression_store.o libarchive/test/libarchive_test-test_zip_filename_encoding.o -Wl,--as-needed -lcrypto -lacl -lattr -llzo2 -llzma -lbz2 -lxml2 -lz -lm -ldl x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o test_utils/bsdtar_test-test_utils.o `test -f 'test_utils/test_utils.c' || echo './'`test_utils/test_utils.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-main.o `test -f 'tar/test/main.c' || echo './'`tar/test/main.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_0.o `test -f 'tar/test/test_0.c' || echo './'`tar/test/test_0.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_basic.o `test -f 'tar/test/test_basic.c' || echo './'`tar/test/test_basic.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_copy.o `test -f 'tar/test/test_copy.c' || echo './'`tar/test/test_copy.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_empty_mtree.o `test -f 'tar/test/test_empty_mtree.c' || echo './'`tar/test/test_empty_mtree.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_extract_tar_Z.o `test -f 'tar/test/test_extract_tar_Z.c' || echo './'`tar/test/test_extract_tar_Z.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_extract_tar_bz2.o `test -f 'tar/test/test_extract_tar_bz2.c' || echo './'`tar/test/test_extract_tar_bz2.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_extract_tar_grz.o `test -f 'tar/test/test_extract_tar_grz.c' || echo './'`tar/test/test_extract_tar_grz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_extract_tar_gz.o `test -f 'tar/test/test_extract_tar_gz.c' || echo './'`tar/test/test_extract_tar_gz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_extract_tar_lrz.o `test -f 'tar/test/test_extract_tar_lrz.c' || echo './'`tar/test/test_extract_tar_lrz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_extract_tar_lz.o `test -f 'tar/test/test_extract_tar_lz.c' || echo './'`tar/test/test_extract_tar_lz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_extract_tar_lzma.o `test -f 'tar/test/test_extract_tar_lzma.c' || echo './'`tar/test/test_extract_tar_lzma.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_extract_tar_lzo.o `test -f 'tar/test/test_extract_tar_lzo.c' || echo './'`tar/test/test_extract_tar_lzo.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_extract_tar_xz.o `test -f 'tar/test/test_extract_tar_xz.c' || echo './'`tar/test/test_extract_tar_xz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_format_newc.o `test -f 'tar/test/test_format_newc.c' || echo './'`tar/test/test_format_newc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_help.o `test -f 'tar/test/test_help.c' || echo './'`tar/test/test_help.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_C_upper.o `test -f 'tar/test/test_option_C_upper.c' || echo './'`tar/test/test_option_C_upper.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_H_upper.o `test -f 'tar/test/test_option_H_upper.c' || echo './'`tar/test/test_option_H_upper.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_L_upper.o `test -f 'tar/test/test_option_L_upper.c' || echo './'`tar/test/test_option_L_upper.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_O_upper.o `test -f 'tar/test/test_option_O_upper.c' || echo './'`tar/test/test_option_O_upper.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_T_upper.o `test -f 'tar/test/test_option_T_upper.c' || echo './'`tar/test/test_option_T_upper.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_U_upper.o `test -f 'tar/test/test_option_U_upper.c' || echo './'`tar/test/test_option_U_upper.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_X_upper.o `test -f 'tar/test/test_option_X_upper.c' || echo './'`tar/test/test_option_X_upper.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_a.o `test -f 'tar/test/test_option_a.c' || echo './'`tar/test/test_option_a.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_b.o `test -f 'tar/test/test_option_b.c' || echo './'`tar/test/test_option_b.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_b64encode.o `test -f 'tar/test/test_option_b64encode.c' || echo './'`tar/test/test_option_b64encode.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_exclude.o `test -f 'tar/test/test_option_exclude.c' || echo './'`tar/test/test_option_exclude.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_gid_gname.o `test -f 'tar/test/test_option_gid_gname.c' || echo './'`tar/test/test_option_gid_gname.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_grzip.o `test -f 'tar/test/test_option_grzip.c' || echo './'`tar/test/test_option_grzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_j.o `test -f 'tar/test/test_option_j.c' || echo './'`tar/test/test_option_j.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_k.o `test -f 'tar/test/test_option_k.c' || echo './'`tar/test/test_option_k.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_keep_newer_files.o `test -f 'tar/test/test_option_keep_newer_files.c' || echo './'`tar/test/test_option_keep_newer_files.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_lrzip.o `test -f 'tar/test/test_option_lrzip.c' || echo './'`tar/test/test_option_lrzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_lzma.o `test -f 'tar/test/test_option_lzma.c' || echo './'`tar/test/test_option_lzma.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_lzop.o `test -f 'tar/test/test_option_lzop.c' || echo './'`tar/test/test_option_lzop.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_n.o `test -f 'tar/test/test_option_n.c' || echo './'`tar/test/test_option_n.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_newer_than.o `test -f 'tar/test/test_option_newer_than.c' || echo './'`tar/test/test_option_newer_than.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_nodump.o `test -f 'tar/test/test_option_nodump.c' || echo './'`tar/test/test_option_nodump.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_older_than.o `test -f 'tar/test/test_option_older_than.c' || echo './'`tar/test/test_option_older_than.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_q.o `test -f 'tar/test/test_option_q.c' || echo './'`tar/test/test_option_q.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_r.o `test -f 'tar/test/test_option_r.c' || echo './'`tar/test/test_option_r.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_s.o `test -f 'tar/test/test_option_s.c' || echo './'`tar/test/test_option_s.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_uid_uname.o `test -f 'tar/test/test_option_uid_uname.c' || echo './'`tar/test/test_option_uid_uname.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_uuencode.o `test -f 'tar/test/test_option_uuencode.c' || echo './'`tar/test/test_option_uuencode.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_xz.o `test -f 'tar/test/test_option_xz.c' || echo './'`tar/test/test_option_xz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_option_z.o `test -f 'tar/test/test_option_z.c' || echo './'`tar/test/test_option_z.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_patterns.o `test -f 'tar/test/test_patterns.c' || echo './'`tar/test/test_patterns.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_print_longpath.o `test -f 'tar/test/test_print_longpath.c' || echo './'`tar/test/test_print_longpath.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_stdio.o `test -f 'tar/test/test_stdio.c' || echo './'`tar/test/test_stdio.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_strip_components.o `test -f 'tar/test/test_strip_components.c' || echo './'`tar/test/test_strip_components.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_symlink_dir.o `test -f 'tar/test/test_symlink_dir.c' || echo './'`tar/test/test_symlink_dir.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_version.o `test -f 'tar/test/test_version.c' || echo './'`tar/test/test_version.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./tar -I./tar/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o tar/test/bsdtar_test-test_windows.o `test -f 'tar/test/test_windows.c' || echo './'`tar/test/test_windows.c /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed -o bsdtar_test test_utils/bsdtar_test-test_utils.o tar/test/bsdtar_test-main.o tar/test/bsdtar_test-test_0.o tar/test/bsdtar_test-test_basic.o tar/test/bsdtar_test-test_copy.o tar/test/bsdtar_test-test_empty_mtree.o tar/test/bsdtar_test-test_extract_tar_Z.o tar/test/bsdtar_test-test_extract_tar_bz2.o tar/test/bsdtar_test-test_extract_tar_grz.o tar/test/bsdtar_test-test_extract_tar_gz.o tar/test/bsdtar_test-test_extract_tar_lrz.o tar/test/bsdtar_test-test_extract_tar_lz.o tar/test/bsdtar_test-test_extract_tar_lzma.o tar/test/bsdtar_test-test_extract_tar_lzo.o tar/test/bsdtar_test-test_extract_tar_xz.o tar/test/bsdtar_test-test_format_newc.o tar/test/bsdtar_test-test_help.o tar/test/bsdtar_test-test_option_C_upper.o tar/test/bsdtar_test-test_option_H_upper.o tar/test/bsdtar_test-test_option_L_upper.o tar/test/bsdtar_test-test_option_O_upper.o tar/test/bsdtar_test-test_option_T_upper.o tar/test/bsdtar_test-test_option_U_upper.o tar/test/bsdtar_test-test_option_X_upper.o tar/test/bsdtar_test-test_option_a.o tar/test/bsdtar_test-test_option_b.o tar/test/bsdtar_test-test_option_b64encode.o tar/test/bsdtar_test-test_option_exclude.o tar/test/bsdtar_test-test_option_gid_gname.o tar/test/bsdtar_test-test_option_grzip.o tar/test/bsdtar_test-test_option_j.o tar/test/bsdtar_test-test_option_k.o tar/test/bsdtar_test-test_option_keep_newer_files.o tar/test/bsdtar_test-test_option_lrzip.o tar/test/bsdtar_test-test_option_lzma.o tar/test/bsdtar_test-test_option_lzop.o tar/test/bsdtar_test-test_option_n.o tar/test/bsdtar_test-test_option_newer_than.o tar/test/bsdtar_test-test_option_nodump.o tar/test/bsdtar_test-test_option_older_than.o tar/test/bsdtar_test-test_option_q.o tar/test/bsdtar_test-test_option_r.o tar/test/bsdtar_test-test_option_s.o tar/test/bsdtar_test-test_option_uid_uname.o tar/test/bsdtar_test-test_option_uuencode.o tar/test/bsdtar_test-test_option_xz.o tar/test/bsdtar_test-test_option_z.o tar/test/bsdtar_test-test_patterns.o tar/test/bsdtar_test-test_print_longpath.o tar/test/bsdtar_test-test_stdio.o tar/test/bsdtar_test-test_strip_components.o tar/test/bsdtar_test-test_symlink_dir.o tar/test/bsdtar_test-test_version.o tar/test/bsdtar_test-test_windows.o -lcrypto -lacl -lattr -llzo2 -llzma -lbz2 -lz -lxml2 -lz -lm -ldl libtool: link: x86_64-pc-linux-gnu-gcc -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -Wl,-O1 -o bsdtar_test test_utils/bsdtar_test-test_utils.o tar/test/bsdtar_test-main.o tar/test/bsdtar_test-test_0.o tar/test/bsdtar_test-test_basic.o tar/test/bsdtar_test-test_copy.o tar/test/bsdtar_test-test_empty_mtree.o tar/test/bsdtar_test-test_extract_tar_Z.o tar/test/bsdtar_test-test_extract_tar_bz2.o tar/test/bsdtar_test-test_extract_tar_grz.o tar/test/bsdtar_test-test_extract_tar_gz.o tar/test/bsdtar_test-test_extract_tar_lrz.o tar/test/bsdtar_test-test_extract_tar_lz.o tar/test/bsdtar_test-test_extract_tar_lzma.o tar/test/bsdtar_test-test_extract_tar_lzo.o tar/test/bsdtar_test-test_extract_tar_xz.o tar/test/bsdtar_test-test_format_newc.o tar/test/bsdtar_test-test_help.o tar/test/bsdtar_test-test_option_C_upper.o tar/test/bsdtar_test-test_option_H_upper.o tar/test/bsdtar_test-test_option_L_upper.o tar/test/bsdtar_test-test_option_O_upper.o tar/test/bsdtar_test-test_option_T_upper.o tar/test/bsdtar_test-test_option_U_upper.o tar/test/bsdtar_test-test_option_X_upper.o tar/test/bsdtar_test-test_option_a.o tar/test/bsdtar_test-test_option_b.o tar/test/bsdtar_test-test_option_b64encode.o tar/test/bsdtar_test-test_option_exclude.o tar/test/bsdtar_test-test_option_gid_gname.o tar/test/bsdtar_test-test_option_grzip.o tar/test/bsdtar_test-test_option_j.o tar/test/bsdtar_test-test_option_k.o tar/test/bsdtar_test-test_option_keep_newer_files.o tar/test/bsdtar_test-test_option_lrzip.o tar/test/bsdtar_test-test_option_lzma.o tar/test/bsdtar_test-test_option_lzop.o tar/test/bsdtar_test-test_option_n.o tar/test/bsdtar_test-test_option_newer_than.o tar/test/bsdtar_test-test_option_nodump.o tar/test/bsdtar_test-test_option_older_than.o tar/test/bsdtar_test-test_option_q.o tar/test/bsdtar_test-test_option_r.o tar/test/bsdtar_test-test_option_s.o tar/test/bsdtar_test-test_option_uid_uname.o tar/test/bsdtar_test-test_option_uuencode.o tar/test/bsdtar_test-test_option_xz.o tar/test/bsdtar_test-test_option_z.o tar/test/bsdtar_test-test_patterns.o tar/test/bsdtar_test-test_print_longpath.o tar/test/bsdtar_test-test_stdio.o tar/test/bsdtar_test-test_strip_components.o tar/test/bsdtar_test-test_symlink_dir.o tar/test/bsdtar_test-test_version.o tar/test/bsdtar_test-test_windows.o -Wl,--as-needed -lcrypto -lacl -lattr -llzo2 -llzma -lbz2 -lxml2 -lz -lm -ldl x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o test_utils/bsdcpio_test-test_utils.o `test -f 'test_utils/test_utils.c' || echo './'`test_utils/test_utils.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/bsdcpio_test-cmdline.o `test -f 'cpio/cmdline.c' || echo './'`cpio/cmdline.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-main.o `test -f 'cpio/test/main.c' || echo './'`cpio/test/main.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_0.o `test -f 'cpio/test/test_0.c' || echo './'`cpio/test/test_0.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_basic.o `test -f 'cpio/test/test_basic.c' || echo './'`cpio/test/test_basic.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_cmdline.o `test -f 'cpio/test/test_cmdline.c' || echo './'`cpio/test/test_cmdline.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_extract_cpio_Z.o `test -f 'cpio/test/test_extract_cpio_Z.c' || echo './'`cpio/test/test_extract_cpio_Z.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_extract_cpio_bz2.o `test -f 'cpio/test/test_extract_cpio_bz2.c' || echo './'`cpio/test/test_extract_cpio_bz2.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_extract_cpio_grz.o `test -f 'cpio/test/test_extract_cpio_grz.c' || echo './'`cpio/test/test_extract_cpio_grz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_extract_cpio_gz.o `test -f 'cpio/test/test_extract_cpio_gz.c' || echo './'`cpio/test/test_extract_cpio_gz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_extract_cpio_lrz.o `test -f 'cpio/test/test_extract_cpio_lrz.c' || echo './'`cpio/test/test_extract_cpio_lrz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_extract_cpio_lz.o `test -f 'cpio/test/test_extract_cpio_lz.c' || echo './'`cpio/test/test_extract_cpio_lz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_extract_cpio_lzma.o `test -f 'cpio/test/test_extract_cpio_lzma.c' || echo './'`cpio/test/test_extract_cpio_lzma.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_extract_cpio_lzo.o `test -f 'cpio/test/test_extract_cpio_lzo.c' || echo './'`cpio/test/test_extract_cpio_lzo.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_extract_cpio_xz.o `test -f 'cpio/test/test_extract_cpio_xz.c' || echo './'`cpio/test/test_extract_cpio_xz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_format_newc.o `test -f 'cpio/test/test_format_newc.c' || echo './'`cpio/test/test_format_newc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_gcpio_compat.o `test -f 'cpio/test/test_gcpio_compat.c' || echo './'`cpio/test/test_gcpio_compat.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_0.o `test -f 'cpio/test/test_option_0.c' || echo './'`cpio/test/test_option_0.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_B_upper.o `test -f 'cpio/test/test_option_B_upper.c' || echo './'`cpio/test/test_option_B_upper.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_C_upper.o `test -f 'cpio/test/test_option_C_upper.c' || echo './'`cpio/test/test_option_C_upper.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_J_upper.o `test -f 'cpio/test/test_option_J_upper.c' || echo './'`cpio/test/test_option_J_upper.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_L_upper.o `test -f 'cpio/test/test_option_L_upper.c' || echo './'`cpio/test/test_option_L_upper.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_Z_upper.o `test -f 'cpio/test/test_option_Z_upper.c' || echo './'`cpio/test/test_option_Z_upper.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_a.o `test -f 'cpio/test/test_option_a.c' || echo './'`cpio/test/test_option_a.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_b64encode.o `test -f 'cpio/test/test_option_b64encode.c' || echo './'`cpio/test/test_option_b64encode.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_c.o `test -f 'cpio/test/test_option_c.c' || echo './'`cpio/test/test_option_c.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_d.o `test -f 'cpio/test/test_option_d.c' || echo './'`cpio/test/test_option_d.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_f.o `test -f 'cpio/test/test_option_f.c' || echo './'`cpio/test/test_option_f.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_grzip.o `test -f 'cpio/test/test_option_grzip.c' || echo './'`cpio/test/test_option_grzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_help.o `test -f 'cpio/test/test_option_help.c' || echo './'`cpio/test/test_option_help.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_l.o `test -f 'cpio/test/test_option_l.c' || echo './'`cpio/test/test_option_l.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_lrzip.o `test -f 'cpio/test/test_option_lrzip.c' || echo './'`cpio/test/test_option_lrzip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_lzma.o `test -f 'cpio/test/test_option_lzma.c' || echo './'`cpio/test/test_option_lzma.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_lzop.o `test -f 'cpio/test/test_option_lzop.c' || echo './'`cpio/test/test_option_lzop.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_m.o `test -f 'cpio/test/test_option_m.c' || echo './'`cpio/test/test_option_m.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_t.o `test -f 'cpio/test/test_option_t.c' || echo './'`cpio/test/test_option_t.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_u.o `test -f 'cpio/test/test_option_u.c' || echo './'`cpio/test/test_option_u.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_uuencode.o `test -f 'cpio/test/test_option_uuencode.c' || echo './'`cpio/test/test_option_uuencode.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_version.o `test -f 'cpio/test/test_option_version.c' || echo './'`cpio/test/test_option_version.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_xz.o `test -f 'cpio/test/test_option_xz.c' || echo './'`cpio/test/test_option_xz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_y.o `test -f 'cpio/test/test_option_y.c' || echo './'`cpio/test/test_option_y.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_option_z.o `test -f 'cpio/test/test_option_z.c' || echo './'`cpio/test/test_option_z.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_owner_parse.o `test -f 'cpio/test/test_owner_parse.c' || echo './'`cpio/test/test_owner_parse.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_passthrough_dotdot.o `test -f 'cpio/test/test_passthrough_dotdot.c' || echo './'`cpio/test/test_passthrough_dotdot.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./libarchive -I./libarchive_fe -I./test_utils -I./cpio -I./cpio/test -I/usr/include/libxml2 -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -c -o cpio/test/bsdcpio_test-test_passthrough_reverse.o `test -f 'cpio/test/test_passthrough_reverse.c' || echo './'`cpio/test/test_passthrough_reverse.c /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -Wl,-O1 -Wl,--as-needed -o bsdcpio_test test_utils/bsdcpio_test-test_utils.o cpio/bsdcpio_test-cmdline.o cpio/test/bsdcpio_test-main.o cpio/test/bsdcpio_test-test_0.o cpio/test/bsdcpio_test-test_basic.o cpio/test/bsdcpio_test-test_cmdline.o cpio/test/bsdcpio_test-test_extract_cpio_Z.o cpio/test/bsdcpio_test-test_extract_cpio_bz2.o cpio/test/bsdcpio_test-test_extract_cpio_grz.o cpio/test/bsdcpio_test-test_extract_cpio_gz.o cpio/test/bsdcpio_test-test_extract_cpio_lrz.o cpio/test/bsdcpio_test-test_extract_cpio_lz.o cpio/test/bsdcpio_test-test_extract_cpio_lzma.o cpio/test/bsdcpio_test-test_extract_cpio_lzo.o cpio/test/bsdcpio_test-test_extract_cpio_xz.o cpio/test/bsdcpio_test-test_format_newc.o cpio/test/bsdcpio_test-test_gcpio_compat.o cpio/test/bsdcpio_test-test_option_0.o cpio/test/bsdcpio_test-test_option_B_upper.o cpio/test/bsdcpio_test-test_option_C_upper.o cpio/test/bsdcpio_test-test_option_J_upper.o cpio/test/bsdcpio_test-test_option_L_upper.o cpio/test/bsdcpio_test-test_option_Z_upper.o cpio/test/bsdcpio_test-test_option_a.o cpio/test/bsdcpio_test-test_option_b64encode.o cpio/test/bsdcpio_test-test_option_c.o cpio/test/bsdcpio_test-test_option_d.o cpio/test/bsdcpio_test-test_option_f.o cpio/test/bsdcpio_test-test_option_grzip.o cpio/test/bsdcpio_test-test_option_help.o cpio/test/bsdcpio_test-test_option_l.o cpio/test/bsdcpio_test-test_option_lrzip.o cpio/test/bsdcpio_test-test_option_lzma.o cpio/test/bsdcpio_test-test_option_lzop.o cpio/test/bsdcpio_test-test_option_m.o cpio/test/bsdcpio_test-test_option_t.o cpio/test/bsdcpio_test-test_option_u.o cpio/test/bsdcpio_test-test_option_uuencode.o cpio/test/bsdcpio_test-test_option_version.o cpio/test/bsdcpio_test-test_option_xz.o cpio/test/bsdcpio_test-test_option_y.o cpio/test/bsdcpio_test-test_option_z.o cpio/test/bsdcpio_test-test_owner_parse.o cpio/test/bsdcpio_test-test_passthrough_dotdot.o cpio/test/bsdcpio_test-test_passthrough_reverse.o libarchive_fe.la -lcrypto -lacl -lattr -llzo2 -llzma -lbz2 -lz -lxml2 -lz -lm -ldl libtool: link: x86_64-pc-linux-gnu-gcc -Wall -Wformat -Wformat-security -march=core2 -O2 -pipe -Wl,-O1 -o bsdcpio_test test_utils/bsdcpio_test-test_utils.o cpio/bsdcpio_test-cmdline.o cpio/test/bsdcpio_test-main.o cpio/test/bsdcpio_test-test_0.o cpio/test/bsdcpio_test-test_basic.o cpio/test/bsdcpio_test-test_cmdline.o cpio/test/bsdcpio_test-test_extract_cpio_Z.o cpio/test/bsdcpio_test-test_extract_cpio_bz2.o cpio/test/bsdcpio_test-test_extract_cpio_grz.o cpio/test/bsdcpio_test-test_extract_cpio_gz.o cpio/test/bsdcpio_test-test_extract_cpio_lrz.o cpio/test/bsdcpio_test-test_extract_cpio_lz.o cpio/test/bsdcpio_test-test_extract_cpio_lzma.o cpio/test/bsdcpio_test-test_extract_cpio_lzo.o cpio/test/bsdcpio_test-test_extract_cpio_xz.o cpio/test/bsdcpio_test-test_format_newc.o cpio/test/bsdcpio_test-test_gcpio_compat.o cpio/test/bsdcpio_test-test_option_0.o cpio/test/bsdcpio_test-test_option_B_upper.o cpio/test/bsdcpio_test-test_option_C_upper.o cpio/test/bsdcpio_test-test_option_J_upper.o cpio/test/bsdcpio_test-test_option_L_upper.o cpio/test/bsdcpio_test-test_option_Z_upper.o cpio/test/bsdcpio_test-test_option_a.o cpio/test/bsdcpio_test-test_option_b64encode.o cpio/test/bsdcpio_test-test_option_c.o cpio/test/bsdcpio_test-test_option_d.o cpio/test/bsdcpio_test-test_option_f.o cpio/test/bsdcpio_test-test_option_grzip.o cpio/test/bsdcpio_test-test_option_help.o cpio/test/bsdcpio_test-test_option_l.o cpio/test/bsdcpio_test-test_option_lrzip.o cpio/test/bsdcpio_test-test_option_lzma.o cpio/test/bsdcpio_test-test_option_lzop.o cpio/test/bsdcpio_test-test_option_m.o cpio/test/bsdcpio_test-test_option_t.o cpio/test/bsdcpio_test-test_option_u.o cpio/test/bsdcpio_test-test_option_uuencode.o cpio/test/bsdcpio_test-test_option_version.o cpio/test/bsdcpio_test-test_option_xz.o cpio/test/bsdcpio_test-test_option_y.o cpio/test/bsdcpio_test-test_option_z.o cpio/test/bsdcpio_test-test_owner_parse.o cpio/test/bsdcpio_test-test_passthrough_dotdot.o cpio/test/bsdcpio_test-test_passthrough_reverse.o -Wl,--as-needed ./.libs/libarchive_fe.a -lcrypto -lacl -lattr -llzo2 -llzma -lbz2 -lxml2 -lz -lm -ldl make[2]: Leaving directory '/var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2' make check-TESTS make[2]: Entering directory '/var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2' If tests fail or crash, details will be in: /var/tmp/portage/app-arch/libarchive-3.1.2-r1/temp/libarchive_test.2014-05-31T03.10.12-000 Reference files will be read from: /var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2/libarchive/test Exercising: libarchive 3.1.2 0: test_acl_freebsd_nfs4 ok 1: test_acl_freebsd_posix1e ok 2: test_acl_nfs4 ok 3: test_acl_pax ok 4: test_acl_posix1e ok 5: test_archive_api_feature ok 6: test_archive_clear_error ok 7: test_archive_cmdline ok 8: test_archive_md5 ok 9: test_archive_rmd160 ok 10: test_archive_sha1 ok 11: test_archive_sha256 ok 12: test_archive_sha384 ok 13: test_archive_sha512 ok 14: test_archive_getdate ok 15: test_archive_match_owner ok 16: test_archive_match_path ok 17: test_archive_match_time ok 18: test_archive_pathmatch ok 19: test_archive_read_close_twice ok 20: test_archive_read_close_twice_open_fd ok 21: test_archive_read_close_twice_open_filename ok 22: test_archive_read_multiple_data_objects ok 23: test_archive_read_next_header_empty ok 24: test_archive_read_next_header_raw ok 25: test_archive_read_open2 ok 26: test_archive_read_set_filter_option ok 27: test_archive_read_set_format_option ok 28: test_archive_read_set_option ok 29: test_archive_read_set_options ok 30: test_archive_read_support ok 31: test_archive_set_error ok 32: test_archive_string ok 33: test_archive_string_conversion ok 34: test_archive_write_add_filter_by_name_b64encode ok 35: test_archive_write_add_filter_by_name_bzip2 ok 36: test_archive_write_add_filter_by_name_compress ok 37: test_archive_write_add_filter_by_name_grzip ok 38: test_archive_write_add_filter_by_name_gzip ok 39: test_archive_write_add_filter_by_name_lrzip Failed to decompress buffer - lzmaerr=1 Failed to decompress buffer - lzmaerr=1 Failed to decompress in ucompthread Fatal error - exiting FAIL 40: test_archive_write_add_filter_by_name_lzip ok 41: test_archive_write_add_filter_by_name_lzma ok 42: test_archive_write_add_filter_by_name_lzop ok 43: test_archive_write_add_filter_by_name_uuencode ok 44: test_archive_write_add_filter_by_name_xz ok 45: test_archive_write_set_filter_option ok 46: test_archive_write_set_format_by_name_7zip ok 47: test_archive_write_set_format_by_name_ar ok 48: test_archive_write_set_format_by_name_arbsd ok 49: test_archive_write_set_format_by_name_argnu ok 50: test_archive_write_set_format_by_name_arsvr4 ok 51: test_archive_write_set_format_by_name_bsdtar ok 52: test_archive_write_set_format_by_name_cd9660 ok 53: test_archive_write_set_format_by_name_cpio ok 54: test_archive_write_set_format_by_name_gnutar ok 55: test_archive_write_set_format_by_name_iso ok 56: test_archive_write_set_format_by_name_iso9660 ok 57: test_archive_write_set_format_by_name_mtree ok 58: test_archive_write_set_format_by_name_mtree_classicok 59: test_archive_write_set_format_by_name_newc ok 60: test_archive_write_set_format_by_name_odc ok 61: test_archive_write_set_format_by_name_oldtar ok 62: test_archive_write_set_format_by_name_pax ok 63: test_archive_write_set_format_by_name_paxr ok 64: test_archive_write_set_format_by_name_posix ok 65: test_archive_write_set_format_by_name_rpax ok 66: test_archive_write_set_format_by_name_shar ok 67: test_archive_write_set_format_by_name_shardump ok 68: test_archive_write_set_format_by_name_ustar ok 69: test_archive_write_set_format_by_name_v7tar ok 70: test_archive_write_set_format_by_name_v7 ok 71: test_archive_write_set_format_by_name_xar ok 72: test_archive_write_set_format_by_name_zip ok 73: test_archive_write_set_format_option ok 74: test_archive_write_set_option ok 75: test_archive_write_set_options ok 76: test_bad_fd ok 77: test_compat_bzip2 ok 78: test_compat_cpio ok 79: test_compat_gtar ok 80: test_compat_gzip ok 81: test_compat_lzip ok 82: test_compat_lzma ok 83: test_compat_lzop ok 84: test_compat_mac ok 85: test_compat_pax_libarchive_2x ok 86: test_compat_solaris_pax_sparse ok 87: test_compat_solaris_tar_acl ok 88: test_compat_tar_hardlink ok 89: test_compat_uudecode ok 90: test_compat_xz ok 91: test_compat_zip ok 92: test_empty_write ok 93: test_entry ok 94: test_entry_strmode ok 95: test_extattr_freebsd ok 96: test_filter_count ok 97: test_fuzz_ar ok 98: test_fuzz_cab ok 99: test_fuzz_cpio ok 100: test_fuzz_iso9660 ok 101: test_fuzz_lzh ok 102: test_fuzz_mtree ok 103: test_fuzz_rar ok 104: test_fuzz_tar ok 105: test_fuzz_zip ok 106: test_gnutar_filename_encoding ok 107: test_link_resolver ok 108: test_open_failure ok 109: test_open_fd ok 110: test_open_file ok 111: test_open_filename ok 112: test_pax_filename_encoding ok 113: test_read_data_large ok 114: test_read_disk ok 115: test_read_disk_directory_traversals ok 116: test_read_disk_entry_from_file ok 117: test_read_extract ok 118: test_read_file_nonexistent ok 119: test_read_filter_grzip ok 120: test_read_filter_lrzip ok 121: test_read_filter_lzop ok 122: test_read_filter_lzop_multiple_parts ok 123: test_read_filter_program ok 124: test_read_filter_program_signature ok 125: test_read_filter_uudecode ok 126: test_read_filter_uudecode_base64 ok 127: test_read_format_7zip ok 128: test_read_format_7zip_bzip2 ok 129: test_read_format_7zip_copy ok 130: test_read_format_7zip_deflate ok 131: test_read_format_7zip_empty ok 132: test_read_format_7zip_lzma1 ok 133: test_read_format_7zip_lzma2 ok 134: test_read_format_7zip_ppmd ok 135: test_read_format_ar ok 136: test_read_format_cab ok 137: test_read_format_cab_filename ok 138: test_read_format_cpio_afio ok 139: test_read_format_cpio_bin_be ok 140: test_read_format_cpio_bin_bz2 ok 141: test_read_format_cpio_bin ok 142: test_read_format_cpio_bin_gz ok 143: test_read_format_cpio_bin_lzip ok 144: test_read_format_cpio_bin_lzma ok 145: test_read_format_cpio_bin_xz ok 146: test_read_format_cpio_bin_Z ok 147: test_read_format_cpio_filename ok 148: test_read_format_cpio_odc ok 149: test_read_format_cpio_svr4_bzip2_rpm ok 150: test_read_format_cpio_svr4c_Z ok 151: test_read_format_cpio_svr4_gzip ok 152: test_read_format_cpio_svr4_gzip_rpm ok 153: test_read_format_empty ok 154: test_read_format_gtar_filename ok 155: test_read_format_gtar_gz ok 156: test_read_format_gtar_lzma ok 157: test_read_format_gtar_sparse ok 158: test_read_format_isojoliet_bz2 ok 159: test_read_format_isojoliet_long ok 160: test_read_format_isojoliet_rr ok 161: test_read_format_isojoliet_versioned ok 162: test_read_format_iso_multi_extent ok 163: test_read_format_isorr_bz2 ok 164: test_read_format_isorr_ce ok 165: test_read_format_isorr_new_bz2 ok 166: test_read_format_isorr_rr_moved ok 167: test_read_format_iso_xorriso ok 168: test_read_format_iso_Z ok 169: test_read_format_isozisofs_bz2 ok 170: test_read_format_lha ok 171: test_read_format_lha_filename ok 172: test_read_format_mtree ok 173: test_read_format_mtree_filenames_only ok 174: test_read_format_mtree_nochange ok 175: test_read_format_mtree_nomagic_v1_form ok 176: test_read_format_mtree_nomagic_v2_form ok 177: test_read_format_mtree_nomagic_v2_netbsd_form ok 178: test_read_format_mtree_nonexistent_contents_file ok 179: test_read_format_pax_bz2 ok 180: test_read_format_rar_basic ok 181: test_read_format_rar_subblock ok 182: test_read_format_rar_noeof ok 183: test_read_format_rar_unicode_UTF8 ok 184: test_read_format_rar_unicode_CP932 ok 185: test_read_format_rar_compress_normal ok 186: test_read_format_rar_multi_lzss_blocks ok 187: test_read_format_rar_compress_best ok 188: test_read_format_rar_ppmd_lzss_conversion ok 189: test_read_format_rar_binary ok 190: test_read_format_rar_windows ok 191: test_read_format_rar_multivolume ok 192: test_read_format_rar_multivolume_skip ok 193: test_read_format_rar_sfx ok 194: test_read_format_rar_multivolume_stored_file ok 195: test_read_format_rar_multivolume_stored_file_skip ok 196: test_read_format_rar_multivolume_seek_data ok 197: test_read_format_rar_multivolume_seek_multiple_filesok 198: test_read_format_rar_multivolume_uncompressed_filesok 199: test_read_format_raw ok 200: test_read_format_tar ok 201: test_read_format_tar_empty_filename ok 202: test_read_format_tar_filename ok 203: test_read_format_tbz ok 204: test_read_format_tgz ok 205: test_read_format_tlz ok 206: test_read_format_txz ok 207: test_read_format_tz ok 208: test_read_format_ustar_filename ok 209: test_read_format_xar ok 210: test_read_format_zip ok 211: test_read_format_zip_comment_stored ok 212: test_read_format_zip_filename ok 213: test_read_format_zip_mac_metadata ok 214: test_read_format_zip_sfx ok 215: test_read_large ok 216: test_read_pax_truncated ok 217: test_read_position ok 218: test_read_set_format ok 219: test_read_set_wrong_format ok 220: test_read_append_filter ok 221: test_read_append_wrong_filter ok 222: test_read_append_filter_program ok 223: test_read_append_filter_wrong_program ok 224: test_read_truncated ok 225: test_read_truncated_filter_bzip2 ok 226: test_read_truncated_filter_compress ok 227: test_read_truncated_filter_gzip ok 228: test_read_truncated_filter_lzip ok 229: test_read_truncated_filter_lzma ok 230: test_read_truncated_filter_lzop ok 231: test_read_truncated_filter_xz ok 232: test_sparse_basic ok 233: test_tar_filenames ok 234: test_tar_large ok 235: test_ustar_filename_encoding ok 236: test_ustar_filenames ok 237: test_write_disk_appledouble ok 238: test_write_disk ok 239: test_write_disk_failures ok 240: test_write_disk_hardlink ok 241: test_write_disk_hfs_compression ok 242: test_write_disk_lookup ok 243: test_write_disk_mac_metadata ok 244: test_write_disk_no_hfs_compression ok 245: test_write_disk_perms ok 246: test_write_disk_secure ok 247: test_write_disk_sparse ok 248: test_write_disk_symlink ok 249: test_write_disk_times ok 250: test_write_filter_b64encode ok 251: test_write_filter_bzip2 ok 252: test_write_filter_compress ok 253: test_write_filter_gzip ok 254: test_write_filter_gzip_timestamp ok 255: test_write_filter_lrzip ok 256: test_write_filter_lzip ok 257: test_write_filter_lzma ok 258: test_write_filter_lzop ok 259: test_write_filter_program ok 260: test_write_filter_uuencode ok 261: test_write_filter_xz ok 262: test_write_format_7zip ok 263: test_write_format_7zip_basic_bzip2 ok 264: test_write_format_7zip_basic_copy ok 265: test_write_format_7zip_basic_deflate ok 266: test_write_format_7zip_basic_lzma1 ok 267: test_write_format_7zip_basic_lzma2 ok 268: test_write_format_7zip_basic_ppmd ok 269: test_write_format_7zip_empty_archive ok 270: test_write_format_7zip_empty_files ok 271: test_write_format_7zip_large_bzip2 ok 272: test_write_format_7zip_large_copy ok 273: test_write_format_7zip_large_deflate ok 274: test_write_format_7zip_large_lzma1 ok 275: test_write_format_7zip_large_lzma2 ok 276: test_write_format_7zip_large_ppmd ok 277: test_write_format_ar ok 278: test_write_format_cpio ok 279: test_write_format_cpio_empty ok 280: test_write_format_cpio_newc ok 281: test_write_format_cpio_odc ok 282: test_write_format_gnutar ok 283: test_write_format_iso9660_boot ok 284: test_write_format_iso9660 ok 285: test_write_format_iso9660_empty ok 286: test_write_format_iso9660_filename ok 287: test_write_format_iso9660_zisofs ok 288: test_write_format_mtree_absolute_path ok 289: test_write_format_mtree ok 290: test_write_format_mtree_classic ok 291: test_write_format_mtree_classic_indent ok 292: test_write_format_mtree_fflags ok 293: test_write_format_mtree_no_separator ok 294: test_write_format_mtree_quoted_filename ok 295: test_write_format_pax ok 296: test_write_format_shar_empty ok 297: test_write_format_tar ok 298: test_write_format_tar_empty ok 299: test_write_format_tar_sparse ok 300: test_write_format_tar_ustar ok 301: test_write_format_tar_v7tar ok 302: test_write_format_xar ok 303: test_write_format_xar_empty ok 304: test_write_format_zip ok 305: test_write_format_zip_empty ok 306: test_write_format_zip_no_compression ok 307: test_write_open_memory ok 308: test_write_zip_set_compression_store ok 309: test_zip_filename_encoding ok Totals: Tests run: 310 Tests failed: 1 Assertions checked:20376156 Assertions failed: 9 Skips reported: 84 Failing tests: 39: test_archive_write_add_filter_by_name_lrzip (9 failures) Details for failing tests: /var/tmp/portage/app-arch/libarchive-3.1.2-r1/temp/libarchive_test.2014-05-31T03.10.12-000 FAIL: libarchive_test If tests fail or crash, details will be in: /var/tmp/portage/app-arch/libarchive-3.1.2-r1/temp/bsdtar_test.2014-05-31T03.10.53-000 Reference files will be read from: /var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2/tar/test Running tests on: "/var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2/bsdtar" Exercising: bsdtar 3.1.2 - libarchive 3.1.2 0: test_0 ok 1: test_basic ok 2: test_copy ok 3: test_empty_mtree ok 4: test_extract_tar_bz2 ok 5: test_extract_tar_grz ok 6: test_extract_tar_gz ok 7: test_extract_tar_lrz ok 8: test_extract_tar_lz ok 9: test_extract_tar_lzma ok 10: test_extract_tar_lzo ok 11: test_extract_tar_xz ok 12: test_extract_tar_Z ok 13: test_format_newc ok 14: test_help ok 15: test_option_a ok 16: test_option_b64encode ok 17: test_option_b ok 18: test_option_C_upper ok 19: test_option_exclude ok 20: test_option_gid_gname ok 21: test_option_grzip ok 22: test_option_H_upper ok 23: test_option_j ok 24: test_option_k ok 25: test_option_keep_newer_files ok 26: test_option_lrzip ok 27: test_option_L_upper ok 28: test_option_lzma ok 29: test_option_lzop ok 30: test_option_n ok 31: test_option_newer_than ok 32: test_option_nodump ok 33: test_option_older_than ok 34: test_option_O_upper ok 35: test_option_q ok 36: test_option_r ok 37: test_option_s ok 38: test_option_T_upper ok 39: test_option_uid_uname ok 40: test_option_uuencode ok 41: test_option_U_upper ok 42: test_option_X_upper ok 43: test_option_xz ok 44: test_option_z ok 45: test_patterns ok 46: test_print_longpath ok 47: test_stdio ok 48: test_strip_components ok 49: test_symlink_dir ok 50: test_version ok 51: test_windows ok Totals: Tests run: 52 Tests failed: 0 Assertions checked: 7728 Assertions failed: 0 Skips reported: 4 52 tests passed, no failures PASS: bsdtar_test If tests fail or crash, details will be in: /var/tmp/portage/app-arch/libarchive-3.1.2-r1/temp/bsdcpio_test.2014-05-31T03.11.02-000 Reference files will be read from: /var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2/cpio/test Running tests on: "/var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2/bsdcpio" Exercising: bsdcpio 3.1.2 -- libarchive 3.1.2 0: test_0 ok 1: test_basic ok 2: test_cmdline ok 3: test_extract_cpio_bz2 ok 4: test_extract_cpio_grz ok 5: test_extract_cpio_gz ok 6: test_extract_cpio_lrz ok 7: test_extract_cpio_lz ok 8: test_extract_cpio_lzma ok 9: test_extract_cpio_lzo ok 10: test_extract_cpio_xz ok 11: test_extract_cpio_Z ok 12: test_format_newc ok 13: test_gcpio_compat ok 14: test_option_0 ok 15: test_option_a ok 16: test_option_b64encode ok 17: test_option_B_upper ok 18: test_option_c ok 19: test_option_C_upper ok 20: test_option_d ok 21: test_option_f ok 22: test_option_grzip ok 23: test_option_help ok 24: test_option_J_upper ok 25: test_option_l ok 26: test_option_lrzip ok 27: test_option_L_upper ok 28: test_option_lzma ok 29: test_option_lzop ok 30: test_option_m ok 31: test_option_t ok 32: test_option_u ok 33: test_option_uuencode ok 34: test_option_version ok 35: test_option_xz ok 36: test_option_y ok 37: test_option_z ok 38: test_option_Z_upper ok 39: test_owner_parse ok 40: test_passthrough_dotdot ok 41: test_passthrough_reverse ok Totals: Tests run: 42 Tests failed: 0 Assertions checked: 945 Assertions failed: 0 Skips reported: 3 42 tests passed, no failures PASS: bsdcpio_test ==================================================== 1 of 3 tests failed Please report to libarchive-discuss@googlegroups.com ==================================================== Makefile:11227: recipe for target 'check-TESTS' failed make[2]: *** [check-TESTS] Error 1 make[2]: Leaving directory '/var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2' Makefile:11498: recipe for target 'check-am' failed make[1]: *** [check-am] Error 2 make[1]: Leaving directory '/var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2' Makefile:11501: recipe for target 'check' failed make: *** [check] Error 2 * ERROR: app-arch/libarchive-3.1.2-r1::gentoo failed (test phase): * emake failed * * If you need support, post the output of `emerge --info '=app-arch/libarchive-3.1.2-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-arch/libarchive-3.1.2-r1::gentoo'`. * The complete build log is located at '/var/log/portage/app-arch:libarchive-3.1.2-r1:20140531-010820.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-arch/libarchive-3.1.2-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-arch/libarchive-3.1.2-r1/temp/environment'. * Working directory: '/var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2' * S: '/var/tmp/portage/app-arch/libarchive-3.1.2-r1/work/libarchive-3.1.2'