Build of xz with android toolchain

The build took 00h 08m 28s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
24,190 ansic
8,725 makefile
5,606 sh
295 asm
16 sed
38,832 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
# /toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/SOURCES --> /sysroot/SOURCES
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/COPYING --> /sysroot/COPYING
# /toolchain_root/COPYING3 --> /sysroot/COPYING3
# /toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: xz 5.2.2-1 (Tue Apr 4 20:38:23 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
#
# XZ Utils 5.2.2
#
# System type:
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... arm-unknown-linux-androideabi
#
# Configure options:
# checking if debugging code should be compiled... no
# checking which encoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
# checking which decoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
# checking which match finders to build... hc3 hc4 bt2 bt3 bt4
# checking which integrity checks to build... crc32 crc64 sha256
# checking if assembler optimizations should be used... no
# checking if small size is preferred over speed... no
# checking if threading support is wanted... yes, posix
# checking how much RAM to assume if the real amount is unknown... 128 MiB
# checking if library symbol versioning should be used... no
#
# checking for a shell that conforms to POSIX... /bin/sh
#
# Initializing Automake:
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether ln -s works... yes
# checking for style of include used by make... GNU
# checking for arm-linux-androideabi-gcc... arm-linux-androideabi-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... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether arm-linux-androideabi-gcc accepts -g... yes
# checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
# checking whether arm-linux-androideabi-gcc understands -c and -o together... yes
# checking dependency style of arm-linux-androideabi-gcc... gcc3
# checking for arm-linux-androideabi-gcc option to accept ISO C99... -std=gnu99
# checking dependency style of arm-linux-androideabi-gcc -std=gnu99... gcc3
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -std=gnu99 -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/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
#
# POSIX threading support:
# checking if compiler needs -Werror to reject unknown flags... no
# checking for the pthreads library -lpthreads... no
# checking whether pthreads work without any flags... yes
# checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
# checking if more special flags are required for pthreads... no
# checking for PTHREAD_PRIO_INHERIT... no
# checking for library containing clock_gettime... none required
# checking for clock_gettime... yes
# checking for pthread_condattr_setclock... yes
# checking whether CLOCK_MONOTONIC is declared... yes
#
# Initializing Libtool:
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by arm-linux-androideabi-gcc -std=gnu99... /sysroot/arm-linux-androideabi/bin/ld
# checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/arm-linux-androideabi-nm -B
# checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface... BSD nm
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files... -r
# checking for arm-linux-androideabi-objdump... arm-linux-androideabi-objdump
# checking how to recognize dependent libraries... pass_all
# checking for arm-linux-androideabi-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for arm-linux-androideabi-ar... arm-linux-androideabi-ar
# checking for archiver @FILE support... @
# checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
# checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
# checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc -std=gnu99 object... ok
# checking for sysroot... no
# checking for a working dd... /usr/sbin/dd
# checking how to truncate binary pipes... /usr/sbin/dd bs=4096 count=1
# checking for arm-linux-androideabi-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if arm-linux-androideabi-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
# checking for arm-linux-androideabi-gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
# checking if arm-linux-androideabi-gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 static flag -static works... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 supports -c -o file.o... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 supports -c -o file.o... (cached) yes
# checking whether the arm-linux-androideabi-gcc -std=gnu99 linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... Android linker
# 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... yes
# checking for arm-linux-androideabi-windres... no
# checking for windres... no
#
# Initializing gettext:
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/sbin/msgfmt
# checking for gmsgfmt... /usr/sbin/msgfmt
# checking for xgettext... /usr/sbin/xgettext
# checking for msgmerge... /usr/sbin/msgmerge
# checking for ld used by GCC... /sysroot/arm-linux-androideabi/bin/ld
# checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... yes
# checking for shared library run path origin... done
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking for GNU gettext in libc... no
# checking for iconv... no, consider installing GNU libiconv
# checking for GNU gettext in libintl... no
# checking whether to use NLS... no
#
# System headers and functions:
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking immintrin.h usability... no
# checking immintrin.h presence... no
# checking for immintrin.h... no
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for uint8_t... yes
# checking for uint16_t... yes
# checking for int32_t... yes
# checking for uint32_t... yes
# checking for int64_t... yes
# checking for uint64_t... yes
# checking for uintptr_t... yes
# checking size of size_t... 4
# checking for struct stat.st_atim.tv_nsec... no
# checking for struct stat.st_atimespec.tv_nsec... no
# checking for struct stat.st_atimensec... yes
# checking for struct stat.st_uatime... no
# checking for struct stat.st_atim.st__tim.tv_nsec... no
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... unknown
# checking for _LARGE_FILES value needed for large files... unknown
# checking whether byte ordering is bigendian... no
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking for getopt_long... yes
# checking whether optreset is declared... yes
# checking for futimens... yes
# checking for posix_fadvise... yes
# checking whether program_invocation_name is declared... no
# checking byteswap.h usability... yes
# checking byteswap.h presence... yes
# checking for byteswap.h... yes
# checking if bswap_16 is available... yes
# checking if bswap_32 is available... yes
# checking if bswap_64 is available... yes
# checking if unaligned memory access should be used... no
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking how to detect the amount of physical memory... sysconf
# checking for sys/param.h... (cached) yes
# checking how to detect the number of available CPU cores... sysconf
# checking whether mbrtowc and mbstate_t are properly declared... yes
# checking for wcwidth... yes
# checking CommonCrypto/CommonDigest.h usability... no
# checking CommonCrypto/CommonDigest.h presence... no
# checking for CommonCrypto/CommonDigest.h... no
# checking sha256.h usability... no
# checking sha256.h presence... no
# checking for sha256.h... no
# checking sha2.h usability... no
# checking sha2.h presence... no
# checking for sha2.h... no
# checking minix/sha2.h usability... no
# checking minix/sha2.h presence... no
# checking for minix/sha2.h... no
# checking whether _mm_movemask_epi8 is declared... no
#
# GCC extensions:
# checking whether the -Werror option is usable... yes
# checking for simple visibility declarations... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wall... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wextra... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wvla... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wformat=2... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Winit-self... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wmissing-include-dirs... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wstrict-aliasing... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wfloat-equal... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wundef... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wshadow... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wpointer-arith... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wbad-function-cast... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wwrite-strings... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wlogical-op... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Waggregate-return... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wstrict-prototypes... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wold-style-definition... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wmissing-prototypes... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wmissing-declarations... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wmissing-noreturn... yes
# checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wredundant-decls... yes
#
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Doxyfile
# config.status: creating Makefile
# config.status: creating po/Makefile.in
# config.status: creating lib/Makefile
# config.status: creating src/Makefile
# config.status: creating src/liblzma/Makefile
# config.status: creating src/liblzma/api/Makefile
# config.status: creating src/xz/Makefile
# config.status: creating src/xzdec/Makefile
# config.status: creating src/lzmainfo/Makefile
# config.status: creating src/scripts/Makefile
# config.status: creating tests/Makefile
# config.status: creating debug/Makefile
# config.status: creating src/scripts/xzdiff
# config.status: creating src/scripts/xzgrep
# config.status: creating src/scripts/xzmore
# config.status: creating src/scripts/xzless
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# config.status: executing po-directories commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# make all-recursive
# make[1]: Entering directory '/tmp/xz/src/xz-5.2.2'
# Making all in src
# make[2]: Entering directory '/tmp/xz/src/xz-5.2.2/src'
# Making all in liblzma
# make[3]: Entering directory '/tmp/xz/src/xz-5.2.2/src/liblzma'
# Making all in api
# make[4]: Entering directory '/tmp/xz/src/xz-5.2.2/src/liblzma/api'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/liblzma/api'
# make[4]: Entering directory '/tmp/xz/src/xz-5.2.2/src/liblzma'
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c -o liblzma_la-tuklib_physmem.lo `test -f '../common/tuklib_physmem.c' || echo './'`../common/tuklib_physmem.c
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c -o liblzma_la-tuklib_cpucores.lo `test -f '../common/tuklib_cpucores.c' || echo './'`../common/tuklib_cpucores.c
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c -o liblzma_la-common.lo `test -f 'common/common.c' || echo './'`common/common.c
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c -o liblzma_la-block_util.lo `test -f 'common/block_util.c' || echo './'`common/block_util.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c ../common/tuklib_physmem.c -fPIC -DPIC -o .libs/liblzma_la-tuklib_physmem.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c common/common.c -fPIC -DPIC -o .libs/liblzma_la-common.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c common/block_util.c -fPIC -DPIC -o .libs/liblzma_la-block_util.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c ../common/tuklib_cpucores.c -fPIC -DPIC -o .libs/liblzma_la-tuklib_cpucores.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c ../common/tuklib_physmem.c -o liblzma_la-tuklib_physmem.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c ../common/tuklib_cpucores.c -o liblzma_la-tuklib_cpucores.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-tuklib_physmem.Tpo .deps/liblzma_la-tuklib_physmem.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c -o liblzma_la-easy_preset.lo `test -f 'common/easy_preset.c' || echo './'`common/easy_preset.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c common/block_util.c -o liblzma_la-block_util.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c common/common.c -o liblzma_la-common.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-tuklib_cpucores.Tpo .deps/liblzma_la-tuklib_cpucores.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c -o liblzma_la-filter_common.lo `test -f 'common/filter_common.c' || echo './'`common/filter_common.c
# mv -f .deps/liblzma_la-block_util.Tpo .deps/liblzma_la-block_util.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c -o liblzma_la-hardware_physmem.lo `test -f 'common/hardware_physmem.c' || echo './'`common/hardware_physmem.c
# mv -f .deps/liblzma_la-common.Tpo .deps/liblzma_la-common.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c -o liblzma_la-index.lo `test -f 'common/index.c' || echo './'`common/index.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c common/filter_common.c -fPIC -DPIC -o .libs/liblzma_la-filter_common.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c common/easy_preset.c -fPIC -DPIC -o .libs/liblzma_la-easy_preset.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c common/hardware_physmem.c -fPIC -DPIC -o .libs/liblzma_la-hardware_physmem.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c common/easy_preset.c -o liblzma_la-easy_preset.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c common/index.c -fPIC -DPIC -o .libs/liblzma_la-index.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c common/hardware_physmem.c -o liblzma_la-hardware_physmem.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c common/filter_common.c -o liblzma_la-filter_common.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-easy_preset.Tpo .deps/liblzma_la-easy_preset.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c -o liblzma_la-stream_flags_common.lo `test -f 'common/stream_flags_common.c' || echo './'`common/stream_flags_common.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c common/index.c -o liblzma_la-index.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-hardware_physmem.Tpo .deps/liblzma_la-hardware_physmem.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c -o liblzma_la-vli_size.lo `test -f 'common/vli_size.c' || echo './'`common/vli_size.c
# mv -f .deps/liblzma_la-filter_common.Tpo .deps/liblzma_la-filter_common.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c -o liblzma_la-alone_encoder.lo `test -f 'common/alone_encoder.c' || echo './'`common/alone_encoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c common/stream_flags_common.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_common.o
# mv -f .deps/liblzma_la-index.Tpo .deps/liblzma_la-index.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c -o liblzma_la-block_buffer_encoder.lo `test -f 'common/block_buffer_encoder.c' || echo './'`common/block_buffer_encoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c common/stream_flags_common.c -o liblzma_la-stream_flags_common.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c common/vli_size.c -fPIC -DPIC -o .libs/liblzma_la-vli_size.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c common/alone_encoder.c -fPIC -DPIC -o .libs/liblzma_la-alone_encoder.o
# mv -f .deps/liblzma_la-stream_flags_common.Tpo .deps/liblzma_la-stream_flags_common.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c -o liblzma_la-block_encoder.lo `test -f 'common/block_encoder.c' || echo './'`common/block_encoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c common/vli_size.c -o liblzma_la-vli_size.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c common/block_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_buffer_encoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c common/alone_encoder.c -o liblzma_la-alone_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-vli_size.Tpo .deps/liblzma_la-vli_size.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c -o liblzma_la-block_header_encoder.lo `test -f 'common/block_header_encoder.c' || echo './'`common/block_header_encoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c common/block_buffer_encoder.c -o liblzma_la-block_buffer_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-alone_encoder.Tpo .deps/liblzma_la-alone_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c -o liblzma_la-easy_buffer_encoder.lo `test -f 'common/easy_buffer_encoder.c' || echo './'`common/easy_buffer_encoder.c
# mv -f .deps/liblzma_la-block_buffer_encoder.Tpo .deps/liblzma_la-block_buffer_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c -o liblzma_la-easy_encoder.lo `test -f 'common/easy_encoder.c' || echo './'`common/easy_encoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c common/block_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_encoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c common/block_header_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_header_encoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c common/block_encoder.c -o liblzma_la-block_encoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c common/easy_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-easy_buffer_encoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c common/easy_encoder.c -fPIC -DPIC -o .libs/liblzma_la-easy_encoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c common/easy_encoder.c -o liblzma_la-easy_encoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c common/block_header_encoder.c -o liblzma_la-block_header_encoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c common/easy_buffer_encoder.c -o liblzma_la-easy_buffer_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-block_encoder.Tpo .deps/liblzma_la-block_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c -o liblzma_la-easy_encoder_memusage.lo `test -f 'common/easy_encoder_memusage.c' || echo './'`common/easy_encoder_memusage.c
# mv -f .deps/liblzma_la-easy_buffer_encoder.Tpo .deps/liblzma_la-easy_buffer_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c -o liblzma_la-filter_buffer_encoder.lo `test -f 'common/filter_buffer_encoder.c' || echo './'`common/filter_buffer_encoder.c
# mv -f .deps/liblzma_la-easy_encoder.Tpo .deps/liblzma_la-easy_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c -o liblzma_la-filter_encoder.lo `test -f 'common/filter_encoder.c' || echo './'`common/filter_encoder.c
# mv -f .deps/liblzma_la-block_header_encoder.Tpo .deps/liblzma_la-block_header_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c -o liblzma_la-filter_flags_encoder.lo `test -f 'common/filter_flags_encoder.c' || echo './'`common/filter_flags_encoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c common/easy_encoder_memusage.c -fPIC -DPIC -o .libs/liblzma_la-easy_encoder_memusage.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c common/filter_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_encoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c common/filter_flags_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_flags_encoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c common/easy_encoder_memusage.c -o liblzma_la-easy_encoder_memusage.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c common/filter_encoder.c -o liblzma_la-filter_encoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c common/filter_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_buffer_encoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c common/filter_flags_encoder.c -o liblzma_la-filter_flags_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-easy_encoder_memusage.Tpo .deps/liblzma_la-easy_encoder_memusage.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c -o liblzma_la-index_encoder.lo `test -f 'common/index_encoder.c' || echo './'`common/index_encoder.c
# mv -f .deps/liblzma_la-filter_encoder.Tpo .deps/liblzma_la-filter_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c -o liblzma_la-stream_buffer_encoder.lo `test -f 'common/stream_buffer_encoder.c' || echo './'`common/stream_buffer_encoder.c
# mv -f .deps/liblzma_la-filter_flags_encoder.Tpo .deps/liblzma_la-filter_flags_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c -o liblzma_la-stream_encoder.lo `test -f 'common/stream_encoder.c' || echo './'`common/stream_encoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c common/filter_buffer_encoder.c -o liblzma_la-filter_buffer_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-filter_buffer_encoder.Tpo .deps/liblzma_la-filter_buffer_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c -o liblzma_la-stream_flags_encoder.lo `test -f 'common/stream_flags_encoder.c' || echo './'`common/stream_flags_encoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c common/index_encoder.c -fPIC -DPIC -o .libs/liblzma_la-index_encoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c common/stream_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_buffer_encoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c common/stream_buffer_encoder.c -o liblzma_la-stream_buffer_encoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c common/index_encoder.c -o liblzma_la-index_encoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c common/stream_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_encoder.o
# mv -f .deps/liblzma_la-stream_buffer_encoder.Tpo .deps/liblzma_la-stream_buffer_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c -o liblzma_la-vli_encoder.lo `test -f 'common/vli_encoder.c' || echo './'`common/vli_encoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c common/stream_flags_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_encoder.o
# mv -f .deps/liblzma_la-index_encoder.Tpo .deps/liblzma_la-index_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c -o liblzma_la-hardware_cputhreads.lo `test -f 'common/hardware_cputhreads.c' || echo './'`common/hardware_cputhreads.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c common/stream_encoder.c -o liblzma_la-stream_encoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c common/stream_flags_encoder.c -o liblzma_la-stream_flags_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-stream_flags_encoder.Tpo .deps/liblzma_la-stream_flags_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c -o liblzma_la-outqueue.lo `test -f 'common/outqueue.c' || echo './'`common/outqueue.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c common/vli_encoder.c -fPIC -DPIC -o .libs/liblzma_la-vli_encoder.o
# mv -f .deps/liblzma_la-stream_encoder.Tpo .deps/liblzma_la-stream_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c -o liblzma_la-stream_encoder_mt.lo `test -f 'common/stream_encoder_mt.c' || echo './'`common/stream_encoder_mt.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c common/hardware_cputhreads.c -fPIC -DPIC -o .libs/liblzma_la-hardware_cputhreads.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c common/vli_encoder.c -o liblzma_la-vli_encoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c common/hardware_cputhreads.c -o liblzma_la-hardware_cputhreads.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-vli_encoder.Tpo .deps/liblzma_la-vli_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c -o liblzma_la-alone_decoder.lo `test -f 'common/alone_decoder.c' || echo './'`common/alone_decoder.c
# mv -f .deps/liblzma_la-hardware_cputhreads.Tpo .deps/liblzma_la-hardware_cputhreads.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c -o liblzma_la-auto_decoder.lo `test -f 'common/auto_decoder.c' || echo './'`common/auto_decoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c common/outqueue.c -fPIC -DPIC -o .libs/liblzma_la-outqueue.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c common/stream_encoder_mt.c -fPIC -DPIC -o .libs/liblzma_la-stream_encoder_mt.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c common/outqueue.c -o liblzma_la-outqueue.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c common/alone_decoder.c -fPIC -DPIC -o .libs/liblzma_la-alone_decoder.o
# mv -f .deps/liblzma_la-outqueue.Tpo .deps/liblzma_la-outqueue.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c -o liblzma_la-block_buffer_decoder.lo `test -f 'common/block_buffer_decoder.c' || echo './'`common/block_buffer_decoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c common/alone_decoder.c -o liblzma_la-alone_decoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c common/auto_decoder.c -fPIC -DPIC -o .libs/liblzma_la-auto_decoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c common/stream_encoder_mt.c -o liblzma_la-stream_encoder_mt.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c common/auto_decoder.c -o liblzma_la-auto_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-alone_decoder.Tpo .deps/liblzma_la-alone_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c -o liblzma_la-block_decoder.lo `test -f 'common/block_decoder.c' || echo './'`common/block_decoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c common/block_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_buffer_decoder.o
# mv -f .deps/liblzma_la-auto_decoder.Tpo .deps/liblzma_la-auto_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c -o liblzma_la-block_header_decoder.lo `test -f 'common/block_header_decoder.c' || echo './'`common/block_header_decoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c common/block_buffer_decoder.c -o liblzma_la-block_buffer_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-stream_encoder_mt.Tpo .deps/liblzma_la-stream_encoder_mt.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c -o liblzma_la-easy_decoder_memusage.lo `test -f 'common/easy_decoder_memusage.c' || echo './'`common/easy_decoder_memusage.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c common/block_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_decoder.o
# mv -f .deps/liblzma_la-block_buffer_decoder.Tpo .deps/liblzma_la-block_buffer_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c -o liblzma_la-filter_buffer_decoder.lo `test -f 'common/filter_buffer_decoder.c' || echo './'`common/filter_buffer_decoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c common/block_decoder.c -o liblzma_la-block_decoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c common/block_header_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_header_decoder.o
# mv -f .deps/liblzma_la-block_decoder.Tpo .deps/liblzma_la-block_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c -o liblzma_la-filter_decoder.lo `test -f 'common/filter_decoder.c' || echo './'`common/filter_decoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c common/block_header_decoder.c -o liblzma_la-block_header_decoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c common/easy_decoder_memusage.c -fPIC -DPIC -o .libs/liblzma_la-easy_decoder_memusage.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c common/filter_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_buffer_decoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c common/easy_decoder_memusage.c -o liblzma_la-easy_decoder_memusage.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-block_header_decoder.Tpo .deps/liblzma_la-block_header_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c -o liblzma_la-filter_flags_decoder.lo `test -f 'common/filter_flags_decoder.c' || echo './'`common/filter_flags_decoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c common/filter_buffer_decoder.c -o liblzma_la-filter_buffer_decoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c common/filter_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_decoder.o
# mv -f .deps/liblzma_la-easy_decoder_memusage.Tpo .deps/liblzma_la-easy_decoder_memusage.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c -o liblzma_la-index_decoder.lo `test -f 'common/index_decoder.c' || echo './'`common/index_decoder.c
# mv -f .deps/liblzma_la-filter_buffer_decoder.Tpo .deps/liblzma_la-filter_buffer_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c -o liblzma_la-index_hash.lo `test -f 'common/index_hash.c' || echo './'`common/index_hash.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c common/filter_decoder.c -o liblzma_la-filter_decoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c common/filter_flags_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_flags_decoder.o
# mv -f .deps/liblzma_la-filter_decoder.Tpo .deps/liblzma_la-filter_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c -o liblzma_la-stream_buffer_decoder.lo `test -f 'common/stream_buffer_decoder.c' || echo './'`common/stream_buffer_decoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c common/index_hash.c -fPIC -DPIC -o .libs/liblzma_la-index_hash.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c common/filter_flags_decoder.c -o liblzma_la-filter_flags_decoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c common/index_decoder.c -fPIC -DPIC -o .libs/liblzma_la-index_decoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c common/stream_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_buffer_decoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c common/stream_buffer_decoder.c -o liblzma_la-stream_buffer_decoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c common/index_hash.c -o liblzma_la-index_hash.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c common/index_decoder.c -o liblzma_la-index_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-filter_flags_decoder.Tpo .deps/liblzma_la-filter_flags_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c -o liblzma_la-stream_decoder.lo `test -f 'common/stream_decoder.c' || echo './'`common/stream_decoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c common/stream_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_decoder.o
# mv -f .deps/liblzma_la-index_hash.Tpo .deps/liblzma_la-index_hash.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c -o liblzma_la-stream_flags_decoder.lo `test -f 'common/stream_flags_decoder.c' || echo './'`common/stream_flags_decoder.c
# mv -f .deps/liblzma_la-stream_buffer_decoder.Tpo .deps/liblzma_la-stream_buffer_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c -o liblzma_la-vli_decoder.lo `test -f 'common/vli_decoder.c' || echo './'`common/vli_decoder.c
# mv -f .deps/liblzma_la-index_decoder.Tpo .deps/liblzma_la-index_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c -o liblzma_la-check.lo `test -f 'check/check.c' || echo './'`check/check.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c common/stream_decoder.c -o liblzma_la-stream_decoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c common/stream_flags_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_decoder.o
# mv -f .deps/liblzma_la-stream_decoder.Tpo .deps/liblzma_la-stream_decoder.Plo
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c check/check.c -fPIC -DPIC -o .libs/liblzma_la-check.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c common/vli_decoder.c -fPIC -DPIC -o .libs/liblzma_la-vli_decoder.o
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c -o liblzma_la-crc32_table.lo `test -f 'check/crc32_table.c' || echo './'`check/crc32_table.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c common/vli_decoder.c -o liblzma_la-vli_decoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c common/stream_flags_decoder.c -o liblzma_la-stream_flags_decoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c check/check.c -o liblzma_la-check.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-check.Tpo .deps/liblzma_la-check.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c -o liblzma_la-crc32_fast.lo `test -f 'check/crc32_fast.c' || echo './'`check/crc32_fast.c
# mv -f .deps/liblzma_la-vli_decoder.Tpo .deps/liblzma_la-vli_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c -o liblzma_la-crc64_table.lo `test -f 'check/crc64_table.c' || echo './'`check/crc64_table.c
# mv -f .deps/liblzma_la-stream_flags_decoder.Tpo .deps/liblzma_la-stream_flags_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c -o liblzma_la-crc64_fast.lo `test -f 'check/crc64_fast.c' || echo './'`check/crc64_fast.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c check/crc32_fast.c -fPIC -DPIC -o .libs/liblzma_la-crc32_fast.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c check/crc32_table.c -fPIC -DPIC -o .libs/liblzma_la-crc32_table.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c check/crc64_fast.c -fPIC -DPIC -o .libs/liblzma_la-crc64_fast.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c check/crc64_table.c -fPIC -DPIC -o .libs/liblzma_la-crc64_table.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c check/crc32_table.c -o liblzma_la-crc32_table.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-crc32_fast.lo -MD -MP -MF .deps/liblzma_la-crc32_fast.Tpo -c check/crc32_fast.c -o liblzma_la-crc32_fast.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-crc32_table.Tpo .deps/liblzma_la-crc32_table.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c -o liblzma_la-sha256.lo `test -f 'check/sha256.c' || echo './'`check/sha256.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-crc64_fast.lo -MD -MP -MF .deps/liblzma_la-crc64_fast.Tpo -c check/crc64_fast.c -o liblzma_la-crc64_fast.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c check/crc64_table.c -o liblzma_la-crc64_table.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-crc64_fast.Tpo .deps/liblzma_la-crc64_fast.Plo
# mv -f .deps/liblzma_la-crc32_fast.Tpo .deps/liblzma_la-crc32_fast.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c -o liblzma_la-lz_encoder.lo `test -f 'lz/lz_encoder.c' || echo './'`lz/lz_encoder.c
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c -o liblzma_la-lz_encoder_mf.lo `test -f 'lz/lz_encoder_mf.c' || echo './'`lz/lz_encoder_mf.c
# mv -f .deps/liblzma_la-crc64_table.Tpo .deps/liblzma_la-crc64_table.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c -o liblzma_la-lz_decoder.lo `test -f 'lz/lz_decoder.c' || echo './'`lz/lz_decoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c check/sha256.c -fPIC -DPIC -o .libs/liblzma_la-sha256.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c lz/lz_encoder_mf.c -fPIC -DPIC -o .libs/liblzma_la-lz_encoder_mf.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c lz/lz_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lz_encoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-sha256.lo -MD -MP -MF .deps/liblzma_la-sha256.Tpo -c check/sha256.c -o liblzma_la-sha256.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c lz/lz_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lz_decoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c lz/lz_encoder.c -o liblzma_la-lz_encoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c lz/lz_decoder.c -o liblzma_la-lz_decoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c lz/lz_encoder_mf.c -o liblzma_la-lz_encoder_mf.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-sha256.Tpo .deps/liblzma_la-sha256.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c -o liblzma_la-lzma_encoder.lo `test -f 'lzma/lzma_encoder.c' || echo './'`lzma/lzma_encoder.c
# mv -f .deps/liblzma_la-lz_encoder.Tpo .deps/liblzma_la-lz_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c -o liblzma_la-lzma_encoder_presets.lo `test -f 'lzma/lzma_encoder_presets.c' || echo './'`lzma/lzma_encoder_presets.c
# mv -f .deps/liblzma_la-lz_decoder.Tpo .deps/liblzma_la-lz_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c -o liblzma_la-lzma_encoder_optimum_fast.lo `test -f 'lzma/lzma_encoder_optimum_fast.c' || echo './'`lzma/lzma_encoder_optimum_fast.c
# mv -f .deps/liblzma_la-lz_encoder_mf.Tpo .deps/liblzma_la-lz_encoder_mf.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c -o liblzma_la-lzma_encoder_optimum_normal.lo `test -f 'lzma/lzma_encoder_optimum_normal.c' || echo './'`lzma/lzma_encoder_optimum_normal.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c lzma/lzma_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c lzma/lzma_encoder.c -o liblzma_la-lzma_encoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c lzma/lzma_encoder_optimum_fast.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_optimum_fast.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c lzma/lzma_encoder_optimum_normal.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_optimum_normal.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c lzma/lzma_encoder_presets.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_presets.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c lzma/lzma_encoder_presets.c -o liblzma_la-lzma_encoder_presets.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c lzma/lzma_encoder_optimum_fast.c -o liblzma_la-lzma_encoder_optimum_fast.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c lzma/lzma_encoder_optimum_normal.c -o liblzma_la-lzma_encoder_optimum_normal.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-lzma_encoder.Tpo .deps/liblzma_la-lzma_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c -o liblzma_la-fastpos_table.lo `test -f 'lzma/fastpos_table.c' || echo './'`lzma/fastpos_table.c
# mv -f .deps/liblzma_la-lzma_encoder_presets.Tpo .deps/liblzma_la-lzma_encoder_presets.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c -o liblzma_la-lzma_decoder.lo `test -f 'lzma/lzma_decoder.c' || echo './'`lzma/lzma_decoder.c
# mv -f .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo .deps/liblzma_la-lzma_encoder_optimum_fast.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c -o liblzma_la-lzma2_encoder.lo `test -f 'lzma/lzma2_encoder.c' || echo './'`lzma/lzma2_encoder.c
# mv -f .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo .deps/liblzma_la-lzma_encoder_optimum_normal.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c -o liblzma_la-lzma2_decoder.lo `test -f 'lzma/lzma2_decoder.c' || echo './'`lzma/lzma2_decoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c lzma/fastpos_table.c -fPIC -DPIC -o .libs/liblzma_la-fastpos_table.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c lzma/lzma_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma_decoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c lzma/lzma2_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma2_encoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c lzma/fastpos_table.c -o liblzma_la-fastpos_table.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c lzma/lzma2_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma2_decoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c lzma/lzma2_encoder.c -o liblzma_la-lzma2_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-fastpos_table.Tpo .deps/liblzma_la-fastpos_table.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c -o liblzma_la-price_table.lo `test -f 'rangecoder/price_table.c' || echo './'`rangecoder/price_table.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c lzma/lzma2_decoder.c -o liblzma_la-lzma2_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-lzma2_encoder.Tpo .deps/liblzma_la-lzma2_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c -o liblzma_la-delta_common.lo `test -f 'delta/delta_common.c' || echo './'`delta/delta_common.c
# mv -f .deps/liblzma_la-lzma2_decoder.Tpo .deps/liblzma_la-lzma2_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c -o liblzma_la-delta_encoder.lo `test -f 'delta/delta_encoder.c' || echo './'`delta/delta_encoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c rangecoder/price_table.c -fPIC -DPIC -o .libs/liblzma_la-price_table.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c rangecoder/price_table.c -o liblzma_la-price_table.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c delta/delta_common.c -fPIC -DPIC -o .libs/liblzma_la-delta_common.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c lzma/lzma_decoder.c -o liblzma_la-lzma_decoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c delta/delta_encoder.c -fPIC -DPIC -o .libs/liblzma_la-delta_encoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c delta/delta_common.c -o liblzma_la-delta_common.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-price_table.Tpo .deps/liblzma_la-price_table.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c -o liblzma_la-delta_decoder.lo `test -f 'delta/delta_decoder.c' || echo './'`delta/delta_decoder.c
# mv -f .deps/liblzma_la-delta_common.Tpo .deps/liblzma_la-delta_common.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c -o liblzma_la-simple_coder.lo `test -f 'simple/simple_coder.c' || echo './'`simple/simple_coder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c delta/delta_encoder.c -o liblzma_la-delta_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-delta_encoder.Tpo .deps/liblzma_la-delta_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c -o liblzma_la-simple_encoder.lo `test -f 'simple/simple_encoder.c' || echo './'`simple/simple_encoder.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c delta/delta_decoder.c -fPIC -DPIC -o .libs/liblzma_la-delta_decoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c simple/simple_coder.c -fPIC -DPIC -o .libs/liblzma_la-simple_coder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c delta/delta_decoder.c -o liblzma_la-delta_decoder.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c simple/simple_coder.c -o liblzma_la-simple_coder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-lzma_decoder.Tpo .deps/liblzma_la-lzma_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c -o liblzma_la-simple_decoder.lo `test -f 'simple/simple_decoder.c' || echo './'`simple/simple_decoder.c
# mv -f .deps/liblzma_la-delta_decoder.Tpo .deps/liblzma_la-delta_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c -o liblzma_la-x86.lo `test -f 'simple/x86.c' || echo './'`simple/x86.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c simple/simple_encoder.c -fPIC -DPIC -o .libs/liblzma_la-simple_encoder.o
# mv -f .deps/liblzma_la-simple_coder.Tpo .deps/liblzma_la-simple_coder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c -o liblzma_la-powerpc.lo `test -f 'simple/powerpc.c' || echo './'`simple/powerpc.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c simple/simple_encoder.c -o liblzma_la-simple_encoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-simple_encoder.Tpo .deps/liblzma_la-simple_encoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c -o liblzma_la-ia64.lo `test -f 'simple/ia64.c' || echo './'`simple/ia64.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c simple/x86.c -fPIC -DPIC -o .libs/liblzma_la-x86.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c simple/simple_decoder.c -fPIC -DPIC -o .libs/liblzma_la-simple_decoder.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c simple/x86.c -o liblzma_la-x86.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c simple/powerpc.c -fPIC -DPIC -o .libs/liblzma_la-powerpc.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c simple/simple_decoder.c -o liblzma_la-simple_decoder.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-x86.Tpo .deps/liblzma_la-x86.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c -o liblzma_la-arm.lo `test -f 'simple/arm.c' || echo './'`simple/arm.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c simple/powerpc.c -o liblzma_la-powerpc.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-simple_decoder.Tpo .deps/liblzma_la-simple_decoder.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c -o liblzma_la-armthumb.lo `test -f 'simple/armthumb.c' || echo './'`simple/armthumb.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c simple/ia64.c -fPIC -DPIC -o .libs/liblzma_la-ia64.o
# mv -f .deps/liblzma_la-powerpc.Tpo .deps/liblzma_la-powerpc.Plo
# /bin/sh ../../libtool --tag=CC --mode=compile arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c -o liblzma_la-sparc.lo `test -f 'simple/sparc.c' || echo './'`simple/sparc.c
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c simple/ia64.c -o liblzma_la-ia64.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c simple/arm.c -fPIC -DPIC -o .libs/liblzma_la-arm.o
# mv -f .deps/liblzma_la-ia64.Tpo .deps/liblzma_la-ia64.Plo
# rm -f liblzma.pc
# sed \
# -e 's,@prefix[@],/usr,g' \
# -e 's,@exec_prefix[@],/usr,g' \
# -e 's,@libdir[@],/usr/lib,g' \
# -e 's,@includedir[@],/usr/include,g' \
# -e 's,@PACKAGE_URL[@],http://tukaani.org/xz/,g' \
# -e 's,@PACKAGE_VERSION[@],5.2.2,g' \
# -e 's,@PTHREAD_CFLAGS[@],,g' \
# -e 's,@LIBS[@],,g' \
# < ./liblzma.pc.in > liblzma.pc || { rm -f liblzma.pc; exit 1; }
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c simple/armthumb.c -fPIC -DPIC -o .libs/liblzma_la-armthumb.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c simple/arm.c -o liblzma_la-arm.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c simple/sparc.c -fPIC -DPIC -o .libs/liblzma_la-sparc.o
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c simple/armthumb.c -o liblzma_la-armthumb.o >/dev/null 2>&1
# libtool: compile: arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzma/api -I../../src/liblzma/common -I../../src/liblzma/check -I../../src/liblzma/lz -I../../src/liblzma/rangecoder -I../../src/liblzma/lzma -I../../src/liblzma/delta -I../../src/liblzma/simple -I../../src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c simple/sparc.c -o liblzma_la-sparc.o >/dev/null 2>&1
# mv -f .deps/liblzma_la-arm.Tpo .deps/liblzma_la-arm.Plo
# mv -f .deps/liblzma_la-armthumb.Tpo .deps/liblzma_la-armthumb.Plo
# mv -f .deps/liblzma_la-sparc.Tpo .deps/liblzma_la-sparc.Plo
# /bin/sh ../../libtool --tag=CC --mode=link arm-linux-androideabi-gcc -std=gnu99 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -no-undefined -version-info 7:2:2 -o liblzma.la -rpath /usr/lib liblzma_la-tuklib_physmem.lo liblzma_la-tuklib_cpucores.lo liblzma_la-common.lo liblzma_la-block_util.lo liblzma_la-easy_preset.lo liblzma_la-filter_common.lo liblzma_la-hardware_physmem.lo liblzma_la-index.lo liblzma_la-stream_flags_common.lo liblzma_la-vli_size.lo liblzma_la-alone_encoder.lo liblzma_la-block_buffer_encoder.lo liblzma_la-block_encoder.lo liblzma_la-block_header_encoder.lo liblzma_la-easy_buffer_encoder.lo liblzma_la-easy_encoder.lo liblzma_la-easy_encoder_memusage.lo liblzma_la-filter_buffer_encoder.lo liblzma_la-filter_encoder.lo liblzma_la-filter_flags_encoder.lo liblzma_la-index_encoder.lo liblzma_la-stream_buffer_encoder.lo liblzma_la-stream_encoder.lo liblzma_la-stream_flags_encoder.lo liblzma_la-vli_encoder.lo liblzma_la-hardware_cputhreads.lo liblzma_la-outqueue.lo liblzma_la-stream_encoder_mt.lo liblzma_la-alone_decoder.lo liblzma_la-auto_decoder.lo liblzma_la-block_buffer_decoder.lo liblzma_la-block_decoder.lo liblzma_la-block_header_decoder.lo liblzma_la-easy_decoder_memusage.lo liblzma_la-filter_buffer_decoder.lo liblzma_la-filter_decoder.lo liblzma_la-filter_flags_decoder.lo liblzma_la-index_decoder.lo liblzma_la-index_hash.lo liblzma_la-stream_buffer_decoder.lo liblzma_la-stream_decoder.lo liblzma_la-stream_flags_decoder.lo liblzma_la-vli_decoder.lo liblzma_la-check.lo liblzma_la-crc32_table.lo liblzma_la-crc32_fast.lo liblzma_la-crc64_table.lo liblzma_la-crc64_fast.lo liblzma_la-sha256.lo liblzma_la-lz_encoder.lo liblzma_la-lz_encoder_mf.lo liblzma_la-lz_decoder.lo liblzma_la-lzma_encoder.lo liblzma_la-lzma_encoder_presets.lo liblzma_la-lzma_encoder_optimum_fast.lo liblzma_la-lzma_encoder_optimum_normal.lo liblzma_la-fastpos_table.lo liblzma_la-lzma_decoder.lo liblzma_la-lzma2_encoder.lo liblzma_la-lzma2_decoder.lo liblzma_la-price_table.lo liblzma_la-delta_common.lo liblzma_la-delta_encoder.lo liblzma_la-delta_decoder.lo liblzma_la-simple_coder.lo liblzma_la-simple_encoder.lo liblzma_la-simple_decoder.lo liblzma_la-x86.lo liblzma_la-powerpc.lo liblzma_la-ia64.lo liblzma_la-arm.lo liblzma_la-armthumb.lo liblzma_la-sparc.lo
# libtool: link: arm-linux-androideabi-gcc -std=gnu99 -shared -fPIC -DPIC .libs/liblzma_la-tuklib_physmem.o .libs/liblzma_la-tuklib_cpucores.o .libs/liblzma_la-common.o .libs/liblzma_la-block_util.o .libs/liblzma_la-easy_preset.o .libs/liblzma_la-filter_common.o .libs/liblzma_la-hardware_physmem.o .libs/liblzma_la-index.o .libs/liblzma_la-stream_flags_common.o .libs/liblzma_la-vli_size.o .libs/liblzma_la-alone_encoder.o .libs/liblzma_la-block_buffer_encoder.o .libs/liblzma_la-block_encoder.o .libs/liblzma_la-block_header_encoder.o .libs/liblzma_la-easy_buffer_encoder.o .libs/liblzma_la-easy_encoder.o .libs/liblzma_la-easy_encoder_memusage.o .libs/liblzma_la-filter_buffer_encoder.o .libs/liblzma_la-filter_encoder.o .libs/liblzma_la-filter_flags_encoder.o .libs/liblzma_la-index_encoder.o .libs/liblzma_la-stream_buffer_encoder.o .libs/liblzma_la-stream_encoder.o .libs/liblzma_la-stream_flags_encoder.o .libs/liblzma_la-vli_encoder.o .libs/liblzma_la-hardware_cputhreads.o .libs/liblzma_la-outqueue.o .libs/liblzma_la-stream_encoder_mt.o .libs/liblzma_la-alone_decoder.o .libs/liblzma_la-auto_decoder.o .libs/liblzma_la-block_buffer_decoder.o .libs/liblzma_la-block_decoder.o .libs/liblzma_la-block_header_decoder.o .libs/liblzma_la-easy_decoder_memusage.o .libs/liblzma_la-filter_buffer_decoder.o .libs/liblzma_la-filter_decoder.o .libs/liblzma_la-filter_flags_decoder.o .libs/liblzma_la-index_decoder.o .libs/liblzma_la-index_hash.o .libs/liblzma_la-stream_buffer_decoder.o .libs/liblzma_la-stream_decoder.o .libs/liblzma_la-stream_flags_decoder.o .libs/liblzma_la-vli_decoder.o .libs/liblzma_la-check.o .libs/liblzma_la-crc32_table.o .libs/liblzma_la-crc32_fast.o .libs/liblzma_la-crc64_table.o .libs/liblzma_la-crc64_fast.o .libs/liblzma_la-sha256.o .libs/liblzma_la-lz_encoder.o .libs/liblzma_la-lz_encoder_mf.o .libs/liblzma_la-lz_decoder.o .libs/liblzma_la-lzma_encoder.o .libs/liblzma_la-lzma_encoder_presets.o .libs/liblzma_la-lzma_encoder_optimum_fast.o .libs/liblzma_la-lzma_encoder_optimum_normal.o .libs/liblzma_la-fastpos_table.o .libs/liblzma_la-lzma_decoder.o .libs/liblzma_la-lzma2_encoder.o .libs/liblzma_la-lzma2_decoder.o .libs/liblzma_la-price_table.o .libs/liblzma_la-delta_common.o .libs/liblzma_la-delta_encoder.o .libs/liblzma_la-delta_decoder.o .libs/liblzma_la-simple_coder.o .libs/liblzma_la-simple_encoder.o .libs/liblzma_la-simple_decoder.o .libs/liblzma_la-x86.o .libs/liblzma_la-powerpc.o .libs/liblzma_la-ia64.o .libs/liblzma_la-arm.o .libs/liblzma_la-armthumb.o .libs/liblzma_la-sparc.o -Wl,-soname -Wl,liblzma.so -o .libs/liblzma.so
# libtool: link: arm-linux-androideabi-ar cru .libs/liblzma.a liblzma_la-tuklib_physmem.o liblzma_la-tuklib_cpucores.o liblzma_la-common.o liblzma_la-block_util.o liblzma_la-easy_preset.o liblzma_la-filter_common.o liblzma_la-hardware_physmem.o liblzma_la-index.o liblzma_la-stream_flags_common.o liblzma_la-vli_size.o liblzma_la-alone_encoder.o liblzma_la-block_buffer_encoder.o liblzma_la-block_encoder.o liblzma_la-block_header_encoder.o liblzma_la-easy_buffer_encoder.o liblzma_la-easy_encoder.o liblzma_la-easy_encoder_memusage.o liblzma_la-filter_buffer_encoder.o liblzma_la-filter_encoder.o liblzma_la-filter_flags_encoder.o liblzma_la-index_encoder.o liblzma_la-stream_buffer_encoder.o liblzma_la-stream_encoder.o liblzma_la-stream_flags_encoder.o liblzma_la-vli_encoder.o liblzma_la-hardware_cputhreads.o liblzma_la-outqueue.o liblzma_la-stream_encoder_mt.o liblzma_la-alone_decoder.o liblzma_la-auto_decoder.o liblzma_la-block_buffer_decoder.o liblzma_la-block_decoder.o liblzma_la-block_header_decoder.o liblzma_la-easy_decoder_memusage.o liblzma_la-filter_buffer_decoder.o liblzma_la-filter_decoder.o liblzma_la-filter_flags_decoder.o liblzma_la-index_decoder.o liblzma_la-index_hash.o liblzma_la-stream_buffer_decoder.o liblzma_la-stream_decoder.o liblzma_la-stream_flags_decoder.o liblzma_la-vli_decoder.o liblzma_la-check.o liblzma_la-crc32_table.o liblzma_la-crc32_fast.o liblzma_la-crc64_table.o liblzma_la-crc64_fast.o liblzma_la-sha256.o liblzma_la-lz_encoder.o liblzma_la-lz_encoder_mf.o liblzma_la-lz_decoder.o liblzma_la-lzma_encoder.o liblzma_la-lzma_encoder_presets.o liblzma_la-lzma_encoder_optimum_fast.o liblzma_la-lzma_encoder_optimum_normal.o liblzma_la-fastpos_table.o liblzma_la-lzma_decoder.o liblzma_la-lzma2_encoder.o liblzma_la-lzma2_decoder.o liblzma_la-price_table.o liblzma_la-delta_common.o liblzma_la-delta_encoder.o liblzma_la-delta_decoder.o liblzma_la-simple_coder.o liblzma_la-simple_encoder.o liblzma_la-simple_decoder.o liblzma_la-x86.o liblzma_la-powerpc.o liblzma_la-ia64.o liblzma_la-arm.o liblzma_la-armthumb.o liblzma_la-sparc.o
# libtool: link: arm-linux-androideabi-ranlib .libs/liblzma.a
# libtool: link: ( cd ".libs" && rm -f "liblzma.la" && ln -s "../liblzma.la" "liblzma.la" )
# make[4]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/liblzma'
# make[3]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/liblzma'
# Making all in xzdec
# make[3]: Entering directory '/tmp/xz/src/xz-5.2.2/src/xzdec'
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xzdec-xzdec.o -MD -MP -MF .deps/xzdec-xzdec.Tpo -c -o xzdec-xzdec.o `test -f 'xzdec.c' || echo './'`xzdec.c
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xzdec-tuklib_progname.o -MD -MP -MF .deps/xzdec-tuklib_progname.Tpo -c -o xzdec-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xzdec-tuklib_exit.o -MD -MP -MF .deps/xzdec-tuklib_exit.Tpo -c -o xzdec-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT lzmadec-xzdec.o -MD -MP -MF .deps/lzmadec-xzdec.Tpo -c -o lzmadec-xzdec.o `test -f 'xzdec.c' || echo './'`xzdec.c
# mv -f .deps/xzdec-tuklib_exit.Tpo .deps/xzdec-tuklib_exit.Po
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT lzmadec-tuklib_progname.o -MD -MP -MF .deps/lzmadec-tuklib_progname.Tpo -c -o lzmadec-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c
# mv -f .deps/xzdec-tuklib_progname.Tpo .deps/xzdec-tuklib_progname.Po
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DTUKLIB_GETTEXT=0 -I../../src/common -I../../src/liblzma/api -I../../lib -DLZMADEC -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT lzmadec-tuklib_exit.o -MD -MP -MF .deps/lzmadec-tuklib_exit.Tpo -c -o lzmadec-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c
# mv -f .deps/xzdec-xzdec.Tpo .deps/xzdec-xzdec.Po
# /bin/sh ../../libtool --tag=CC --mode=link arm-linux-androideabi-gcc -std=gnu99 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -o xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o ../../src/liblzma/liblzma.la
# mv -f .deps/lzmadec-xzdec.Tpo .deps/lzmadec-xzdec.Po
# mv -f .deps/lzmadec-tuklib_progname.Tpo .deps/lzmadec-tuklib_progname.Po
# mv -f .deps/lzmadec-tuklib_exit.Tpo .deps/lzmadec-tuklib_exit.Po
# /bin/sh ../../libtool --tag=CC --mode=link arm-linux-androideabi-gcc -std=gnu99 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -o lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o ../../src/liblzma/liblzma.la
# libtool: link: arm-linux-androideabi-gcc -std=gnu99 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -o .libs/xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o ../../src/liblzma/.libs/liblzma.so
# libtool: link: arm-linux-androideabi-gcc -std=gnu99 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -o .libs/lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o ../../src/liblzma/.libs/liblzma.so
# make[3]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/xzdec'
# Making all in xz
# make[3]: Entering directory '/tmp/xz/src/xz-5.2.2/src/xz'
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xz-args.o -MD -MP -MF .deps/xz-args.Tpo -c -o xz-args.o `test -f 'args.c' || echo './'`args.c
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xz-coder.o -MD -MP -MF .deps/xz-coder.Tpo -c -o xz-coder.o `test -f 'coder.c' || echo './'`coder.c
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xz-file_io.o -MD -MP -MF .deps/xz-file_io.Tpo -c -o xz-file_io.o `test -f 'file_io.c' || echo './'`file_io.c
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xz-hardware.o -MD -MP -MF .deps/xz-hardware.Tpo -c -o xz-hardware.o `test -f 'hardware.c' || echo './'`hardware.c
# mv -f .deps/xz-hardware.Tpo .deps/xz-hardware.Po
# mv -f .deps/xz-args.Tpo .deps/xz-args.Po
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xz-list.o -MD -MP -MF .deps/xz-list.Tpo -c -o xz-list.o `test -f 'list.c' || echo './'`list.c
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xz-main.o -MD -MP -MF .deps/xz-main.Tpo -c -o xz-main.o `test -f 'main.c' || echo './'`main.c
# mv -f .deps/xz-coder.Tpo .deps/xz-coder.Po
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xz-message.o -MD -MP -MF .deps/xz-message.Tpo -c -o xz-message.o `test -f 'message.c' || echo './'`message.c
# mv -f .deps/xz-main.Tpo .deps/xz-main.Po
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xz-mytime.o -MD -MP -MF .deps/xz-mytime.Tpo -c -o xz-mytime.o `test -f 'mytime.c' || echo './'`mytime.c
# mv -f .deps/xz-file_io.Tpo .deps/xz-file_io.Po
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xz-options.o -MD -MP -MF .deps/xz-options.Tpo -c -o xz-options.o `test -f 'options.c' || echo './'`options.c
# mv -f .deps/xz-mytime.Tpo .deps/xz-mytime.Po
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xz-signals.o -MD -MP -MF .deps/xz-signals.Tpo -c -o xz-signals.o `test -f 'signals.c' || echo './'`signals.c
# mv -f .deps/xz-options.Tpo .deps/xz-options.Po
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xz-suffix.o -MD -MP -MF .deps/xz-suffix.Tpo -c -o xz-suffix.o `test -f 'suffix.c' || echo './'`suffix.c
# mv -f .deps/xz-list.Tpo .deps/xz-list.Po
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xz-util.o -MD -MP -MF .deps/xz-util.Tpo -c -o xz-util.o `test -f 'util.c' || echo './'`util.c
# mv -f .deps/xz-suffix.Tpo .deps/xz-suffix.Po
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xz-tuklib_open_stdxxx.o -MD -MP -MF .deps/xz-tuklib_open_stdxxx.Tpo -c -o xz-tuklib_open_stdxxx.o `test -f '../common/tuklib_open_stdxxx.c' || echo './'`../common/tuklib_open_stdxxx.c
# mv -f .deps/xz-signals.Tpo .deps/xz-signals.Po
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xz-tuklib_progname.o -MD -MP -MF .deps/xz-tuklib_progname.Tpo -c -o xz-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c
# mv -f .deps/xz-tuklib_open_stdxxx.Tpo .deps/xz-tuklib_open_stdxxx.Po
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xz-tuklib_exit.o -MD -MP -MF .deps/xz-tuklib_exit.Tpo -c -o xz-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c
# mv -f .deps/xz-util.Tpo .deps/xz-util.Po
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xz-tuklib_mbstr_width.o -MD -MP -MF .deps/xz-tuklib_mbstr_width.Tpo -c -o xz-tuklib_mbstr_width.o `test -f '../common/tuklib_mbstr_width.c' || echo './'`../common/tuklib_mbstr_width.c
# mv -f .deps/xz-message.Tpo .deps/xz-message.Po
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT xz-tuklib_mbstr_fw.o -MD -MP -MF .deps/xz-tuklib_mbstr_fw.Tpo -c -o xz-tuklib_mbstr_fw.o `test -f '../common/tuklib_mbstr_fw.c' || echo './'`../common/tuklib_mbstr_fw.c
# mv -f .deps/xz-tuklib_mbstr_width.Tpo .deps/xz-tuklib_mbstr_width.Po
# mv -f .deps/xz-tuklib_progname.Tpo .deps/xz-tuklib_progname.Po
# mv -f .deps/xz-tuklib_exit.Tpo .deps/xz-tuklib_exit.Po
# mv -f .deps/xz-tuklib_mbstr_fw.Tpo .deps/xz-tuklib_mbstr_fw.Po
# /bin/sh ../../libtool --tag=CC --mode=link arm-linux-androideabi-gcc -std=gnu99 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -o xz xz-args.o xz-coder.o xz-file_io.o xz-hardware.o xz-list.o xz-main.o xz-message.o xz-mytime.o xz-options.o xz-signals.o xz-suffix.o xz-util.o xz-tuklib_open_stdxxx.o xz-tuklib_progname.o xz-tuklib_exit.o xz-tuklib_mbstr_width.o xz-tuklib_mbstr_fw.o ../../src/liblzma/liblzma.la
# libtool: link: arm-linux-androideabi-gcc -std=gnu99 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -o .libs/xz xz-args.o xz-coder.o xz-file_io.o xz-hardware.o xz-list.o xz-main.o xz-message.o xz-mytime.o xz-options.o xz-signals.o xz-suffix.o xz-util.o xz-tuklib_open_stdxxx.o xz-tuklib_progname.o xz-tuklib_exit.o xz-tuklib_mbstr_width.o xz-tuklib_mbstr_fw.o ../../src/liblzma/.libs/liblzma.so
# make[3]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/xz'
# Making all in lzmainfo
# make[3]: Entering directory '/tmp/xz/src/xz-5.2.2/src/lzmainfo'
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT lzmainfo-lzmainfo.o -MD -MP -MF .deps/lzmainfo-lzmainfo.Tpo -c -o lzmainfo-lzmainfo.o `test -f 'lzmainfo.c' || echo './'`lzmainfo.c
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT lzmainfo-tuklib_progname.o -MD -MP -MF .deps/lzmainfo-tuklib_progname.Tpo -c -o lzmainfo-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo './'`../common/tuklib_progname.c
# arm-linux-androideabi-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/share/locale\" -I../../src/common -I../../src/liblzma/api -I../../lib -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -MT lzmainfo-tuklib_exit.o -MD -MP -MF .deps/lzmainfo-tuklib_exit.Tpo -c -o lzmainfo-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo './'`../common/tuklib_exit.c
# mv -f .deps/lzmainfo-tuklib_progname.Tpo .deps/lzmainfo-tuklib_progname.Po
# mv -f .deps/lzmainfo-tuklib_exit.Tpo .deps/lzmainfo-tuklib_exit.Po
# mv -f .deps/lzmainfo-lzmainfo.Tpo .deps/lzmainfo-lzmainfo.Po
# /bin/sh ../../libtool --tag=CC --mode=link arm-linux-androideabi-gcc -std=gnu99 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -o lzmainfo lzmainfo-lzmainfo.o lzmainfo-tuklib_progname.o lzmainfo-tuklib_exit.o ../../src/liblzma/liblzma.la
# libtool: link: arm-linux-androideabi-gcc -std=gnu99 -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror -o .libs/lzmainfo lzmainfo-lzmainfo.o lzmainfo-tuklib_progname.o lzmainfo-tuklib_exit.o ../../src/liblzma/.libs/liblzma.so
# make[3]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/lzmainfo'
# Making all in scripts
# make[3]: Entering directory '/tmp/xz/src/xz-5.2.2/src/scripts'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/scripts'
# make[3]: Entering directory '/tmp/xz/src/xz-5.2.2/src'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/xz/src/xz-5.2.2/src'
# make[2]: Leaving directory '/tmp/xz/src/xz-5.2.2/src'
# Making all in po
# make[2]: Entering directory '/tmp/xz/src/xz-5.2.2/po'
# make[2]: Leaving directory '/tmp/xz/src/xz-5.2.2/po'
# Making all in tests
# make[2]: Entering directory '/tmp/xz/src/xz-5.2.2/tests'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/xz/src/xz-5.2.2/tests'
# make[2]: Entering directory '/tmp/xz/src/xz-5.2.2'
# make[2]: Leaving directory '/tmp/xz/src/xz-5.2.2'
# make[1]: Leaving directory '/tmp/xz/src/xz-5.2.2'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/xz/src/xz-5.2.2/src'
# Making install in liblzma
# make[2]: Entering directory '/tmp/xz/src/xz-5.2.2/src/liblzma'
# Making install in api
# make[3]: Entering directory '/tmp/xz/src/xz-5.2.2/src/liblzma/api'
# make[4]: Entering directory '/tmp/xz/src/xz-5.2.2/src/liblzma/api'
# make[4]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/xz/pkg/xz/usr/include'
# /usr/sbin/mkdir -p '/tmp/xz/pkg/xz/usr/include/lzma'
# /usr/bin/install -c -m 644 lzma/base.h lzma/bcj.h lzma/block.h lzma/check.h lzma/container.h lzma/delta.h lzma/filter.h lzma/hardware.h lzma/index.h lzma/index_hash.h lzma/lzma12.h lzma/stream_flags.h lzma/version.h lzma/vli.h '/tmp/xz/pkg/xz/usr/include/lzma'
# /usr/bin/install -c -m 644 lzma.h '/tmp/xz/pkg/xz/usr/include/.'
# make[4]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/liblzma/api'
# make[3]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/liblzma/api'
# make[3]: Entering directory '/tmp/xz/src/xz-5.2.2/src/liblzma'
# make[4]: Entering directory '/tmp/xz/src/xz-5.2.2/src/liblzma'
# /usr/sbin/mkdir -p '/tmp/xz/pkg/xz/usr/lib'
# /usr/sbin/mkdir -p '/tmp/xz/pkg/xz/usr/lib/pkgconfig'
# /bin/sh ../../libtool --mode=install /usr/bin/install -c liblzma.la '/tmp/xz/pkg/xz/usr/lib'
# /usr/bin/install -c -m 644 liblzma.pc '/tmp/xz/pkg/xz/usr/lib/pkgconfig'
# libtool: install: /usr/bin/install -c .libs/liblzma.so /tmp/xz/pkg/xz/usr/lib/liblzma.so
# libtool: install: /usr/bin/install -c .libs/liblzma.lai /tmp/xz/pkg/xz/usr/lib/liblzma.la
# libtool: install: /usr/bin/install -c .libs/liblzma.a /tmp/xz/pkg/xz/usr/lib/liblzma.a
# libtool: install: chmod 644 /tmp/xz/pkg/xz/usr/lib/liblzma.a
# libtool: install: arm-linux-androideabi-ranlib /tmp/xz/pkg/xz/usr/lib/liblzma.a
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# make[4]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/liblzma'
# make[3]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/liblzma'
# make[2]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/liblzma'
# Making install in xzdec
# make[2]: Entering directory '/tmp/xz/src/xz-5.2.2/src/xzdec'
# make[3]: Entering directory '/tmp/xz/src/xz-5.2.2/src/xzdec'
# /usr/sbin/mkdir -p '/tmp/xz/pkg/xz/usr/bin'
# /usr/sbin/mkdir -p '/tmp/xz/pkg/xz/usr/share/man/man1'
# /bin/sh ../../libtool --mode=install /usr/bin/install -c xzdec lzmadec '/tmp/xz/pkg/xz/usr/bin'
# /usr/bin/install -c -m 644 xzdec.1 '/tmp/xz/pkg/xz/usr/share/man/man1'
# make install-data-hook
# make[4]: Entering directory '/tmp/xz/src/xz-5.2.2/src/xzdec'
# cd /tmp/xz/pkg/xz/usr/share/man/man1 && \
# target=`echo xzdec | sed 's,x,x,'` && \
# link=`echo lzmadec | sed 's,x,x,'` && \
# rm -f $link.1 && \
# ln -s $target.1 $link.1
# make[4]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/xzdec'
# libtool: warning: '../../src/liblzma/liblzma.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/xzdec /tmp/xz/pkg/xz/usr/bin/xzdec
# libtool: warning: '../../src/liblzma/liblzma.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/lzmadec /tmp/xz/pkg/xz/usr/bin/lzmadec
# make[3]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/xzdec'
# make[2]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/xzdec'
# Making install in xz
# make[2]: Entering directory '/tmp/xz/src/xz-5.2.2/src/xz'
# make[3]: Entering directory '/tmp/xz/src/xz-5.2.2/src/xz'
# /usr/sbin/mkdir -p '/tmp/xz/pkg/xz/usr/bin'
# /usr/sbin/mkdir -p '/tmp/xz/pkg/xz/usr/share/man/man1'
# /bin/sh ../../libtool --mode=install /usr/bin/install -c xz '/tmp/xz/pkg/xz/usr/bin'
# /usr/bin/install -c -m 644 xz.1 '/tmp/xz/pkg/xz/usr/share/man/man1'
# make install-data-hook
# make[4]: Entering directory '/tmp/xz/src/xz-5.2.2/src/xz'
# cd /tmp/xz/pkg/xz/usr/share/man/man1 && \
# target=`echo xz | sed 's,x,x,'` && \
# for name in unxz xzcat lzma unlzma lzcat; do \
# link=`echo $name | sed 's,x,x,'` && \
# rm -f $link.1 && \
# ln -s $target.1 $link.1; \
# done
# make[4]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/xz'
# libtool: warning: '../../src/liblzma/liblzma.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/xz /tmp/xz/pkg/xz/usr/bin/xz
# make install-exec-hook
# make[4]: Entering directory '/tmp/xz/src/xz-5.2.2/src/xz'
# cd /tmp/xz/pkg/xz/usr/bin && \
# target=`echo xz | sed 's,x,x,'` && \
# for name in unxz xzcat lzma unlzma lzcat; do \
# link=`echo $name | sed 's,x,x,'` && \
# rm -f $link && \
# ln -s $target $link; \
# done
# make[4]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/xz'
# make[3]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/xz'
# make[2]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/xz'
# Making install in lzmainfo
# make[2]: Entering directory '/tmp/xz/src/xz-5.2.2/src/lzmainfo'
# make[3]: Entering directory '/tmp/xz/src/xz-5.2.2/src/lzmainfo'
# /usr/sbin/mkdir -p '/tmp/xz/pkg/xz/usr/bin'
# /usr/sbin/mkdir -p '/tmp/xz/pkg/xz/usr/share/man/man1'
# /bin/sh ../../libtool --mode=install /usr/bin/install -c lzmainfo '/tmp/xz/pkg/xz/usr/bin'
# /usr/bin/install -c -m 644 lzmainfo.1 '/tmp/xz/pkg/xz/usr/share/man/man1'
# libtool: warning: '../../src/liblzma/liblzma.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/lzmainfo /tmp/xz/pkg/xz/usr/bin/lzmainfo
# make[3]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/lzmainfo'
# make[2]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/lzmainfo'
# Making install in scripts
# make[2]: Entering directory '/tmp/xz/src/xz-5.2.2/src/scripts'
# make[3]: Entering directory '/tmp/xz/src/xz-5.2.2/src/scripts'
# /usr/sbin/mkdir -p '/tmp/xz/pkg/xz/usr/bin'
# /usr/sbin/mkdir -p '/tmp/xz/pkg/xz/usr/share/man/man1'
# /usr/bin/install -c xzdiff xzgrep xzmore xzless '/tmp/xz/pkg/xz/usr/bin'
# make install-exec-hook
# /usr/bin/install -c -m 644 xzdiff.1 xzgrep.1 xzmore.1 xzless.1 '/tmp/xz/pkg/xz/usr/share/man/man1'
# make[4]: Entering directory '/tmp/xz/src/xz-5.2.2/src/scripts'
# cd /tmp/xz/pkg/xz/usr/bin && \
# for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \
# target=`echo $pair | sed 's/-.*$//' | sed 's,x,x,'` && \
# link=`echo $pair | sed 's/^.*-//' | sed 's,x,x,'` && \
# rm -f $link && \
# ln -s $target $link; \
# done
# make install-data-hook
# make[4]: Entering directory '/tmp/xz/src/xz-5.2.2/src/scripts'
# cd /tmp/xz/pkg/xz/usr/share/man/man1 && \
# for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \
# target=`echo $pair | sed 's/-.*$//' | sed 's,x,x,'` && \
# link=`echo $pair | sed 's/^.*-//' | sed 's,x,x,'` && \
# rm -f $link.1 && \
# ln -s $target.1 $link.1; \
# done
# make[4]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/scripts'
# make[4]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/scripts'
# make[3]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/scripts'
# make[2]: Leaving directory '/tmp/xz/src/xz-5.2.2/src/scripts'
# make[2]: Entering directory '/tmp/xz/src/xz-5.2.2/src'
# make[3]: Entering directory '/tmp/xz/src/xz-5.2.2/src'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/xz/src/xz-5.2.2/src'
# make[2]: Leaving directory '/tmp/xz/src/xz-5.2.2/src'
# make[1]: Leaving directory '/tmp/xz/src/xz-5.2.2/src'
# Making install in po
# make[1]: Entering directory '/tmp/xz/src/xz-5.2.2/po'
# if test "xz" = "gettext-tools"; then \
# /usr/sbin/mkdir -p /tmp/xz/pkg/xz/usr/share/gettext/po; \
# for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
# /usr/bin/install -c -m 644 ./$file \
# /tmp/xz/pkg/xz/usr/share/gettext/po/$file; \
# done; \
# for file in Makevars; do \
# rm -f /tmp/xz/pkg/xz/usr/share/gettext/po/$file; \
# done; \
# else \
# : ; \
# fi
# make[1]: Leaving directory '/tmp/xz/src/xz-5.2.2/po'
# Making install in tests
# make[1]: Entering directory '/tmp/xz/src/xz-5.2.2/tests'
# make[2]: Entering directory '/tmp/xz/src/xz-5.2.2/tests'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/xz/src/xz-5.2.2/tests'
# make[1]: Leaving directory '/tmp/xz/src/xz-5.2.2/tests'
# make[1]: Entering directory '/tmp/xz/src/xz-5.2.2'
# make[2]: Entering directory '/tmp/xz/src/xz-5.2.2'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/xz/pkg/xz/usr/share/doc/xz'
# /usr/sbin/mkdir -p '/tmp/xz/pkg/xz/usr/share/doc/xz/examples'
# /usr/sbin/mkdir -p '/tmp/xz/pkg/xz/usr/share/doc/xz/examples_old'
# /usr/bin/install -c -m 644 doc/examples/00_README.txt doc/examples/01_compress_easy.c doc/examples/02_decompress.c doc/examples/03_compress_custom.c doc/examples/04_compress_easy_mt.c doc/examples/Makefile '/tmp/xz/pkg/xz/usr/share/doc/xz/examples'
# /usr/bin/install -c -m 644 AUTHORS COPYING COPYING.GPLv2 NEWS README THANKS TODO doc/faq.txt doc/history.txt doc/xz-file-format.txt doc/lzma-file-format.txt '/tmp/xz/pkg/xz/usr/share/doc/xz'
# /usr/bin/install -c -m 644 doc/examples_old/xz_pipe_comp.c doc/examples_old/xz_pipe_decomp.c '/tmp/xz/pkg/xz/usr/share/doc/xz/examples_old'
# make[2]: Leaving directory '/tmp/xz/src/xz-5.2.2'
# make[1]: Leaving directory '/tmp/xz/src/xz-5.2.2'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "xz"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: xz 5.2.2-1 (Tue Apr 4 20:38:45 UTC 2017)

CMD: pacman --query --file xz-5.2.2-1-x86_64.pkg.tar.xz
# xz 5.2.2-1

Creating hybrid package for 'xz'

Trying to find vanilla package 'xz'...

CMD: pacman --query --file /mirror/haskell-memory-0.13-2.pkg.tar.xz
# haskell-memory 0.13-2

CMD: pacman --query --file /mirror/ibus-sunpinyin-2.0.3.20130307-3.pkg.tar.xz
# ibus-sunpinyin 2.0.3.20130307-3

CMD: pacman --query --file /mirror/perl-extutils-installpaths-0.011-1.pkg.tar.xz
# perl-extutils-installpaths 0.011-1

CMD: pacman --query --file /mirror/python2-eventlet-0.19.0-1.pkg.tar.xz
# python2-eventlet 0.19.0-1

CMD: pacman --query --file /mirror/fltk-docs-1.3.3-6.pkg.tar.xz
# fltk-docs 1.3.3-6

CMD: pacman --query --file /mirror/python-planout-0.6.0-1.pkg.tar.xz
# python-planout 0.6.0-1

CMD: pacman --query --file /mirror/lua51-zlib-1:0.4-4.pkg.tar.xz
# lua51-zlib 1:0.4-4

CMD: pacman --query --file /mirror/w3cam-0.7.2-11.pkg.tar.xz
# w3cam 0.7.2-11

CMD: pacman --query --file /mirror/perl-class-methodmaker-2.24-2.pkg.tar.xz
# perl-class-methodmaker 2.24-2

CMD: pacman --query --file /mirror/libmateweather-1.12.1-1.pkg.tar.xz
# libmateweather 1.12.1-1

CMD: pacman --query --file /mirror/log4net-1.2.15-1.pkg.tar.xz
# log4net 1.2.15-1

CMD: pacman --query --file /mirror/gvim-7.4.1910-1.pkg.tar.xz
# gvim 7.4.1910-1

CMD: pacman --query --file /mirror/kde-l10n-fa-16.04.2-1.pkg.tar.xz
# kde-l10n-fa 16.04.2-1

CMD: pacman --query --file /mirror/python2-filebytes-0.9.12-1.pkg.tar.xz
# python2-filebytes 0.9.12-1

CMD: pacman --query --file /mirror/ristretto-0.8.0-2.pkg.tar.xz
# ristretto 0.8.0-2

CMD: pacman --query --file /mirror/fcitx-libpinyin-0.3.3-3.pkg.tar.xz
# fcitx-libpinyin 0.3.3-3

CMD: pacman --query --file /mirror/gresolver-0.0.5-10.pkg.tar.xz
# gresolver 0.0.5-10

CMD: pacman --query --file /mirror/iniparser-4.0-2.pkg.tar.xz
# iniparser 4.0-2

CMD: pacman --query --file /mirror/thunderbird-i18n-bn-bd-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-bn-bd 45.2.0-1

CMD: pacman --query --file /mirror/libmp4v2-2.0.0-4.pkg.tar.xz
# libmp4v2 2.0.0-4

CMD: pacman --query --file /mirror/raw-thumbnailer-0.2.1-2.pkg.tar.xz
# raw-thumbnailer 0.2.1-2

CMD: pacman --query --file /mirror/libreoffice-still-nr-5.0.6-1.pkg.tar.xz
# libreoffice-still-nr 5.0.6-1

CMD: pacman --query --file /mirror/mesa-vdpau-11.2.2-1.pkg.tar.xz
# mesa-vdpau 11.2.2-1

CMD: pacman --query --file /mirror/cmark-0.25.2-1.pkg.tar.xz
# cmark 0.25.2-1

CMD: pacman --query --file /mirror/arch-install-scripts-17-1.pkg.tar.xz
# arch-install-scripts 17-1

CMD: pacman --query --file /mirror/uthash-1.9.9-1.pkg.tar.xz
# uthash 1.9.9-1

CMD: pacman --query --file /mirror/synfig-1.0.2-4.pkg.tar.xz
# synfig 1.0.2-4

CMD: pacman --query --file /mirror/rox-lib-2.0.6-4.pkg.tar.xz
# rox-lib 2.0.6-4

CMD: pacman --query --file /mirror/ipmitool-1.8.17-1.pkg.tar.xz
# ipmitool 1.8.17-1

CMD: pacman --query --file /mirror/playpen-1:13-1.pkg.tar.xz
# playpen 1:13-1

CMD: pacman --query --file /mirror/libreoffice-still-km-5.0.6-1.pkg.tar.xz
# libreoffice-still-km 5.0.6-1

CMD: pacman --query --file /mirror/gnome-js-common-0.1.2-3.pkg.tar.xz
# gnome-js-common 0.1.2-3

CMD: pacman --query --file /mirror/cherrytree-0.37.1-1.pkg.tar.xz
# cherrytree 0.37.1-1

CMD: pacman --query --file /mirror/snappy-player-1.0-3.pkg.tar.xz
# snappy-player 1.0-3

CMD: pacman --query --file /mirror/crystal-0.18.7-1.pkg.tar.xz
# crystal 0.18.7-1

CMD: pacman --query --file /mirror/tftp-hpa-5.2-5.pkg.tar.xz
# tftp-hpa 5.2-5

CMD: pacman --query --file /mirror/primus-20151110-5.pkg.tar.xz
# primus 20151110-5

CMD: pacman --query --file /mirror/libtorrent-rasterbar-1:1.1-2.pkg.tar.xz
# libtorrent-rasterbar 1:1.1-2

CMD: pacman --query --file /mirror/libreoffice-fresh-gl-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-gl 5.1.4-1

CMD: pacman --query --file /mirror/knewstuff-5.23.0-2.pkg.tar.xz
# knewstuff 5.23.0-2

CMD: pacman --query --file /mirror/virtualbox-guest-modules-arch-5.0.24-1.pkg.tar.xz
# virtualbox-guest-modules-arch 5.0.24-1

CMD: pacman --query --file /mirror/haskell-data-hash-0.2.0.1-2.pkg.tar.xz
# haskell-data-hash 0.2.0.1-2

CMD: pacman --query --file /mirror/vim-ctrlp-1.79-3.pkg.tar.xz
# vim-ctrlp 1.79-3

CMD: pacman --query --file /mirror/wxmaxima-16.04.2-2.pkg.tar.xz
# wxmaxima 16.04.2-2

CMD: pacman --query --file /mirror/python-simplejson-3.8.2-1.pkg.tar.xz
# python-simplejson 3.8.2-1

CMD: pacman --query --file /mirror/firefox-i18n-xh-47.0.1-1.pkg.tar.xz
# firefox-i18n-xh 47.0.1-1

CMD: pacman --query --file /mirror/librpcsecgss-0.19-8.pkg.tar.xz
# librpcsecgss 0.19-8

CMD: pacman --query --file /mirror/python-mysql-connector-2.1.3-1.pkg.tar.xz
# python-mysql-connector 2.1.3-1

CMD: pacman --query --file /mirror/synce-libmimedir-0.4-7.pkg.tar.xz
# synce-libmimedir 0.4-7

CMD: pacman --query --file /mirror/imake-1.0.7-1.pkg.tar.xz
# imake 1.0.7-1

CMD: pacman --query --file /mirror/vim-spell-cy-20150901-1.pkg.tar.xz
# vim-spell-cy 20150901-1

CMD: pacman --query --file /mirror/brltty-5.3.1-3.pkg.tar.xz
# brltty 5.3.1-3

CMD: pacman --query --file /mirror/gstreamer0.10-base-0.10.36-3.pkg.tar.xz
# gstreamer0.10-base 0.10.36-3

CMD: pacman --query --file /mirror/python-logilab-common-1.2.2-1.pkg.tar.xz
# python-logilab-common 1.2.2-1

CMD: pacman --query --file /mirror/gpa-0.9.9-2.pkg.tar.xz
# gpa 0.9.9-2

CMD: pacman --query --file /mirror/firefox-spell-ru-0.4.5-1.pkg.tar.xz
# firefox-spell-ru 0.4.5-1

CMD: pacman --query --file /mirror/kdevelop-python2-1.7.2-2.pkg.tar.xz
# kdevelop-python2 1.7.2-2

CMD: pacman --query --file /mirror/perl-parse-recdescent-1.967013-1.pkg.tar.xz
# perl-parse-recdescent 1.967013-1

CMD: pacman --query --file /mirror/glitz-0.5.6-5.pkg.tar.xz
# glitz 0.5.6-5

CMD: pacman --query --file /mirror/t1utils-1.39-1.pkg.tar.xz
# t1utils 1.39-1

CMD: pacman --query --file /mirror/python-virtualenvwrapper-4.7.1-2.pkg.tar.xz
# python-virtualenvwrapper 4.7.1-2

CMD: pacman --query --file /mirror/go-md2man-1.0.5-1.pkg.tar.xz
# go-md2man 1.0.5-1

CMD: pacman --query --file /mirror/libgoom2-2k4-3.pkg.tar.xz
# libgoom2 2k4-3

CMD: pacman --query --file /mirror/libdmapsharing-2.9.34-1.pkg.tar.xz
# libdmapsharing 2.9.34-1

CMD: pacman --query --file /mirror/mousepad-0.4.0-2.pkg.tar.xz
# mousepad 0.4.0-2

CMD: pacman --query --file /mirror/codeblocks-16.01-4.pkg.tar.xz
# codeblocks 16.01-4

CMD: pacman --query --file /mirror/kbounce-16.04.2-1.pkg.tar.xz
# kbounce 16.04.2-1

CMD: pacman --query --file /mirror/xorg-font-util-1.3.1-1.pkg.tar.xz
# xorg-font-util 1.3.1-1

CMD: pacman --query --file /mirror/libxrender-0.9.9-1.pkg.tar.xz
# libxrender 0.9.9-1

CMD: pacman --query --file /mirror/vmpk-0.6.2a-3.pkg.tar.xz
# vmpk 0.6.2a-3

CMD: pacman --query --file /mirror/libreoffice-still-tr-5.0.6-1.pkg.tar.xz
# libreoffice-still-tr 5.0.6-1

CMD: pacman --query --file /mirror/gambas3-gb-vb-3.8.4-3.pkg.tar.xz
# gambas3-gb-vb 3.8.4-3

CMD: pacman --query --file /mirror/glob2-0.9.4.4-28.pkg.tar.xz
# glob2 0.9.4.4-28

CMD: pacman --query --file /mirror/ropper-1.10.7-1.pkg.tar.xz
# ropper 1.10.7-1

CMD: pacman --query --file /mirror/damageproto-1.2.1-3.pkg.tar.xz
# damageproto 1.2.1-3

CMD: pacman --query --file /mirror/haskell-wai-3.2.1.1-4.pkg.tar.xz
# haskell-wai 3.2.1.1-4

CMD: pacman --query --file /mirror/xournal-0.4.8-2.pkg.tar.xz
# xournal 0.4.8-2

CMD: pacman --query --file /mirror/python-keyring-9.3-1.pkg.tar.xz
# python-keyring 9.3-1

CMD: pacman --query --file /mirror/haskell-edit-distance-0.2.2.1-3.pkg.tar.xz
# haskell-edit-distance 0.2.2.1-3

CMD: pacman --query --file /mirror/wireless-regdb-2015.07.20-1.pkg.tar.xz
# wireless-regdb 2015.07.20-1

CMD: pacman --query --file /mirror/gambas3-gb-db-odbc-3.8.4-3.pkg.tar.xz
# gambas3-gb-db-odbc 3.8.4-3

CMD: pacman --query --file /mirror/mate-applet-streamer-0.1.2-1.pkg.tar.xz
# mate-applet-streamer 0.1.2-1

CMD: pacman --query --file /mirror/perlio-via-dynamic-0.14-1.pkg.tar.xz
# perlio-via-dynamic 0.14-1

CMD: pacman --query --file /mirror/bitcoin-daemon-0.12.1-1.pkg.tar.xz
# bitcoin-daemon 0.12.1-1

CMD: pacman --query --file /mirror/ecryptfs-utils-108-2.pkg.tar.xz
# ecryptfs-utils 108-2

CMD: pacman --query --file /mirror/rote-0.2.8-5.pkg.tar.xz
# rote 0.2.8-5

CMD: pacman --query --file /mirror/tesseract-data-nep-3.04.00-1.pkg.tar.xz
# tesseract-data-nep 3.04.00-1

CMD: pacman --query --file /mirror/ibus-table-extraphrase-1.3.9.20110826-2.pkg.tar.xz
# ibus-table-extraphrase 1.3.9.20110826-2

CMD: pacman --query --file /mirror/atkmm-2.24.2-2.pkg.tar.xz
# atkmm 2.24.2-2

CMD: pacman --query --file /mirror/deepin-grub2-themes-1.0.0-2.pkg.tar.xz
# deepin-grub2-themes 1.0.0-2

CMD: pacman --query --file /mirror/geeqie-1.3-1.pkg.tar.xz
# geeqie 1.3-1

CMD: pacman --query --file /mirror/libreoffice-still-dz-5.0.6-1.pkg.tar.xz
# libreoffice-still-dz 5.0.6-1

CMD: pacman --query --file /mirror/steghide-0.5.1-8.pkg.tar.xz
# steghide 0.5.1-8

CMD: pacman --query --file /mirror/medit-1.2.0-3.pkg.tar.xz
# medit 1.2.0-3

CMD: pacman --query --file /mirror/libreoffice-fresh-bg-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-bg 5.1.4-1

CMD: pacman --query --file /mirror/firefox-i18n-th-47.0.1-1.pkg.tar.xz
# firefox-i18n-th 47.0.1-1

CMD: pacman --query --file /mirror/kde-meta-kdeadmin-16.04-1.pkg.tar.xz
# kde-meta-kdeadmin 16.04-1

CMD: pacman --query --file /mirror/perl-io-html-1.001-1.pkg.tar.xz
# perl-io-html 1.001-1

CMD: pacman --query --file /mirror/php-enchant-7.0.8-1.pkg.tar.xz
# php-enchant 7.0.8-1

CMD: pacman --query --file /mirror/impressive-0.11.1-1.pkg.tar.xz
# impressive 0.11.1-1

CMD: pacman --query --file /mirror/kompozer-i18n-zh-tw-0.8b3-1.pkg.tar.xz
# kompozer-i18n-zh-tw 0.8b3-1

CMD: pacman --query --file /mirror/qtiplot-0.9.8.9-9.pkg.tar.xz
# qtiplot 0.9.8.9-9

CMD: pacman --query --file /mirror/haskell-test-framework-0.8.1.1-5.pkg.tar.xz
# haskell-test-framework 0.8.1.1-5

CMD: pacman --query --file /mirror/media-player-info-22-2.pkg.tar.xz
# media-player-info 22-2

CMD: pacman --query --file /mirror/profont-1-4.pkg.tar.xz
# profont 1-4

CMD: pacman --query --file /mirror/freetalk-4.1-2.pkg.tar.xz
# freetalk 4.1-2

CMD: pacman --query --file /mirror/libgdiplus-3.12-1.pkg.tar.xz
# libgdiplus 3.12-1

CMD: pacman --query --file /mirror/libreoffice-still-is-5.0.6-1.pkg.tar.xz
# libreoffice-still-is 5.0.6-1

CMD: pacman --query --file /mirror/vulscan-2.0-2.pkg.tar.xz
# vulscan 2.0-2

CMD: pacman --query --file /mirror/gdb-7.11.1-1.pkg.tar.xz
# gdb 7.11.1-1

CMD: pacman --query --file /mirror/tesseract-data-mya-3.04.00-1.pkg.tar.xz
# tesseract-data-mya 3.04.00-1

CMD: pacman --query --file /mirror/yasm-1.3.0-1.pkg.tar.xz
# yasm 1.3.0-1

CMD: pacman --query --file /mirror/perl-freezethaw-0.5001-3.pkg.tar.xz
# perl-freezethaw 0.5001-3

CMD: pacman --query --file /mirror/vapoursynth-plugin-fluxsmooth-1.0-1.pkg.tar.xz
# vapoursynth-plugin-fluxsmooth 1.0-1

CMD: pacman --query --file /mirror/kdepim-runtime-16.04.2-1.pkg.tar.xz
# kdepim-runtime 16.04.2-1

CMD: pacman --query --file /mirror/swftools-0.9.2-5.pkg.tar.xz
# swftools 0.9.2-5

CMD: pacman --query --file /mirror/libgig-4.0.0-2.pkg.tar.xz
# libgig 4.0.0-2

CMD: pacman --query --file /mirror/s3fs-fuse-1.79-3.pkg.tar.xz
# s3fs-fuse 1.79-3

CMD: pacman --query --file /mirror/libkcddb-16.04.2-1.pkg.tar.xz
# libkcddb 16.04.2-1

CMD: pacman --query --file /mirror/docbook-sgml31-3.1-2.pkg.tar.xz
# docbook-sgml31 3.1-2

CMD: pacman --query --file /mirror/python2-nose-exclude-0.4.1-1.pkg.tar.xz
# python2-nose-exclude 0.4.1-1

CMD: pacman --query --file /mirror/transmission-cli-2.92-1.pkg.tar.xz
# transmission-cli 2.92-1

CMD: pacman --query --file /mirror/gmp-6.1.1-1.pkg.tar.xz
# gmp 6.1.1-1

CMD: pacman --query --file /mirror/mythplugins-mytharchive-1:0.28-1.pkg.tar.xz
# mythplugins-mytharchive 1:0.28-1

CMD: pacman --query --file /mirror/python-pyopencl-1:2016.1-1.pkg.tar.xz
# python-pyopencl 1:2016.1-1

CMD: pacman --query --file /mirror/ppsspp-1.2.2-1.pkg.tar.xz
# ppsspp 1.2.2-1

CMD: pacman --query --file /mirror/mate-menus-1.12.0-1.pkg.tar.xz
# mate-menus 1.12.0-1

CMD: pacman --query --file /mirror/python-webtest-2.0.21-1.pkg.tar.xz
# python-webtest 2.0.21-1

CMD: pacman --query --file /mirror/glu-9.0.0-4.pkg.tar.xz
# glu 9.0.0-4

CMD: pacman --query --file /mirror/perl-net-dbus-1.1.0-3.pkg.tar.xz
# perl-net-dbus 1.1.0-3

CMD: pacman --query --file /mirror/libreoffice-still-tt-5.0.6-1.pkg.tar.xz
# libreoffice-still-tt 5.0.6-1

CMD: pacman --query --file /mirror/sbxkb-0.7.6-2.pkg.tar.xz
# sbxkb 0.7.6-2

CMD: pacman --query --file /mirror/rygel-0.30.3-2.pkg.tar.xz
# rygel 0.30.3-2

CMD: pacman --query --file /mirror/firefox-i18n-kn-47.0.1-1.pkg.tar.xz
# firefox-i18n-kn 47.0.1-1

CMD: pacman --query --file /mirror/kipi-plugins-5.0.0-1.pkg.tar.xz
# kipi-plugins 5.0.0-1

CMD: pacman --query --file /mirror/tesseract-data-fin-3.04.00-1.pkg.tar.xz
# tesseract-data-fin 3.04.00-1

CMD: pacman --query --file /mirror/aspell-pt-20160624-1.pkg.tar.xz
# aspell-pt 20160624-1

CMD: pacman --query --file /mirror/gecko-mediaplayer-1.0.9-2.pkg.tar.xz
# gecko-mediaplayer 1.0.9-2

CMD: pacman --query --file /mirror/libid3tag-0.15.1b-8.pkg.tar.xz
# libid3tag 0.15.1b-8

CMD: pacman --query --file /mirror/zbar-0.10-7.pkg.tar.xz
# zbar 0.10-7

CMD: pacman --query --file /mirror/firefox-i18n-an-47.0.1-1.pkg.tar.xz
# firefox-i18n-an 47.0.1-1

CMD: pacman --query --file /mirror/libqzeitgeist-0.8.0-6.pkg.tar.xz
# libqzeitgeist 0.8.0-6

CMD: pacman --query --file /mirror/libkdcraw-16.04.2-1.pkg.tar.xz
# libkdcraw 16.04.2-1

CMD: pacman --query --file /mirror/zathura-ps-0.2.3-2.pkg.tar.xz
# zathura-ps 0.2.3-2

CMD: pacman --query --file /mirror/python2-apptools-4.4.0-1.pkg.tar.xz
# python2-apptools 4.4.0-1

CMD: pacman --query --file /mirror/x264-2:148.20160103-1.pkg.tar.xz
# x264 2:148.20160103-1

CMD: pacman --query --file /mirror/perl-object-realize-later-0.19-1.pkg.tar.xz
# perl-object-realize-later 0.19-1

CMD: pacman --query --file /mirror/planner-0.14.6-3.pkg.tar.xz
# planner 0.14.6-3

CMD: pacman --query --file /mirror/coin-3.1.3-15.pkg.tar.xz
# coin 3.1.3-15

CMD: pacman --query --file /mirror/libreoffice-fresh-zh-TW-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-zh-TW 5.1.4-1

CMD: pacman --query --file /mirror/python-pysmbc-1.0.15.5-1.pkg.tar.xz
# python-pysmbc 1.0.15.5-1

CMD: pacman --query --file /mirror/po4a-0.46-1.pkg.tar.xz
# po4a 0.46-1

CMD: pacman --query --file /mirror/osiris-4.2.3-9.pkg.tar.xz
# osiris 4.2.3-9

CMD: pacman --query --file /mirror/cdrkit-1.1.11-3.pkg.tar.xz
# cdrkit 1.1.11-3

CMD: pacman --query --file /mirror/gnome-control-center-3.20.1-1.pkg.tar.xz
# gnome-control-center 3.20.1-1

CMD: pacman --query --file /mirror/kdiff3-0.9.98-5.pkg.tar.xz
# kdiff3 0.9.98-5

CMD: pacman --query --file /mirror/perl-sort-naturally-1.03-1.pkg.tar.xz
# perl-sort-naturally 1.03-1

CMD: pacman --query --file /mirror/xfce4-datetime-plugin-0.6.2-4.pkg.tar.xz
# xfce4-datetime-plugin 0.6.2-4

CMD: pacman --query --file /mirror/python-patsy-0.4.1-1.pkg.tar.xz
# python-patsy 0.4.1-1

CMD: pacman --query --file /mirror/python-socketio-1.4.1-1.pkg.tar.xz
# python-socketio 1.4.1-1

CMD: pacman --query --file /mirror/python2-zope-hookable-4.0.4-1.pkg.tar.xz
# python2-zope-hookable 4.0.4-1

CMD: pacman --query --file /mirror/indent-2.2.11-4.pkg.tar.xz
# indent 2.2.11-4

CMD: pacman --query --file /mirror/python2-persistent-4.2.1-1.pkg.tar.xz
# python2-persistent 4.2.1-1

CMD: pacman --query --file /mirror/unrtf-0.21.9-1.pkg.tar.xz
# unrtf 0.21.9-1

CMD: pacman --query --file /mirror/pm-quirks-0.20100619-4.pkg.tar.xz
# pm-quirks 0.20100619-4

CMD: pacman --query --file /mirror/kdevelop-qmljs-1.7.0-2.pkg.tar.xz
# kdevelop-qmljs 1.7.0-2

CMD: pacman --query --file /mirror/python-markupsafe-0.23-3.pkg.tar.xz
# python-markupsafe 0.23-3

CMD: pacman --query --file /mirror/mate-panel-1.12.2-1.pkg.tar.xz
# mate-panel 1.12.2-1

CMD: pacman --query --file /mirror/libdbi-0.9.0-2.pkg.tar.xz
# libdbi 0.9.0-2

CMD: pacman --query --file /mirror/perl-data-structure-util-0.16-3.pkg.tar.xz
# perl-data-structure-util 0.16-3

CMD: pacman --query --file /mirror/haskell-crypto-random-0.0.9-4.pkg.tar.xz
# haskell-crypto-random 0.0.9-4

CMD: pacman --query --file /mirror/haskell-resourcet-1.1.7.4-2.pkg.tar.xz
# haskell-resourcet 1.1.7.4-2

CMD: pacman --query --file /mirror/python-freezegun-0.3.7-1.pkg.tar.xz
# python-freezegun 0.3.7-1

CMD: pacman --query --file /mirror/xf86-video-openchrome-0.5.0-1.pkg.tar.xz
# xf86-video-openchrome 0.5.0-1

CMD: pacman --query --file /mirror/fdkaac-0.6.2-2.pkg.tar.xz
# fdkaac 0.6.2-2

CMD: pacman --query --file /mirror/mozilla-common-1.4-4.pkg.tar.xz
# mozilla-common 1.4-4

CMD: pacman --query --file /mirror/libmusicbrainz5-5.1.0-2.pkg.tar.xz
# libmusicbrainz5 5.1.0-2

CMD: pacman --query --file /mirror/vim-airline-themes-r1146.5a6453c-1.pkg.tar.xz
# vim-airline-themes r1146.5a6453c-1

CMD: pacman --query --file /mirror/perl-net-http-6.09-1.pkg.tar.xz
# perl-net-http 6.09-1

CMD: pacman --query --file /mirror/python2-progressbar-2.3-6.pkg.tar.xz
# python2-progressbar 2.3-6

CMD: pacman --query --file /mirror/python2-lxml-3.6.0-1.pkg.tar.xz
# python2-lxml 3.6.0-1

CMD: pacman --query --file /mirror/libx264-10bit-2:148.20160103-1.pkg.tar.xz
# libx264-10bit 2:148.20160103-1

CMD: pacman --query --file /mirror/python2-sqlobject-2.1.2-1.pkg.tar.xz
# python2-sqlobject 2.1.2-1

CMD: pacman --query --file /mirror/qt-recordmydesktop-0.3.8-7.pkg.tar.xz
# qt-recordmydesktop 0.3.8-7

CMD: pacman --query --file /mirror/python2-flickrapi-2.1.2-1.pkg.tar.xz
# python2-flickrapi 2.1.2-1

CMD: pacman --query --file /mirror/kplotting-5.23.0-1.pkg.tar.xz
# kplotting 5.23.0-1

CMD: pacman --query --file /mirror/gst-plugins-good-1.8.2-1.pkg.tar.xz
# gst-plugins-good 1.8.2-1

CMD: pacman --query --file /mirror/splix-2.0.0-13.pkg.tar.xz
# splix 2.0.0-13

CMD: pacman --query --file /mirror/xcb-util-image-0.4.0-1.pkg.tar.xz
# xcb-util-image 0.4.0-1

CMD: pacman --query --file /mirror/php-mongodb-1.1.8-1.pkg.tar.xz
# php-mongodb 1.1.8-1

CMD: pacman --query --file /mirror/haskell-pandoc-citeproc-0.10-9.pkg.tar.xz
# haskell-pandoc-citeproc 0.10-9

CMD: pacman --query --file /mirror/python2-augeas-0.5.0-1.pkg.tar.xz
# python2-augeas 0.5.0-1

CMD: pacman --query --file /mirror/texlive-pstricks-2015.38821-1.pkg.tar.xz
# texlive-pstricks 2015.38821-1

CMD: pacman --query --file /mirror/python2-fuse-0.2.1-5.pkg.tar.xz
# python2-fuse 0.2.1-5

CMD: pacman --query --file /mirror/spyder-2.3.9-1.pkg.tar.xz
# spyder 2.3.9-1

CMD: pacman --query --file /mirror/ffms2-2.22-2.pkg.tar.xz
# ffms2 2.22-2

CMD: pacman --query --file /mirror/sisctrl-0.0.20051202-7.pkg.tar.xz
# sisctrl 0.0.20051202-7

CMD: pacman --query --file /mirror/midori-gtk2-0.5.11-5.pkg.tar.xz
# midori-gtk2 0.5.11-5

CMD: pacman --query --file /mirror/projectm-test-2.1.0-13.pkg.tar.xz
# projectm-test 2.1.0-13

CMD: pacman --query --file /mirror/startdde-3.0.5-2.pkg.tar.xz
# startdde 3.0.5-2

CMD: pacman --query --file /mirror/fabric-1.11.1-2.pkg.tar.xz
# fabric 1.11.1-2

CMD: pacman --query --file /mirror/ruby-dbus-0.11.0-2.pkg.tar.xz
# ruby-dbus 0.11.0-2

CMD: pacman --query --file /mirror/perl-math-base85-0.2-6.pkg.tar.xz
# perl-math-base85 0.2-6

CMD: pacman --query --file /mirror/xf86-input-acecad-1.5.0-9.pkg.tar.xz
# xf86-input-acecad 1.5.0-9

CMD: pacman --query --file /mirror/gts-0.7.6-3.pkg.tar.xz
# gts 0.7.6-3

CMD: pacman --query --file /mirror/multitail-6.4.2-1.pkg.tar.xz
# multitail 6.4.2-1

CMD: pacman --query --file /mirror/enscript-1.6.6-2.pkg.tar.xz
# enscript 1.6.6-2

CMD: pacman --query --file /mirror/lockdev-1.0.3_1.6-2.pkg.tar.xz
# lockdev 1.0.3_1.6-2

CMD: pacman --query --file /mirror/thunderbird-i18n-el-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-el 45.2.0-1

CMD: pacman --query --file /mirror/kwallet-5.23.0-1.pkg.tar.xz
# kwallet 5.23.0-1

CMD: pacman --query --file /mirror/pgadmin3-1.22.1-2.pkg.tar.xz
# pgadmin3 1.22.1-2

CMD: pacman --query --file /mirror/doublecmd-gtk2-0.7.3-1.pkg.tar.xz
# doublecmd-gtk2 0.7.3-1

CMD: pacman --query --file /mirror/libomxil-bellagio-0.9.3-1.pkg.tar.xz
# libomxil-bellagio 0.9.3-1

CMD: pacman --query --file /mirror/perl-readonly-2.01-1.pkg.tar.xz
# perl-readonly 2.01-1

CMD: pacman --query --file /mirror/opencc-1.0.4-1.pkg.tar.xz
# opencc 1.0.4-1

CMD: pacman --query --file /mirror/archlinux-menus-2.5-2.pkg.tar.xz
# archlinux-menus 2.5-2

CMD: pacman --query --file /mirror/python-cairocffi-0.7.2-2.pkg.tar.xz
# python-cairocffi 0.7.2-2

CMD: pacman --query --file /mirror/partimage-0.6.9-9.pkg.tar.xz
# partimage 0.6.9-9

CMD: pacman --query --file /mirror/perl-test-exception-0.43-1.pkg.tar.xz
# perl-test-exception 0.43-1

CMD: pacman --query --file /mirror/performous-1.1-3.pkg.tar.xz
# performous 1.1-3

CMD: pacman --query --file /mirror/perl-xml-sax-base-1.08-3.pkg.tar.xz
# perl-xml-sax-base 1.08-3

CMD: pacman --query --file /mirror/vim-spell-la-20150901-1.pkg.tar.xz
# vim-spell-la 20150901-1

CMD: pacman --query --file /mirror/kdegames-kigo-16.04.2-1.pkg.tar.xz
# kdegames-kigo 16.04.2-1

CMD: pacman --query --file /mirror/php-sqlite-7.0.8-1.pkg.tar.xz
# php-sqlite 7.0.8-1

CMD: pacman --query --file /mirror/libltc-1.1.4-1.pkg.tar.xz
# libltc 1.1.4-1

CMD: pacman --query --file /mirror/gmp-ecm-7.0-1.pkg.tar.xz
# gmp-ecm 7.0-1

CMD: pacman --query --file /mirror/mm-common-0.9.10-1.pkg.tar.xz
# mm-common 0.9.10-1

CMD: pacman --query --file /mirror/ibus-table-chinese-1.8.2-1.pkg.tar.xz
# ibus-table-chinese 1.8.2-1

CMD: pacman --query --file /mirror/python-doublex-expects-0.7.0rc2-1.pkg.tar.xz
# python-doublex-expects 0.7.0rc2-1

CMD: pacman --query --file /mirror/nopaste-0.1-4.pkg.tar.xz
# nopaste 0.1-4

CMD: pacman --query --file /mirror/audex-0.79-4.pkg.tar.xz
# audex 0.79-4

CMD: pacman --query --file /mirror/sniffit-0.3.7.beta-16.pkg.tar.xz
# sniffit 0.3.7.beta-16

CMD: pacman --query --file /mirror/python2-defusedxml-0.4.1-2.pkg.tar.xz
# python2-defusedxml 0.4.1-2

CMD: pacman --query --file /mirror/nanomsg-1.0.0-1.pkg.tar.xz
# nanomsg 1.0.0-1

CMD: pacman --query --file /mirror/unison-2.48.4-1.pkg.tar.xz
# unison 2.48.4-1

CMD: pacman --query --file /mirror/gnome-online-miners-3.20.0-1.pkg.tar.xz
# gnome-online-miners 3.20.0-1

CMD: pacman --query --file /mirror/texlive-core-2015.38835-1.pkg.tar.xz
# texlive-core 2015.38835-1

CMD: pacman --query --file /mirror/typespeed-0.6.5-6.pkg.tar.xz
# typespeed 0.6.5-6

CMD: pacman --query --file /mirror/ripperx-2.8.0-2.pkg.tar.xz
# ripperx 2.8.0-2

CMD: pacman --query --file /mirror/mono-4.4.0.40-2.pkg.tar.xz
# mono 4.4.0.40-2

CMD: pacman --query --file /mirror/deepin-dock-3.0.11-1.pkg.tar.xz
# deepin-dock 3.0.11-1

CMD: pacman --query --file /mirror/python2-protobuf-2.6.1-2.pkg.tar.xz
# python2-protobuf 2.6.1-2

CMD: pacman --query --file /mirror/kparts-5.23.0-1.pkg.tar.xz
# kparts 5.23.0-1

CMD: pacman --query --file /mirror/tenshi-0.15-1.pkg.tar.xz
# tenshi 0.15-1

CMD: pacman --query --file /mirror/renderproto-0.11.1-3.pkg.tar.xz
# renderproto 0.11.1-3

CMD: pacman --query --file /mirror/haskell-retry-0.7.4-3.pkg.tar.xz
# haskell-retry 0.7.4-3

CMD: pacman --query --file /mirror/bomber-16.04.2-1.pkg.tar.xz
# bomber 16.04.2-1

CMD: pacman --query --file /mirror/libyaml-0.1.6-1.pkg.tar.xz
# libyaml 0.1.6-1

CMD: pacman --query --file /mirror/gconf-perl-1.044-11.pkg.tar.xz
# gconf-perl 1.044-11

CMD: pacman --query --file /mirror/python-pudb-2016.2-1.pkg.tar.xz
# python-pudb 2016.2-1

CMD: pacman --query --file /mirror/faad2-2.7-4.pkg.tar.xz
# faad2 2.7-4

CMD: pacman --query --file /mirror/offlineimap-6.7.0.1-1.pkg.tar.xz
# offlineimap 6.7.0.1-1

CMD: pacman --query --file /mirror/libesmtp-1.0.6-4.pkg.tar.xz
# libesmtp 1.0.6-4

CMD: pacman --query --file /mirror/qtractor-0.7.5-1.pkg.tar.xz
# qtractor 0.7.5-1

CMD: pacman --query --file /mirror/thunderbird-i18n-zh-tw-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-zh-tw 45.2.0-1

CMD: pacman --query --file /mirror/bovo-16.04.2-1.pkg.tar.xz
# bovo 16.04.2-1

CMD: pacman --query --file /mirror/gambatte-sdl-r572-2.pkg.tar.xz
# gambatte-sdl r572-2

CMD: pacman --query --file /mirror/ipcalc-0.41-5.pkg.tar.xz
# ipcalc 0.41-5

CMD: pacman --query --file /mirror/mongodb-tools-3.2.5-1.pkg.tar.xz
# mongodb-tools 3.2.5-1

CMD: pacman --query --file /mirror/thunderbird-i18n-sl-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-sl 45.2.0-1

CMD: pacman --query --file /mirror/firefox-i18n-ga-ie-47.0.1-1.pkg.tar.xz
# firefox-i18n-ga-ie 47.0.1-1

CMD: pacman --query --file /mirror/neovim-0.1.4-1.pkg.tar.xz
# neovim 0.1.4-1

CMD: pacman --query --file /mirror/haskell-prelude-extras-0.4.0.3-2.pkg.tar.xz
# haskell-prelude-extras 0.4.0.3-2

CMD: pacman --query --file /mirror/vagrant-1.8.4-1.pkg.tar.xz
# vagrant 1.8.4-1

CMD: pacman --query --file /mirror/python-paramiko-2.0.1-1.pkg.tar.xz
# python-paramiko 2.0.1-1

CMD: pacman --query --file /mirror/fvwm-crystal-3.3.2-2.pkg.tar.xz
# fvwm-crystal 3.3.2-2

CMD: pacman --query --file /mirror/v4l2ucp-2.0.2-3.pkg.tar.xz
# v4l2ucp 2.0.2-3

CMD: pacman --query --file /mirror/spring-kp-4.6-2.pkg.tar.xz
# spring-kp 4.6-2

CMD: pacman --query --file /mirror/gtk-engine-aurora-1.5.1-4.pkg.tar.xz
# gtk-engine-aurora 1.5.1-4

CMD: pacman --query --file /mirror/python-pyro-4.41-1.pkg.tar.xz
# python-pyro 4.41-1

CMD: pacman --query --file /mirror/libunique-1.1.6-6.pkg.tar.xz
# libunique 1.1.6-6

CMD: pacman --query --file /mirror/iptraf-ng-1.1.4-2.pkg.tar.xz
# iptraf-ng 1.1.4-2

CMD: pacman --query --file /mirror/calligra-l10n-gl-2.9.11-1.pkg.tar.xz
# calligra-l10n-gl 2.9.11-1

CMD: pacman --query --file /mirror/pari-galdata-20080411-1.pkg.tar.xz
# pari-galdata 20080411-1

CMD: pacman --query --file /mirror/seahorse-nautilus-3.11.92-1.pkg.tar.xz
# seahorse-nautilus 3.11.92-1

CMD: pacman --query --file /mirror/virtviewer-4.0-1.pkg.tar.xz
# virtviewer 4.0-1

CMD: pacman --query --file /mirror/gegl-0.3.6-1.pkg.tar.xz
# gegl 0.3.6-1

CMD: pacman --query --file /mirror/wesnoth-1.12.6-1.pkg.tar.xz
# wesnoth 1.12.6-1

CMD: pacman --query --file /mirror/python-certifi-2016.2.28-1.pkg.tar.xz
# python-certifi 2016.2.28-1

CMD: pacman --query --file /mirror/libepc-0.4.4-3.pkg.tar.xz
# libepc 0.4.4-3

CMD: pacman --query --file /mirror/xvkbd-3.7-1.pkg.tar.xz
# xvkbd 3.7-1

CMD: pacman --query --file /mirror/httpbin-0.4.1-1.pkg.tar.xz
# httpbin 0.4.1-1

CMD: pacman --query --file /mirror/pm-utils-1.4.1-6.pkg.tar.xz
# pm-utils 1.4.1-6

CMD: pacman --query --file /mirror/libvirt-python-2.0.0-1.pkg.tar.xz
# libvirt-python 2.0.0-1

CMD: pacman --query --file /mirror/python2-jinja-2.8-2.pkg.tar.xz
# python2-jinja 2.8-2

CMD: pacman --query --file /mirror/python-jdcal-1.2-1.pkg.tar.xz
# python-jdcal 1.2-1

CMD: pacman --query --file /mirror/foomatic-db-ppds-3:20160606-1.pkg.tar.xz
# foomatic-db-ppds 3:20160606-1

CMD: pacman --query --file /mirror/unoconv-0.7-1.pkg.tar.xz
# unoconv 0.7-1

CMD: pacman --query --file /mirror/gmpc-11.8.16-3.pkg.tar.xz
# gmpc 11.8.16-3

CMD: pacman --query --file /mirror/paxd-32-1.pkg.tar.xz
# paxd 32-1

CMD: pacman --query --file /mirror/libreoffice-still-mn-5.0.6-1.pkg.tar.xz
# libreoffice-still-mn 5.0.6-1

CMD: pacman --query --file /mirror/kile-2.1.3-7.pkg.tar.xz
# kile 2.1.3-7

CMD: pacman --query --file /mirror/snowball-0+337-2.pkg.tar.xz
# snowball 0+337-2

CMD: pacman --query --file /mirror/python2-mox3-0.16.0-1.pkg.tar.xz
# python2-mox3 0.16.0-1

CMD: pacman --query --file /mirror/libchewing-0.5.1-1.pkg.tar.xz
# libchewing 0.5.1-1

CMD: pacman --query --file /mirror/openjdk8-src-8.u92-1.pkg.tar.xz
# openjdk8-src 8.u92-1

CMD: pacman --query --file /mirror/iptstate-2.2.5-4.pkg.tar.xz
# iptstate 2.2.5-4

CMD: pacman --query --file /mirror/haskell-ansi-terminal-0.6.2.3-3.pkg.tar.xz
# haskell-ansi-terminal 0.6.2.3-3

CMD: pacman --query --file /mirror/llvm35-libs-3.5.2-3.pkg.tar.xz
# llvm35-libs 3.5.2-3

CMD: pacman --query --file /mirror/rt3562sta-2.4.1.1_r3-12.pkg.tar.xz
# rt3562sta 2.4.1.1_r3-12

CMD: pacman --query --file /mirror/linuxsampler-2.0.0-4.pkg.tar.xz
# linuxsampler 2.0.0-4

CMD: pacman --query --file /mirror/python2-qiniu-7.0.7-1.pkg.tar.xz
# python2-qiniu 7.0.7-1

CMD: pacman --query --file /mirror/racket-docs-6.5-1.pkg.tar.xz
# racket-docs 6.5-1

CMD: pacman --query --file /mirror/xwax-1.5-2.pkg.tar.xz
# xwax 1.5-2

CMD: pacman --query --file /mirror/gimp-help-nl-2.8.2-4.pkg.tar.xz
# gimp-help-nl 2.8.2-4

CMD: pacman --query --file /mirror/libreoffice-still-es-5.0.6-1.pkg.tar.xz
# libreoffice-still-es 5.0.6-1

CMD: pacman --query --file /mirror/mate-user-share-1.12.0-1.pkg.tar.xz
# mate-user-share 1.12.0-1

CMD: pacman --query --file /mirror/torsocks-2.1.0-1.pkg.tar.xz
# torsocks 2.1.0-1

CMD: pacman --query --file /mirror/datemath-2.0.10-5.pkg.tar.xz
# datemath 2.0.10-5

CMD: pacman --query --file /mirror/python-entrypoints-0.2.2-1.pkg.tar.xz
# python-entrypoints 0.2.2-1

CMD: pacman --query --file /mirror/launchy-2.5-5.pkg.tar.xz
# launchy 2.5-5

CMD: pacman --query --file /mirror/perl-ical-parser-1.20-1.pkg.tar.xz
# perl-ical-parser 1.20-1

CMD: pacman --query --file /mirror/python-zope-component-4.2.2-1.pkg.tar.xz
# python-zope-component 4.2.2-1

CMD: pacman --query --file /mirror/python-pylast-1.6.0-1.pkg.tar.xz
# python-pylast 1.6.0-1

CMD: pacman --query --file /mirror/syslinux-6.03-6.pkg.tar.xz
# syslinux 6.03-6

CMD: pacman --query --file /mirror/libieee1284-0.2.11-5.pkg.tar.xz
# libieee1284 0.2.11-5

CMD: pacman --query --file /mirror/bin2iso-1.9b-4.pkg.tar.xz
# bin2iso 1.9b-4

CMD: pacman --query --file /mirror/epydoc-3.0.1-3.pkg.tar.xz
# epydoc 3.0.1-3

CMD: pacman --query --file /mirror/tesseract-data-afr-3.04.00-1.pkg.tar.xz
# tesseract-data-afr 3.04.00-1

CMD: pacman --query --file /mirror/calligra-l10n-cs-2.9.11-1.pkg.tar.xz
# calligra-l10n-cs 2.9.11-1

CMD: pacman --query --file /mirror/nbd-3.14-2.pkg.tar.xz
# nbd 3.14-2

CMD: pacman --query --file /mirror/python-zope-schema-4.4.2-1.pkg.tar.xz
# python-zope-schema 4.4.2-1

CMD: pacman --query --file /mirror/haskell-base-compat-0.9.1-2.pkg.tar.xz
# haskell-base-compat 0.9.1-2

CMD: pacman --query --file /mirror/groovy-docs-2.4.7-1.pkg.tar.xz
# groovy-docs 2.4.7-1

CMD: pacman --query --file /mirror/twine-1.7.4-1.pkg.tar.xz
# twine 1.7.4-1

CMD: pacman --query --file /mirror/phonon-qt5-vlc-0.9.0-1.pkg.tar.xz
# phonon-qt5-vlc 0.9.0-1

CMD: pacman --query --file /mirror/geoip-1.6.6-2.pkg.tar.xz
# geoip 1.6.6-2

CMD: pacman --query --file /mirror/arista-0.9.7-12.pkg.tar.xz
# arista 0.9.7-12

CMD: pacman --query --file /mirror/python-w3lib-1.14.2-1.pkg.tar.xz
# python-w3lib 1.14.2-1

CMD: pacman --query --file /mirror/qupzilla-2.0.1-2.pkg.tar.xz
# qupzilla 2.0.1-2

CMD: pacman --query --file /mirror/sdl2_image-2.0.1-1.pkg.tar.xz
# sdl2_image 2.0.1-1

CMD: pacman --query --file /mirror/noto-fonts-20151224-2.pkg.tar.xz
# noto-fonts 20151224-2

CMD: pacman --query --file /mirror/python-keystone-0.9-1.pkg.tar.xz
# python-keystone 0.9-1

CMD: pacman --query --file /mirror/haskell-http-conduit-2.1.11-2.pkg.tar.xz
# haskell-http-conduit 2.1.11-2

CMD: pacman --query --file /mirror/python-pifpaf-0.8.0-1.pkg.tar.xz
# python-pifpaf 0.8.0-1

CMD: pacman --query --file /mirror/python2-requests-kerberos-0.10.0-1.pkg.tar.xz
# python2-requests-kerberos 0.10.0-1

CMD: pacman --query --file /mirror/lzo-2.09-1.pkg.tar.xz
# lzo 2.09-1

CMD: pacman --query --file /mirror/libgtksourceviewmm2-2.10.3-2.pkg.tar.xz
# libgtksourceviewmm2 2.10.3-2

CMD: pacman --query --file /mirror/libreoffice-still-sa-IN-5.0.6-1.pkg.tar.xz
# libreoffice-still-sa-IN 5.0.6-1

CMD: pacman --query --file /mirror/kshisen-16.04.2-1.pkg.tar.xz
# kshisen 16.04.2-1

CMD: pacman --query --file /mirror/mate-settings-daemon-1.12.1-1.pkg.tar.xz
# mate-settings-daemon 1.12.1-1

CMD: pacman --query --file /mirror/ddrescue-1.21-1.pkg.tar.xz
# ddrescue 1.21-1

CMD: pacman --query --file /mirror/libxdmcp-1.1.2-1.pkg.tar.xz
# libxdmcp 1.1.2-1

CMD: pacman --query --file /mirror/libva-mesa-driver-11.2.2-1.pkg.tar.xz
# libva-mesa-driver 11.2.2-1

CMD: pacman --query --file /mirror/qemu-block-rbd-2.6.0-1.pkg.tar.xz
# qemu-block-rbd 2.6.0-1

CMD: pacman --query --file /mirror/android-tools-6.0.1_r46-1.pkg.tar.xz
# android-tools 6.0.1_r46-1

CMD: pacman --query --file /mirror/perl-file-finder-0.53-4.pkg.tar.xz
# perl-file-finder 0.53-4

CMD: pacman --query --file /mirror/python2-path-8.2.1-1.pkg.tar.xz
# python2-path 8.2.1-1

CMD: pacman --query --file /mirror/raul-0.8.0-5.pkg.tar.xz
# raul 0.8.0-5

CMD: pacman --query --file /mirror/xorg-xcmsdb-1.0.5-1.pkg.tar.xz
# xorg-xcmsdb 1.0.5-1

CMD: pacman --query --file /mirror/libreoffice-still-ne-5.0.6-1.pkg.tar.xz
# libreoffice-still-ne 5.0.6-1

CMD: pacman --query --file /mirror/girara-0.2.6-1.pkg.tar.xz
# girara 0.2.6-1

CMD: pacman --query --file /mirror/ddd-3.3.12-8.pkg.tar.xz
# ddd 3.3.12-8

CMD: pacman --query --file /mirror/sqlitemanager-1.2.4-4.pkg.tar.xz
# sqlitemanager 1.2.4-4

CMD: pacman --query --file /mirror/libreoffice-fresh-be-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-be 5.1.4-1

CMD: pacman --query --file /mirror/elasticsearch-2.3.4-1.pkg.tar.xz
# elasticsearch 2.3.4-1

CMD: pacman --query --file /mirror/perl-lingua-preferred-0.2.4-5.pkg.tar.xz
# perl-lingua-preferred 0.2.4-5

CMD: pacman --query --file /mirror/pygtksourceview2-2.10.1-5.pkg.tar.xz
# pygtksourceview2 2.10.1-5

CMD: pacman --query --file /mirror/go-tools-2:1.6.2-2.pkg.tar.xz
# go-tools 2:1.6.2-2

CMD: pacman --query --file /mirror/kconfig-5.23.0-1.pkg.tar.xz
# kconfig 5.23.0-1

CMD: pacman --query --file /mirror/wah-plugins-0.1.0-2.pkg.tar.xz
# wah-plugins 0.1.0-2

CMD: pacman --query --file /mirror/ibus-rime-1.2-1.pkg.tar.xz
# ibus-rime 1.2-1

CMD: pacman --query --file /mirror/xorg-xfontsel-1.0.5-1.pkg.tar.xz
# xorg-xfontsel 1.0.5-1

CMD: pacman --query --file /mirror/libpng-1.6.23-1.pkg.tar.xz
# libpng 1.6.23-1

CMD: pacman --query --file /mirror/python2-sword-1.7.4-7.pkg.tar.xz
# python2-sword 1.7.4-7

CMD: pacman --query --file /mirror/haskell-dataenc-0.14.0.7-8.pkg.tar.xz
# haskell-dataenc 0.14.0.7-8

CMD: pacman --query --file /mirror/httping-2.4-4.pkg.tar.xz
# httping 2.4-4

CMD: pacman --query --file /mirror/unionfs-fuse-1.0-1.pkg.tar.xz
# unionfs-fuse 1.0-1

CMD: pacman --query --file /mirror/gtkglarea-2.1.0-1.pkg.tar.xz
# gtkglarea 2.1.0-1

CMD: pacman --query --file /mirror/lrzip-0.630-1.pkg.tar.xz
# lrzip 0.630-1

CMD: pacman --query --file /mirror/haskell-network-uri-2.6.1.0-3.pkg.tar.xz
# haskell-network-uri 2.6.1.0-3

CMD: pacman --query --file /mirror/firefox-i18n-sq-47.0.1-1.pkg.tar.xz
# firefox-i18n-sq 47.0.1-1

CMD: pacman --query --file /mirror/xcompmgr-1.1.7-1.pkg.tar.xz
# xcompmgr 1.1.7-1

CMD: pacman --query --file /mirror/xcursor-comix-0.9.0-1.pkg.tar.xz
# xcursor-comix 0.9.0-1

CMD: pacman --query --file /mirror/kvirc-4.2.0-9.pkg.tar.xz
# kvirc 4.2.0-9

CMD: pacman --query --file /mirror/arch-wiki-lite-20160308-2.pkg.tar.xz
# arch-wiki-lite 20160308-2

CMD: pacman --query --file /mirror/python2-logilab-common-1.2.2-1.pkg.tar.xz
# python2-logilab-common 1.2.2-1

CMD: pacman --query --file /mirror/id3lib-3.8.3-16.pkg.tar.xz
# id3lib 3.8.3-16

CMD: pacman --query --file /mirror/kde-l10n-ga-16.04.2-1.pkg.tar.xz
# kde-l10n-ga 16.04.2-1

CMD: pacman --query --file /mirror/libmnl-1.0.4-1.pkg.tar.xz
# libmnl 1.0.4-1

CMD: pacman --query --file /mirror/python-filebytes-0.9.12-1.pkg.tar.xz
# python-filebytes 0.9.12-1

CMD: pacman --query --file /mirror/silly-0.1.0-7.pkg.tar.xz
# silly 0.1.0-7

CMD: pacman --query --file /mirror/ladspa-1.13-6.pkg.tar.xz
# ladspa 1.13-6

CMD: pacman --query --file /mirror/tesseract-data-lit-3.04.00-1.pkg.tar.xz
# tesseract-data-lit 3.04.00-1

CMD: pacman --query --file /mirror/libreoffice-still-br-5.0.6-1.pkg.tar.xz
# libreoffice-still-br 5.0.6-1

CMD: pacman --query --file /mirror/python2-pyjwt-1.4.0-1.pkg.tar.xz
# python2-pyjwt 1.4.0-1

CMD: pacman --query --file /mirror/calligra-l10n-uk-2.9.11-1.pkg.tar.xz
# calligra-l10n-uk 2.9.11-1

CMD: pacman --query --file /mirror/tesseract-data-spa-3.04.00-1.pkg.tar.xz
# tesseract-data-spa 3.04.00-1

CMD: pacman --query --file /mirror/python-service-identity-16.0.0-1.pkg.tar.xz
# python-service-identity 16.0.0-1

CMD: pacman --query --file /mirror/haskell-monad-journal-0.7.2-5.pkg.tar.xz
# haskell-monad-journal 0.7.2-5

CMD: pacman --query --file /mirror/grilo-0.3.1-1.pkg.tar.xz
# grilo 0.3.1-1

CMD: pacman --query --file /mirror/uwsgi-2.0.13.1-3.pkg.tar.xz
# uwsgi 2.0.13.1-3

CMD: pacman --query --file /mirror/python-pyqt5-5.6-1.pkg.tar.xz
# python-pyqt5 5.6-1

CMD: pacman --query --file /mirror/ftjam-2.5.3rc2-4.pkg.tar.xz
# ftjam 2.5.3rc2-4

CMD: pacman --query --file /mirror/opendesktop-fonts-1.4.2-3.pkg.tar.xz
# opendesktop-fonts 1.4.2-3

CMD: pacman --query --file /mirror/connman-1.32-1.pkg.tar.xz
# connman 1.32-1

CMD: pacman --query --file /mirror/gambas3-gb-db-postgresql-3.8.4-3.pkg.tar.xz
# gambas3-gb-db-postgresql 3.8.4-3

CMD: pacman --query --file /mirror/qt5-gstreamer-1.2.0-2.pkg.tar.xz
# qt5-gstreamer 1.2.0-2

CMD: pacman --query --file /mirror/evolution-ews-3.20.3-1.pkg.tar.xz
# evolution-ews 3.20.3-1

CMD: pacman --query --file /mirror/python-autobahn-0.14.1-1.pkg.tar.xz
# python-autobahn 0.14.1-1

CMD: pacman --query --file /mirror/usbip-4.6-4.pkg.tar.xz
# usbip 4.6-4

CMD: pacman --query --file /mirror/python-case-1.2.2-1.pkg.tar.xz
# python-case 1.2.2-1

CMD: pacman --query --file /mirror/wqy-bitmapfont-1.0.0RC1-1.pkg.tar.xz
# wqy-bitmapfont 1.0.0RC1-1

CMD: pacman --query --file /mirror/hexer-0.2.3-1.pkg.tar.xz
# hexer 0.2.3-1

CMD: pacman --query --file /mirror/toxcore-3747-1.pkg.tar.xz
# toxcore 3747-1

CMD: pacman --query --file /mirror/tesseract-data-aze_cyrl-3.04.00-1.pkg.tar.xz
# tesseract-data-aze_cyrl 3.04.00-1

CMD: pacman --query --file /mirror/texlive-bibtexextra-2015.38806-1.pkg.tar.xz
# texlive-bibtexextra 2015.38806-1

CMD: pacman --query --file /mirror/python2-waitress-0.9.0-1.pkg.tar.xz
# python2-waitress 0.9.0-1

CMD: pacman --query --file /mirror/eslint-3.0.1-1.pkg.tar.xz
# eslint 3.0.1-1

CMD: pacman --query --file /mirror/pypanel-2.4-9.pkg.tar.xz
# pypanel 2.4-9

CMD: pacman --query --file /mirror/perl-data-random-0.12-1.pkg.tar.xz
# perl-data-random 0.12-1

CMD: pacman --query --file /mirror/dvdbackup-0.4.2-2.pkg.tar.xz
# dvdbackup 0.4.2-2

CMD: pacman --query --file /mirror/teeworlds-0.6.3-2.pkg.tar.xz
# teeworlds 0.6.3-2

CMD: pacman --query --file /mirror/netselect-0.3-3.pkg.tar.xz
# netselect 0.3-3

CMD: pacman --query --file /mirror/uniconvertor-1.1.5-8.pkg.tar.xz
# uniconvertor 1.1.5-8

CMD: pacman --query --file /mirror/idle3-tools-0.9.1-5.pkg.tar.xz
# idle3-tools 0.9.1-5

CMD: pacman --query --file /mirror/wvstreams-4.6.1-9.pkg.tar.xz
# wvstreams 4.6.1-9

CMD: pacman --query --file /mirror/luarocks-2.3.0-1.pkg.tar.xz
# luarocks 2.3.0-1

CMD: pacman --query --file /mirror/human-icon-theme-0.36-5.pkg.tar.xz
# human-icon-theme 0.36-5

CMD: pacman --query --file /mirror/kdegames-kgoldrunner-16.04.2-1.pkg.tar.xz
# kdegames-kgoldrunner 16.04.2-1

CMD: pacman --query --file /mirror/tesseract-3.04.01-1.pkg.tar.xz
# tesseract 3.04.01-1

CMD: pacman --query --file /mirror/haskell-free-4.12.4-17.pkg.tar.xz
# haskell-free 4.12.4-17

CMD: pacman --query --file /mirror/kdesu-5.23.0-1.pkg.tar.xz
# kdesu 5.23.0-1

CMD: pacman --query --file /mirror/goldendict-1.5.0RC2-3.pkg.tar.xz
# goldendict 1.5.0RC2-3

CMD: pacman --query --file /mirror/gdome2-0.8.1-5.pkg.tar.xz
# gdome2 0.8.1-5

CMD: pacman --query --file /mirror/xf86-video-intel-1:2.99.917+676+g26f8ab5-1.pkg.tar.xz
# xf86-video-intel 1:2.99.917+676+g26f8ab5-1

CMD: pacman --query --file /mirror/xorg-xbiff-1.0.3-3.pkg.tar.xz
# xorg-xbiff 1.0.3-3

CMD: pacman --query --file /mirror/vim-fugitive-2.2-1.pkg.tar.xz
# vim-fugitive 2.2-1

CMD: pacman --query --file /mirror/perl-algorithm-annotate-0.10-6.pkg.tar.xz
# perl-algorithm-annotate 0.10-6

CMD: pacman --query --file /mirror/spawn-fcgi-1.6.4-2.pkg.tar.xz
# spawn-fcgi 1.6.4-2

CMD: pacman --query --file /mirror/nfoview-1.18-2.pkg.tar.xz
# nfoview 1.18-2

CMD: pacman --query --file /mirror/libnet-1.1.6-2.pkg.tar.xz
# libnet 1.1.6-2

CMD: pacman --query --file /mirror/numactl-2.0.11-1.pkg.tar.xz
# numactl 2.0.11-1

CMD: pacman --query --file /mirror/haskell-djinn-ghc-0.0.2.3-2.pkg.tar.xz
# haskell-djinn-ghc 0.0.2.3-2

CMD: pacman --query --file /mirror/python-xcffib-0.4.2-1.pkg.tar.xz
# python-xcffib 0.4.2-1

CMD: pacman --query --file /mirror/lua52-socket-20160311-1.pkg.tar.xz
# lua52-socket 20160311-1

CMD: pacman --query --file /mirror/wayland-1.11.0-1.pkg.tar.xz
# wayland 1.11.0-1

CMD: pacman --query --file /mirror/mc-4.8.17-1.pkg.tar.xz
# mc 4.8.17-1

CMD: pacman --query --file /mirror/libspnav-0.2.3-1.pkg.tar.xz
# libspnav 0.2.3-1

CMD: pacman --query --file /mirror/xorg-smproxy-1.0.6-1.pkg.tar.xz
# xorg-smproxy 1.0.6-1

CMD: pacman --query --file /mirror/kdebase-kfind-16.04.2-1.pkg.tar.xz
# kdebase-kfind 16.04.2-1

CMD: pacman --query --file /mirror/hydra-8.2-1.pkg.tar.xz
# hydra 8.2-1

CMD: pacman --query --file /mirror/openjpeg-1.5.2-1.pkg.tar.xz
# openjpeg 1.5.2-1

CMD: pacman --query --file /mirror/mtpfs-1.1-2.pkg.tar.xz
# mtpfs 1.1-2

CMD: pacman --query --file /mirror/xfce4-notes-plugin-1.8.1-2.pkg.tar.xz
# xfce4-notes-plugin 1.8.1-2

CMD: pacman --query --file /mirror/perl-test-nowarnings-1.04-2.pkg.tar.xz
# perl-test-nowarnings 1.04-2

CMD: pacman --query --file /mirror/flac-1.3.1-3.pkg.tar.xz
# flac 1.3.1-3

CMD: pacman --query --file /mirror/haskell-xml-conduit-1.3.5-5.pkg.tar.xz
# haskell-xml-conduit 1.3.5-5

CMD: pacman --query --file /mirror/gnome-devel-docs-3.20.2-1.pkg.tar.xz
# gnome-devel-docs 3.20.2-1

CMD: pacman --query --file /mirror/python2-pylorcon-2-4.pkg.tar.xz
# python2-pylorcon 2-4

CMD: pacman --query --file /mirror/blogilo-16.04.2-1.pkg.tar.xz
# blogilo 16.04.2-1

CMD: pacman --query --file /mirror/python-cchardet-1.0.0-3.pkg.tar.xz
# python-cchardet 1.0.0-3

CMD: pacman --query --file /mirror/python-amqp-2.0.2-1.pkg.tar.xz
# python-amqp 2.0.2-1

CMD: pacman --query --file /mirror/sane-1.0.25-1.pkg.tar.xz
# sane 1.0.25-1

CMD: pacman --query --file /mirror/docbook-mathml-1.1CR1-4.pkg.tar.xz
# docbook-mathml 1.1CR1-4

CMD: pacman --query --file /mirror/atk-docs-2.6.0-2.pkg.tar.xz
# atk-docs 2.6.0-2

CMD: pacman --query --file /mirror/deepin-menu-3.0.2-1.pkg.tar.xz
# deepin-menu 3.0.2-1

CMD: pacman --query --file /mirror/grip-3.3.1-10.pkg.tar.xz
# grip 3.3.1-10

CMD: pacman --query --file /mirror/python2-openstackclient-2.6.0-1.pkg.tar.xz
# python2-openstackclient 2.6.0-1

CMD: pacman --query --file /mirror/profanity-1:0.4.7-1.pkg.tar.xz
# profanity 1:0.4.7-1

CMD: pacman --query --file /mirror/perl-alien-sdl-1.446-1.pkg.tar.xz
# perl-alien-sdl 1.446-1

CMD: pacman --query --file /mirror/fcitx-kkc-0.1.2-3.pkg.tar.xz
# fcitx-kkc 0.1.2-3

CMD: pacman --query --file /mirror/python2-enum34-1.1.6-1.pkg.tar.xz
# python2-enum34 1.1.6-1

CMD: pacman --query --file /mirror/foomatic-db-gutenprint-ppds-5.2.11-3.pkg.tar.xz
# foomatic-db-gutenprint-ppds 5.2.11-3

CMD: pacman --query --file /mirror/java-xmlgraphics-commons-2.1-1.pkg.tar.xz
# java-xmlgraphics-commons 2.1-1

CMD: pacman --query --file /mirror/couchdb-1.6.1-7.pkg.tar.xz
# couchdb 1.6.1-7

CMD: pacman --query --file /mirror/haskell-blaze-html-0.8.1.1-7.pkg.tar.xz
# haskell-blaze-html 0.8.1.1-7

CMD: pacman --query --file /mirror/cinnamon-session-3.0.1-1.pkg.tar.xz
# cinnamon-session 3.0.1-1

CMD: pacman --query --file /mirror/python2-pluggy-0.3.1-1.pkg.tar.xz
# python2-pluggy 0.3.1-1

CMD: pacman --query --file /mirror/eclipse-php-4.6.0-1.pkg.tar.xz
# eclipse-php 4.6.0-1

CMD: pacman --query --file /mirror/atkmm-docs-2.24.2-2.pkg.tar.xz
# atkmm-docs 2.24.2-2

CMD: pacman --query --file /mirror/haskell-unix-time-0.3.6-2.pkg.tar.xz
# haskell-unix-time 0.3.6-2

CMD: pacman --query --file /mirror/pdnsd-1.2.9.a-11.pkg.tar.xz
# pdnsd 1.2.9.a-11

CMD: pacman --query --file /mirror/kodi-16.1-2.pkg.tar.xz
# kodi 16.1-2

CMD: pacman --query --file /mirror/kcoreaddons-5.23.0-1.pkg.tar.xz
# kcoreaddons 5.23.0-1

CMD: pacman --query --file /mirror/haskell-ghc-paths-0.1.0.9-12.pkg.tar.xz
# haskell-ghc-paths 0.1.0.9-12

CMD: pacman --query --file /mirror/python2-kivy-1.9.1-1.pkg.tar.xz
# python2-kivy 1.9.1-1

CMD: pacman --query --file /mirror/jadx-0.6.0-4.pkg.tar.xz
# jadx 0.6.0-4

CMD: pacman --query --file /mirror/slang-2.3.0-1.pkg.tar.xz
# slang 2.3.0-1

CMD: pacman --query --file /mirror/python-sphinx-alabaster-theme-0.7.8-1.pkg.tar.xz
# python-sphinx-alabaster-theme 0.7.8-1

CMD: pacman --query --file /mirror/libgravatar-16.04.2-1.pkg.tar.xz
# libgravatar 16.04.2-1

CMD: pacman --query --file /mirror/gnome-shell-extensions-3.20.1-1.pkg.tar.xz
# gnome-shell-extensions 3.20.1-1

CMD: pacman --query --file /mirror/libreoffice-fresh-pl-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-pl 5.1.4-1

CMD: pacman --query --file /mirror/ucl-1.03-7.pkg.tar.xz
# ucl 1.03-7

CMD: pacman --query --file /mirror/packagekit-1.1.1-3.pkg.tar.xz
# packagekit 1.1.1-3

CMD: pacman --query --file /mirror/perl-test-trap-0.3.2-1.pkg.tar.xz
# perl-test-trap 0.3.2-1

CMD: pacman --query --file /mirror/libxklavier-5.4-1.pkg.tar.xz
# libxklavier 5.4-1

CMD: pacman --query --file /mirror/gmrun-0.9.2-6.pkg.tar.xz
# gmrun 0.9.2-6

CMD: pacman --query --file /mirror/haskell-hakyll-4.8.3.2-4.pkg.tar.xz
# haskell-hakyll 4.8.3.2-4

CMD: pacman --query --file /mirror/gst-libav-1.8.2-1.pkg.tar.xz
# gst-libav 1.8.2-1

CMD: pacman --query --file /mirror/polkit-kde-agent-5.7.0-1.pkg.tar.xz
# polkit-kde-agent 5.7.0-1

CMD: pacman --query --file /mirror/python2-zope-testrunner-4.5.1-1.pkg.tar.xz
# python2-zope-testrunner 4.5.1-1

CMD: pacman --query --file /mirror/yakuake-3.0.2-3.pkg.tar.xz
# yakuake 3.0.2-3

CMD: pacman --query --file /mirror/nss-pam-ldapd-0.9.6-3.pkg.tar.xz
# nss-pam-ldapd 0.9.6-3

CMD: pacman --query --file /mirror/libreoffice-still-ro-5.0.6-1.pkg.tar.xz
# libreoffice-still-ro 5.0.6-1

CMD: pacman --query --file /mirror/uncrustify-0.63-1.pkg.tar.xz
# uncrustify 0.63-1

CMD: pacman --query --file /mirror/openal-examples-1.17.2-2.pkg.tar.xz
# openal-examples 1.17.2-2

CMD: pacman --query --file /mirror/python2-raet-0.6.5-1.pkg.tar.xz
# python2-raet 0.6.5-1

CMD: pacman --query --file /mirror/zaproxy-2.5.0-1.pkg.tar.xz
# zaproxy 2.5.0-1

CMD: pacman --query --file /mirror/startup-notification-0.12-4.pkg.tar.xz
# startup-notification 0.12-4

CMD: pacman --query --file /mirror/rpcbind-0.2.3-3.pkg.tar.xz
# rpcbind 0.2.3-3

CMD: pacman --query --file /mirror/python2-nltk-3.2.1-1.pkg.tar.xz
# python2-nltk 3.2.1-1

CMD: pacman --query --file /mirror/ovmf-18419-1.pkg.tar.xz
# ovmf 18419-1

CMD: pacman --query --file /mirror/httptunnel-3.3-5.pkg.tar.xz
# httptunnel 3.3-5

CMD: pacman --query --file /mirror/lsdvd-0.17-1.pkg.tar.xz
# lsdvd 0.17-1

CMD: pacman --query --file /mirror/mediaproxy-2.6.1-2.pkg.tar.xz
# mediaproxy 2.6.1-2

CMD: pacman --query --file /mirror/agave-0.4.7-8.pkg.tar.xz
# agave 0.4.7-8

CMD: pacman --query --file /mirror/ortp-0.25.0-1.pkg.tar.xz
# ortp 0.25.0-1

CMD: pacman --query --file /mirror/haskell-cipher-aes-0.2.11-3.pkg.tar.xz
# haskell-cipher-aes 0.2.11-3

CMD: pacman --query --file /mirror/jdk7-openjdk-7.u101_2.6.6-1.pkg.tar.xz
# jdk7-openjdk 7.u101_2.6.6-1

CMD: pacman --query --file /mirror/libreoffice-fresh-ca-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-ca 5.1.4-1

CMD: pacman --query --file /mirror/python2-cheetah-2.4.4-6.pkg.tar.xz
# python2-cheetah 2.4.4-6

CMD: pacman --query --file /mirror/paxtest-0.9.13-1.pkg.tar.xz
# paxtest 0.9.13-1

CMD: pacman --query --file /mirror/libreoffice-fresh-nso-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-nso 5.1.4-1

CMD: pacman --query --file /mirror/kdemultimedia-juk-16.04.2-1.pkg.tar.xz
# kdemultimedia-juk 16.04.2-1

CMD: pacman --query --file /mirror/pango-1.40.1-1.pkg.tar.xz
# pango 1.40.1-1

CMD: pacman --query --file /mirror/websocketpp-0.7.0-1.pkg.tar.xz
# websocketpp 0.7.0-1

CMD: pacman --query --file /mirror/python2-typogrify-2.0.7-3.pkg.tar.xz
# python2-typogrify 2.0.7-3

CMD: pacman --query --file /mirror/erlang-19.0-1.pkg.tar.xz
# erlang 19.0-1

CMD: pacman --query --file /mirror/remind-3.1.15-2.pkg.tar.xz
# remind 3.1.15-2

CMD: pacman --query --file /mirror/openvas-manager-6.0.6-1.pkg.tar.xz
# openvas-manager 6.0.6-1

CMD: pacman --query --file /mirror/imagemagick-doc-6.9.4.6-2.pkg.tar.xz
# imagemagick-doc 6.9.4.6-2

CMD: pacman --query --file /mirror/haskell-yesod-core-1.4.22-3.pkg.tar.xz
# haskell-yesod-core 1.4.22-3

CMD: pacman --query --file /mirror/libgeotiff-1.4.1-2.pkg.tar.xz
# libgeotiff 1.4.1-2

CMD: pacman --query --file /mirror/flake8-1:2.6.2-1.pkg.tar.xz
# flake8 1:2.6.2-1

CMD: pacman --query --file /mirror/firefox-i18n-gd-47.0.1-1.pkg.tar.xz
# firefox-i18n-gd 47.0.1-1

CMD: pacman --query --file /mirror/libxp-1.0.3-1.pkg.tar.xz
# libxp 1.0.3-1

CMD: pacman --query --file /mirror/ophcrack-3.6.0-2.pkg.tar.xz
# ophcrack 3.6.0-2

CMD: pacman --query --file /mirror/bugzilla-5.0.3-1.pkg.tar.xz
# bugzilla 5.0.3-1

CMD: pacman --query --file /mirror/grep-2.25-2.pkg.tar.xz
# grep 2.25-2

CMD: pacman --query --file /mirror/librcd-0.1.14-1.pkg.tar.xz
# librcd 0.1.14-1

CMD: pacman --query --file /mirror/python-genty-1.3.2-1.pkg.tar.xz
# python-genty 1.3.2-1

CMD: pacman --query --file /mirror/wqy-zenhei-0.9.45-5.pkg.tar.xz
# wqy-zenhei 0.9.45-5

CMD: pacman --query --file /mirror/zile-2.4.11-3.pkg.tar.xz
# zile 2.4.11-3

CMD: pacman --query --file /mirror/mjpegtools-2.1.0-2.pkg.tar.xz
# mjpegtools 2.1.0-2

CMD: pacman --query --file /mirror/uptimed-0.4.0-1.pkg.tar.xz
# uptimed 0.4.0-1

CMD: pacman --query --file /mirror/gimp-help-pt_br-2.8.2-4.pkg.tar.xz
# gimp-help-pt_br 2.8.2-4

CMD: pacman --query --file /mirror/g15daemon-1.9.5.3-7.pkg.tar.xz
# g15daemon 1.9.5.3-7

CMD: pacman --query --file /mirror/python2-fastpbkdf2-0.1-1.pkg.tar.xz
# python2-fastpbkdf2 0.1-1

CMD: pacman --query --file /mirror/rclone-1.30-1.pkg.tar.xz
# rclone 1.30-1

CMD: pacman --query --file /mirror/python-boto-2.41.0-1.pkg.tar.xz
# python-boto 2.41.0-1

CMD: pacman --query --file /mirror/mythes-it-2.0.9l-4.pkg.tar.xz
# mythes-it 2.0.9l-4

CMD: pacman --query --file /mirror/haskell-crypto-api-0.13.2-5.pkg.tar.xz
# haskell-crypto-api 0.13.2-5

CMD: pacman --query --file /mirror/python2-pycurl-7.43.0-1.pkg.tar.xz
# python2-pycurl 7.43.0-1

CMD: pacman --query --file /mirror/python-raet-0.6.5-1.pkg.tar.xz
# python-raet 0.6.5-1

CMD: pacman --query --file /mirror/libreoffice-still-ko-5.0.6-1.pkg.tar.xz
# libreoffice-still-ko 5.0.6-1

CMD: pacman --query --file /mirror/python2-anyjson-0.3.3-7.pkg.tar.xz
# python2-anyjson 0.3.3-7

CMD: pacman --query --file /mirror/libanjuta-3.20.0-2.pkg.tar.xz
# libanjuta 3.20.0-2

CMD: pacman --query --file /mirror/akregator-16.04.2-1.pkg.tar.xz
# akregator 16.04.2-1

CMD: pacman --query --file /mirror/gconfmm-docs-2.28.3-3.pkg.tar.xz
# gconfmm-docs 2.28.3-3

CMD: pacman --query --file /mirror/chromium-51.0.2704.106-1.pkg.tar.xz
# chromium 51.0.2704.106-1

CMD: pacman --query --file /mirror/bup-0.28.1-1.pkg.tar.xz
# bup 0.28.1-1

CMD: pacman --query --file /mirror/firefox-i18n-tr-47.0.1-1.pkg.tar.xz
# firefox-i18n-tr 47.0.1-1

CMD: pacman --query --file /mirror/muparser-2.2.5-2.pkg.tar.xz
# muparser 2.2.5-2

CMD: pacman --query --file /mirror/btanks-data-0.9.8083-3.pkg.tar.xz
# btanks-data 0.9.8083-3

CMD: pacman --query --file /mirror/bower-1.7.9-1.pkg.tar.xz
# bower 1.7.9-1

CMD: pacman --query --file /mirror/dspam-3.10.2-12.pkg.tar.xz
# dspam 3.10.2-12

CMD: pacman --query --file /mirror/python-sqlalchemy-1.0.13-1.pkg.tar.xz
# python-sqlalchemy 1.0.13-1

CMD: pacman --query --file /mirror/haskell-success-0.2.6-1.pkg.tar.xz
# haskell-success 0.2.6-1

CMD: pacman --query --file /mirror/xnc-5.0.4-8.pkg.tar.xz
# xnc 5.0.4-8

CMD: pacman --query --file /mirror/lua-socket-20160311-1.pkg.tar.xz
# lua-socket 20160311-1

CMD: pacman --query --file /mirror/perl-archive-zip-1.57-1.pkg.tar.xz
# perl-archive-zip 1.57-1

CMD: pacman --query --file /mirror/afpfs-ng-0.8.1-9.pkg.tar.xz
# afpfs-ng 0.8.1-9

CMD: pacman --query --file /mirror/kodi-addon-visualization-goom-20160523.a23f4ad-1.pkg.tar.xz
# kodi-addon-visualization-goom 20160523.a23f4ad-1

CMD: pacman --query --file /mirror/pyneighborhood-0.5.4-3.pkg.tar.xz
# pyneighborhood 0.5.4-3

CMD: pacman --query --file /mirror/thunderbird-i18n-is-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-is 45.2.0-1

CMD: pacman --query --file /mirror/llvm-libs-3.8.0-1.pkg.tar.xz
# llvm-libs 3.8.0-1

CMD: pacman --query --file /mirror/perl-poe-component-client-http-0.949-1.pkg.tar.xz
# perl-poe-component-client-http 0.949-1

CMD: pacman --query --file /mirror/glade-perl-1.007-10.pkg.tar.xz
# glade-perl 1.007-10

CMD: pacman --query --file /mirror/python-binary-memcached-0.24.6-1.pkg.tar.xz
# python-binary-memcached 0.24.6-1

CMD: pacman --query --file /mirror/perl-timedate-2.30-2.pkg.tar.xz
# perl-timedate 2.30-2

CMD: pacman --query --file /mirror/python2-translationstring-1.3-1.pkg.tar.xz
# python2-translationstring 1.3-1

CMD: pacman --query --file /mirror/ilmbase-2.2.0-2.pkg.tar.xz
# ilmbase 2.2.0-2

CMD: pacman --query --file /mirror/python2-mysql-connector-2.1.3-1.pkg.tar.xz
# python2-mysql-connector 2.1.3-1

CMD: pacman --query --file /mirror/xarchiver-gtk2-0.5.4.6-1.pkg.tar.xz
# xarchiver-gtk2 0.5.4.6-1

CMD: pacman --query --file /mirror/python-fastpbkdf2-0.1-1.pkg.tar.xz
# python-fastpbkdf2 0.1-1

CMD: pacman --query --file /mirror/xfce4-cpufreq-plugin-1.1.3-1.pkg.tar.xz
# xfce4-cpufreq-plugin 1.1.3-1

CMD: pacman --query --file /mirror/libreoffice-fresh-af-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-af 5.1.4-1

CMD: pacman --query --file /mirror/libkexiv2_4-15.08.3-2.pkg.tar.xz
# libkexiv2_4 15.08.3-2

CMD: pacman --query --file /mirror/python-netaddr-0.7.18-3.pkg.tar.xz
# python-netaddr 0.7.18-3

CMD: pacman --query --file /mirror/timidity-freepats-20060219-7.pkg.tar.xz
# timidity-freepats 20060219-7

CMD: pacman --query --file /mirror/libxres-1.0.7-1.pkg.tar.xz
# libxres 1.0.7-1

CMD: pacman --query --file /mirror/qt5-xmlpatterns-5.7.0-1.pkg.tar.xz
# qt5-xmlpatterns 5.7.0-1

CMD: pacman --query --file /mirror/libsystemd-230-5.pkg.tar.xz
# libsystemd 230-5

CMD: pacman --query --file /mirror/bmon-3.8-2.pkg.tar.xz
# bmon 3.8-2

CMD: pacman --query --file /mirror/perl-uri-1.71-1.pkg.tar.xz
# perl-uri 1.71-1

CMD: pacman --query --file /mirror/coin-or-osi-0.107.8-4.pkg.tar.xz
# coin-or-osi 0.107.8-4

CMD: pacman --query --file /mirror/dbus-sharp-glib-0.6.0-1.pkg.tar.xz
# dbus-sharp-glib 0.6.0-1

CMD: pacman --query --file /mirror/python-zope-event-4.2.0-1.pkg.tar.xz
# python-zope-event 4.2.0-1

CMD: pacman --query --file /mirror/ajaxterm-0.11-9.pkg.tar.xz
# ajaxterm 0.11-9

CMD: pacman --query --file /mirror/xsensors-0.70-5.pkg.tar.xz
# xsensors 0.70-5

CMD: pacman --query --file /mirror/python2-flask-socketio-2.5-1.pkg.tar.xz
# python2-flask-socketio 2.5-1

CMD: pacman --query --file /mirror/geoip-database-20160301-2.pkg.tar.xz
# geoip-database 20160301-2

CMD: pacman --query --file /mirror/libsodium-1.0.10-1.pkg.tar.xz
# libsodium 1.0.10-1

CMD: pacman --query --file /mirror/firefox-theme-gnome-tweak-42.1-1.pkg.tar.xz
# firefox-theme-gnome-tweak 42.1-1

CMD: pacman --query --file /mirror/python-chameleon-2.24-1.pkg.tar.xz
# python-chameleon 2.24-1

CMD: pacman --query --file /mirror/farstream-0.1-0.1.2-5.pkg.tar.xz
# farstream-0.1 0.1.2-5

CMD: pacman --query --file /mirror/python-websocket-client-0.37.0-1.pkg.tar.xz
# python-websocket-client 0.37.0-1

CMD: pacman --query --file /mirror/gegl02-0.2.0-4.pkg.tar.xz
# gegl02 0.2.0-4

CMD: pacman --query --file /mirror/kde-l10n-nb-16.04.2-1.pkg.tar.xz
# kde-l10n-nb 16.04.2-1

CMD: pacman --query --file /mirror/owncloud-9.0.3-1.pkg.tar.xz
# owncloud 9.0.3-1

CMD: pacman --query --file /mirror/poppler-sharp-0.0.3-2.pkg.tar.xz
# poppler-sharp 0.0.3-2

CMD: pacman --query --file /mirror/opus-tools-0.1.9-1.pkg.tar.xz
# opus-tools 0.1.9-1

CMD: pacman --query --file /mirror/orbit2-2.14.19-3.pkg.tar.xz
# orbit2 2.14.19-3

CMD: pacman --query --file /mirror/python-tox-2.3.1-1.pkg.tar.xz
# python-tox 2.3.1-1

CMD: pacman --query --file /mirror/xorg-xrandr-1.5.0-1.pkg.tar.xz
# xorg-xrandr 1.5.0-1

CMD: pacman --query --file /mirror/gimp-dbp-1.1.9-5.pkg.tar.xz
# gimp-dbp 1.1.9-5

CMD: pacman --query --file /mirror/vbam-wx-2.0.0b2-1.pkg.tar.xz
# vbam-wx 2.0.0b2-1

CMD: pacman --query --file /mirror/kactivities-5.23.0-1.pkg.tar.xz
# kactivities 5.23.0-1

CMD: pacman --query --file /mirror/perl-poe-component-client-dns-1.054-1.pkg.tar.xz
# perl-poe-component-client-dns 1.054-1

CMD: pacman --query --file /mirror/java-runtime-common-2-2.pkg.tar.xz
# java-runtime-common 2-2

CMD: pacman --query --file /mirror/opencl-nvidia-304xx-304.131-1.pkg.tar.xz
# opencl-nvidia-304xx 304.131-1

CMD: pacman --query --file /mirror/virtualbox-5.0.24-1.pkg.tar.xz
# virtualbox 5.0.24-1

CMD: pacman --query --file /mirror/tesseract-data-kan-3.04.00-1.pkg.tar.xz
# tesseract-data-kan 3.04.00-1

CMD: pacman --query --file /mirror/gimp-help-it-2.8.2-4.pkg.tar.xz
# gimp-help-it 2.8.2-4

CMD: pacman --query --file /mirror/galculator-2.1.4-2.pkg.tar.xz
# galculator 2.1.4-2

CMD: pacman --query --file /mirror/maxima-5.38.1-1.pkg.tar.xz
# maxima 5.38.1-1

CMD: pacman --query --file /mirror/colord-1.3.2-2.pkg.tar.xz
# colord 1.3.2-2

CMD: pacman --query --file /mirror/rxvt-2.7.10-7.pkg.tar.xz
# rxvt 2.7.10-7

CMD: pacman --query --file /mirror/scrypt-1.2.0-1.pkg.tar.xz
# scrypt 1.2.0-1

CMD: pacman --query --file /mirror/perl-dbd-sqlite-1.50-2.pkg.tar.xz
# perl-dbd-sqlite 1.50-2

CMD: pacman --query --file /mirror/cscope-15.8.a-3.pkg.tar.xz
# cscope 15.8.a-3

CMD: pacman --query --file /mirror/envoy-14-2.pkg.tar.xz
# envoy 14-2

CMD: pacman --query --file /mirror/lxqt-openssh-askpass-0.10.0-3.pkg.tar.xz
# lxqt-openssh-askpass 0.10.0-3

CMD: pacman --query --file /mirror/pugixml-1.7-2.pkg.tar.xz
# pugixml 1.7-2

CMD: pacman --query --file /mirror/python2-cssselect-0.9.2-1.pkg.tar.xz
# python2-cssselect 0.9.2-1

CMD: pacman --query --file /mirror/perl-common-sense-3.74-1.pkg.tar.xz
# perl-common-sense 3.74-1

CMD: pacman --query --file /mirror/gnome-screenshot-3.20.1-1.pkg.tar.xz
# gnome-screenshot 3.20.1-1

CMD: pacman --query --file /mirror/firefox-i18n-cs-47.0.1-1.pkg.tar.xz
# firefox-i18n-cs 47.0.1-1

CMD: pacman --query --file /mirror/atril-1.12.2-1.pkg.tar.xz
# atril 1.12.2-1

CMD: pacman --query --file /mirror/perl-cpanplus-0.9160-1.pkg.tar.xz
# perl-cpanplus 0.9160-1

CMD: pacman --query --file /mirror/python2-pytables-3.2.2-7.pkg.tar.xz
# python2-pytables 3.2.2-7

CMD: pacman --query --file /mirror/perl-gtk2-imageview-0.05-7.pkg.tar.xz
# perl-gtk2-imageview 0.05-7

CMD: pacman --query --file /mirror/libunibreak-3.0-2.pkg.tar.xz
# libunibreak 3.0-2

CMD: pacman --query --file /mirror/kicad-library-4.0.1-1.pkg.tar.xz
# kicad-library 4.0.1-1

CMD: pacman --query --file /mirror/docker-compose-1.7.1-1.pkg.tar.xz
# docker-compose 1.7.1-1

CMD: pacman --query --file /mirror/at-3.1.16-1.pkg.tar.xz
# at 3.1.16-1

CMD: pacman --query --file /mirror/mutagen-1.31-1.pkg.tar.xz
# mutagen 1.31-1

CMD: pacman --query --file /mirror/libvpx-1.5.0-4.pkg.tar.xz
# libvpx 1.5.0-4

CMD: pacman --query --file /mirror/postgresql-old-upgrade-9.4.7-2.pkg.tar.xz
# postgresql-old-upgrade 9.4.7-2

CMD: pacman --query --file /mirror/jupyter-notebook-4.2.0-1.pkg.tar.xz
# jupyter-notebook 4.2.0-1

CMD: pacman --query --file /mirror/python2-llfuse-1.1-1.pkg.tar.xz
# python2-llfuse 1.1-1

CMD: pacman --query --file /mirror/ltris-1.0.19-2.pkg.tar.xz
# ltris 1.0.19-2

CMD: pacman --query --file /mirror/perl-spiffy-0.46-1.pkg.tar.xz
# perl-spiffy 0.46-1

CMD: pacman --query --file /mirror/sdl_pango-0.1.2-5.pkg.tar.xz
# sdl_pango 0.1.2-5

CMD: pacman --query --file /mirror/python2-hpack-2.2.0-1.pkg.tar.xz
# python2-hpack 2.2.0-1

CMD: pacman --query --file /mirror/perl-log-message-0.08-1.pkg.tar.xz
# perl-log-message 0.08-1

CMD: pacman --query --file /mirror/python-daemon-2.1.1-1.pkg.tar.xz
# python-daemon 2.1.1-1

CMD: pacman --query --file /mirror/python2-harparser-0.2-1.pkg.tar.xz
# python2-harparser 0.2-1

CMD: pacman --query --file /mirror/libgksu-2.0.12-6.pkg.tar.xz
# libgksu 2.0.12-6

CMD: pacman --query --file /mirror/python2-jsonpointer-1.10-1.pkg.tar.xz
# python2-jsonpointer 1.10-1

CMD: pacman --query --file /mirror/cronie-1.5.1-1.pkg.tar.xz
# cronie 1.5.1-1

CMD: pacman --query --file /mirror/libnm-glib-1.2.2-1.pkg.tar.xz
# libnm-glib 1.2.2-1

CMD: pacman --query --file /mirror/postgis-2.2.2-1.pkg.tar.xz
# postgis 2.2.2-1

CMD: pacman --query --file /mirror/smb4k-1.2.1-2.pkg.tar.xz
# smb4k 1.2.1-2

CMD: pacman --query --file /mirror/sddm-kcm-5.7.0-1.pkg.tar.xz
# sddm-kcm 5.7.0-1

CMD: pacman --query --file /mirror/kde-l10n-eo-16.04.2-1.pkg.tar.xz
# kde-l10n-eo 16.04.2-1

CMD: pacman --query --file /mirror/pnews-2.6.5-5.pkg.tar.xz
# pnews 2.6.5-5

CMD: pacman --query --file /mirror/ibus-table-1.9.12-1.pkg.tar.xz
# ibus-table 1.9.12-1

CMD: pacman --query --file /mirror/hdf5-cpp-fortran-1.10.0-1.pkg.tar.xz
# hdf5-cpp-fortran 1.10.0-1

CMD: pacman --query --file /mirror/godep-1:116.20150528-1.pkg.tar.xz
# godep 1:116.20150528-1

CMD: pacman --query --file /mirror/libcrossguid-20150803.8f399e8-1.pkg.tar.xz
# libcrossguid 20150803.8f399e8-1

CMD: pacman --query --file /mirror/picard-1.3.2-4.pkg.tar.xz
# picard 1.3.2-4

CMD: pacman --query --file /mirror/python-passlib-1.6.5-3.pkg.tar.xz
# python-passlib 1.6.5-3

CMD: pacman --query --file /mirror/hdf5-openmpi-1.10.0-1.pkg.tar.xz
# hdf5-openmpi 1.10.0-1

CMD: pacman --query --file /mirror/python-cinderclient-1.8.0-1.pkg.tar.xz
# python-cinderclient 1.8.0-1

CMD: pacman --query --file /mirror/gst-editing-services-1.8.2-1.pkg.tar.xz
# gst-editing-services 1.8.2-1

CMD: pacman --query --file /mirror/pyogg-1.3-8.pkg.tar.xz
# pyogg 1.3-8

CMD: pacman --query --file /mirror/librsvg-2:2.40.16-1.pkg.tar.xz
# librsvg 2:2.40.16-1

CMD: pacman --query --file /mirror/kiriki-16.04.2-1.pkg.tar.xz
# kiriki 16.04.2-1

CMD: pacman --query --file /mirror/meterbridge-0.9.2-1.pkg.tar.xz
# meterbridge 0.9.2-1

CMD: pacman --query --file /mirror/flam3-3.0.1-4.pkg.tar.xz
# flam3 3.0.1-4

CMD: pacman --query --file /mirror/reiserfsprogs-3.6.24-1.pkg.tar.xz
# reiserfsprogs 3.6.24-1

CMD: pacman --query --file /mirror/lua-sql-sqlite-2.3.0-6.pkg.tar.xz
# lua-sql-sqlite 2.3.0-6

CMD: pacman --query --file /mirror/libreoffice-fresh-or-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-or 5.1.4-1

CMD: pacman --query --file /mirror/mate-netbook-1.12.0-1.pkg.tar.xz
# mate-netbook 1.12.0-1

CMD: pacman --query --file /mirror/libgiac-1.2.2.61-1.pkg.tar.xz
# libgiac 1.2.2.61-1

CMD: pacman --query --file /mirror/meld-3.16.1-1.pkg.tar.xz
# meld 3.16.1-1

CMD: pacman --query --file /mirror/enter-0.0.9-4.pkg.tar.xz
# enter 0.0.9-4

CMD: pacman --query --file /mirror/libkolabxml-1.1.4-1.pkg.tar.xz
# libkolabxml 1.1.4-1

CMD: pacman --query --file /mirror/firefox-i18n-es-es-47.0.1-1.pkg.tar.xz
# firefox-i18n-es-es 47.0.1-1

CMD: pacman --query --file /mirror/qt5-websockets-5.7.0-1.pkg.tar.xz
# qt5-websockets 5.7.0-1

CMD: pacman --query --file /mirror/libgnome-sharp-2.24.2-4.pkg.tar.xz
# libgnome-sharp 2.24.2-4

CMD: pacman --query --file /mirror/kmess-2.0.6.2-10.pkg.tar.xz
# kmess 2.0.6.2-10

CMD: pacman --query --file /mirror/haskell-torrent-10000.0.0-5.pkg.tar.xz
# haskell-torrent 10000.0.0-5

CMD: pacman --query --file /mirror/python2-freezegun-0.3.7-1.pkg.tar.xz
# python2-freezegun 0.3.7-1

CMD: pacman --query --file /mirror/perl-net-idn-encode-2.300-1.pkg.tar.xz
# perl-net-idn-encode 2.300-1

CMD: pacman --query --file /mirror/sigil-0.9.6-1.pkg.tar.xz
# sigil 0.9.6-1

CMD: pacman --query --file /mirror/yajl-2.1.0-1.pkg.tar.xz
# yajl 2.1.0-1

CMD: pacman --query --file /mirror/lua-expat-1.3.0-3.pkg.tar.xz
# lua-expat 1.3.0-3

CMD: pacman --query --file /mirror/tesseract-data-guj-3.04.00-1.pkg.tar.xz
# tesseract-data-guj 3.04.00-1

CMD: pacman --query --file /mirror/usbview-2.0-4.pkg.tar.xz
# usbview 2.0-4

CMD: pacman --query --file /mirror/emscripten-1.36.5-1.pkg.tar.xz
# emscripten 1.36.5-1

CMD: pacman --query --file /mirror/python2-zope-schema-4.4.2-1.pkg.tar.xz
# python2-zope-schema 4.4.2-1

CMD: pacman --query --file /mirror/haskell-wai-app-static-3.1.5-21.pkg.tar.xz
# haskell-wai-app-static 3.1.5-21

CMD: pacman --query --file /mirror/vulkan-man-pages-1:1.0.17-1.pkg.tar.xz
# vulkan-man-pages 1:1.0.17-1

CMD: pacman --query --file /mirror/haskell-filemanip-0.3.6.3-6.pkg.tar.xz
# haskell-filemanip 0.3.6.3-6

CMD: pacman --query --file /mirror/qt5-webkit-5.7.0-1.pkg.tar.xz
# qt5-webkit 5.7.0-1

CMD: pacman --query --file /mirror/klines-16.04.2-1.pkg.tar.xz
# klines 16.04.2-1

CMD: pacman --query --file /mirror/libpipeline-1.4.1-1.pkg.tar.xz
# libpipeline 1.4.1-1

CMD: pacman --query --file /mirror/python-igraph-0.7.1.post6-2.pkg.tar.xz
# python-igraph 0.7.1.post6-2

CMD: pacman --query --file /mirror/cadaver-0.23.3-7.pkg.tar.xz
# cadaver 0.23.3-7

CMD: pacman --query --file /mirror/python2-gnomekeyring-2.32.0-15.pkg.tar.xz
# python2-gnomekeyring 2.32.0-15

CMD: pacman --query --file /mirror/tesseract-data-glg-3.04.00-1.pkg.tar.xz
# tesseract-data-glg 3.04.00-1

CMD: pacman --query --file /mirror/libdaq-2.0.6-1.pkg.tar.xz
# libdaq 2.0.6-1

CMD: pacman --query --file /mirror/smalltalk-3.2.91-1.pkg.tar.xz
# smalltalk 3.2.91-1

CMD: pacman --query --file /mirror/powerline2-2.4-1.pkg.tar.xz
# powerline2 2.4-1

CMD: pacman --query --file /mirror/xcursor-pinux-0.3-11.pkg.tar.xz
# xcursor-pinux 0.3-11

CMD: pacman --query --file /mirror/haskell-regex-pcre-0.94.4-2.pkg.tar.xz
# haskell-regex-pcre 0.94.4-2

CMD: pacman --query --file /mirror/julia-docs-2:0.4.6-1.pkg.tar.xz
# julia-docs 2:0.4.6-1

CMD: pacman --query --file /mirror/python-gtkspellcheck-4.0.2-3.pkg.tar.xz
# python-gtkspellcheck 4.0.2-3

CMD: pacman --query --file /mirror/libdv-1.0.0-6.pkg.tar.xz
# libdv 1.0.0-6

CMD: pacman --query --file /mirror/perl-crypt-smbhash-0.12-3.pkg.tar.xz
# perl-crypt-smbhash 0.12-3

CMD: pacman --query --file /mirror/benzene-1.2.2-1.pkg.tar.xz
# benzene 1.2.2-1

CMD: pacman --query --file /mirror/oxygen-icons-svg-1:5.23.0-1.pkg.tar.xz
# oxygen-icons-svg 1:5.23.0-1

CMD: pacman --query --file /mirror/libaacs-0.8.1-1.pkg.tar.xz
# libaacs 0.8.1-1

CMD: pacman --query --file /mirror/opensubdiv-3.0.2-4.pkg.tar.xz
# opensubdiv 3.0.2-4

CMD: pacman --query --file /mirror/python-oslo-serialization-2.10.0-1.pkg.tar.xz
# python-oslo-serialization 2.10.0-1

CMD: pacman --query --file /mirror/knetwalk-16.04.2-1.pkg.tar.xz
# knetwalk 16.04.2-1

CMD: pacman --query --file /mirror/haskell-path-0.5.8-3.pkg.tar.xz
# haskell-path 0.5.8-3

CMD: pacman --query --file /mirror/kdegames-ksnakeduel-16.04.2-1.pkg.tar.xz
# kdegames-ksnakeduel 16.04.2-1

CMD: pacman --query --file /mirror/sane-gt68xx-firmware-1.0-7.pkg.tar.xz
# sane-gt68xx-firmware 1.0-7

CMD: pacman --query --file /mirror/mixxx-2.0.0-4.pkg.tar.xz
# mixxx 2.0.0-4

CMD: pacman --query --file /mirror/libreoffice-fresh-sat-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-sat 5.1.4-1

CMD: pacman --query --file /mirror/libcanberra-0.30-6.pkg.tar.xz
# libcanberra 0.30-6

CMD: pacman --query --file /mirror/rdesktop-1.8.3-2.pkg.tar.xz
# rdesktop 1.8.3-2

CMD: pacman --query --file /mirror/perl-lwp-mediatypes-6.02-2.pkg.tar.xz
# perl-lwp-mediatypes 6.02-2

CMD: pacman --query --file /mirror/monitoring-plugins-2.1.2-3.pkg.tar.xz
# monitoring-plugins 2.1.2-3

CMD: pacman --query --file /mirror/eric-common-qt4-6.1.7-1.pkg.tar.xz
# eric-common-qt4 6.1.7-1

CMD: pacman --query --file /mirror/python-qscintilla-qt4-common-2.9.2-1.pkg.tar.xz
# python-qscintilla-qt4-common 2.9.2-1

CMD: pacman --query --file /mirror/kdepimlibs4-4.14.10-9.pkg.tar.xz
# kdepimlibs4 4.14.10-9

CMD: pacman --query --file /mirror/frozen-bubble-2.2.1beta1-8.pkg.tar.xz
# frozen-bubble 2.2.1beta1-8

CMD: pacman --query --file /mirror/catdoc-0.94.4-1.pkg.tar.xz
# catdoc 0.94.4-1

CMD: pacman --query --file /mirror/tesseract-data-est-3.04.00-1.pkg.tar.xz
# tesseract-data-est 3.04.00-1

CMD: pacman --query --file /mirror/mariadb-clients-10.1.14-1.pkg.tar.xz
# mariadb-clients 10.1.14-1

CMD: pacman --query --file /mirror/vim-spell-ga-20150901-1.pkg.tar.xz
# vim-spell-ga 20150901-1

CMD: pacman --query --file /mirror/python2-numpy-1.11.1-1.pkg.tar.xz
# python2-numpy 1.11.1-1

CMD: pacman --query --file /mirror/perl-cgi-session-4.48-2.pkg.tar.xz
# perl-cgi-session 4.48-2

CMD: pacman --query --file /mirror/glabels-3.4.0-1.pkg.tar.xz
# glabels 3.4.0-1

CMD: pacman --query --file /mirror/gtest-1.7.0-2.pkg.tar.xz
# gtest 1.7.0-2

CMD: pacman --query --file /mirror/telepathy-haze-0.8.0-1.pkg.tar.xz
# telepathy-haze 0.8.0-1

CMD: pacman --query --file /mirror/java-activation-gnu-1.1.1-2.pkg.tar.xz
# java-activation-gnu 1.1.1-2

CMD: pacman --query --file /mirror/moc-tray-0.4-3.pkg.tar.xz
# moc-tray 0.4-3

CMD: pacman --query --file /mirror/qemu-2.6.0-1.pkg.tar.xz
# qemu 2.6.0-1

CMD: pacman --query --file /mirror/xorg-xclipboard-1.1.3-1.pkg.tar.xz
# xorg-xclipboard 1.1.3-1

CMD: pacman --query --file /mirror/tasque-0.1.12-3.pkg.tar.xz
# tasque 0.1.12-3

CMD: pacman --query --file /mirror/cclive-0.9.3-10.pkg.tar.xz
# cclive 0.9.3-10

CMD: pacman --query --file /mirror/rosegarden-16.02-2.pkg.tar.xz
# rosegarden 16.02-2

CMD: pacman --query --file /mirror/xdot-0.7-2.pkg.tar.xz
# xdot 0.7-2

CMD: pacman --query --file /mirror/bogofilter-1.2.4-2.pkg.tar.xz
# bogofilter 1.2.4-2

CMD: pacman --query --file /mirror/lua51-sec-2:0.5.1-2.pkg.tar.xz
# lua51-sec 2:0.5.1-2

CMD: pacman --query --file /mirror/perl-locale-gettext-1.07-2.pkg.tar.xz
# perl-locale-gettext 1.07-2

CMD: pacman --query --file /mirror/libreoffice-still-ks-5.0.6-1.pkg.tar.xz
# libreoffice-still-ks 5.0.6-1

CMD: pacman --query --file /mirror/tesseract-data-mkd-3.04.00-1.pkg.tar.xz
# tesseract-data-mkd 3.04.00-1

CMD: pacman --query --file /mirror/vim-nerdcommenter-2.4.0-1.pkg.tar.xz
# vim-nerdcommenter 2.4.0-1

CMD: pacman --query --file /mirror/rogue-5.4.4-5.pkg.tar.xz
# rogue 5.4.4-5

CMD: pacman --query --file /mirror/spampd-2.30-12.pkg.tar.xz
# spampd 2.30-12

CMD: pacman --query --file /mirror/python-pyqt4-4.11.4-4.pkg.tar.xz
# python-pyqt4 4.11.4-4

CMD: pacman --query --file /mirror/python-pybluez-0.20-4.pkg.tar.xz
# python-pybluez 0.20-4

CMD: pacman --query --file /mirror/tesseract-data-pol-3.04.00-1.pkg.tar.xz
# tesseract-data-pol 3.04.00-1

CMD: pacman --query --file /mirror/haskell-system-fileio-0.3.16.3-1.pkg.tar.xz
# haskell-system-fileio 0.3.16.3-1

CMD: pacman --query --file /mirror/mpck-0.19-3.pkg.tar.xz
# mpck 0.19-3

CMD: pacman --query --file /mirror/xerces-c-3.1.4-1.pkg.tar.xz
# xerces-c 3.1.4-1

CMD: pacman --query --file /mirror/xf86-input-vmmouse-13.1.0-2.pkg.tar.xz
# xf86-input-vmmouse 13.1.0-2

CMD: pacman --query --file /mirror/python-statsmodels-0.6.1-3.pkg.tar.xz
# python-statsmodels 0.6.1-3

CMD: pacman --query --file /mirror/msgpack-c-2.0.0-1.pkg.tar.xz
# msgpack-c 2.0.0-1

CMD: pacman --query --file /mirror/libmms-0.6.4-1.pkg.tar.xz
# libmms 0.6.4-1

CMD: pacman --query --file /mirror/kdeadmin-kuser-16.04.2-1.pkg.tar.xz
# kdeadmin-kuser 16.04.2-1

CMD: pacman --query --file /mirror/haskell-data-default-instances-containers-0.0.1-13.pkg.tar.xz
# haskell-data-default-instances-containers 0.0.1-13

CMD: pacman --query --file /mirror/vbindiff-3.0_beta4-7.pkg.tar.xz
# vbindiff 3.0_beta4-7

CMD: pacman --query --file /mirror/python-pyzmq-15.2.0-1.pkg.tar.xz
# python-pyzmq 15.2.0-1

CMD: pacman --query --file /mirror/python2-pyprof2calltree-1.3.2-3.pkg.tar.xz
# python2-pyprof2calltree 1.3.2-3

CMD: pacman --query --file /mirror/lua-sec-2:0.5.1-2.pkg.tar.xz
# lua-sec 2:0.5.1-2

CMD: pacman --query --file /mirror/obfsproxy-0.2.13-1.pkg.tar.xz
# obfsproxy 0.2.13-1

CMD: pacman --query --file /mirror/drkonqi-5.7.0-1.pkg.tar.xz
# drkonqi 5.7.0-1

CMD: pacman --query --file /mirror/nss-3.25-1.pkg.tar.xz
# nss 3.25-1

CMD: pacman --query --file /mirror/libreoffice-fresh-sa-IN-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-sa-IN 5.1.4-1

CMD: pacman --query --file /mirror/jasper-1.900.1-15.pkg.tar.xz
# jasper 1.900.1-15

CMD: pacman --query --file /mirror/uzbl-browser-1:0.9.0-1.pkg.tar.xz
# uzbl-browser 1:0.9.0-1

CMD: pacman --query --file /mirror/xf86vidmodeproto-2.3.1-3.pkg.tar.xz
# xf86vidmodeproto 2.3.1-3

CMD: pacman --query --file /mirror/javasqlite-20140624-1.pkg.tar.xz
# javasqlite 20140624-1

CMD: pacman --query --file /mirror/evieext-1.1.1-3.pkg.tar.xz
# evieext 1.1.1-3

CMD: pacman --query --file /mirror/autocutsel-0.10.0-1.pkg.tar.xz
# autocutsel 0.10.0-1

CMD: pacman --query --file /mirror/mtd-utils-1.5.2-1.pkg.tar.xz
# mtd-utils 1.5.2-1

CMD: pacman --query --file /mirror/php-pspell-7.0.8-1.pkg.tar.xz
# php-pspell 7.0.8-1

CMD: pacman --query --file /mirror/nzbget-16.4-3.pkg.tar.xz
# nzbget 16.4-3

CMD: pacman --query --file /mirror/telepathy-kde-text-ui-16.04.2-1.pkg.tar.xz
# telepathy-kde-text-ui 16.04.2-1

CMD: pacman --query --file /mirror/python2-jswebkit-0.0.3-5.pkg.tar.xz
# python2-jswebkit 0.0.3-5

CMD: pacman --query --file /mirror/mopidy-2.0.0-2.pkg.tar.xz
# mopidy 2.0.0-2

CMD: pacman --query --file /mirror/xfce4-dev-tools-4.12.0-1.pkg.tar.xz
# xfce4-dev-tools 4.12.0-1

CMD: pacman --query --file /mirror/hackrf-2015.07.2-2.pkg.tar.xz
# hackrf 2015.07.2-2

CMD: pacman --query --file /mirror/plantri-4.5-1.pkg.tar.xz
# plantri 4.5-1

CMD: pacman --query --file /mirror/graphite-1:1.3.8-1.pkg.tar.xz
# graphite 1:1.3.8-1

CMD: pacman --query --file /mirror/liblightdm-qt4-1:1.18.2-2.pkg.tar.xz
# liblightdm-qt4 1:1.18.2-2

CMD: pacman --query --file /mirror/python2-deepin-ui-1.0.5-1.pkg.tar.xz
# python2-deepin-ui 1.0.5-1

CMD: pacman --query --file /mirror/terminus-font-4.40-2.pkg.tar.xz
# terminus-font 4.40-2

CMD: pacman --query --file /mirror/mate-system-monitor-gtk3-1.12.1-2.pkg.tar.xz
# mate-system-monitor-gtk3 1.12.1-2

CMD: pacman --query --file /mirror/kwin-5.7.0-2.pkg.tar.xz
# kwin 5.7.0-2

CMD: pacman --query --file /mirror/adns-1.5.0-1.pkg.tar.xz
# adns 1.5.0-1

CMD: pacman --query --file /mirror/ttf-ionicons-2.0.1-1.pkg.tar.xz
# ttf-ionicons 2.0.1-1

CMD: pacman --query --file /mirror/haskell-uuid-types-1.0.3-2.pkg.tar.xz
# haskell-uuid-types 1.0.3-2

CMD: pacman --query --file /mirror/hitori-3.20.0-1.pkg.tar.xz
# hitori 3.20.0-1

CMD: pacman --query --file /mirror/vim-spell-af-20150901-1.pkg.tar.xz
# vim-spell-af 20150901-1

CMD: pacman --query --file /mirror/libdnet-1.12-9.pkg.tar.xz
# libdnet 1.12-9

CMD: pacman --query --file /mirror/xcb-util-renderutil-0.3.9-1.pkg.tar.xz
# xcb-util-renderutil 0.3.9-1

CMD: pacman --query --file /mirror/mlite-0.2.20-1.pkg.tar.xz
# mlite 0.2.20-1

CMD: pacman --query --file /mirror/mythplugins-mythweb-1:0.28-1.pkg.tar.xz
# mythplugins-mythweb 1:0.28-1

CMD: pacman --query --file /mirror/cvc4-1.4-4.pkg.tar.xz
# cvc4 1.4-4

CMD: pacman --query --file /mirror/cpanminus-1.7040-1.pkg.tar.xz
# cpanminus 1.7040-1

CMD: pacman --query --file /mirror/firefox-i18n-ta-47.0.1-1.pkg.tar.xz
# firefox-i18n-ta 47.0.1-1

CMD: pacman --query --file /mirror/python2-requests-toolbelt-0.6.2-1.pkg.tar.xz
# python2-requests-toolbelt 0.6.2-1

CMD: pacman --query --file /mirror/ninja-1.7.1-1.pkg.tar.xz
# ninja 1.7.1-1

CMD: pacman --query --file /mirror/purpose-1.1-2.pkg.tar.xz
# purpose 1.1-2

CMD: pacman --query --file /mirror/dvdauthor-0.7.1-7.pkg.tar.xz
# dvdauthor 0.7.1-7

CMD: pacman --query --file /mirror/gnome-shell-3.20.3-1.pkg.tar.xz
# gnome-shell 3.20.3-1

CMD: pacman --query --file /mirror/kcalutils-16.04.2-1.pkg.tar.xz
# kcalutils 16.04.2-1

CMD: pacman --query --file /mirror/cmus-2.7.1-8.pkg.tar.xz
# cmus 2.7.1-8

CMD: pacman --query --file /mirror/python2-nautilus-1.1-4.pkg.tar.xz
# python2-nautilus 1.1-4

CMD: pacman --query --file /mirror/perl-class-load-0.23-1.pkg.tar.xz
# perl-class-load 0.23-1

CMD: pacman --query --file /mirror/tex-gyre-fonts-2.005-2.pkg.tar.xz
# tex-gyre-fonts 2.005-2

CMD: pacman --query --file /mirror/kodi-addon-screensaver-cpblobs-20160523.04c1938-1.pkg.tar.xz
# kodi-addon-screensaver-cpblobs 20160523.04c1938-1

CMD: pacman --query --file /mirror/r8168-lts-8.042-2.pkg.tar.xz
# r8168-lts 8.042-2

CMD: pacman --query --file /mirror/kde-l10n-nl-16.04.2-1.pkg.tar.xz
# kde-l10n-nl 16.04.2-1

CMD: pacman --query --file /mirror/python2-pytest-xdist-1.14-1.pkg.tar.xz
# python2-pytest-xdist 1.14-1

CMD: pacman --query --file /mirror/plasma-workspace-wallpapers-5.7.0-1.pkg.tar.xz
# plasma-workspace-wallpapers 5.7.0-1

CMD: pacman --query --file /mirror/python-pygit2-0.24.1-1.pkg.tar.xz
# python-pygit2 0.24.1-1

CMD: pacman --query --file /mirror/ruby-mail-2.6.4-1.pkg.tar.xz
# ruby-mail 2.6.4-1

CMD: pacman --query --file /mirror/freetds-1.00-1.pkg.tar.xz
# freetds 1.00-1

CMD: pacman --query --file /mirror/cfv-1.18.3-6.pkg.tar.xz
# cfv 1.18.3-6

CMD: pacman --query --file /mirror/lbzip2-2.5-3.pkg.tar.xz
# lbzip2 2.5-3

CMD: pacman --query --file /mirror/python2-http-parser-0.8.3-1.pkg.tar.xz
# python2-http-parser 0.8.3-1

CMD: pacman --query --file /mirror/haskell-vault-0.3.0.6-5.pkg.tar.xz
# haskell-vault 0.3.0.6-5

CMD: pacman --query --file /mirror/haskell-cheapskate-0.1.0.5-14.pkg.tar.xz
# haskell-cheapskate 0.1.0.5-14

CMD: pacman --query --file /mirror/thunderbird-i18n-be-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-be 45.2.0-1

CMD: pacman --query --file /mirror/foomatic-db-3:20160606-1.pkg.tar.xz
# foomatic-db 3:20160606-1

CMD: pacman --query --file /mirror/mapnik-3.0.10-2.pkg.tar.xz
# mapnik 3.0.10-2

CMD: pacman --query --file /mirror/obexftp-0.24-7.pkg.tar.xz
# obexftp 0.24-7

CMD: pacman --query --file /mirror/python2-flexmock-0.10.2-1.pkg.tar.xz
# python2-flexmock 0.10.2-1

CMD: pacman --query --file /mirror/libpqxx-4.0.1-3.pkg.tar.xz
# libpqxx 4.0.1-3

CMD: pacman --query --file /mirror/nautilus-terminal-1.1-1.pkg.tar.xz
# nautilus-terminal 1.1-1

CMD: pacman --query --file /mirror/csfml-2.3-2.pkg.tar.xz
# csfml 2.3-2

CMD: pacman --query --file /mirror/emacs-lua-mode-20151025-1.pkg.tar.xz
# emacs-lua-mode 20151025-1

CMD: pacman --query --file /mirror/libreoffice-still-si-5.0.6-1.pkg.tar.xz
# libreoffice-still-si 5.0.6-1

CMD: pacman --query --file /mirror/psiconv-0.9.9-1.pkg.tar.xz
# psiconv 0.9.9-1

CMD: pacman --query --file /mirror/python2-socketpool-0.5.3-1.pkg.tar.xz
# python2-socketpool 0.5.3-1

CMD: pacman --query --file /mirror/perl-net-ipv6addr-0.2-7.pkg.tar.xz
# perl-net-ipv6addr 0.2-7

CMD: pacman --query --file /mirror/kservice-5.23.0-1.pkg.tar.xz
# kservice 5.23.0-1

CMD: pacman --query --file /mirror/xfce4-mpc-plugin-0.4.5-1.pkg.tar.xz
# xfce4-mpc-plugin 0.4.5-1

CMD: pacman --query --file /mirror/htdig-3.2.0b6-11.pkg.tar.xz
# htdig 3.2.0b6-11

CMD: pacman --query --file /mirror/python2-subprocess32-3.2.7-1.pkg.tar.xz
# python2-subprocess32 3.2.7-1

CMD: pacman --query --file /mirror/perl-pod-coverage-0.23-1.pkg.tar.xz
# perl-pod-coverage 0.23-1

CMD: pacman --query --file /mirror/dgen-sdl-1.33-2.pkg.tar.xz
# dgen-sdl 1.33-2

CMD: pacman --query --file /mirror/kdegraphics-kolourpaint-16.04.2-1.pkg.tar.xz
# kdegraphics-kolourpaint 16.04.2-1

CMD: pacman --query --file /mirror/perl-curses-ui-poe-0.04-2.pkg.tar.xz
# perl-curses-ui-poe 0.04-2

CMD: pacman --query --file /mirror/libreoffice-fresh-ug-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-ug 5.1.4-1

CMD: pacman --query --file /mirror/i810-dri-7.11.2-9.pkg.tar.xz
# i810-dri 7.11.2-9

CMD: pacman --query --file /mirror/gen2shp-0.3.1-9.pkg.tar.xz
# gen2shp 0.3.1-9

CMD: pacman --query --file /mirror/qt5-quickcontrols-5.7.0-1.pkg.tar.xz
# qt5-quickcontrols 5.7.0-1

CMD: pacman --query --file /mirror/haskell-auto-update-0.1.4-2.pkg.tar.xz
# haskell-auto-update 0.1.4-2

CMD: pacman --query --file /mirror/ratpoints-2.1.3-1.pkg.tar.xz
# ratpoints 2.1.3-1

CMD: pacman --query --file /mirror/haskell-regex-base-0.93.2-25.pkg.tar.xz
# haskell-regex-base 0.93.2-25

CMD: pacman --query --file /mirror/flim-1.14.9-4.pkg.tar.xz
# flim 1.14.9-4

CMD: pacman --query --file /mirror/systemd-swap-2.27.1-1.pkg.tar.xz
# systemd-swap 2.27.1-1

CMD: pacman --query --file /mirror/libva-vdpau-driver-0.7.4-2.pkg.tar.xz
# libva-vdpau-driver 0.7.4-2

CMD: pacman --query --file /mirror/skktools-1.3.3-2.pkg.tar.xz
# skktools 1.3.3-2

CMD: pacman --query --file /mirror/pion-5.0.7-6.pkg.tar.xz
# pion 5.0.7-6

CMD: pacman --query --file /mirror/sonata-1.6.2.1-12.pkg.tar.xz
# sonata 1.6.2.1-12

CMD: pacman --query --file /mirror/icu-57.1-1.pkg.tar.xz
# icu 57.1-1

CMD: pacman --query --file /mirror/p7zip-15.14.1-2.pkg.tar.xz
# p7zip 15.14.1-2

CMD: pacman --query --file /mirror/python2-keybinder2-0.3.0-2.pkg.tar.xz
# python2-keybinder2 0.3.0-2

CMD: pacman --query --file /mirror/mono-debugger-2.10-3.pkg.tar.xz
# mono-debugger 2.10-3

CMD: pacman --query --file /mirror/python-profilestats-2.0-1.pkg.tar.xz
# python-profilestats 2.0-1

CMD: pacman --query --file /mirror/libxxf86vm-1.1.4-1.pkg.tar.xz
# libxxf86vm 1.1.4-1

CMD: pacman --query --file /mirror/python-keystoneclient-3.2.0-1.pkg.tar.xz
# python-keystoneclient 3.2.0-1

CMD: pacman --query --file /mirror/mythes-de-20120228-2.pkg.tar.xz
# mythes-de 20120228-2

CMD: pacman --query --file /mirror/openscenegraph-3.4.0-2.pkg.tar.xz
# openscenegraph 3.4.0-2

CMD: pacman --query --file /mirror/python-gobject2-2.28.6-12.pkg.tar.xz
# python-gobject2 2.28.6-12

CMD: pacman --query --file /mirror/unifi-5.0.7-2.pkg.tar.xz
# unifi 5.0.7-2

CMD: pacman --query --file /mirror/openttd-opensfx-0.2.3-5.pkg.tar.xz
# openttd-opensfx 0.2.3-5

CMD: pacman --query --file /mirror/zsh-5.2-1.pkg.tar.xz
# zsh 5.2-1

CMD: pacman --query --file /mirror/bluez-cups-5.40-1.pkg.tar.xz
# bluez-cups 5.40-1

CMD: pacman --query --file /mirror/krename-4.0.9-7.pkg.tar.xz
# krename 4.0.9-7

CMD: pacman --query --file /mirror/kross-interpreters-16.04.2-1.pkg.tar.xz
# kross-interpreters 16.04.2-1

CMD: pacman --query --file /mirror/kodi-addon-visualization-spectrum-20160523.34929f0-1.pkg.tar.xz
# kodi-addon-visualization-spectrum 20160523.34929f0-1

CMD: pacman --query --file /mirror/vim-vcscommand-1.99.47-1.pkg.tar.xz
# vim-vcscommand 1.99.47-1

CMD: pacman --query --file /mirror/chuck-1.3.5.2-1.pkg.tar.xz
# chuck 1.3.5.2-1

CMD: pacman --query --file /mirror/qbittorrent-3.3.5-1.pkg.tar.xz
# qbittorrent 3.3.5-1

CMD: pacman --query --file /mirror/python-astor-0.5-1.pkg.tar.xz
# python-astor 0.5-1

CMD: pacman --query --file /mirror/python-celery-3.1.23-1.pkg.tar.xz
# python-celery 3.1.23-1

CMD: pacman --query --file /mirror/haskell-yesod-static-1.5.0.3-62.pkg.tar.xz
# haskell-yesod-static 1.5.0.3-62

CMD: pacman --query --file /mirror/python2-webob-1.6.1-1.pkg.tar.xz
# python2-webob 1.6.1-1

CMD: pacman --query --file /mirror/ktexteditor-5.23.0-1.pkg.tar.xz
# ktexteditor 5.23.0-1

CMD: pacman --query --file /mirror/nano-2.6.1-1.pkg.tar.xz
# nano 2.6.1-1

CMD: pacman --query --file /mirror/haskell-project-template-0.2.0-27.pkg.tar.xz
# haskell-project-template 0.2.0-27

CMD: pacman --query --file /mirror/qtcurve-utils-1.8.18.git20151017-1.pkg.tar.xz
# qtcurve-utils 1.8.18.git20151017-1

CMD: pacman --query --file /mirror/libksysguard-5.7.0-1.pkg.tar.xz
# libksysguard 5.7.0-1

CMD: pacman --query --file /mirror/eric-qt4-i18n-ru-6.1.7-1.pkg.tar.xz
# eric-qt4-i18n-ru 6.1.7-1

CMD: pacman --query --file /mirror/haskell-byteable-0.1.1-3.pkg.tar.xz
# haskell-byteable 0.1.1-3

CMD: pacman --query --file /mirror/gnome-bluetooth-3.20.0-1.pkg.tar.xz
# gnome-bluetooth 3.20.0-1

CMD: pacman --query --file /mirror/eric-i18n-it-6.1.7-1.pkg.tar.xz
# eric-i18n-it 6.1.7-1

CMD: pacman --query --file /mirror/kaccounts-providers-16.04.2-1.pkg.tar.xz
# kaccounts-providers 16.04.2-1

CMD: pacman --query --file /mirror/python2-betamax-serializers-0.2.0-1.pkg.tar.xz
# python2-betamax-serializers 0.2.0-1

CMD: pacman --query --file /mirror/lxappearance-obconf-gtk3-0.2.3-1.pkg.tar.xz
# lxappearance-obconf-gtk3 0.2.3-1

CMD: pacman --query --file /mirror/0ad-a20-5.pkg.tar.xz
# 0ad a20-5

CMD: pacman --query --file /mirror/archlinux-keyring-20160402-1.pkg.tar.xz
# archlinux-keyring 20160402-1

CMD: pacman --query --file /mirror/libwebp-0.5.0-1.pkg.tar.xz
# libwebp 0.5.0-1

CMD: pacman --query --file /mirror/mkpxelinux-2013.10-1.pkg.tar.xz
# mkpxelinux 2013.10-1

CMD: pacman --query --file /mirror/kde-l10n-wa-16.04.2-1.pkg.tar.xz
# kde-l10n-wa 16.04.2-1

CMD: pacman --query --file /mirror/libgtop-2.34.0-2.pkg.tar.xz
# libgtop 2.34.0-2

CMD: pacman --query --file /mirror/seamonkey-2.40-3.pkg.tar.xz
# seamonkey 2.40-3

CMD: pacman --query --file /mirror/osec-1.2.5-1.pkg.tar.xz
# osec 1.2.5-1

CMD: pacman --query --file /mirror/firefox-i18n-sr-47.0.1-1.pkg.tar.xz
# firefox-i18n-sr 47.0.1-1

CMD: pacman --query --file /mirror/python2-zope-interface-4.2.0-1.pkg.tar.xz
# python2-zope-interface 4.2.0-1

CMD: pacman --query --file /mirror/sslh-1.18-1.pkg.tar.xz
# sslh 1.18-1

CMD: pacman --query --file /mirror/libreoffice-still-hu-5.0.6-1.pkg.tar.xz
# libreoffice-still-hu 5.0.6-1

CMD: pacman --query --file /mirror/libreoffice-fresh-sr-Latn-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-sr-Latn 5.1.4-1

CMD: pacman --query --file /mirror/kodi-addon-screensaver-greynetic-20160523.980e301-1.pkg.tar.xz
# kodi-addon-screensaver-greynetic 20160523.980e301-1

CMD: pacman --query --file /mirror/coin-or-clp-1.16.10-4.pkg.tar.xz
# coin-or-clp 1.16.10-4

CMD: pacman --query --file /mirror/python-fonttools-3.0-1.pkg.tar.xz
# python-fonttools 3.0-1

CMD: pacman --query --file /mirror/linuxtv-dvb-apps-1504-1.pkg.tar.xz
# linuxtv-dvb-apps 1504-1

CMD: pacman --query --file /mirror/sysvbanner-1.0.15-2.pkg.tar.xz
# sysvbanner 1.0.15-2

CMD: pacman --query --file /mirror/python2-msgpack-0.4.7-1.pkg.tar.xz
# python2-msgpack 0.4.7-1

CMD: pacman --query --file /mirror/tomcat6-6.0.45-1.pkg.tar.xz
# tomcat6 6.0.45-1

CMD: pacman --query --file /mirror/kdegames-ksirk-16.04.2-1.pkg.tar.xz
# kdegames-ksirk 16.04.2-1

CMD: pacman --query --file /mirror/polkit-qt4-0.112.0+git20160226-1.pkg.tar.xz
# polkit-qt4 0.112.0+git20160226-1

CMD: pacman --query --file /mirror/p11-kit-0.23.2-1.pkg.tar.xz
# p11-kit 0.23.2-1

CMD: pacman --query --file /mirror/pptpclient-1.8.0-2.pkg.tar.xz
# pptpclient 1.8.0-2

CMD: pacman --query --file /mirror/scite-3.6.6-1.pkg.tar.xz
# scite 3.6.6-1

CMD: pacman --query --file /mirror/firefox-i18n-as-47.0.1-1.pkg.tar.xz
# firefox-i18n-as 47.0.1-1

CMD: pacman --query --file /mirror/haskell-optparse-applicative-0.12.1.0-2.pkg.tar.xz
# haskell-optparse-applicative 0.12.1.0-2

CMD: pacman --query --file /mirror/kontact-16.04.2-1.pkg.tar.xz
# kontact 16.04.2-1

CMD: pacman --query --file /mirror/xf86-video-tdfx-1.4.5-7.pkg.tar.xz
# xf86-video-tdfx 1.4.5-7

CMD: pacman --query --file /mirror/libreoffice-fresh-br-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-br 5.1.4-1

CMD: pacman --query --file /mirror/gambas3-gb-qt5-webkit-3.8.4-3.pkg.tar.xz
# gambas3-gb-qt5-webkit 3.8.4-3

CMD: pacman --query --file /mirror/mythplugins-mythnews-1:0.28-1.pkg.tar.xz
# mythplugins-mythnews 1:0.28-1

CMD: pacman --query --file /mirror/python-jinja-2.8-2.pkg.tar.xz
# python-jinja 2.8-2

CMD: pacman --query --file /mirror/xf86-video-sis-0.10.8-2.pkg.tar.xz
# xf86-video-sis 0.10.8-2

CMD: pacman --query --file /mirror/python-dnspython-1.14.0-1.pkg.tar.xz
# python-dnspython 1.14.0-1

CMD: pacman --query --file /mirror/python-sh-1.11-2.pkg.tar.xz
# python-sh 1.11-2

CMD: pacman --query --file /mirror/libhx-3.22-1.pkg.tar.xz
# libhx 3.22-1

CMD: pacman --query --file /mirror/openmotif-2.3.6-1.pkg.tar.xz
# openmotif 2.3.6-1

CMD: pacman --query --file /mirror/pyrit-0.4.0-3.pkg.tar.xz
# pyrit 0.4.0-3

CMD: pacman --query --file /mirror/qemu-launcher-1.7.4-5.pkg.tar.xz
# qemu-launcher 1.7.4-5

CMD: pacman --query --file /mirror/xfce4-terminal-0.6.3-3.pkg.tar.xz
# xfce4-terminal 0.6.3-3

CMD: pacman --query --file /mirror/watchdog-5.14-1.pkg.tar.xz
# watchdog 5.14-1

CMD: pacman --query --file /mirror/perl-file-slurp-tiny-0.004-1.pkg.tar.xz
# perl-file-slurp-tiny 0.004-1

CMD: pacman --query --file /mirror/bootchart-1.20-2.pkg.tar.xz
# bootchart 1.20-2

CMD: pacman --query --file /mirror/mpv-1:0.18.0-1.pkg.tar.xz
# mpv 1:0.18.0-1

CMD: pacman --query --file /mirror/python-flickrapi-2.1.2-1.pkg.tar.xz
# python-flickrapi 2.1.2-1

CMD: pacman --query --file /mirror/matchbox-common-0.9.1-7.pkg.tar.xz
# matchbox-common 0.9.1-7

CMD: pacman --query --file /mirror/thin-provisioning-tools-0.6.2-1.pkg.tar.xz
# thin-provisioning-tools 0.6.2-1

CMD: pacman --query --file /mirror/mate-disk-utility-1.8.0-1.pkg.tar.xz
# mate-disk-utility 1.8.0-1

CMD: pacman --query --file /mirror/cblas-3.6.1-1.pkg.tar.xz
# cblas 3.6.1-1

CMD: pacman --query --file /mirror/gtk-theme-switch2-2.1.0-4.pkg.tar.xz
# gtk-theme-switch2 2.1.0-4

CMD: pacman --query --file /mirror/wtf-20071004-5.pkg.tar.xz
# wtf 20071004-5

CMD: pacman --query --file /mirror/vim-spell-tl-20150901-1.pkg.tar.xz
# vim-spell-tl 20150901-1

CMD: pacman --query --file /mirror/scim-tables-0.5.14.1-2.pkg.tar.xz
# scim-tables 0.5.14.1-2

CMD: pacman --query --file /mirror/libdca-0.0.5-4.pkg.tar.xz
# libdca 0.0.5-4

CMD: pacman --query --file /mirror/httpie-0.9.3-1.pkg.tar.xz
# httpie 0.9.3-1

CMD: pacman --query --file /mirror/prison-1.1.1-2.pkg.tar.xz
# prison 1.1.1-2

CMD: pacman --query --file /mirror/python-xlsxwriter-0.9.2-1.pkg.tar.xz
# python-xlsxwriter 0.9.2-1

CMD: pacman --query --file /mirror/fcitx-gtk2-4.2.9.1-2.pkg.tar.xz
# fcitx-gtk2 4.2.9.1-2

CMD: pacman --query --file /mirror/gstreamer0.10-ugly-plugins-0.10.19-16.pkg.tar.xz
# gstreamer0.10-ugly-plugins 0.10.19-16

CMD: pacman --query --file /mirror/libgnomecanvas-2.30.3-3.pkg.tar.xz
# libgnomecanvas 2.30.3-3

CMD: pacman --query --file /mirror/simgear-2016.2.1-1.pkg.tar.xz
# simgear 2016.2.1-1

CMD: pacman --query --file /mirror/webkitgtk2-2.4.11-1.pkg.tar.xz
# webkitgtk2 2.4.11-1

CMD: pacman --query --file /mirror/scim-1.4.17-1.pkg.tar.xz
# scim 1.4.17-1

CMD: pacman --query --file /mirror/libopenshot-audio-0.1.1-1.pkg.tar.xz
# libopenshot-audio 0.1.1-1

CMD: pacman --query --file /mirror/lrs-062-1.pkg.tar.xz
# lrs 062-1

CMD: pacman --query --file /mirror/libcap-2.25-1.pkg.tar.xz
# libcap 2.25-1

CMD: pacman --query --file /mirror/libreoffice-fresh-vi-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-vi 5.1.4-1

CMD: pacman --query --file /mirror/firefox-i18n-bs-47.0.1-1.pkg.tar.xz
# firefox-i18n-bs 47.0.1-1

CMD: pacman --query --file /mirror/libx264-2:148.20160103-1.pkg.tar.xz
# libx264 2:148.20160103-1

CMD: pacman --query --file /mirror/php-7.0.8-1.pkg.tar.xz
# php 7.0.8-1

CMD: pacman --query --file /mirror/anjuta-extras-3.10.0-4.pkg.tar.xz
# anjuta-extras 3.10.0-4

CMD: pacman --query --file /mirror/gambas3-gb-qt4-opengl-3.8.4-3.pkg.tar.xz
# gambas3-gb-qt4-opengl 3.8.4-3

CMD: pacman --query --file /mirror/xombrero-1.6.4-4.pkg.tar.xz
# xombrero 1.6.4-4

CMD: pacman --query --file /mirror/gpick-0.2.5-6.pkg.tar.xz
# gpick 0.2.5-6

CMD: pacman --query --file /mirror/vamp-aubio-plugins-0.5.0-2.pkg.tar.xz
# vamp-aubio-plugins 0.5.0-2

CMD: pacman --query --file /mirror/ca-certificates-20160507-1.pkg.tar.xz
# ca-certificates 20160507-1

CMD: pacman --query --file /mirror/python2-pytest-timeout-1.0.0-1.pkg.tar.xz
# python2-pytest-timeout 1.0.0-1

CMD: pacman --query --file /mirror/libtxc_dxtn-1.0.1-6.pkg.tar.xz
# libtxc_dxtn 1.0.1-6

CMD: pacman --query --file /mirror/calligra-l10n-sk-2.9.11-1.pkg.tar.xz
# calligra-l10n-sk 2.9.11-1

CMD: pacman --query --file /mirror/kdegames-kajongg-16.04.2-1.pkg.tar.xz
# kdegames-kajongg 16.04.2-1

CMD: pacman --query --file /mirror/xfce4-netload-plugin-1.2.4-3.pkg.tar.xz
# xfce4-netload-plugin 1.2.4-3

CMD: pacman --query --file /mirror/libtiger-0.3.4-4.pkg.tar.xz
# libtiger 0.3.4-4

CMD: pacman --query --file /mirror/openbsd-netcat-1.105_7-7.pkg.tar.xz
# openbsd-netcat 1.105_7-7

CMD: pacman --query --file /mirror/linux-api-headers-4.5.5-1.pkg.tar.xz
# linux-api-headers 4.5.5-1

CMD: pacman --query --file /mirror/gsasl-1.8.0-6.pkg.tar.xz
# gsasl 1.8.0-6

CMD: pacman --query --file /mirror/ttf-anonymous-pro-1.003-2.pkg.tar.xz
# ttf-anonymous-pro 1.003-2

CMD: pacman --query --file /mirror/xorg-server-xephyr-1.18.3-2.pkg.tar.xz
# xorg-server-xephyr 1.18.3-2

CMD: pacman --query --file /mirror/lua-lgi-0.9.1-1.pkg.tar.xz
# lua-lgi 0.9.1-1

CMD: pacman --query --file /mirror/synce-kde-0.16-4.pkg.tar.xz
# synce-kde 0.16-4

CMD: pacman --query --file /mirror/thunderbird-i18n-vi-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-vi 45.2.0-1

CMD: pacman --query --file /mirror/nodm-0.12-1.pkg.tar.xz
# nodm 0.12-1

CMD: pacman --query --file /mirror/libee-0.4.1-3.pkg.tar.xz
# libee 0.4.1-3

CMD: pacman --query --file /mirror/libxfce4ui-4.12.1-2.pkg.tar.xz
# libxfce4ui 4.12.1-2

CMD: pacman --query --file /mirror/e3-2.81-1.pkg.tar.xz
# e3 2.81-1

CMD: pacman --query --file /mirror/kompozer-i18n-es-es-0.8b3-1.pkg.tar.xz
# kompozer-i18n-es-es 0.8b3-1

CMD: pacman --query --file /mirror/twolame-0.3.13-7.pkg.tar.xz
# twolame 0.3.13-7

CMD: pacman --query --file /mirror/haskell-mwc-random-0.13.4.0-2.pkg.tar.xz
# haskell-mwc-random 0.13.4.0-2

CMD: pacman --query --file /mirror/libretro-mednafen-psx-1011-1.pkg.tar.xz
# libretro-mednafen-psx 1011-1

CMD: pacman --query --file /mirror/sbc-1.3-1.pkg.tar.xz
# sbc 1.3-1

CMD: pacman --query --file /mirror/httperf-0.9.0-7.pkg.tar.xz
# httperf 0.9.0-7

CMD: pacman --query --file /mirror/blender-17:2.77.a-3.pkg.tar.xz
# blender 17:2.77.a-3

CMD: pacman --query --file /mirror/luxblend25-1.6-1.pkg.tar.xz
# luxblend25 1.6-1

CMD: pacman --query --file /mirror/git-review-1.25.0-2.pkg.tar.xz
# git-review 1.25.0-2

CMD: pacman --query --file /mirror/lxqt-session-0.10.0-3.pkg.tar.xz
# lxqt-session 0.10.0-3

CMD: pacman --query --file /mirror/idris-0.11.2-2.pkg.tar.xz
# idris 0.11.2-2

CMD: pacman --query --file /mirror/presentproto-1.0-1.pkg.tar.xz
# presentproto 1.0-1

CMD: pacman --query --file /mirror/haskell-data-ordlist-0.4.7.0-3.pkg.tar.xz
# haskell-data-ordlist 0.4.7.0-3

CMD: pacman --query --file /mirror/kde-l10n-lt-16.04.2-1.pkg.tar.xz
# kde-l10n-lt 16.04.2-1

CMD: pacman --query --file /mirror/perl-crypt-openssl-rsa-0.28-8.pkg.tar.xz
# perl-crypt-openssl-rsa 0.28-8

CMD: pacman --query --file /mirror/agda-stdlib-0.12-1.pkg.tar.xz
# agda-stdlib 0.12-1

CMD: pacman --query --file /mirror/gnome-disk-utility-3.20.2-1.pkg.tar.xz
# gnome-disk-utility 3.20.2-1

CMD: pacman --query --file /mirror/perl-moo-2.001001-1.pkg.tar.xz
# perl-moo 2.001001-1

CMD: pacman --query --file /mirror/haskell-cmark-0.5.2.1-1.pkg.tar.xz
# haskell-cmark 0.5.2.1-1

CMD: pacman --query --file /mirror/libgcrypt-1.7.1-1.pkg.tar.xz
# libgcrypt 1.7.1-1

CMD: pacman --query --file /mirror/archiso-27-1.pkg.tar.xz
# archiso 27-1

CMD: pacman --query --file /mirror/python2-gdata-2.0.18-1.pkg.tar.xz
# python2-gdata 2.0.18-1

CMD: pacman --query --file /mirror/ruby-rdiscount-2.2.0.1-1.pkg.tar.xz
# ruby-rdiscount 2.2.0.1-1

CMD: pacman --query --file /mirror/python-sparqlwrapper-1.7.1-1.pkg.tar.xz
# python-sparqlwrapper 1.7.1-1

CMD: pacman --query --file /mirror/acl-2.2.52-2.pkg.tar.xz
# acl 2.2.52-2

CMD: pacman --query --file /mirror/gl2ps-1.3.9-1.pkg.tar.xz
# gl2ps 1.3.9-1

CMD: pacman --query --file /mirror/xl2tpd-1.3.7-1.pkg.tar.xz
# xl2tpd 1.3.7-1

CMD: pacman --query --file /mirror/python2-ipdb-0.10.1-1.pkg.tar.xz
# python2-ipdb 0.10.1-1

CMD: pacman --query --file /mirror/calligra-l10n-pt_br-2.9.11-1.pkg.tar.xz
# calligra-l10n-pt_br 2.9.11-1

CMD: pacman --query --file /mirror/kdeedu-data-16.04.2-1.pkg.tar.xz
# kdeedu-data 16.04.2-1

CMD: pacman --query --file /mirror/tesseract-data-fas-3.04.00-1.pkg.tar.xz
# tesseract-data-fas 3.04.00-1

CMD: pacman --query --file /mirror/perl-canary-stability-2011-2.pkg.tar.xz
# perl-canary-stability 2011-2

CMD: pacman --query --file /mirror/balsa-2.5.2-3.pkg.tar.xz
# balsa 2.5.2-3

CMD: pacman --query --file /mirror/python-keystoneauth1-2.9.0-1.pkg.tar.xz
# python-keystoneauth1 2.9.0-1

CMD: pacman --query --file /mirror/keychain-2.8.3-1.pkg.tar.xz
# keychain 2.8.3-1

CMD: pacman --query --file /mirror/sqlite-tcl-3.13.0-1.pkg.tar.xz
# sqlite-tcl 3.13.0-1

CMD: pacman --query --file /mirror/libseccomp-2.3.1-1.pkg.tar.xz
# libseccomp 2.3.1-1

CMD: pacman --query --file /mirror/xorg-xev-1.2.2-1.pkg.tar.xz
# xorg-xev 1.2.2-1

CMD: pacman --query --file /mirror/hamster-time-tracker-1.04-2.pkg.tar.xz
# hamster-time-tracker 1.04-2

CMD: pacman --query --file /mirror/lapack-3.6.1-1.pkg.tar.xz
# lapack 3.6.1-1

CMD: pacman --query --file /mirror/youtube-viewer-1:3.2.2-1.pkg.tar.xz
# youtube-viewer 1:3.2.2-1

CMD: pacman --query --file /mirror/mate-polkit-gtk3-1.12.0-1.pkg.tar.xz
# mate-polkit-gtk3 1.12.0-1

CMD: pacman --query --file /mirror/libabw-0.1.1-2.pkg.tar.xz
# libabw 0.1.1-2

CMD: pacman --query --file /mirror/perl-string-shellquote-1.04-3.pkg.tar.xz
# perl-string-shellquote 1.04-3

CMD: pacman --query --file /mirror/transmission-qt-2.92-1.pkg.tar.xz
# transmission-qt 2.92-1

CMD: pacman --query --file /mirror/python2-iocapture-0.1.2-1.pkg.tar.xz
# python2-iocapture 0.1.2-1

CMD: pacman --query --file /mirror/python2-cairocffi-0.7.2-2.pkg.tar.xz
# python2-cairocffi 0.7.2-2

CMD: pacman --query --file /mirror/libsasl-2.1.26-8.pkg.tar.xz
# libsasl 2.1.26-8

CMD: pacman --query --file /mirror/airspy-1.0.7-1.pkg.tar.xz
# airspy 1.0.7-1

CMD: pacman --query --file /mirror/python2-pythondialog-3.4.0-1.pkg.tar.xz
# python2-pythondialog 3.4.0-1

CMD: pacman --query --file /mirror/haskell-aeson-better-errors-0.9.0.1-10.pkg.tar.xz
# haskell-aeson-better-errors 0.9.0.1-10

CMD: pacman --query --file /mirror/vim-systemd-20140209-1.pkg.tar.xz
# vim-systemd 20140209-1

CMD: pacman --query --file /mirror/kruler-16.04.2-1.pkg.tar.xz
# kruler 16.04.2-1

CMD: pacman --query --file /mirror/calligra-stage-2.9.11-4.pkg.tar.xz
# calligra-stage 2.9.11-4

CMD: pacman --query --file /mirror/nvidia-utils-367.27-1.pkg.tar.xz
# nvidia-utils 367.27-1

CMD: pacman --query --file /mirror/lua-sql-postgres-2.3.0-6.pkg.tar.xz
# lua-sql-postgres 2.3.0-6

CMD: pacman --query --file /mirror/xfig-3.2.5c-3.pkg.tar.xz
# xfig 3.2.5c-3

CMD: pacman --query --file /mirror/mod_itk-2.4.7.r04-1.pkg.tar.xz
# mod_itk 2.4.7.r04-1

CMD: pacman --query --file /mirror/calc-2.12.5.3-1.pkg.tar.xz
# calc 2.12.5.3-1

CMD: pacman --query --file /mirror/transmission-gtk-2.92-1.pkg.tar.xz
# transmission-gtk 2.92-1

CMD: pacman --query --file /mirror/haskell-language-python-0.5.2-5.pkg.tar.xz
# haskell-language-python 0.5.2-5

CMD: pacman --query --file /mirror/firefox-i18n-ml-47.0.1-1.pkg.tar.xz
# firefox-i18n-ml 47.0.1-1

CMD: pacman --query --file /mirror/dconf-0.26.0-1.pkg.tar.xz
# dconf 0.26.0-1

CMD: pacman --query --file /mirror/cinnamon-menus-3.0.2-1.pkg.tar.xz
# cinnamon-menus 3.0.2-1

CMD: pacman --query --file /mirror/python2-openpyxl-2.3.5-1.pkg.tar.xz
# python2-openpyxl 2.3.5-1

CMD: pacman --query --file /mirror/ghostscript-9.19-1.pkg.tar.xz
# ghostscript 9.19-1

CMD: pacman --query --file /mirror/perl-graphics-colornames-www-1.13-3.pkg.tar.xz
# perl-graphics-colornames-www 1.13-3

CMD: pacman --query --file /mirror/gradle-doc-2.14-1.pkg.tar.xz
# gradle-doc 2.14-1

CMD: pacman --query --file /mirror/python-keyrings-alt-1:1.1.1-1.pkg.tar.xz
# python-keyrings-alt 1:1.1.1-1

CMD: pacman --query --file /mirror/dunst-1.1.0-1.pkg.tar.xz
# dunst 1.1.0-1

CMD: pacman --query --file /mirror/python2-formencode-1.3.0a1-2.pkg.tar.xz
# python2-formencode 1.3.0a1-2

CMD: pacman --query --file /mirror/python2-deepin-vte-0.28.2.20130904-1.pkg.tar.xz
# python2-deepin-vte 0.28.2.20130904-1

CMD: pacman --query --file /mirror/haskell-pcre-light-0.4.0.4-2.pkg.tar.xz
# haskell-pcre-light 0.4.0.4-2

CMD: pacman --query --file /mirror/p8-platform-2.0.1-2.pkg.tar.xz
# p8-platform 2.0.1-2

CMD: pacman --query --file /mirror/python2-fpconst-0.7.3-5.pkg.tar.xz
# python2-fpconst 0.7.3-5

CMD: pacman --query --file /mirror/kompozer-i18n-ko-0.8b3-1.pkg.tar.xz
# kompozer-i18n-ko 0.8b3-1

CMD: pacman --query --file /mirror/keystone-0.9-1.pkg.tar.xz
# keystone 0.9-1

CMD: pacman --query --file /mirror/vim-spell-nn-20150901-1.pkg.tar.xz
# vim-spell-nn 20150901-1

CMD: pacman --query --file /mirror/python2-geotypes-0.7.0-7.pkg.tar.xz
# python2-geotypes 0.7.0-7

CMD: pacman --query --file /mirror/qt5-datavis3d-5.7.0-1.pkg.tar.xz
# qt5-datavis3d 5.7.0-1

CMD: pacman --query --file /mirror/libreoffice-fresh-zh-CN-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-zh-CN 5.1.4-1

CMD: pacman --query --file /mirror/gnome-font-viewer-3.20.2-1.pkg.tar.xz
# gnome-font-viewer 3.20.2-1

CMD: pacman --query --file /mirror/mailcommon-16.04.2-1.pkg.tar.xz
# mailcommon 16.04.2-1

CMD: pacman --query --file /mirror/calligra-l10n-fi-2.9.11-1.pkg.tar.xz
# calligra-l10n-fi 2.9.11-1

CMD: pacman --query --file /mirror/metapixel-1.0.2-8.pkg.tar.xz
# metapixel 1.0.2-8

CMD: pacman --query --file /mirror/python2-case-1.2.2-1.pkg.tar.xz
# python2-case 1.2.2-1

CMD: pacman --query --file /mirror/kdeconnect-0.9.g-3.pkg.tar.xz
# kdeconnect 0.9.g-3

CMD: pacman --query --file /mirror/python-pykerberos-1.1.13-1.pkg.tar.xz
# python-pykerberos 1.1.13-1

CMD: pacman --query --file /mirror/python-crypto-2.6.1-3.pkg.tar.xz
# python-crypto 2.6.1-3

CMD: pacman --query --file /mirror/iagno-3.20.2-1.pkg.tar.xz
# iagno 3.20.2-1

CMD: pacman --query --file /mirror/deepin-game-2014.2-4.pkg.tar.xz
# deepin-game 2014.2-4

CMD: pacman --query --file /mirror/gnome-maps-3.20.1-1.pkg.tar.xz
# gnome-maps 3.20.1-1

CMD: pacman --query --file /mirror/liteide-30-1.pkg.tar.xz
# liteide 30-1

CMD: pacman --query --file /mirror/arch-1.3.5-11.pkg.tar.xz
# arch 1.3.5-11

CMD: pacman --query --file /mirror/memconf-3.06-1.pkg.tar.xz
# memconf 3.06-1

CMD: pacman --query --file /mirror/archlinux-xdg-menu-0.7.6.2-2.pkg.tar.xz
# archlinux-xdg-menu 0.7.6.2-2

CMD: pacman --query --file /mirror/python2-hexdump-3.3-1.pkg.tar.xz
# python2-hexdump 3.3-1

CMD: pacman --query --file /mirror/python-grequests-0.3.0-1.pkg.tar.xz
# python-grequests 0.3.0-1

CMD: pacman --query --file /mirror/python2-pifpaf-0.8.0-1.pkg.tar.xz
# python2-pifpaf 0.8.0-1

CMD: pacman --query --file /mirror/liblxqt-0.10.0-6.pkg.tar.xz
# liblxqt 0.10.0-6

CMD: pacman --query --file /mirror/python2-autobahn-0.14.1-1.pkg.tar.xz
# python2-autobahn 0.14.1-1

CMD: pacman --query --file /mirror/xmobar-0.23.1-18.pkg.tar.xz
# xmobar 0.23.1-18

CMD: pacman --query --file /mirror/cinnamon-3.0.5-1.pkg.tar.xz
# cinnamon 3.0.5-1

CMD: pacman --query --file /mirror/haskell-regex-compat-0.95.1-5.pkg.tar.xz
# haskell-regex-compat 0.95.1-5

CMD: pacman --query --file /mirror/haskell-edisonapi-1.3.1-1.pkg.tar.xz
# haskell-edisonapi 1.3.1-1

CMD: pacman --query --file /mirror/perl-datetime-timezone-1.95-1.pkg.tar.xz
# perl-datetime-timezone 1.95-1

CMD: pacman --query --file /mirror/ksystemlog-16.04.2-1.pkg.tar.xz
# ksystemlog 16.04.2-1

CMD: pacman --query --file /mirror/soundtouch-1.9.2-1.pkg.tar.xz
# soundtouch 1.9.2-1

CMD: pacman --query --file /mirror/libreoffice-fresh-ta-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-ta 5.1.4-1

CMD: pacman --query --file /mirror/musescore-2.0.3-2.pkg.tar.xz
# musescore 2.0.3-2

CMD: pacman --query --file /mirror/python-debtcollector-1.5.0-1.pkg.tar.xz
# python-debtcollector 1.5.0-1

CMD: pacman --query --file /mirror/libreoffice-still-uk-5.0.6-1.pkg.tar.xz
# libreoffice-still-uk 5.0.6-1

CMD: pacman --query --file /mirror/clearsilver-0.10.5-20.pkg.tar.xz
# clearsilver 0.10.5-20

CMD: pacman --query --file /mirror/python2-pypandoc-1.1.3-1.pkg.tar.xz
# python2-pypandoc 1.1.3-1

CMD: pacman --query --file /mirror/thunderbird-i18n-tr-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-tr 45.2.0-1

CMD: pacman --query --file /mirror/gambas3-gb-ncurses-3.8.4-3.pkg.tar.xz
# gambas3-gb-ncurses 3.8.4-3

CMD: pacman --query --file /mirror/python-h5py-2.6.0-2.pkg.tar.xz
# python-h5py 2.6.0-2

CMD: pacman --query --file /mirror/python2-sphinx-alabaster-theme-0.7.8-1.pkg.tar.xz
# python2-sphinx-alabaster-theme 0.7.8-1

CMD: pacman --query --file /mirror/java-openjfx-src-8.u76-2.pkg.tar.xz
# java-openjfx-src 8.u76-2

CMD: pacman --query --file /mirror/ibamtray-0.02-9.pkg.tar.xz
# ibamtray 0.02-9

CMD: pacman --query --file /mirror/postfwd-1.35-2.pkg.tar.xz
# postfwd 1.35-2

CMD: pacman --query --file /mirror/ivtv-utils-1.4.1-7.pkg.tar.xz
# ivtv-utils 1.4.1-7

CMD: pacman --query --file /mirror/vte-common-0.44.2-1.pkg.tar.xz
# vte-common 0.44.2-1

CMD: pacman --query --file /mirror/perl-data-hierarchy-0.34-6.pkg.tar.xz
# perl-data-hierarchy 0.34-6

CMD: pacman --query --file /mirror/perl-universal-can-1.20140328-1.pkg.tar.xz
# perl-universal-can 1.20140328-1

CMD: pacman --query --file /mirror/wol-0.7.1-7.pkg.tar.xz
# wol 0.7.1-7

CMD: pacman --query --file /mirror/emacs-haskell-mode-13.20-1.pkg.tar.xz
# emacs-haskell-mode 13.20-1

CMD: pacman --query --file /mirror/libmemcached-1.0.18-2.pkg.tar.xz
# libmemcached 1.0.18-2

CMD: pacman --query --file /mirror/tinyxml2-3.0.0-1.pkg.tar.xz
# tinyxml2 3.0.0-1

CMD: pacman --query --file /mirror/linux-firmware-20160516.80d463b-1.pkg.tar.xz
# linux-firmware 20160516.80d463b-1

CMD: pacman --query --file /mirror/python2-simplejson-3.8.2-1.pkg.tar.xz
# python2-simplejson 3.8.2-1

CMD: pacman --query --file /mirror/libxnvctrl-367.27-2.pkg.tar.xz
# libxnvctrl 367.27-2

CMD: pacman --query --file /mirror/python-py-1.4.31-1.pkg.tar.xz
# python-py 1.4.31-1

CMD: pacman --query --file /mirror/python2-helper-2.4.1-2.pkg.tar.xz
# python2-helper 2.4.1-2

CMD: pacman --query --file /mirror/perl-sub-install-0.928-1.pkg.tar.xz
# perl-sub-install 0.928-1

CMD: pacman --query --file /mirror/libasl-0.1.6-5.pkg.tar.xz
# libasl 0.1.6-5

CMD: pacman --query --file /mirror/cinnamon-desktop-3.0.2-1.pkg.tar.xz
# cinnamon-desktop 3.0.2-1

CMD: pacman --query --file /mirror/glfw-x11-3.2-4.pkg.tar.xz
# glfw-x11 3.2-4

CMD: pacman --query --file /mirror/lasem-0.4.3-2.pkg.tar.xz
# lasem 0.4.3-2

CMD: pacman --query --file /mirror/tslib-1.1-1.pkg.tar.xz
# tslib 1.1-1

CMD: pacman --query --file /mirror/linux-lts-4.4.14-1.pkg.tar.xz
# linux-lts 4.4.14-1

CMD: pacman --query --file /mirror/ksquares-16.04.2-1.pkg.tar.xz
# ksquares 16.04.2-1

CMD: pacman --query --file /mirror/kde-l10n-tr-16.04.2-1.pkg.tar.xz
# kde-l10n-tr 16.04.2-1

CMD: pacman --query --file /mirror/haskell-xcb-types-0.7.1-5.pkg.tar.xz
# haskell-xcb-types 0.7.1-5

CMD: pacman --query --file /mirror/python2-gtop-2.32.0-15.pkg.tar.xz
# python2-gtop 2.32.0-15

CMD: pacman --query --file /mirror/perl-curses-1.33-2.pkg.tar.xz
# perl-curses 1.33-2

CMD: pacman --query --file /mirror/leveldb-1.18-2.pkg.tar.xz
# leveldb 1.18-2

CMD: pacman --query --file /mirror/tesseract-data-fra-3.04.00-1.pkg.tar.xz
# tesseract-data-fra 3.04.00-1

CMD: pacman --query --file /mirror/irssi-0.8.19-2.pkg.tar.xz
# irssi 0.8.19-2

CMD: pacman --query --file /mirror/tesseract-data-chr-3.04.00-1.pkg.tar.xz
# tesseract-data-chr 3.04.00-1

CMD: pacman --query --file /mirror/thunderbird-i18n-da-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-da 45.2.0-1

CMD: pacman --query --file /mirror/perl-text-diff-1.44-1.pkg.tar.xz
# perl-text-diff 1.44-1

CMD: pacman --query --file /mirror/xmind-3.6.50-1.pkg.tar.xz
# xmind 3.6.50-1

CMD: pacman --query --file /mirror/gtk-chtheme-0.3.1-8.pkg.tar.xz
# gtk-chtheme 0.3.1-8

CMD: pacman --query --file /mirror/liferea-1.10.19-1.pkg.tar.xz
# liferea 1.10.19-1

CMD: pacman --query --file /mirror/gradle-src-2.14-1.pkg.tar.xz
# gradle-src 2.14-1

CMD: pacman --query --file /mirror/psmisc-22.21-3.pkg.tar.xz
# psmisc 22.21-3

CMD: pacman --query --file /mirror/keybase-1.0.16-2.pkg.tar.xz
# keybase 1.0.16-2

CMD: pacman --query --file /mirror/libdvdread-5.0.4-1.pkg.tar.xz
# libdvdread 5.0.4-1

CMD: pacman --query --file /mirror/gsmartcontrol-0.8.7-7.pkg.tar.xz
# gsmartcontrol 0.8.7-7

CMD: pacman --query --file /mirror/python2-wikipedia-1.4.0-3.pkg.tar.xz
# python2-wikipedia 1.4.0-3

CMD: pacman --query --file /mirror/gimp-2.8.16-2.pkg.tar.xz
# gimp 2.8.16-2

CMD: pacman --query --file /mirror/vim-latexsuite-20141116-2.pkg.tar.xz
# vim-latexsuite 20141116-2

CMD: pacman --query --file /mirror/poppler-qt4-0.42.0-1.pkg.tar.xz
# poppler-qt4 0.42.0-1

CMD: pacman --query --file /mirror/speakup-utils-3.1.6-3.pkg.tar.xz
# speakup-utils 3.1.6-3

CMD: pacman --query --file /mirror/marble-16.04.2-1.pkg.tar.xz
# marble 16.04.2-1

CMD: pacman --query --file /mirror/libykneomgr-0.1.8-1.pkg.tar.xz
# libykneomgr 0.1.8-1

CMD: pacman --query --file /mirror/libreoffice-fresh-lv-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-lv 5.1.4-1

CMD: pacman --query --file /mirror/haskell-safe-0.3.9-2.pkg.tar.xz
# haskell-safe 0.3.9-2

CMD: pacman --query --file /mirror/libgpg-error-1.23-1.pkg.tar.xz
# libgpg-error 1.23-1

CMD: pacman --query --file /mirror/aspell-fr-0.50.3-7.pkg.tar.xz
# aspell-fr 0.50.3-7

CMD: pacman --query --file /mirror/vlc-2.2.4-1.pkg.tar.xz
# vlc 2.2.4-1

CMD: pacman --query --file /mirror/python2-subunit-1.2.0-1.pkg.tar.xz
# python2-subunit 1.2.0-1

CMD: pacman --query --file /mirror/i7z-0.27.2.git1-4.pkg.tar.xz
# i7z 0.27.2.git1-4

CMD: pacman --query --file /mirror/gnome-mplayer-1.0.9-3.pkg.tar.xz
# gnome-mplayer 1.0.9-3

CMD: pacman --query --file /mirror/ipython2-4.2.0-2.pkg.tar.xz
# ipython2 4.2.0-2

CMD: pacman --query --file /mirror/typescript-1.8.10-1.pkg.tar.xz
# typescript 1.8.10-1

CMD: pacman --query --file /mirror/xorg-server-utils-7.6-4.pkg.tar.xz
# xorg-server-utils 7.6-4

CMD: pacman --query --file /mirror/python-nltk-3.2.1-1.pkg.tar.xz
# python-nltk 3.2.1-1

CMD: pacman --query --file /mirror/opencv-samples-3.1.0-3.pkg.tar.xz
# opencv-samples 3.1.0-3

CMD: pacman --query --file /mirror/python2-routes-2.3.1-1.pkg.tar.xz
# python2-routes 2.3.1-1

CMD: pacman --query --file /mirror/perl-xml-xpath-1.34-1.pkg.tar.xz
# perl-xml-xpath 1.34-1

CMD: pacman --query --file /mirror/openjpeg2-2.1.1-1.pkg.tar.xz
# openjpeg2 2.1.1-1

CMD: pacman --query --file /mirror/zsh-completions-0.18.0-1.pkg.tar.xz
# zsh-completions 0.18.0-1

CMD: pacman --query --file /mirror/mate-session-manager-gtk3-1.12.1-1.pkg.tar.xz
# mate-session-manager-gtk3 1.12.1-1

CMD: pacman --query --file /mirror/s-nail-14.8.9-1.pkg.tar.xz
# s-nail 14.8.9-1

CMD: pacman --query --file /mirror/python2-tox-2.3.1-1.pkg.tar.xz
# python2-tox 2.3.1-1

CMD: pacman --query --file /mirror/plasma-pa-5.7.0-1.pkg.tar.xz
# plasma-pa 5.7.0-1

CMD: pacman --query --file /mirror/haskell-monad-control-1.0.1.0-2.pkg.tar.xz
# haskell-monad-control 1.0.1.0-2

CMD: pacman --query --file /mirror/haskell-regex-tdfa-1.2.2-3.pkg.tar.xz
# haskell-regex-tdfa 1.2.2-3

CMD: pacman --query --file /mirror/perl-time-modules-2013.0912-1.pkg.tar.xz
# perl-time-modules 2013.0912-1

CMD: pacman --query --file /mirror/p0f-3.09b-1.pkg.tar.xz
# p0f 3.09b-1

CMD: pacman --query --file /mirror/deepin-artwork-themes-15.12.3-1.pkg.tar.xz
# deepin-artwork-themes 15.12.3-1

CMD: pacman --query --file /mirror/perl-libintl-perl-1.26-1.pkg.tar.xz
# perl-libintl-perl 1.26-1

CMD: pacman --query --file /mirror/shorewall-5.0.4-1.pkg.tar.xz
# shorewall 5.0.4-1

CMD: pacman --query --file /mirror/perl-app-cli-0.313-3.pkg.tar.xz
# perl-app-cli 0.313-3

CMD: pacman --query --file /mirror/termite-11-3.pkg.tar.xz
# termite 11-3

CMD: pacman --query --file /mirror/libreoffice-still-gu-5.0.6-1.pkg.tar.xz
# libreoffice-still-gu 5.0.6-1

CMD: pacman --query --file /mirror/python2-telepathy-0.15.19-5.pkg.tar.xz
# python2-telepathy 0.15.19-5

CMD: pacman --query --file /mirror/eclipse-common-4.6.0-1.pkg.tar.xz
# eclipse-common 4.6.0-1

CMD: pacman --query --file /mirror/kdebase-kdepasswd-16.04.2-1.pkg.tar.xz
# kdebase-kdepasswd 16.04.2-1

CMD: pacman --query --file /mirror/vim-7.4.1910-1.pkg.tar.xz
# vim 7.4.1910-1

CMD: pacman --query --file /mirror/iperf-2.0.5-9.pkg.tar.xz
# iperf 2.0.5-9

CMD: pacman --query --file /mirror/kwrited-5.7.0-1.pkg.tar.xz
# kwrited 5.7.0-1

CMD: pacman --query --file /mirror/gstreamer0.10-good-0.10.31-10.pkg.tar.xz
# gstreamer0.10-good 0.10.31-10

CMD: pacman --query --file /mirror/libgdamm-docs-4.99.10-2.pkg.tar.xz
# libgdamm-docs 4.99.10-2

CMD: pacman --query --file /mirror/tesseract-data-ron-3.04.00-1.pkg.tar.xz
# tesseract-data-ron 3.04.00-1

CMD: pacman --query --file /mirror/ruby-rainbow-2.1.0-1.pkg.tar.xz
# ruby-rainbow 2.1.0-1

CMD: pacman --query --file /mirror/lrcalc-1.2-2.pkg.tar.xz
# lrcalc 1.2-2

CMD: pacman --query --file /mirror/mate-desktop-1.12.1-1.pkg.tar.xz
# mate-desktop 1.12.1-1

CMD: pacman --query --file /mirror/packagekit-qt4-0.9.5-5.pkg.tar.xz
# packagekit-qt4 0.9.5-5

CMD: pacman --query --file /mirror/kde-l10n-sv-16.04.2-1.pkg.tar.xz
# kde-l10n-sv 16.04.2-1

CMD: pacman --query --file /mirror/kompozer-i18n-sl-0.8b3-1.pkg.tar.xz
# kompozer-i18n-sl 0.8b3-1

CMD: pacman --query --file /mirror/jbigkit-2.1-2.pkg.tar.xz
# jbigkit 2.1-2

CMD: pacman --query --file /mirror/bcprov-1.54-1.pkg.tar.xz
# bcprov 1.54-1

CMD: pacman --query --file /mirror/calligra-extras-2.9.11-4.pkg.tar.xz
# calligra-extras 2.9.11-4

CMD: pacman --query --file /mirror/argyllcms-1.8.3-1.pkg.tar.xz
# argyllcms 1.8.3-1

CMD: pacman --query --file /mirror/glib2-2.48.1-1.pkg.tar.xz
# glib2 2.48.1-1

CMD: pacman --query --file /mirror/gnome-settings-daemon-3.20.1+8+g40bf4fd-1.pkg.tar.xz
# gnome-settings-daemon 3.20.1+8+g40bf4fd-1

CMD: pacman --query --file /mirror/hsolink-1.0.118-9.pkg.tar.xz
# hsolink 1.0.118-9

CMD: pacman --query --file /mirror/python-llfuse-1.1-1.pkg.tar.xz
# python-llfuse 1.1-1

CMD: pacman --query --file /mirror/sword-1.7.4-7.pkg.tar.xz
# sword 1.7.4-7

CMD: pacman --query --file /mirror/libsecret-0.18.5-1.pkg.tar.xz
# libsecret 0.18.5-1

CMD: pacman --query --file /mirror/texlive-publishers-2015.38832-1.pkg.tar.xz
# texlive-publishers 2015.38832-1

CMD: pacman --query --file /mirror/almanah-0.11.1-5.pkg.tar.xz
# almanah 0.11.1-5

CMD: pacman --query --file /mirror/python-os-client-config-1.18.0-1.pkg.tar.xz
# python-os-client-config 1.18.0-1

CMD: pacman --query --file /mirror/perl-io-bufferedselect-1.0-4.pkg.tar.xz
# perl-io-bufferedselect 1.0-4

CMD: pacman --query --file /mirror/kodi-addon-audioencoder-flac-20160530.f7a8daa-1.pkg.tar.xz
# kodi-addon-audioencoder-flac 20160530.f7a8daa-1

CMD: pacman --query --file /mirror/python2-pyrsistent-0.11.13-1.pkg.tar.xz
# python2-pyrsistent 0.11.13-1

CMD: pacman --query --file /mirror/tre-0.8.0-4.pkg.tar.xz
# tre 0.8.0-4

CMD: pacman --query --file /mirror/kodi-addon-screensaver-asteroids-20160523.2adf852-1.pkg.tar.xz
# kodi-addon-screensaver-asteroids 20160523.2adf852-1

CMD: pacman --query --file /mirror/python2-pyptlib-0.0.6-1.pkg.tar.xz
# python2-pyptlib 0.0.6-1

CMD: pacman --query --file /mirror/xsane-gimp-0.999-1.pkg.tar.xz
# xsane-gimp 0.999-1

CMD: pacman --query --file /mirror/luarocks5.1-2.3.0-1.pkg.tar.xz
# luarocks5.1 2.3.0-1

CMD: pacman --query --file /mirror/sauerbraten-2013_02_03_collect_edition-3.pkg.tar.xz
# sauerbraten 2013_02_03_collect_edition-3

CMD: pacman --query --file /mirror/deepin-qml-widgets-2.3.2-1.pkg.tar.xz
# deepin-qml-widgets 2.3.2-1

CMD: pacman --query --file /mirror/libreoffice-fresh-rw-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-rw 5.1.4-1

CMD: pacman --query --file /mirror/rabbitmq-3.6.2-1.pkg.tar.xz
# rabbitmq 3.6.2-1

CMD: pacman --query --file /mirror/gambas3-gb-clipper-3.8.4-3.pkg.tar.xz
# gambas3-gb-clipper 3.8.4-3

CMD: pacman --query --file /mirror/gstreamermm-1.4.3-2.pkg.tar.xz
# gstreamermm 1.4.3-2

CMD: pacman --query --file /mirror/hwids-20160306-1.pkg.tar.xz
# hwids 20160306-1

CMD: pacman --query --file /mirror/hiera-3.2.0-1.pkg.tar.xz
# hiera 3.2.0-1

CMD: pacman --query --file /mirror/minidlna-1.1.5-2.pkg.tar.xz
# minidlna 1.1.5-2

CMD: pacman --query --file /mirror/kbd-ru-keymaps-1-5.pkg.tar.xz
# kbd-ru-keymaps 1-5

CMD: pacman --query --file /mirror/libreoffice-still-sd-5.0.6-1.pkg.tar.xz
# libreoffice-still-sd 5.0.6-1

CMD: pacman --query --file /mirror/libretro-desmume-5171-1.pkg.tar.xz
# libretro-desmume 5171-1

CMD: pacman --query --file /mirror/gpsmanshp-1.2.3-1.pkg.tar.xz
# gpsmanshp 1.2.3-1

CMD: pacman --query --file /mirror/libreoffice-still-pt-BR-5.0.6-1.pkg.tar.xz
# libreoffice-still-pt-BR 5.0.6-1

CMD: pacman --query --file /mirror/xfce4-clipman-plugin-1.2.6-3.pkg.tar.xz
# xfce4-clipman-plugin 1.2.6-3

CMD: pacman --query --file /mirror/renpy-6.99.8-2.pkg.tar.xz
# renpy 6.99.8-2

CMD: pacman --query --file /mirror/packagekit-qt5-0.9.5-5.pkg.tar.xz
# packagekit-qt5 0.9.5-5

CMD: pacman --query --file /mirror/msmtp-mta-1.6.4-1.pkg.tar.xz
# msmtp-mta 1.6.4-1

CMD: pacman --query --file /mirror/python-snowballstemmer-1.2.1-1.pkg.tar.xz
# python-snowballstemmer 1.2.1-1

CMD: pacman --query --file /mirror/python-south-1.0.2-2.pkg.tar.xz
# python-south 1.0.2-2

CMD: pacman --query --file /mirror/kxmlrpcclient-5.23.0-2.pkg.tar.xz
# kxmlrpcclient 5.23.0-2

CMD: pacman --query --file /mirror/libkscreen4-1.0.5-2.pkg.tar.xz
# libkscreen4 1.0.5-2

CMD: pacman --query --file /mirror/renameutils-0.12.0-3.pkg.tar.xz
# renameutils 0.12.0-3

CMD: pacman --query --file /mirror/lapacke-3.6.1-1.pkg.tar.xz
# lapacke 3.6.1-1

CMD: pacman --query --file /mirror/xfce4-genmon-plugin-3.4.0-3.pkg.tar.xz
# xfce4-genmon-plugin 3.4.0-3

CMD: pacman --query --file /mirror/libreoffice-still-ja-5.0.6-1.pkg.tar.xz
# libreoffice-still-ja 5.0.6-1

CMD: pacman --query --file /mirror/matchbox-window-manager-1.2-4.pkg.tar.xz
# matchbox-window-manager 1.2-4

CMD: pacman --query --file /mirror/sofia-sip-1.12.11-3.pkg.tar.xz
# sofia-sip 1.12.11-3

CMD: pacman --query --file /mirror/libmgba-0.4.0-2.pkg.tar.xz
# libmgba 0.4.0-2

CMD: pacman --query --file /mirror/gambas3-gb-sdl2-3.8.4-3.pkg.tar.xz
# gambas3-gb-sdl2 3.8.4-3

CMD: pacman --query --file /mirror/libfbclient-2.5.5.26952-2.pkg.tar.xz
# libfbclient 2.5.5.26952-2

CMD: pacman --query --file /mirror/kde-meta-kdeedu-16.04-1.pkg.tar.xz
# kde-meta-kdeedu 16.04-1

CMD: pacman --query --file /mirror/python-mpi4py-2.0.0-1.pkg.tar.xz
# python-mpi4py 2.0.0-1

CMD: pacman --query --file /mirror/yubikey-personalization-gui-3.1.24-2.pkg.tar.xz
# yubikey-personalization-gui 3.1.24-2

CMD: pacman --query --file /mirror/ttf-symbola-8.00-1.pkg.tar.xz
# ttf-symbola 8.00-1

CMD: pacman --query --file /mirror/perl-time-duration-1:1.20-1.pkg.tar.xz
# perl-time-duration 1:1.20-1

CMD: pacman --query --file /mirror/netctl-1.12-2.pkg.tar.xz
# netctl 1.12-2

CMD: pacman --query --file /mirror/letshelp-certbot-0.6.0-2.pkg.tar.xz
# letshelp-certbot 0.6.0-2

CMD: pacman --query --file /mirror/libfishsound-1.0.0-1.pkg.tar.xz
# libfishsound 1.0.0-1

CMD: pacman --query --file /mirror/love08-0.8.0-2.pkg.tar.xz
# love08 0.8.0-2

CMD: pacman --query --file /mirror/shp2svg-0.5.1-5.pkg.tar.xz
# shp2svg 0.5.1-5

CMD: pacman --query --file /mirror/eric-qt4-i18n-es-6.1.7-1.pkg.tar.xz
# eric-qt4-i18n-es 6.1.7-1

CMD: pacman --query --file /mirror/xf86-input-keyboard-1.8.1-2.pkg.tar.xz
# xf86-input-keyboard 1.8.1-2

CMD: pacman --query --file /mirror/python-urwid-1.3.1-2.pkg.tar.xz
# python-urwid 1.3.1-2

CMD: pacman --query --file /mirror/haskell-gnutls-0.2-3.pkg.tar.xz
# haskell-gnutls 0.2-3

CMD: pacman --query --file /mirror/libibus-1.5.13-2.pkg.tar.xz
# libibus 1.5.13-2

CMD: pacman --query --file /mirror/libkkc-data-0.2.7-1.pkg.tar.xz
# libkkc-data 0.2.7-1

CMD: pacman --query --file /mirror/opencore-amr-0.1.3-2.pkg.tar.xz
# opencore-amr 0.1.3-2

CMD: pacman --query --file /mirror/haskell-mime-types-0.1.0.7-2.pkg.tar.xz
# haskell-mime-types 0.1.0.7-2

CMD: pacman --query --file /mirror/ironpython-2.7.5-3.pkg.tar.xz
# ironpython 2.7.5-3

CMD: pacman --query --file /mirror/haskell-hashable-1.2.4.0-5.pkg.tar.xz
# haskell-hashable 1.2.4.0-5

CMD: pacman --query --file /mirror/gtksourceviewmm-1:3.18.0-2.pkg.tar.xz
# gtksourceviewmm 1:3.18.0-2

CMD: pacman --query --file /mirror/hardlink-0.3.0-1.pkg.tar.xz
# hardlink 0.3.0-1

CMD: pacman --query --file /mirror/kde-l10n-he-16.04.2-1.pkg.tar.xz
# kde-l10n-he 16.04.2-1

CMD: pacman --query --file /mirror/php-intl-7.0.8-1.pkg.tar.xz
# php-intl 7.0.8-1

CMD: pacman --query --file /mirror/lua51-luajson-1.3.3-2.pkg.tar.xz
# lua51-luajson 1.3.3-2

CMD: pacman --query --file /mirror/bzrtp-1.0.3-1.pkg.tar.xz
# bzrtp 1.0.3-1

CMD: pacman --query --file /mirror/firefox-i18n-bn-in-47.0.1-1.pkg.tar.xz
# firefox-i18n-bn-in 47.0.1-1

CMD: pacman --query --file /mirror/kcm-fcitx-0.5.3-1.pkg.tar.xz
# kcm-fcitx 0.5.3-1

CMD: pacman --query --file /mirror/glproto-1.4.17-1.pkg.tar.xz
# glproto 1.4.17-1

CMD: pacman --query --file /mirror/libproxy-0.4.12-2.pkg.tar.xz
# libproxy 0.4.12-2

CMD: pacman --query --file /mirror/ddclient-3.8.3-2.pkg.tar.xz
# ddclient 3.8.3-2

CMD: pacman --query --file /mirror/dotconf-1.3-4.pkg.tar.xz
# dotconf 1.3-4

CMD: pacman --query --file /mirror/rekonq-2.4.2-6.pkg.tar.xz
# rekonq 2.4.2-6

CMD: pacman --query --file /mirror/aegisub-3.2.2-12.pkg.tar.xz
# aegisub 3.2.2-12

CMD: pacman --query --file /mirror/gcompris-data-15.10-1.pkg.tar.xz
# gcompris-data 15.10-1

CMD: pacman --query --file /mirror/yelp-tools-3.18.0-1.pkg.tar.xz
# yelp-tools 3.18.0-1

CMD: pacman --query --file /mirror/singular-3.1.7.p1-22.pkg.tar.xz
# singular 3.1.7.p1-22

CMD: pacman --query --file /mirror/libnl-3.2.27-1.pkg.tar.xz
# libnl 3.2.27-1

CMD: pacman --query --file /mirror/jenkins-2.13-1.pkg.tar.xz
# jenkins 2.13-1

CMD: pacman --query --file /mirror/libreoffice-fresh-5.1.4-1.pkg.tar.xz
# libreoffice-fresh 5.1.4-1

CMD: pacman --query --file /mirror/xf86-video-siliconmotion-1.7.8-2.pkg.tar.xz
# xf86-video-siliconmotion 1.7.8-2

CMD: pacman --query --file /mirror/pptpd-1.3.4-15.pkg.tar.xz
# pptpd 1.3.4-15

CMD: pacman --query --file /mirror/xjadeo-0.8.5-4.pkg.tar.xz
# xjadeo 0.8.5-4

CMD: pacman --query --file /mirror/liblogging-1.0.5-1.pkg.tar.xz
# liblogging 1.0.5-1

CMD: pacman --query --file /mirror/sdcc-3.6.0-2.pkg.tar.xz
# sdcc 3.6.0-2

CMD: pacman --query --file /mirror/r8168-8.042-2.pkg.tar.xz
# r8168 8.042-2

CMD: pacman --query --file /mirror/thunderbird-i18n-pl-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-pl 45.2.0-1

CMD: pacman --query --file /mirror/ipsec-tools-0.8.2-2.pkg.tar.xz
# ipsec-tools 0.8.2-2

CMD: pacman --query --file /mirror/kde-l10n-fr-16.04.2-1.pkg.tar.xz
# kde-l10n-fr 16.04.2-1

CMD: pacman --query --file /mirror/kamera-16.04.2-1.pkg.tar.xz
# kamera 16.04.2-1

CMD: pacman --query --file /mirror/scantailor-0.9.12-2.pkg.tar.xz
# scantailor 0.9.12-2

CMD: pacman --query --file /mirror/kodi-addon-visualization-fishbmc-20160523.93d8845-1.pkg.tar.xz
# kodi-addon-visualization-fishbmc 20160523.93d8845-1

CMD: pacman --query --file /mirror/pkgstats-2.3-6.pkg.tar.xz
# pkgstats 2.3-6

CMD: pacman --query --file /mirror/ibus-googlepinyin-0.1.2-6.pkg.tar.xz
# ibus-googlepinyin 0.1.2-6

CMD: pacman --query --file /mirror/deepin-desktop-3.0.10-1.pkg.tar.xz
# deepin-desktop 3.0.10-1

CMD: pacman --query --file /mirror/vbam-sdl-2.0.0b2-1.pkg.tar.xz
# vbam-sdl 2.0.0b2-1

CMD: pacman --query --file /mirror/mod_dnssd-0.6-6.pkg.tar.xz
# mod_dnssd 0.6-6

CMD: pacman --query --file /mirror/qt-at-spi-0.3.1-4.pkg.tar.xz
# qt-at-spi 0.3.1-4

CMD: pacman --query --file /mirror/python-paramiko1-1.16.0-2.pkg.tar.xz
# python-paramiko1 1.16.0-2

CMD: pacman --query --file /mirror/tesseract-data-por-3.04.00-1.pkg.tar.xz
# tesseract-data-por 3.04.00-1

CMD: pacman --query --file /mirror/lua51-filesystem-1.6.3-3.pkg.tar.xz
# lua51-filesystem 1.6.3-3

CMD: pacman --query --file /mirror/tomcat-native-1.1.33-2.pkg.tar.xz
# tomcat-native 1.1.33-2

CMD: pacman --query --file /mirror/gimp-plugin-mathmap-1.3.5-7.pkg.tar.xz
# gimp-plugin-mathmap 1.3.5-7

CMD: pacman --query --file /mirror/perl-class-singleton-1.5-1.pkg.tar.xz
# perl-class-singleton 1.5-1

CMD: pacman --query --file /mirror/xf86-video-amdgpu-1.1.0-1.pkg.tar.xz
# xf86-video-amdgpu 1.1.0-1

CMD: pacman --query --file /mirror/xboard-4.9.0-1.pkg.tar.xz
# xboard 4.9.0-1

CMD: pacman --query --file /mirror/python-zope-security-4.0.3-2.pkg.tar.xz
# python-zope-security 4.0.3-2

CMD: pacman --query --file /mirror/python2-caja-gtk3-1.12.0-1.pkg.tar.xz
# python2-caja-gtk3 1.12.0-1

CMD: pacman --query --file /mirror/libkcompactdisc-16.04.2-1.pkg.tar.xz
# libkcompactdisc 16.04.2-1

CMD: pacman --query --file /mirror/tesseract-data-tel-3.04.00-1.pkg.tar.xz
# tesseract-data-tel 3.04.00-1

CMD: pacman --query --file /mirror/kaudiocreator-1.3-7.pkg.tar.xz
# kaudiocreator 1.3-7

CMD: pacman --query --file /mirror/alienarena-data-7.66-1.pkg.tar.xz
# alienarena-data 7.66-1

CMD: pacman --query --file /mirror/thunderbird-i18n-ast-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-ast 45.2.0-1

CMD: pacman --query --file /mirror/breeze-grub-5.7.0-1.pkg.tar.xz
# breeze-grub 5.7.0-1

CMD: pacman --query --file /mirror/lua-filesystem-1.6.3-3.pkg.tar.xz
# lua-filesystem 1.6.3-3

CMD: pacman --query --file /mirror/vim-spell-tet-20150901-1.pkg.tar.xz
# vim-spell-tet 20150901-1

CMD: pacman --query --file /mirror/gimp-refocus-0.9.0-4.pkg.tar.xz
# gimp-refocus 0.9.0-4

CMD: pacman --query --file /mirror/haskell-erf-2.0.0.0-2.pkg.tar.xz
# haskell-erf 2.0.0.0-2

CMD: pacman --query --file /mirror/tiled-0.16.1-1.pkg.tar.xz
# tiled 0.16.1-1

CMD: pacman --query --file /mirror/libacpi-0.2-4.pkg.tar.xz
# libacpi 0.2-4

CMD: pacman --query --file /mirror/adobe-source-han-sans-jp-fonts-1.004-1.pkg.tar.xz
# adobe-source-han-sans-jp-fonts 1.004-1

CMD: pacman --query --file /mirror/zsh-lovers-0.9.0-2.pkg.tar.xz
# zsh-lovers 0.9.0-2

CMD: pacman --query --file /mirror/perl-test-pod-coverage-1.10-1.pkg.tar.xz
# perl-test-pod-coverage 1.10-1

CMD: pacman --query --file /mirror/linbox-1.4.1-6.pkg.tar.xz
# linbox 1.4.1-6

CMD: pacman --query --file /mirror/python2-gnuplot-1.8-5.pkg.tar.xz
# python2-gnuplot 1.8-5

CMD: pacman --query --file /mirror/drbl-2.20.11-1.pkg.tar.xz
# drbl 2.20.11-1

CMD: pacman --query --file /mirror/python-zope-deprecation-4.1.2-1.pkg.tar.xz
# python-zope-deprecation 4.1.2-1

CMD: pacman --query --file /mirror/openvswitch-2.5.0-2.pkg.tar.xz
# openvswitch 2.5.0-2

CMD: pacman --query --file /mirror/haskell-microlens-0.4.5.0-1.pkg.tar.xz
# haskell-microlens 0.4.5.0-1

CMD: pacman --query --file /mirror/gnome-sudoku-3.20.2-1.pkg.tar.xz
# gnome-sudoku 3.20.2-1

CMD: pacman --query --file /mirror/gnome-packagekit-3.20.0-2.pkg.tar.xz
# gnome-packagekit 3.20.0-2

CMD: pacman --query --file /mirror/pangomm-docs-2.40.0-1.pkg.tar.xz
# pangomm-docs 2.40.0-1

CMD: pacman --query --file /mirror/python2-termcolor-1.1.0-4.pkg.tar.xz
# python2-termcolor 1.1.0-4

CMD: pacman --query --file /mirror/psutils-1.17-5.pkg.tar.xz
# psutils 1.17-5

CMD: pacman --query --file /mirror/fprintd-0.6.0-1.pkg.tar.xz
# fprintd 0.6.0-1

CMD: pacman --query --file /mirror/liborigin2-20110829-4.pkg.tar.xz
# liborigin2 20110829-4

CMD: pacman --query --file /mirror/perl-gstreamer-0.20-3.pkg.tar.xz
# perl-gstreamer 0.20-3

CMD: pacman --query --file /mirror/odt2txt-0.4-3.pkg.tar.xz
# odt2txt 0.4-3

CMD: pacman --query --file /mirror/libffado-2.2.1-5.pkg.tar.xz
# libffado 2.2.1-5

CMD: pacman --query --file /mirror/mdf2iso-0.3.1-1.pkg.tar.xz
# mdf2iso 0.3.1-1

CMD: pacman --query --file /mirror/cabal-install-1.24.0.0-1.pkg.tar.xz
# cabal-install 1.24.0.0-1

CMD: pacman --query --file /mirror/6tunnel-0.11rc2-6.pkg.tar.xz
# 6tunnel 0.11rc2-6

CMD: pacman --query --file /mirror/ifplugd-0.28-14.pkg.tar.xz
# ifplugd 0.28-14

CMD: pacman --query --file /mirror/deepin-launcher-3.0.11-1.pkg.tar.xz
# deepin-launcher 3.0.11-1

CMD: pacman --query --file /mirror/qmpdclient-1.2.2-6.pkg.tar.xz
# qmpdclient 1.2.2-6

CMD: pacman --query --file /mirror/haskell-uniplate-1.6.12-8.pkg.tar.xz
# haskell-uniplate 1.6.12-8

CMD: pacman --query --file /mirror/pyaimt-0.8.0.1-7.pkg.tar.xz
# pyaimt 0.8.0.1-7

CMD: pacman --query --file /mirror/jfsutils-1.1.15-4.pkg.tar.xz
# jfsutils 1.1.15-4

CMD: pacman --query --file /mirror/perl-getopt-argvfile-1.11-7.pkg.tar.xz
# perl-getopt-argvfile 1.11-7

CMD: pacman --query --file /mirror/schedtool-1.3.0-3.pkg.tar.xz
# schedtool 1.3.0-3

CMD: pacman --query --file /mirror/eric-i18n-ru-6.1.7-1.pkg.tar.xz
# eric-i18n-ru 6.1.7-1

CMD: pacman --query --file /mirror/mate-sensors-applet-gtk3-1.12.1-1.pkg.tar.xz
# mate-sensors-applet-gtk3 1.12.1-1

CMD: pacman --query --file /mirror/kstars-16.04.2-1.pkg.tar.xz
# kstars 16.04.2-1

CMD: pacman --query --file /mirror/java-jdepend-2.9.1-2.pkg.tar.xz
# java-jdepend 2.9.1-2

CMD: pacman --query --file /mirror/python2-characteristic-14.3.0-4.pkg.tar.xz
# python2-characteristic 14.3.0-4

CMD: pacman --query --file /mirror/gpsman-6.4.4-2.pkg.tar.xz
# gpsman 6.4.4-2

CMD: pacman --query --file /mirror/libxss-1.2.2-2.pkg.tar.xz
# libxss 1.2.2-2

CMD: pacman --query --file /mirror/pysolfc-2.0-5.pkg.tar.xz
# pysolfc 2.0-5

CMD: pacman --query --file /mirror/kodi-addon-adsp-biquad-filters-20160325.77ea50b-2.pkg.tar.xz
# kodi-addon-adsp-biquad-filters 20160325.77ea50b-2

CMD: pacman --query --file /mirror/conky-1.10.3-1.pkg.tar.xz
# conky 1.10.3-1

CMD: pacman --query --file /mirror/python-sortedcontainers-1.5.3-1.pkg.tar.xz
# python-sortedcontainers 1.5.3-1

CMD: pacman --query --file /mirror/perl-string-crc32-1.5-4.pkg.tar.xz
# perl-string-crc32 1.5-4

CMD: pacman --query --file /mirror/smpeg-0.4.5-2.pkg.tar.xz
# smpeg 0.4.5-2

CMD: pacman --query --file /mirror/cuda-7.5.18-3.pkg.tar.xz
# cuda 7.5.18-3

CMD: pacman --query --file /mirror/getmail-4.49.0-1.pkg.tar.xz
# getmail 4.49.0-1

CMD: pacman --query --file /mirror/python2-beautifulsoup4-4.4.1-1.pkg.tar.xz
# python2-beautifulsoup4 4.4.1-1

CMD: pacman --query --file /mirror/man-pages-de-1.12-1.pkg.tar.xz
# man-pages-de 1.12-1

CMD: pacman --query --file /mirror/kcron-16.04.2-1.pkg.tar.xz
# kcron 16.04.2-1

CMD: pacman --query --file /mirror/libreoffice-fresh-mni-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-mni 5.1.4-1

CMD: pacman --query --file /mirror/bliss-graphs-0.73-2.pkg.tar.xz
# bliss-graphs 0.73-2

CMD: pacman --query --file /mirror/kteatime-16.04.2-1.pkg.tar.xz
# kteatime 16.04.2-1

CMD: pacman --query --file /mirror/libfastjson-0.99.2-1.pkg.tar.xz
# libfastjson 0.99.2-1

CMD: pacman --query --file /mirror/supercollider-3.6.6-2.pkg.tar.xz
# supercollider 3.6.6-2

CMD: pacman --query --file /mirror/gap-4.8.3-2.pkg.tar.xz
# gap 4.8.3-2

CMD: pacman --query --file /mirror/gnump3d-3.0-8.pkg.tar.xz
# gnump3d 3.0-8

CMD: pacman --query --file /mirror/kwalletcli-2.12-2.pkg.tar.xz
# kwalletcli 2.12-2

CMD: pacman --query --file /mirror/notmuch-runtime-0.22-1.pkg.tar.xz
# notmuch-runtime 0.22-1

CMD: pacman --query --file /mirror/python2-suds-0.4-4.pkg.tar.xz
# python2-suds 0.4-4

CMD: pacman --query --file /mirror/tesseract-data-ell-3.04.00-1.pkg.tar.xz
# tesseract-data-ell 3.04.00-1

CMD: pacman --query --file /mirror/kodi-addon-audioencoder-wav-20160530.10cc651-1.pkg.tar.xz
# kodi-addon-audioencoder-wav 20160530.10cc651-1

CMD: pacman --query --file /mirror/awesome-3.5.9-1.pkg.tar.xz
# awesome 3.5.9-1

CMD: pacman --query --file /mirror/mmsrip-0.7.0-5.pkg.tar.xz
# mmsrip 0.7.0-5

CMD: pacman --query --file /mirror/galculator-gtk2-2.1.4-2.pkg.tar.xz
# galculator-gtk2 2.1.4-2

CMD: pacman --query --file /mirror/tsocks-1.8beta5-7.pkg.tar.xz
# tsocks 1.8beta5-7

CMD: pacman --query --file /mirror/banner-1.3.2-5.pkg.tar.xz
# banner 1.3.2-5

CMD: pacman --query --file /mirror/python-cssutils-1.0.1-1.pkg.tar.xz
# python-cssutils 1.0.1-1

CMD: pacman --query --file /mirror/viking-1.6.2-3.pkg.tar.xz
# viking 1.6.2-3

CMD: pacman --query --file /mirror/fswebcam-20140113-1.pkg.tar.xz
# fswebcam 20140113-1

CMD: pacman --query --file /mirror/mb2md-3.20-4.pkg.tar.xz
# mb2md 3.20-4

CMD: pacman --query --file /mirror/accountsservice-0.6.42-1.pkg.tar.xz
# accountsservice 0.6.42-1

CMD: pacman --query --file /mirror/apg-2.2.3-4.pkg.tar.xz
# apg 2.2.3-4

CMD: pacman --query --file /mirror/firefox-i18n-lt-47.0.1-1.pkg.tar.xz
# firefox-i18n-lt 47.0.1-1

CMD: pacman --query --file /mirror/beep-1.3-3.pkg.tar.xz
# beep 1.3-3

CMD: pacman --query --file /mirror/lua-5.3.3-1.pkg.tar.xz
# lua 5.3.3-1

CMD: pacman --query --file /mirror/libreoffice-still-nn-5.0.6-1.pkg.tar.xz
# libreoffice-still-nn 5.0.6-1

CMD: pacman --query --file /mirror/cinnamon-settings-daemon-3.0.0-2.pkg.tar.xz
# cinnamon-settings-daemon 3.0.0-2

CMD: pacman --query --file /mirror/python2-google-api-python-client-1.5.1-1.pkg.tar.xz
# python2-google-api-python-client 1.5.1-1

CMD: pacman --query --file /mirror/libreoffice-still-fi-5.0.6-1.pkg.tar.xz
# libreoffice-still-fi 5.0.6-1

CMD: pacman --query --file /mirror/python2-bsddb-6.1.1-1.pkg.tar.xz
# python2-bsddb 6.1.1-1

CMD: pacman --query --file /mirror/gtk-sharp-beans-2.14.0-3.pkg.tar.xz
# gtk-sharp-beans 2.14.0-3

CMD: pacman --query --file /mirror/perl-module-manifest-1.08-2.pkg.tar.xz
# perl-module-manifest 1.08-2

CMD: pacman --query --file /mirror/firefox-i18n-hi-in-47.0.1-1.pkg.tar.xz
# firefox-i18n-hi-in 47.0.1-1

CMD: pacman --query --file /mirror/talkfilters-2.3.8-4.pkg.tar.xz
# talkfilters 2.3.8-4

CMD: pacman --query --file /mirror/perl-datetime-cron-simple-0.2-6.pkg.tar.xz
# perl-datetime-cron-simple 0.2-6

CMD: pacman --query --file /mirror/sqlite-3.13.0-1.pkg.tar.xz
# sqlite 3.13.0-1

CMD: pacman --query --file /mirror/vino-3.20.2-1.pkg.tar.xz
# vino 3.20.2-1

CMD: pacman --query --file /mirror/libreoffice-fresh-nr-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-nr 5.1.4-1

CMD: pacman --query --file /mirror/libpcl-1.12-3.pkg.tar.xz
# libpcl 1.12-3

CMD: pacman --query --file /mirror/fyre-1.0.1-10.pkg.tar.xz
# fyre 1.0.1-10

CMD: pacman --query --file /mirror/minetest-server-0.4.14-1.pkg.tar.xz
# minetest-server 0.4.14-1

CMD: pacman --query --file /mirror/libxinerama-1.1.3-2.pkg.tar.xz
# libxinerama 1.1.3-2

CMD: pacman --query --file /mirror/finch-2.11.0-1.pkg.tar.xz
# finch 2.11.0-1

CMD: pacman --query --file /mirror/python2-websocket-client-0.37.0-1.pkg.tar.xz
# python2-websocket-client 0.37.0-1

CMD: pacman --query --file /mirror/python2-oslo-serialization-2.10.0-1.pkg.tar.xz
# python2-oslo-serialization 2.10.0-1

CMD: pacman --query --file /mirror/uwsgi-plugin-lua51-2.0.13.1-3.pkg.tar.xz
# uwsgi-plugin-lua51 2.0.13.1-3

CMD: pacman --query --file /mirror/tor-0.2.7.6-3.pkg.tar.xz
# tor 0.2.7.6-3

CMD: pacman --query --file /mirror/lucene++-3.0.7-6.pkg.tar.xz
# lucene++ 3.0.7-6

CMD: pacman --query --file /mirror/awstats-7.5-2.pkg.tar.xz
# awstats 7.5-2

CMD: pacman --query --file /mirror/powerline-vim-2.4-1.pkg.tar.xz
# powerline-vim 2.4-1

CMD: pacman --query --file /mirror/libsynaptics-0.14.6c-7.pkg.tar.xz
# libsynaptics 0.14.6c-7

CMD: pacman --query --file /mirror/libreoffice-still-5.0.6-2.pkg.tar.xz
# libreoffice-still 5.0.6-2

CMD: pacman --query --file /mirror/calligra-l10n-zh_cn-2.9.11-1.pkg.tar.xz
# calligra-l10n-zh_cn 2.9.11-1

CMD: pacman --query --file /mirror/libgphoto2-2.5.10-1.pkg.tar.xz
# libgphoto2 2.5.10-1

CMD: pacman --query --file /mirror/jre8-openjdk-headless-8.u92-1.pkg.tar.xz
# jre8-openjdk-headless 8.u92-1

CMD: pacman --query --file /mirror/java-gnumail-1.1.2-2.pkg.tar.xz
# java-gnumail 1.1.2-2

CMD: pacman --query --file /mirror/python2-wheel-0.29.0-1.pkg.tar.xz
# python2-wheel 0.29.0-1

CMD: pacman --query --file /mirror/haskell-polyparse-1.12-2.pkg.tar.xz
# haskell-polyparse 1.12-2

CMD: pacman --query --file /mirror/python-apptools-4.4.0-1.pkg.tar.xz
# python-apptools 4.4.0-1

CMD: pacman --query --file /mirror/unhide-20130526-1.pkg.tar.xz
# unhide 20130526-1

CMD: pacman --query --file /mirror/kmplot-16.04.2-1.pkg.tar.xz
# kmplot 16.04.2-1

CMD: pacman --query --file /mirror/pd-0.46.7-1.pkg.tar.xz
# pd 0.46.7-1

CMD: pacman --query --file /mirror/libircclient-1.8-1.pkg.tar.xz
# libircclient 1.8-1

CMD: pacman --query --file /mirror/augeas-1.5.0-1.pkg.tar.xz
# augeas 1.5.0-1

CMD: pacman --query --file /mirror/libmpcdec-1:0.1+r475-1.pkg.tar.xz
# libmpcdec 1:0.1+r475-1

CMD: pacman --query --file /mirror/sshguard-1.6.4-1.pkg.tar.xz
# sshguard 1.6.4-1

CMD: pacman --query --file /mirror/haskell-hjsmin-0.2.0.1-8.pkg.tar.xz
# haskell-hjsmin 0.2.0.1-8

CMD: pacman --query --file /mirror/python-cffi-1.7.0-1.pkg.tar.xz
# python-cffi 1.7.0-1

CMD: pacman --query --file /mirror/dkms-2.2.0.3+git151023-11.pkg.tar.xz
# dkms 2.2.0.3+git151023-11

CMD: pacman --query --file /mirror/mosh-1.2.5-3.pkg.tar.xz
# mosh 1.2.5-3

CMD: pacman --query --file /mirror/libspiro-1:0.5.20150702-1.pkg.tar.xz
# libspiro 1:0.5.20150702-1

CMD: pacman --query --file /mirror/caja-gtk3-1.12.6-1.pkg.tar.xz
# caja-gtk3 1.12.6-1

CMD: pacman --query --file /mirror/lxsession-gtk3-1:0.5.2-2.pkg.tar.xz
# lxsession-gtk3 1:0.5.2-2

CMD: pacman --query --file /mirror/python-werkzeug-0.11.10-1.pkg.tar.xz
# python-werkzeug 0.11.10-1

CMD: pacman --query --file /mirror/perl-test-mockmodule-0.11-1.pkg.tar.xz
# perl-test-mockmodule 0.11-1

CMD: pacman --query --file /mirror/python2-setproctitle-1.1.10-1.pkg.tar.xz
# python2-setproctitle 1.1.10-1

CMD: pacman --query --file /mirror/libreoffice-still-kn-5.0.6-1.pkg.tar.xz
# libreoffice-still-kn 5.0.6-1

CMD: pacman --query --file /mirror/libgexiv2-0.10.3-4.pkg.tar.xz
# libgexiv2 0.10.3-4

CMD: pacman --query --file /mirror/qtemu-1.0.5-11.pkg.tar.xz
# qtemu 1.0.5-11

CMD: pacman --query --file /mirror/sg3_utils-1.42-1.pkg.tar.xz
# sg3_utils 1.42-1

CMD: pacman --query --file /mirror/shapelib-1.3.0-5.pkg.tar.xz
# shapelib 1.3.0-5

CMD: pacman --query --file /mirror/lxcfs-2.0.0-1.pkg.tar.xz
# lxcfs 2.0.0-1

CMD: pacman --query --file /mirror/qtkeychain-0.7.0-1.pkg.tar.xz
# qtkeychain 0.7.0-1

CMD: pacman --query --file /mirror/pekwm-themes-1.0.5-3.pkg.tar.xz
# pekwm-themes 1.0.5-3

CMD: pacman --query --file /mirror/perl-test-mockobject-1.20150527-1.pkg.tar.xz
# perl-test-mockobject 1.20150527-1

CMD: pacman --query --file /mirror/pychess-0.12.4-1.pkg.tar.xz
# pychess 0.12.4-1

CMD: pacman --query --file /mirror/sysprof-3.20.0-4.pkg.tar.xz
# sysprof 3.20.0-4

CMD: pacman --query --file /mirror/pandoc-citeproc-0.10-9.pkg.tar.xz
# pandoc-citeproc 0.10-9

CMD: pacman --query --file /mirror/xcb-util-keysyms-0.4.0-1.pkg.tar.xz
# xcb-util-keysyms 0.4.0-1

CMD: pacman --query --file /mirror/binutils-2.26.1-1.pkg.tar.xz
# binutils 2.26.1-1

CMD: pacman --query --file /mirror/python2-expects-0.8.0-1.pkg.tar.xz
# python2-expects 0.8.0-1

CMD: pacman --query --file /mirror/gtk-sharp-2-2.12.29-1.pkg.tar.xz
# gtk-sharp-2 2.12.29-1

CMD: pacman --query --file /mirror/python2-pillow-3.2.0-1.pkg.tar.xz
# python2-pillow 3.2.0-1

CMD: pacman --query --file /mirror/python2-novaclient-4.1.0-1.pkg.tar.xz
# python2-novaclient 4.1.0-1

CMD: pacman --query --file /mirror/directfb-1.7.7-2.pkg.tar.xz
# directfb 1.7.7-2

CMD: pacman --query --file /mirror/python2-zope-event-4.2.0-1.pkg.tar.xz
# python2-zope-event 4.2.0-1

CMD: pacman --query --file /mirror/rev-plugins-0.7.1-2.pkg.tar.xz
# rev-plugins 0.7.1-2

CMD: pacman --query --file /mirror/python-pyudev-0.19.0-1.pkg.tar.xz
# python-pyudev 0.19.0-1

CMD: pacman --query --file /mirror/nullmailer-2.0-2.pkg.tar.xz
# nullmailer 2.0-2

CMD: pacman --query --file /mirror/kde-l10n-zh_tw-16.04.2-1.pkg.tar.xz
# kde-l10n-zh_tw 16.04.2-1

CMD: pacman --query --file /mirror/haskell-binary-tagged-0.1.4.0-8.pkg.tar.xz
# haskell-binary-tagged 0.1.4.0-8

CMD: pacman --query --file /mirror/librsync-1:1.0.0-1.pkg.tar.xz
# librsync 1:1.0.0-1

CMD: pacman --query --file /mirror/python2-opengl-3.1.0-2.pkg.tar.xz
# python2-opengl 3.1.0-2

CMD: pacman --query --file /mirror/openmw-0.39.0-1.pkg.tar.xz
# openmw 0.39.0-1

CMD: pacman --query --file /mirror/bullet-docs-2.83.7-1.pkg.tar.xz
# bullet-docs 2.83.7-1

CMD: pacman --query --file /mirror/qt5-sensors-5.7.0-1.pkg.tar.xz
# qt5-sensors 5.7.0-1

CMD: pacman --query --file /mirror/perl-convert-asn1-0.27-1.pkg.tar.xz
# perl-convert-asn1 0.27-1

CMD: pacman --query --file /mirror/python2-celery-3.1.23-1.pkg.tar.xz
# python2-celery 3.1.23-1

CMD: pacman --query --file /mirror/xorg-xprop-1.2.2-1.pkg.tar.xz
# xorg-xprop 1.2.2-1

CMD: pacman --query --file /mirror/perl-import-into-1.002005-1.pkg.tar.xz
# perl-import-into 1.002005-1

CMD: pacman --query --file /mirror/haskell-contravariant-1.4-11.pkg.tar.xz
# haskell-contravariant 1.4-11

CMD: pacman --query --file /mirror/punbb-1.4.4-1.pkg.tar.xz
# punbb 1.4.4-1

CMD: pacman --query --file /mirror/kde-gtk-config-5.7.0-1.pkg.tar.xz
# kde-gtk-config 5.7.0-1

CMD: pacman --query --file /mirror/python2-pytest-runner-2.8-1.pkg.tar.xz
# python2-pytest-runner 2.8-1

CMD: pacman --query --file /mirror/firefox-i18n-hy-am-47.0.1-1.pkg.tar.xz
# firefox-i18n-hy-am 47.0.1-1

CMD: pacman --query --file /mirror/kdebindings-python-common-4.14.3-5.pkg.tar.xz
# kdebindings-python-common 4.14.3-5

CMD: pacman --query --file /mirror/gmime-2.6.20-2.pkg.tar.xz
# gmime 2.6.20-2

CMD: pacman --query --file /mirror/apache-2.4.23-1.pkg.tar.xz
# apache 2.4.23-1

CMD: pacman --query --file /mirror/python2-setuptools-1:24.0.2-1.pkg.tar.xz
# python2-setuptools 1:24.0.2-1

CMD: pacman --query --file /mirror/hhvm-3.14.2-1.pkg.tar.xz
# hhvm 3.14.2-1

CMD: pacman --query --file /mirror/ssmtp-2.64-8.pkg.tar.xz
# ssmtp 2.64-8

CMD: pacman --query --file /mirror/cinnamon-control-center-3.0.0-2.pkg.tar.xz
# cinnamon-control-center 3.0.0-2

CMD: pacman --query --file /mirror/iec16022-0.2.5-1.pkg.tar.xz
# iec16022 0.2.5-1

CMD: pacman --query --file /mirror/expat-2.2.0-1.pkg.tar.xz
# expat 2.2.0-1

CMD: pacman --query --file /mirror/lua52-filesystem-1.6.3-3.pkg.tar.xz
# lua52-filesystem 1.6.3-3

CMD: pacman --query --file /mirror/echat-0.04beta1-5.pkg.tar.xz
# echat 0.04beta1-5

CMD: pacman --query --file /mirror/libgdm-3.20.1-1.pkg.tar.xz
# libgdm 3.20.1-1

CMD: pacman --query --file /mirror/perl-datetime-format-builder-0.8100-1.pkg.tar.xz
# perl-datetime-format-builder 0.8100-1

CMD: pacman --query --file /mirror/gedit-3.20.2-1.pkg.tar.xz
# gedit 3.20.2-1

CMD: pacman --query --file /mirror/perl-color-calc-1.074-1.pkg.tar.xz
# perl-color-calc 1.074-1

CMD: pacman --query --file /mirror/qt4pas-2.5-5.pkg.tar.xz
# qt4pas 2.5-5

CMD: pacman --query --file /mirror/whowatch-1.8.5-2.pkg.tar.xz
# whowatch 1.8.5-2

CMD: pacman --query --file /mirror/libaccounts-qt-1.14-2.pkg.tar.xz
# libaccounts-qt 1.14-2

CMD: pacman --query --file /mirror/perl-sys-hostname-long-1.5-1.pkg.tar.xz
# perl-sys-hostname-long 1.5-1

CMD: pacman --query --file /mirror/libpciaccess-0.13.4-1.pkg.tar.xz
# libpciaccess 0.13.4-1

CMD: pacman --query --file /mirror/perl-crypt-openssl-random-0.11-2.pkg.tar.xz
# perl-crypt-openssl-random 0.11-2

CMD: pacman --query --file /mirror/ht-2.1.0-5.pkg.tar.xz
# ht 2.1.0-5

CMD: pacman --query --file /mirror/tmux-2.2-1.pkg.tar.xz
# tmux 2.2-1

CMD: pacman --query --file /mirror/libreoffice-still-sr-Latn-5.0.6-1.pkg.tar.xz
# libreoffice-still-sr-Latn 5.0.6-1

CMD: pacman --query --file /mirror/haskell-hslua-0.4.1-3.pkg.tar.xz
# haskell-hslua 0.4.1-3

CMD: pacman --query --file /mirror/zn_poly-0.9-3.pkg.tar.xz
# zn_poly 0.9-3

CMD: pacman --query --file /mirror/nodejs-6.3.0-1.pkg.tar.xz
# nodejs 6.3.0-1

CMD: pacman --query --file /mirror/thunderbird-i18n-lt-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-lt 45.2.0-1

CMD: pacman --query --file /mirror/haskell-asn1-types-0.3.2-5.pkg.tar.xz
# haskell-asn1-types 0.3.2-5

CMD: pacman --query --file /mirror/haskell-temporary-1.2.0.4-2.pkg.tar.xz
# haskell-temporary 1.2.0.4-2

CMD: pacman --query --file /mirror/libxkbcommon-x11-0.6.1-1.pkg.tar.xz
# libxkbcommon-x11 0.6.1-1

CMD: pacman --query --file /mirror/python2-daemon-2.1.1-1.pkg.tar.xz
# python2-daemon 2.1.1-1

CMD: pacman --query --file /mirror/mdadm-3.4-1.pkg.tar.xz
# mdadm 3.4-1

CMD: pacman --query --file /mirror/libreoffice-still-mai-5.0.6-1.pkg.tar.xz
# libreoffice-still-mai 5.0.6-1

CMD: pacman --query --file /mirror/libreoffice-still-af-5.0.6-1.pkg.tar.xz
# libreoffice-still-af 5.0.6-1

CMD: pacman --query --file /mirror/irrlicht-docs-1.8.4-1.pkg.tar.xz
# irrlicht-docs 1.8.4-1

CMD: pacman --query --file /mirror/clojure-1.8.0-1.pkg.tar.xz
# clojure 1.8.0-1

CMD: pacman --query --file /mirror/kitemmodels-5.23.0-1.pkg.tar.xz
# kitemmodels 5.23.0-1

CMD: pacman --query --file /mirror/eric-qt4-i18n-zh_cn-6.1.7-1.pkg.tar.xz
# eric-qt4-i18n-zh_cn 6.1.7-1

CMD: pacman --query --file /mirror/python-routes-2.3.1-1.pkg.tar.xz
# python-routes 2.3.1-1

CMD: pacman --query --file /mirror/libbson-1.3.5-1.pkg.tar.xz
# libbson 1.3.5-1

CMD: pacman --query --file /mirror/pulseaudio-zeroconf-9.0-1.pkg.tar.xz
# pulseaudio-zeroconf 9.0-1

CMD: pacman --query --file /mirror/python-ukpostcodeparser-1.0.3.20150130-1.pkg.tar.xz
# python-ukpostcodeparser 1.0.3.20150130-1

CMD: pacman --query --file /mirror/kde-l10n-hu-16.04.2-1.pkg.tar.xz
# kde-l10n-hu 16.04.2-1

CMD: pacman --query --file /mirror/xerces2-java-2.11.0-3.pkg.tar.xz
# xerces2-java 2.11.0-3

CMD: pacman --query --file /mirror/linux-4.6.3-1.pkg.tar.xz
# linux 4.6.3-1

CMD: pacman --query --file /mirror/gambas3-gb-net-smtp-3.8.4-3.pkg.tar.xz
# gambas3-gb-net-smtp 3.8.4-3

CMD: pacman --query --file /mirror/ibus-1.5.13-2.pkg.tar.xz
# ibus 1.5.13-2

CMD: pacman --query --file /mirror/qca-qt4-2.1.1-5.pkg.tar.xz
# qca-qt4 2.1.1-5

CMD: pacman --query --file /mirror/libqmi-1.12.10-1.pkg.tar.xz
# libqmi 1.12.10-1

CMD: pacman --query --file /mirror/libunique3-3.0.2-3.pkg.tar.xz
# libunique3 3.0.2-3

CMD: pacman --query --file /mirror/ffmpeg-1:3.0.2-2.pkg.tar.xz
# ffmpeg 1:3.0.2-2

CMD: pacman --query --file /mirror/python2-sensors-0.0.3-1.pkg.tar.xz
# python2-sensors 0.0.3-1

CMD: pacman --query --file /mirror/haskell-setenv-0.1.1.3-3.pkg.tar.xz
# haskell-setenv 0.1.1.3-3

CMD: pacman --query --file /mirror/xorg-xdm-1.1.11-6.pkg.tar.xz
# xorg-xdm 1.1.11-6

CMD: pacman --query --file /mirror/postgresql-9.5.3-1.pkg.tar.xz
# postgresql 9.5.3-1

CMD: pacman --query --file /mirror/truecrypt-1:7.1a-4.pkg.tar.xz
# truecrypt 1:7.1a-4

CMD: pacman --query --file /mirror/xf86-video-dummy-0.3.7-5.pkg.tar.xz
# xf86-video-dummy 0.3.7-5

CMD: pacman --query --file /mirror/python2-ptyprocess-0.5.1-1.pkg.tar.xz
# python2-ptyprocess 0.5.1-1

CMD: pacman --query --file /mirror/python-setuptools-1:24.0.2-1.pkg.tar.xz
# python-setuptools 1:24.0.2-1

CMD: pacman --query --file /mirror/librelp-1.2.7-3.pkg.tar.xz
# librelp 1.2.7-3

CMD: pacman --query --file /mirror/freealut-1.1.0-5.pkg.tar.xz
# freealut 1.1.0-5

CMD: pacman --query --file /mirror/wavegain-1.3.1-2.pkg.tar.xz
# wavegain 1.3.1-2

CMD: pacman --query --file /mirror/avidemux-cli-2.5.6-14.pkg.tar.xz
# avidemux-cli 2.5.6-14

CMD: pacman --query --file /mirror/mate-media-gtk3-1.12.1-1.pkg.tar.xz
# mate-media-gtk3 1.12.1-1

CMD: pacman --query --file /mirror/lighttpd-1.4.39-2.pkg.tar.xz
# lighttpd 1.4.39-2

CMD: pacman --query --file /mirror/vim-project-1.4.1-7.pkg.tar.xz
# vim-project 1.4.1-7

CMD: pacman --query --file /mirror/python-pyicu-1.9.3-1.pkg.tar.xz
# python-pyicu 1.9.3-1

CMD: pacman --query --file /mirror/xmldiff-0.6.10-3.pkg.tar.xz
# xmldiff 0.6.10-3

CMD: pacman --query --file /mirror/lm_sensors-3.4.0-1.pkg.tar.xz
# lm_sensors 3.4.0-1

CMD: pacman --query --file /mirror/gkeyfile-sharp-0.1-3.pkg.tar.xz
# gkeyfile-sharp 0.1-3

CMD: pacman --query --file /mirror/python-docker-py-1.8.1-1.pkg.tar.xz
# python-docker-py 1.8.1-1

CMD: pacman --query --file /mirror/haskell-xml-hamlet-0.4.0.11-40.pkg.tar.xz
# haskell-xml-hamlet 0.4.0.11-40

CMD: pacman --query --file /mirror/perl-sub-identify-0.12-2.pkg.tar.xz
# perl-sub-identify 0.12-2

CMD: pacman --query --file /mirror/aeolus-0.9.0-2.pkg.tar.xz
# aeolus 0.9.0-2

CMD: pacman --query --file /mirror/python-libarchive-c-2.4-1.pkg.tar.xz
# python-libarchive-c 2.4-1

CMD: pacman --query --file /mirror/regexxer-0.10-6.pkg.tar.xz
# regexxer 0.10-6

CMD: pacman --query --file /mirror/python2-jsonschema-2.5.1-3.pkg.tar.xz
# python2-jsonschema 2.5.1-3

CMD: pacman --query --file /mirror/python2-w3lib-1.14.2-1.pkg.tar.xz
# python2-w3lib 1.14.2-1

CMD: pacman --query --file /mirror/perl-email-mime-1.937-1.pkg.tar.xz
# perl-email-mime 1.937-1

CMD: pacman --query --file /mirror/alleyoop-0.9.8-4.pkg.tar.xz
# alleyoop 0.9.8-4

CMD: pacman --query --file /mirror/dmxproto-2.3.1-3.pkg.tar.xz
# dmxproto 2.3.1-3

CMD: pacman --query --file /mirror/python2-paramiko1-1.16.0-2.pkg.tar.xz
# python2-paramiko1 1.16.0-2

CMD: pacman --query --file /mirror/phpvirtualbox-5.0_5-1.pkg.tar.xz
# phpvirtualbox 5.0_5-1

CMD: pacman --query --file /mirror/lxmusic-0.4.7-1.pkg.tar.xz
# lxmusic 0.4.7-1

CMD: pacman --query --file /mirror/licq-1.8.2-10.pkg.tar.xz
# licq 1.8.2-10

CMD: pacman --query --file /mirror/gtkimageview-1.6.4-4.pkg.tar.xz
# gtkimageview 1.6.4-4

CMD: pacman --query --file /mirror/haskell-kan-extensions-5.0.1-17.pkg.tar.xz
# haskell-kan-extensions 5.0.1-17

CMD: pacman --query --file /mirror/haskell-abstract-deque-0.3-2.pkg.tar.xz
# haskell-abstract-deque 0.3-2

CMD: pacman --query --file /mirror/kde-l10n-mr-16.04.2-1.pkg.tar.xz
# kde-l10n-mr 16.04.2-1

CMD: pacman --query --file /mirror/python-imagesize-0.7.1-1.pkg.tar.xz
# python-imagesize 0.7.1-1

CMD: pacman --query --file /mirror/libx86emu-1.7_1-1.pkg.tar.xz
# libx86emu 1.7_1-1

CMD: pacman --query --file /mirror/libnftnl-1.0.6-1.pkg.tar.xz
# libnftnl 1.0.6-1

CMD: pacman --query --file /mirror/qt5-serialport-5.7.0-1.pkg.tar.xz
# qt5-serialport 5.7.0-1

CMD: pacman --query --file /mirror/libreoffice-still-be-5.0.6-1.pkg.tar.xz
# libreoffice-still-be 5.0.6-1

CMD: pacman --query --file /mirror/uwsgi-plugin-python-2.0.13.1-3.pkg.tar.xz
# uwsgi-plugin-python 2.0.13.1-3

CMD: pacman --query --file /mirror/toolame-02l-10.pkg.tar.xz
# toolame 02l-10

CMD: pacman --query --file /mirror/xfwm4-themes-4.10.0-2.pkg.tar.xz
# xfwm4-themes 4.10.0-2

CMD: pacman --query --file /mirror/libretro-scummvm-71580-1.pkg.tar.xz
# libretro-scummvm 71580-1

CMD: pacman --query --file /mirror/xonotic-data-0.8.1-1.pkg.tar.xz
# xonotic-data 0.8.1-1

CMD: pacman --query --file /mirror/python-pkgconfig-1.1.0-1.pkg.tar.xz
# python-pkgconfig 1.1.0-1

CMD: pacman --query --file /mirror/shards-0.6.3-1.pkg.tar.xz
# shards 0.6.3-1

CMD: pacman --query --file /mirror/gob2-2.0.20-1.pkg.tar.xz
# gob2 2.0.20-1

CMD: pacman --query --file /mirror/orca-3.20.2-1.pkg.tar.xz
# orca 3.20.2-1

CMD: pacman --query --file /mirror/libxkbfile-1.0.9-1.pkg.tar.xz
# libxkbfile 1.0.9-1

CMD: pacman --query --file /mirror/ruby-bundler-1.12.5-1.pkg.tar.xz
# ruby-bundler 1.12.5-1

CMD: pacman --query --file /mirror/xfce4-mailwatch-plugin-1.2.0-7.pkg.tar.xz
# xfce4-mailwatch-plugin 1.2.0-7

CMD: pacman --query --file /mirror/python2-imagesize-0.7.1-1.pkg.tar.xz
# python2-imagesize 0.7.1-1

CMD: pacman --query --file /mirror/kscreen-5.7.0-1.pkg.tar.xz
# kscreen 5.7.0-1

CMD: pacman --query --file /mirror/python2-oauth-1.0.1-3.pkg.tar.xz
# python2-oauth 1.0.1-3

CMD: pacman --query --file /mirror/python2-html2text-2016.5.29-1.pkg.tar.xz
# python2-html2text 2016.5.29-1

CMD: pacman --query --file /mirror/tuxpaint-stamps-2009.06.28-4.pkg.tar.xz
# tuxpaint-stamps 2009.06.28-4

CMD: pacman --query --file /mirror/kbproto-1.0.7-1.pkg.tar.xz
# kbproto 1.0.7-1

CMD: pacman --query --file /mirror/ufw-0.35-2.pkg.tar.xz
# ufw 0.35-2

CMD: pacman --query --file /mirror/gimp-help-en-2.8.2-4.pkg.tar.xz
# gimp-help-en 2.8.2-4

CMD: pacman --query --file /mirror/nemiver-0.9.6-4.pkg.tar.xz
# nemiver 0.9.6-4

CMD: pacman --query --file /mirror/linux-lts-docs-4.4.14-1.pkg.tar.xz
# linux-lts-docs 4.4.14-1

CMD: pacman --query --file /mirror/python-pypeg2-2.15.1-3.pkg.tar.xz
# python-pypeg2 2.15.1-3

CMD: pacman --query --file /mirror/libreoffice-fresh-hi-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-hi 5.1.4-1

CMD: pacman --query --file /mirror/john-1.8.0.jumbo1-1.pkg.tar.xz
# john 1.8.0.jumbo1-1

CMD: pacman --query --file /mirror/python2-paramiko-2.0.1-1.pkg.tar.xz
# python2-paramiko 2.0.1-1

CMD: pacman --query --file /mirror/libreoffice-fresh-kn-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-kn 5.1.4-1

CMD: pacman --query --file /mirror/cyrus-sasl-ldap-2.1.26-8.pkg.tar.xz
# cyrus-sasl-ldap 2.1.26-8

CMD: pacman --query --file /mirror/perl-tree-dag-node-1.29-1.pkg.tar.xz
# perl-tree-dag-node 1.29-1

CMD: pacman --query --file /mirror/haskell-dlist-instances-0.1-10.pkg.tar.xz
# haskell-dlist-instances 0.1-10

CMD: pacman --query --file /mirror/wput-0.6.2-3.pkg.tar.xz
# wput 0.6.2-3

CMD: pacman --query --file /mirror/npapi-vlc-2.2.2-1.pkg.tar.xz
# npapi-vlc 2.2.2-1

CMD: pacman --query --file /mirror/telepathy-kde-common-internals-16.04.2-1.pkg.tar.xz
# telepathy-kde-common-internals 16.04.2-1

CMD: pacman --query --file /mirror/lxqt-notificationd-0.10.0-4.pkg.tar.xz
# lxqt-notificationd 0.10.0-4

CMD: pacman --query --file /mirror/pstreams-0.8.1-1.pkg.tar.xz
# pstreams 0.8.1-1

CMD: pacman --query --file /mirror/akonadi-qt4-1.13.0-9.pkg.tar.xz
# akonadi-qt4 1.13.0-9

CMD: pacman --query --file /mirror/dguitar-0.5.8-6.pkg.tar.xz
# dguitar 0.5.8-6

CMD: pacman --query --file /mirror/perl-email-sender-1.300021-1.pkg.tar.xz
# perl-email-sender 1.300021-1

CMD: pacman --query --file /mirror/libwapcaplet-0.3.0-3.pkg.tar.xz
# libwapcaplet 0.3.0-3

CMD: pacman --query --file /mirror/perl-digest-sha1-2.13-7.pkg.tar.xz
# perl-digest-sha1 2.13-7

CMD: pacman --query --file /mirror/espeak-1.48.04-2.pkg.tar.xz
# espeak 1.48.04-2

CMD: pacman --query --file /mirror/leptonica-1.73-1.pkg.tar.xz
# leptonica 1.73-1

CMD: pacman --query --file /mirror/libreoffice-fresh-te-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-te 5.1.4-1

CMD: pacman --query --file /mirror/libutil-linux-2.28-1.pkg.tar.xz
# libutil-linux 2.28-1

CMD: pacman --query --file /mirror/pidgin-talkfilters-2.7.0-3.pkg.tar.xz
# pidgin-talkfilters 2.7.0-3

CMD: pacman --query --file /mirror/tesseract-data-ita_old-3.04.00-1.pkg.tar.xz
# tesseract-data-ita_old 3.04.00-1

CMD: pacman --query --file /mirror/python-testtools-2.2.0-1.pkg.tar.xz
# python-testtools 2.2.0-1

CMD: pacman --query --file /mirror/python-openpyxl-2.3.5-1.pkg.tar.xz
# python-openpyxl 2.3.5-1

CMD: pacman --query --file /mirror/vim-spell-de-20150901-1.pkg.tar.xz
# vim-spell-de 20150901-1

CMD: pacman --query --file /mirror/python2-setuptools-markdown-0.2-1.pkg.tar.xz
# python2-setuptools-markdown 0.2-1

CMD: pacman --query --file /mirror/lightdm-1:1.18.2-2.pkg.tar.xz
# lightdm 1:1.18.2-2

CMD: pacman --query --file /mirror/xf86-video-nouveau-1.0.12-1.pkg.tar.xz
# xf86-video-nouveau 1.0.12-1

CMD: pacman --query --file /mirror/python2-psutil-4.2.0-1.pkg.tar.xz
# python2-psutil 4.2.0-1

CMD: pacman --query --file /mirror/libkexiv2-16.04.2-1.pkg.tar.xz
# libkexiv2 16.04.2-1

CMD: pacman --query --file /mirror/tesseract-data-tha-3.04.00-1.pkg.tar.xz
# tesseract-data-tha 3.04.00-1

CMD: pacman --query --file /mirror/libkface-16.04.2-1.pkg.tar.xz
# libkface 16.04.2-1

CMD: pacman --query --file /mirror/boinc-nox-7.6.33-1.pkg.tar.xz
# boinc-nox 7.6.33-1

CMD: pacman --query --file /mirror/gstreamer-1.8.2-1.pkg.tar.xz
# gstreamer 1.8.2-1

CMD: pacman --query --file /mirror/buckygen-1.0-1.pkg.tar.xz
# buckygen 1.0-1

CMD: pacman --query --file /mirror/perl-template-toolkit-2.26-3.pkg.tar.xz
# perl-template-toolkit 2.26-3

CMD: pacman --query --file /mirror/ipw2200-fw-3.1-5.pkg.tar.xz
# ipw2200-fw 3.1-5

CMD: pacman --query --file /mirror/btchip-udev-1-1.pkg.tar.xz
# btchip-udev 1-1

CMD: pacman --query --file /mirror/libreoffice-still-pl-5.0.6-1.pkg.tar.xz
# libreoffice-still-pl 5.0.6-1

CMD: pacman --query --file /mirror/calf-0.0.60-4.pkg.tar.xz
# calf 0.0.60-4

CMD: pacman --query --file /mirror/epdfview-0.1.8-8.pkg.tar.xz
# epdfview 0.1.8-8

CMD: pacman --query --file /mirror/retroarch-assets-xmb-154-1.pkg.tar.xz
# retroarch-assets-xmb 154-1

CMD: pacman --query --file /mirror/libosinfo-0.3.0-1.pkg.tar.xz
# libosinfo 0.3.0-1

CMD: pacman --query --file /mirror/curl-7.49.1-1.pkg.tar.xz
# curl 7.49.1-1

CMD: pacman --query --file /mirror/nautilus-open-terminal-0.20-3.pkg.tar.xz
# nautilus-open-terminal 0.20-3

CMD: pacman --query --file /mirror/libkkc-0.3.5-1.pkg.tar.xz
# libkkc 0.3.5-1

CMD: pacman --query --file /mirror/libcryptui-3.12.2-1.pkg.tar.xz
# libcryptui 3.12.2-1

CMD: pacman --query --file /mirror/virtualgl-2.5-2.pkg.tar.xz
# virtualgl 2.5-2

CMD: pacman --query --file /mirror/kbibtex-0.6-3.pkg.tar.xz
# kbibtex 0.6-3

CMD: pacman --query --file /mirror/mlton-20130715-5.pkg.tar.xz
# mlton 20130715-5

CMD: pacman --query --file /mirror/libpgm-5.2.122-2.pkg.tar.xz
# libpgm 5.2.122-2

CMD: pacman --query --file /mirror/xf86-video-apm-1.2.5-7.pkg.tar.xz
# xf86-video-apm 1.2.5-7

CMD: pacman --query --file /mirror/xorg-fonts-misc-1.0.3-4.pkg.tar.xz
# xorg-fonts-misc 1.0.3-4

CMD: pacman --query --file /mirror/modular_decomposition-20100607-1.pkg.tar.xz
# modular_decomposition 20100607-1

CMD: pacman --query --file /mirror/python2-requests-2.10.0-1.pkg.tar.xz
# python2-requests 2.10.0-1

CMD: pacman --query --file /mirror/cmake-3.5.2-2.pkg.tar.xz
# cmake 3.5.2-2

CMD: pacman --query --file /mirror/python2-docs-2.7.11-1.pkg.tar.xz
# python2-docs 2.7.11-1

CMD: pacman --query --file /mirror/xorg-xpr-1.0.4-2.pkg.tar.xz
# xorg-xpr 1.0.4-2

CMD: pacman --query --file /mirror/pycuda-headers-2016.1.1-1.pkg.tar.xz
# pycuda-headers 2016.1.1-1

CMD: pacman --query --file /mirror/akonadi-contact-16.04.2-1.pkg.tar.xz
# akonadi-contact 16.04.2-1

CMD: pacman --query --file /mirror/pacman-mirrorlist-20160703-1.pkg.tar.xz
# pacman-mirrorlist 20160703-1

CMD: pacman --query --file /mirror/txt2tags-2.6-4.pkg.tar.xz
# txt2tags 2.6-4

CMD: pacman --query --file /mirror/libmatemixer-1.12.1-1.pkg.tar.xz
# libmatemixer 1.12.1-1

CMD: pacman --query --file /mirror/stalonetray-0.8.3-1.pkg.tar.xz
# stalonetray 0.8.3-1

CMD: pacman --query --file /mirror/python2-pylast-1.6.0-1.pkg.tar.xz
# python2-pylast 1.6.0-1

CMD: pacman --query --file /mirror/spacefm-1.0.5-2.pkg.tar.xz
# spacefm 1.0.5-2

CMD: pacman --query --file /mirror/python2-html5lib-0.9999999-2.pkg.tar.xz
# python2-html5lib 0.9999999-2

CMD: pacman --query --file /mirror/ebook-tools-0.2.2-3.pkg.tar.xz
# ebook-tools 0.2.2-3

CMD: pacman --query --file /mirror/xawtv-3.103-2.pkg.tar.xz
# xawtv 3.103-2

CMD: pacman --query --file /mirror/kjsembed-5.23.0-1.pkg.tar.xz
# kjsembed 5.23.0-1

CMD: pacman --query --file /mirror/kgamma5-5.7.0-1.pkg.tar.xz
# kgamma5 5.7.0-1

CMD: pacman --query --file /mirror/texlive-bin-2015.37497-12.pkg.tar.xz
# texlive-bin 2015.37497-12

CMD: pacman --query --file /mirror/gnome-backgrounds-3.20-1.pkg.tar.xz
# gnome-backgrounds 3.20-1

CMD: pacman --query --file /mirror/uwsgi-plugin-webdav-2.0.13.1-3.pkg.tar.xz
# uwsgi-plugin-webdav 2.0.13.1-3

CMD: pacman --query --file /mirror/fil-plugins-0.3.0-2.pkg.tar.xz
# fil-plugins 0.3.0-2

CMD: pacman --query --file /mirror/haskell-xss-sanitize-0.3.5.7-6.pkg.tar.xz
# haskell-xss-sanitize 0.3.5.7-6

CMD: pacman --query --file /mirror/perl-curses-ui-0.9609-2.pkg.tar.xz
# perl-curses-ui 0.9609-2

CMD: pacman --query --file /mirror/openscad-2015.03.03-3.pkg.tar.xz
# openscad 2015.03.03-3

CMD: pacman --query --file /mirror/python2-smartypants-1.8.6-3.pkg.tar.xz
# python2-smartypants 1.8.6-3

CMD: pacman --query --file /mirror/haskell-persistent-2.5-4.pkg.tar.xz
# haskell-persistent 2.5-4

CMD: pacman --query --file /mirror/amsynth-1.6.4-2.pkg.tar.xz
# amsynth 1.6.4-2

CMD: pacman --query --file /mirror/python2-zope-security-4.0.3-2.pkg.tar.xz
# python2-zope-security 4.0.3-2

CMD: pacman --query --file /mirror/python-hglib-2.1-1.pkg.tar.xz
# python-hglib 2.1-1

CMD: pacman --query --file /mirror/findnewest-0.3-1.pkg.tar.xz
# findnewest 0.3-1

CMD: pacman --query --file /mirror/libsm-1.2.2-2.pkg.tar.xz
# libsm 1.2.2-2

CMD: pacman --query --file /mirror/gnome-phone-manager-0.69-6.pkg.tar.xz
# gnome-phone-manager 0.69-6

CMD: pacman --query --file /mirror/python2-rpy2-2.8.2-1.pkg.tar.xz
# python2-rpy2 2.8.2-1

CMD: pacman --query --file /mirror/perl-object-multitype-0.05-6.pkg.tar.xz
# perl-object-multitype 0.05-6

CMD: pacman --query --file /mirror/libzapojit-0.0.3-2.pkg.tar.xz
# libzapojit 0.0.3-2

CMD: pacman --query --file /mirror/python2-pytest-benchmark-3.0.0-1.pkg.tar.xz
# python2-pytest-benchmark 3.0.0-1

CMD: pacman --query --file /mirror/herqq-1.0.0-4.pkg.tar.xz
# herqq 1.0.0-4

CMD: pacman --query --file /mirror/mrtg-2.17.4-2.pkg.tar.xz
# mrtg 2.17.4-2

CMD: pacman --query --file /mirror/rawtherapee-1:4.2+448.g26d182d-2.pkg.tar.xz
# rawtherapee 1:4.2+448.g26d182d-2

CMD: pacman --query --file /mirror/bbswitch-lts-0.8-21.pkg.tar.xz
# bbswitch-lts 0.8-21

CMD: pacman --query --file /mirror/tellico-2.3.11-2.pkg.tar.xz
# tellico 2.3.11-2

CMD: pacman --query --file /mirror/perl-mail-box-parser-c-3.007-4.pkg.tar.xz
# perl-mail-box-parser-c 3.007-4

CMD: pacman --query --file /mirror/pambase-20130928-1.pkg.tar.xz
# pambase 20130928-1

CMD: pacman --query --file /mirror/python-repoze.profile-2.2-1.pkg.tar.xz
# python-repoze.profile 2.2-1

CMD: pacman --query --file /mirror/python2-appdirs-1.4.0-3.pkg.tar.xz
# python2-appdirs 1.4.0-3

CMD: pacman --query --file /mirror/ponysay-3.0.2-1.pkg.tar.xz
# ponysay 3.0.2-1

CMD: pacman --query --file /mirror/gpgme-1.6.0-2.pkg.tar.xz
# gpgme 1.6.0-2

CMD: pacman --query --file /mirror/libgweather-3.20.1-1.pkg.tar.xz
# libgweather 3.20.1-1

CMD: pacman --query --file /mirror/python2-numexpr-2.6.0-1.pkg.tar.xz
# python2-numexpr 2.6.0-1

CMD: pacman --query --file /mirror/mythtv-1:0.28-3.pkg.tar.xz
# mythtv 1:0.28-3

CMD: pacman --query --file /mirror/c++-gtk-utils-2.2.12-1.pkg.tar.xz
# c++-gtk-utils 2.2.12-1

CMD: pacman --query --file /mirror/wammu-0.41-1.pkg.tar.xz
# wammu 0.41-1

CMD: pacman --query --file /mirror/pstotext-1.9-3.pkg.tar.xz
# pstotext 1.9-3

CMD: pacman --query --file /mirror/ipvsadm-1.28-1.pkg.tar.xz
# ipvsadm 1.28-1

CMD: pacman --query --file /mirror/python2-terminado-0.6-1.pkg.tar.xz
# python2-terminado 0.6-1

CMD: pacman --query --file /mirror/libreoffice-still-om-5.0.6-1.pkg.tar.xz
# libreoffice-still-om 5.0.6-1

CMD: pacman --query --file /mirror/vim-spell-sw-20150901-1.pkg.tar.xz
# vim-spell-sw 20150901-1

CMD: pacman --query --file /mirror/python-markdown-2.6.6-1.pkg.tar.xz
# python-markdown 2.6.6-1

CMD: pacman --query --file /mirror/perl-image-info-1.38-1.pkg.tar.xz
# perl-image-info 1.38-1

CMD: pacman --query --file /mirror/chemtool-1.6.14-2.pkg.tar.xz
# chemtool 1.6.14-2

CMD: pacman --query --file /mirror/five-or-more-3.20.0-1.pkg.tar.xz
# five-or-more 3.20.0-1

CMD: pacman --query --file /mirror/python2-beautifulsoup3-3.2.1-3.pkg.tar.xz
# python2-beautifulsoup3 3.2.1-3

CMD: pacman --query --file /mirror/vulkan-headers-1:1.0.17-1.pkg.tar.xz
# vulkan-headers 1:1.0.17-1

CMD: pacman --query --file /mirror/xnee-3.19-1.pkg.tar.xz
# xnee 3.19-1

CMD: pacman --query --file /mirror/tesseract-data-hun-3.04.00-1.pkg.tar.xz
# tesseract-data-hun 3.04.00-1

CMD: pacman --query --file /mirror/libbluray-0.9.2-2.pkg.tar.xz
# libbluray 0.9.2-2

CMD: pacman --query --file /mirror/python2-pyopenssl-16.0.0-1.pkg.tar.xz
# python2-pyopenssl 16.0.0-1

CMD: pacman --query --file /mirror/slim-1.3.6-6.pkg.tar.xz
# slim 1.3.6-6

CMD: pacman --query --file /mirror/keyutils-1.5.9-1.pkg.tar.xz
# keyutils 1.5.9-1

CMD: pacman --query --file /mirror/xorg-xconsole-1.0.6-1.pkg.tar.xz
# xorg-xconsole 1.0.6-1

CMD: pacman --query --file /mirror/udns-0.4-2.pkg.tar.xz
# udns 0.4-2

CMD: pacman --query --file /mirror/mod_wsgi-4.4.22-1.pkg.tar.xz
# mod_wsgi 4.4.22-1

CMD: pacman --query --file /mirror/python-apipkg-1.4-2.pkg.tar.xz
# python-apipkg 1.4-2

CMD: pacman --query --file /mirror/rubber-1.4-1.pkg.tar.xz
# rubber 1.4-1

CMD: pacman --query --file /mirror/libgringotts-1.2.1-12.pkg.tar.xz
# libgringotts 1.2.1-12

CMD: pacman --query --file /mirror/tesseract-data-epo-3.04.00-1.pkg.tar.xz
# tesseract-data-epo 3.04.00-1

CMD: pacman --query --file /mirror/clipit-1.4.2-6.pkg.tar.xz
# clipit 1.4.2-6

CMD: pacman --query --file /mirror/netsurf-buildsystem-1.5-1.pkg.tar.xz
# netsurf-buildsystem 1.5-1

CMD: pacman --query --file /mirror/libpst-docs-0.6.66-1.pkg.tar.xz
# libpst-docs 0.6.66-1

CMD: pacman --query --file /mirror/pyprof2calltree-1.3.2-3.pkg.tar.xz
# pyprof2calltree 1.3.2-3

CMD: pacman --query --file /mirror/perl-email-date-format-1.005-1.pkg.tar.xz
# perl-email-date-format 1.005-1

CMD: pacman --query --file /mirror/python-xlwt-1.1.2-1.pkg.tar.xz
# python-xlwt 1.1.2-1

CMD: pacman --query --file /mirror/freecol-0.11.6-2.pkg.tar.xz
# freecol 0.11.6-2

CMD: pacman --query --file /mirror/valgrind-3.11.0-3.pkg.tar.xz
# valgrind 3.11.0-3

CMD: pacman --query --file /mirror/mcpp-2.7.2-5.pkg.tar.xz
# mcpp 2.7.2-5

CMD: pacman --query --file /mirror/qt5-canvas3d-5.7.0-1.pkg.tar.xz
# qt5-canvas3d 5.7.0-1

CMD: pacman --query --file /mirror/python-atspi-2.20.2-1.pkg.tar.xz
# python-atspi 2.20.2-1

CMD: pacman --query --file /mirror/udisks-1.0.5-3.pkg.tar.xz
# udisks 1.0.5-3

CMD: pacman --query --file /mirror/cdrtools-3.02a06-1.pkg.tar.xz
# cdrtools 3.02a06-1

CMD: pacman --query --file /mirror/spring-1944-2.0-1.pkg.tar.xz
# spring-1944 2.0-1

CMD: pacman --query --file /mirror/qtfm-5.9-3.pkg.tar.xz
# qtfm 5.9-3

CMD: pacman --query --file /mirror/festival-2.4-2.pkg.tar.xz
# festival 2.4-2

CMD: pacman --query --file /mirror/perl-datetime-event-ical-0.13-1.pkg.tar.xz
# perl-datetime-event-ical 0.13-1

CMD: pacman --query --file /mirror/thunar-media-tags-plugin-0.2.1-2.pkg.tar.xz
# thunar-media-tags-plugin 0.2.1-2

CMD: pacman --query --file /mirror/librevenge-0.0.4-1.pkg.tar.xz
# librevenge 0.0.4-1

CMD: pacman --query --file /mirror/rubinius-3.45-1.pkg.tar.xz
# rubinius 3.45-1

CMD: pacman --query --file /mirror/python-pyhamcrest-1.9.0-1.pkg.tar.xz
# python-pyhamcrest 1.9.0-1

CMD: pacman --query --file /mirror/mitmproxy-0.17-2.pkg.tar.xz
# mitmproxy 0.17-2

CMD: pacman --query --file /mirror/hardening-wrapper-10-1.pkg.tar.xz
# hardening-wrapper 10-1

CMD: pacman --query --file /mirror/capi4hylafax-010300-10.pkg.tar.xz
# capi4hylafax 010300-10

CMD: pacman --query --file /mirror/java-rxtx-2.2pre2-2.pkg.tar.xz
# java-rxtx 2.2pre2-2

CMD: pacman --query --file /mirror/pgpdump-0.31-1.pkg.tar.xz
# pgpdump 0.31-1

CMD: pacman --query --file /mirror/opencolorio-1.0.9-4.pkg.tar.xz
# opencolorio 1.0.9-4

CMD: pacman --query --file /mirror/libreoffice-still-lt-5.0.6-1.pkg.tar.xz
# libreoffice-still-lt 5.0.6-1

CMD: pacman --query --file /mirror/libfm-gtk3-1.2.4-1.pkg.tar.xz
# libfm-gtk3 1.2.4-1

CMD: pacman --query --file /mirror/synapse-0.2.99.2-2.pkg.tar.xz
# synapse 0.2.99.2-2

CMD: pacman --query --file /mirror/dictd-1.12.1-5.pkg.tar.xz
# dictd 1.12.1-5

CMD: pacman --query --file /mirror/python2-whoosh-2.7.0-1.pkg.tar.xz
# python2-whoosh 2.7.0-1

CMD: pacman --query --file /mirror/haskell-stack-1.1.2-12.pkg.tar.xz
# haskell-stack 1.1.2-12

CMD: pacman --query --file /mirror/libreoffice-still-te-5.0.6-1.pkg.tar.xz
# libreoffice-still-te 5.0.6-1

CMD: pacman --query --file /mirror/libsndfile-1.0.27-1.pkg.tar.xz
# libsndfile 1.0.27-1

CMD: pacman --query --file /mirror/qt5-serialbus-5.7.0-1.pkg.tar.xz
# qt5-serialbus 5.7.0-1

CMD: pacman --query --file /mirror/audacious-plugins-3.7.2-1.pkg.tar.xz
# audacious-plugins 3.7.2-1

CMD: pacman --query --file /mirror/sparsehash-2.0.3-1.pkg.tar.xz
# sparsehash 2.0.3-1

CMD: pacman --query --file /mirror/openjdk7-doc-7.u101_2.6.6-1.pkg.tar.xz
# openjdk7-doc 7.u101_2.6.6-1

CMD: pacman --query --file /mirror/cpio-2.12-3.pkg.tar.xz
# cpio 2.12-3

CMD: pacman --query --file /mirror/ipython2-notebook-4.1.0-4.pkg.tar.xz
# ipython2-notebook 4.1.0-4

CMD: pacman --query --file /mirror/perl-xml-regexp-0.04-2.pkg.tar.xz
# perl-xml-regexp 0.04-2

CMD: pacman --query --file /mirror/numlockx-1.2-3.pkg.tar.xz
# numlockx 1.2-3

CMD: pacman --query --file /mirror/haskell-comonad-5-15.pkg.tar.xz
# haskell-comonad 5-15

CMD: pacman --query --file /mirror/file-5.28-1.pkg.tar.xz
# file 5.28-1

CMD: pacman --query --file /mirror/libretro-snes9x-515-1.pkg.tar.xz
# libretro-snes9x 515-1

CMD: pacman --query --file /mirror/pigeonhole-0.4.15-1.pkg.tar.xz
# pigeonhole 0.4.15-1

CMD: pacman --query --file /mirror/stunnel-5.33-1.pkg.tar.xz
# stunnel 5.33-1

CMD: pacman --query --file /mirror/libmateweather-gtk3-1.12.1-1.pkg.tar.xz
# libmateweather-gtk3 1.12.1-1

CMD: pacman --query --file /mirror/perl-namespace-autoclean-0.28-1.pkg.tar.xz
# perl-namespace-autoclean 0.28-1

CMD: pacman --query --file /mirror/plan9port-20150629-2.pkg.tar.xz
# plan9port 20150629-2

CMD: pacman --query --file /mirror/dwm-6.1-3.pkg.tar.xz
# dwm 6.1-3

CMD: pacman --query --file /mirror/breeze-gtk-5.7.0-1.pkg.tar.xz
# breeze-gtk 5.7.0-1

CMD: pacman --query --file /mirror/gambas3-gb-markdown-3.8.4-3.pkg.tar.xz
# gambas3-gb-markdown 3.8.4-3

CMD: pacman --query --file /mirror/netdata-1.2.0-1.pkg.tar.xz
# netdata 1.2.0-1

CMD: pacman --query --file /mirror/ttf-inconsolata-20151221.480630d-1.pkg.tar.xz
# ttf-inconsolata 20151221.480630d-1

CMD: pacman --query --file /mirror/nvidia-340xx-dkms-340.96-13.pkg.tar.xz
# nvidia-340xx-dkms 340.96-13

CMD: pacman --query --file /mirror/encfs-1.8.1-6.pkg.tar.xz
# encfs 1.8.1-6

CMD: pacman --query --file /mirror/tinyxml-2.6.2-5.pkg.tar.xz
# tinyxml 2.6.2-5

CMD: pacman --query --file /mirror/bash-bats-0.4.0-1.pkg.tar.xz
# bash-bats 0.4.0-1

CMD: pacman --query --file /mirror/neverball-1.6.0-2.pkg.tar.xz
# neverball 1.6.0-2

CMD: pacman --query --file /mirror/python2-pyparsing-2.1.5-1.pkg.tar.xz
# python2-pyparsing 2.1.5-1

CMD: pacman --query --file /mirror/xorg-xkbevd-1.1.4-1.pkg.tar.xz
# xorg-xkbevd 1.1.4-1

CMD: pacman --query --file /mirror/konsolekalendar-16.04.2-1.pkg.tar.xz
# konsolekalendar 16.04.2-1

CMD: pacman --query --file /mirror/python2-chardet-2.3.0-2.pkg.tar.xz
# python2-chardet 2.3.0-2

CMD: pacman --query --file /mirror/eric-i18n-es-6.1.7-1.pkg.tar.xz
# eric-i18n-es 6.1.7-1

CMD: pacman --query --file /mirror/python2-eric-6.1.7-1.pkg.tar.xz
# python2-eric 6.1.7-1

CMD: pacman --query --file /mirror/xbindkeys-1.8.6-1.pkg.tar.xz
# xbindkeys 1.8.6-1

CMD: pacman --query --file /mirror/libmatekbd-1.12.1-1.pkg.tar.xz
# libmatekbd 1.12.1-1

CMD: pacman --query --file /mirror/dmd-2.071.1-1.pkg.tar.xz
# dmd 2.071.1-1

CMD: pacman --query --file /mirror/ruby2.1-bundler-1.12.5-1.pkg.tar.xz
# ruby2.1-bundler 1.12.5-1

CMD: pacman --query --file /mirror/lwm-1.2.4-1.pkg.tar.xz
# lwm 1.2.4-1

CMD: pacman --query --file /mirror/python2-musicbrainz2-0.7.4-3.pkg.tar.xz
# python2-musicbrainz2 0.7.4-3

CMD: pacman --query --file /mirror/instead-2.4.1-1.pkg.tar.xz
# instead 2.4.1-1

CMD: pacman --query --file /mirror/python-requests-kerberos-0.10.0-1.pkg.tar.xz
# python-requests-kerberos 0.10.0-1

CMD: pacman --query --file /mirror/libmcrypt-2.5.8-4.pkg.tar.xz
# libmcrypt 2.5.8-4

CMD: pacman --query --file /mirror/python-discid-1.1.0-3.pkg.tar.xz
# python-discid 1.1.0-3

CMD: pacman --query --file /mirror/gobject-introspection-1.48.0-1.pkg.tar.xz
# gobject-introspection 1.48.0-1

CMD: pacman --query --file /mirror/libsignon-glib-1.14-1.pkg.tar.xz
# libsignon-glib 1.14-1

CMD: pacman --query --file /mirror/electricsheep-2.7b33-27.pkg.tar.xz
# electricsheep 2.7b33-27

CMD: pacman --query --file /mirror/kompozer-i18n-cs-0.8b3-1.pkg.tar.xz
# kompozer-i18n-cs 0.8b3-1

CMD: pacman --query --file /mirror/libfm-1.2.4-1.pkg.tar.xz
# libfm 1.2.4-1

CMD: pacman --query --file /mirror/python2-hunter-1.3.0-1.pkg.tar.xz
# python2-hunter 1.3.0-1

CMD: pacman --query --file /mirror/pydb-1.26-3.pkg.tar.xz
# pydb 1.26-3

CMD: pacman --query --file /mirror/convertlit-1.8-7.pkg.tar.xz
# convertlit 1.8-7

CMD: pacman --query --file /mirror/doublecmd-qt-0.7.3-1.pkg.tar.xz
# doublecmd-qt 0.7.3-1

CMD: pacman --query --file /mirror/slim-themes-1.2.3-7.pkg.tar.xz
# slim-themes 1.2.3-7

CMD: pacman --query --file /mirror/docbook-dsssl-1.79-5.pkg.tar.xz
# docbook-dsssl 1.79-5

CMD: pacman --query --file /mirror/vim-colorsamplerpack-2012.10.28-3.pkg.tar.xz
# vim-colorsamplerpack 2012.10.28-3

CMD: pacman --query --file /mirror/python-pyenchant-1.6.6-2.pkg.tar.xz
# python-pyenchant 1.6.6-2

CMD: pacman --query --file /mirror/dosemu-1:1.4.git20151102-1.pkg.tar.xz
# dosemu 1:1.4.git20151102-1

CMD: pacman --query --file /mirror/ioping-0.9-2.pkg.tar.xz
# ioping 0.9-2

CMD: pacman --query --file /mirror/python2-m2crypto-0.24.0-1.pkg.tar.xz
# python2-m2crypto 0.24.0-1

CMD: pacman --query --file /mirror/jre7-openjdk-7.u101_2.6.6-1.pkg.tar.xz
# jre7-openjdk 7.u101_2.6.6-1

CMD: pacman --query --file /mirror/ttf-sazanami-20040629-9.pkg.tar.xz
# ttf-sazanami 20040629-9

CMD: pacman --query --file /mirror/partitionmanager-2.2.1-1.pkg.tar.xz
# partitionmanager 2.2.1-1

CMD: pacman --query --file /mirror/vc-1.2.0-1.pkg.tar.xz
# vc 1.2.0-1

CMD: pacman --query --file /mirror/openslp-2.0.0-1.pkg.tar.xz
# openslp 2.0.0-1

CMD: pacman --query --file /mirror/python2-hypothesis-3.4.1-1.pkg.tar.xz
# python2-hypothesis 3.4.1-1

CMD: pacman --query --file /mirror/anyfs-tools-0.85.1c-5.pkg.tar.xz
# anyfs-tools 0.85.1c-5

CMD: pacman --query --file /mirror/plotutils-2.6-8.pkg.tar.xz
# plotutils 2.6-8

CMD: pacman --query --file /mirror/ydcv-0.4-1.pkg.tar.xz
# ydcv 0.4-1

CMD: pacman --query --file /mirror/lire-2.1.1-3.pkg.tar.xz
# lire 2.1.1-3

CMD: pacman --query --file /mirror/gpsbabel-1.5.3-1.pkg.tar.xz
# gpsbabel 1.5.3-1

CMD: pacman --query --file /mirror/nss-mdns-0.10-6.pkg.tar.xz
# nss-mdns 0.10-6

CMD: pacman --query --file /mirror/buildbot-slave-0.8.12-1.pkg.tar.xz
# buildbot-slave 0.8.12-1

CMD: pacman --query --file /mirror/python-testresources-2.0.1-1.pkg.tar.xz
# python-testresources 2.0.1-1

CMD: pacman --query --file /mirror/perl-dbd-mysql-4.035-1.pkg.tar.xz
# perl-dbd-mysql 4.035-1

CMD: pacman --query --file /mirror/pynac-0.6.7-1.pkg.tar.xz
# pynac 0.6.7-1

CMD: pacman --query --file /mirror/kpeople-5.23.0-2.pkg.tar.xz
# kpeople 5.23.0-2

CMD: pacman --query --file /mirror/schroedinger-1.0.11-3.pkg.tar.xz
# schroedinger 1.0.11-3

CMD: pacman --query --file /mirror/polkit-0.113-4.pkg.tar.xz
# polkit 0.113-4

CMD: pacman --query --file /mirror/python2-ropper-1.10.7-1.pkg.tar.xz
# python2-ropper 1.10.7-1

CMD: pacman --query --file /mirror/kdeaccessibility-kmag-16.04.2-1.pkg.tar.xz
# kdeaccessibility-kmag 16.04.2-1

CMD: pacman --query --file /mirror/matchbox-panel-2.0-1.pkg.tar.xz
# matchbox-panel 2.0-1

CMD: pacman --query --file /mirror/smartmontools-6.5-1.pkg.tar.xz
# smartmontools 6.5-1

CMD: pacman --query --file /mirror/eclipse-jee-4.6.0-1.pkg.tar.xz
# eclipse-jee 4.6.0-1

CMD: pacman --query --file /mirror/nemo-python-2.8.0-3.pkg.tar.xz
# nemo-python 2.8.0-3

CMD: pacman --query --file /mirror/desmume-0.9.11-4.pkg.tar.xz
# desmume 0.9.11-4

CMD: pacman --query --file /mirror/ktnef-16.04.2-1.pkg.tar.xz
# ktnef 16.04.2-1

CMD: pacman --query --file /mirror/qt5-charts-5.7.0-1.pkg.tar.xz
# qt5-charts 5.7.0-1

CMD: pacman --query --file /mirror/arpack-3.3.0-1.pkg.tar.xz
# arpack 3.3.0-1

CMD: pacman --query --file /mirror/python2-construct-2.5.2-1.pkg.tar.xz
# python2-construct 2.5.2-1

CMD: pacman --query --file /mirror/python2-gnupginterface-0.3.2-3.pkg.tar.xz
# python2-gnupginterface 0.3.2-3

CMD: pacman --query --file /mirror/parcellite-1.1.9-1.pkg.tar.xz
# parcellite 1.1.9-1

CMD: pacman --query --file /mirror/iputils-20160308.0db72a4-1.pkg.tar.xz
# iputils 20160308.0db72a4-1

CMD: pacman --query --file /mirror/mailgraph-1.14-4.pkg.tar.xz
# mailgraph 1.14-4

CMD: pacman --query --file /mirror/gambas3-gb-qt5-3.8.4-3.pkg.tar.xz
# gambas3-gb-qt5 3.8.4-3

CMD: pacman --query --file /mirror/ttf-oxygen-1:5.4.3-1.pkg.tar.xz
# ttf-oxygen 1:5.4.3-1

CMD: pacman --query --file /mirror/wmname-0.1-3.pkg.tar.xz
# wmname 0.1-3

CMD: pacman --query --file /mirror/xf86dgaproto-2.1-3.pkg.tar.xz
# xf86dgaproto 2.1-3

CMD: pacman --query --file /mirror/pidgin-libnotify-0.14-10.pkg.tar.xz
# pidgin-libnotify 0.14-10

CMD: pacman --query --file /mirror/libofa-0.9.3-6.pkg.tar.xz
# libofa 0.9.3-6

CMD: pacman --query --file /mirror/libgme-0.6.0-5.pkg.tar.xz
# libgme 0.6.0-5

CMD: pacman --query --file /mirror/pari-seadata-small-20090618-1.pkg.tar.xz
# pari-seadata-small 20090618-1

CMD: pacman --query --file /mirror/julia-2:0.4.6-1.pkg.tar.xz
# julia 2:0.4.6-1

CMD: pacman --query --file /mirror/python2-blessings-1.6-3.pkg.tar.xz
# python2-blessings 1.6-3

CMD: pacman --query --file /mirror/xorg-xkbutils-1.0.4-2.pkg.tar.xz
# xorg-xkbutils 1.0.4-2

CMD: pacman --query --file /mirror/libdlna-0.2.4-16.pkg.tar.xz
# libdlna 0.2.4-16

CMD: pacman --query --file /mirror/haskell-appar-0.1.4-2.pkg.tar.xz
# haskell-appar 0.1.4-2

CMD: pacman --query --file /mirror/apr-1.5.2-1.pkg.tar.xz
# apr 1.5.2-1

CMD: pacman --query --file /mirror/boost-1.60.0-5.pkg.tar.xz
# boost 1.60.0-5

CMD: pacman --query --file /mirror/hyphen-nl-20050617-3.pkg.tar.xz
# hyphen-nl 20050617-3

CMD: pacman --query --file /mirror/pdcurses-3.4-7.pkg.tar.xz
# pdcurses 3.4-7

CMD: pacman --query --file /mirror/system-config-printer-1.5.7-2.pkg.tar.xz
# system-config-printer 1.5.7-2

CMD: pacman --query --file /mirror/convmv-2.0-1.pkg.tar.xz
# convmv 2.0-1

CMD: pacman --query --file /mirror/rhino-javadoc-1.7.7.1-1.pkg.tar.xz
# rhino-javadoc 1.7.7.1-1

CMD: pacman --query --file /mirror/python2-jsonpatch-1.14-1.pkg.tar.xz
# python2-jsonpatch 1.14-1

CMD: pacman --query --file /mirror/python-ecdsa-0.13-2.pkg.tar.xz
# python-ecdsa 0.13-2

CMD: pacman --query --file /mirror/python-basemap-1.0.7-4.pkg.tar.xz
# python-basemap 1.0.7-4

CMD: pacman --query --file /mirror/python2-babel-2.3.4-1.pkg.tar.xz
# python2-babel 2.3.4-1

CMD: pacman --query --file /mirror/uqm-0.7.0-4.pkg.tar.xz
# uqm 0.7.0-4

CMD: pacman --query --file /mirror/progsreiserfs-0.3.0.5-8.pkg.tar.xz
# progsreiserfs 0.3.0.5-8

CMD: pacman --query --file /mirror/perl-text-markdown-1.000031-4.pkg.tar.xz
# perl-text-markdown 1.000031-4

CMD: pacman --query --file /mirror/libcmis-0.5.1-2.pkg.tar.xz
# libcmis 0.5.1-2

CMD: pacman --query --file /mirror/iso-codes-3.68-1.pkg.tar.xz
# iso-codes 3.68-1

CMD: pacman --query --file /mirror/fonteditfs-1.2-5.pkg.tar.xz
# fonteditfs 1.2-5

CMD: pacman --query --file /mirror/printproto-1.0.5-3.pkg.tar.xz
# printproto 1.0.5-3

CMD: pacman --query --file /mirror/libreoffice-fresh-bs-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-bs 5.1.4-1

CMD: pacman --query --file /mirror/haskell-network-protocol-xmpp-0.4.8-5.pkg.tar.xz
# haskell-network-protocol-xmpp 0.4.8-5

CMD: pacman --query --file /mirror/apricots-0.2.6-7.pkg.tar.xz
# apricots 0.2.6-7

CMD: pacman --query --file /mirror/haskell-cryptohash-0.11.9-6.pkg.tar.xz
# haskell-cryptohash 0.11.9-6

CMD: pacman --query --file /mirror/tesseract-data-deu_frak-3.04.00-1.pkg.tar.xz
# tesseract-data-deu_frak 3.04.00-1

CMD: pacman --query --file /mirror/haskell-xml-types-0.3.6-5.pkg.tar.xz
# haskell-xml-types 0.3.6-5

CMD: pacman --query --file /mirror/libreoffice-still-ca-valencia-5.0.6-1.pkg.tar.xz
# libreoffice-still-ca-valencia 5.0.6-1

CMD: pacman --query --file /mirror/xmonad-0.12-6.pkg.tar.xz
# xmonad 0.12-6

CMD: pacman --query --file /mirror/snarf-7.0-6.pkg.tar.xz
# snarf 7.0-6

CMD: pacman --query --file /mirror/caph-1.1-4.pkg.tar.xz
# caph 1.1-4

CMD: pacman --query --file /mirror/perl-test-output-1.03-1.pkg.tar.xz
# perl-test-output 1.03-1

CMD: pacman --query --file /mirror/bash-docs-10-1.pkg.tar.xz
# bash-docs 10-1

CMD: pacman --query --file /mirror/libe-book-0.1.2-5.pkg.tar.xz
# libe-book 0.1.2-5

CMD: pacman --query --file /mirror/python2-igraph-0.7.1.post6-2.pkg.tar.xz
# python2-igraph 0.7.1.post6-2

CMD: pacman --query --file /mirror/sane-frontends-1.0.14-7.pkg.tar.xz
# sane-frontends 1.0.14-7

CMD: pacman --query --file /mirror/avogadro-1.2.0-2.pkg.tar.xz
# avogadro 1.2.0-2

CMD: pacman --query --file /mirror/python-qscintilla-qt5-common-2.9.2-1.pkg.tar.xz
# python-qscintilla-qt5-common 2.9.2-1

CMD: pacman --query --file /mirror/mdds-1.2.1-1.pkg.tar.xz
# mdds 1.2.1-1

CMD: pacman --query --file /mirror/genius-1.0.20-2.pkg.tar.xz
# genius 1.0.20-2

CMD: pacman --query --file /mirror/ragel-6.9-2.pkg.tar.xz
# ragel 6.9-2

CMD: pacman --query --file /mirror/libidn-1.32-1.pkg.tar.xz
# libidn 1.32-1

CMD: pacman --query --file /mirror/mygui-docs-3.2.2-6.pkg.tar.xz
# mygui-docs 3.2.2-6

CMD: pacman --query --file /mirror/gummi-1:0.6.6-2.pkg.tar.xz
# gummi 1:0.6.6-2

CMD: pacman --query --file /mirror/ruby-rspec-3.5.0-1.pkg.tar.xz
# ruby-rspec 3.5.0-1

CMD: pacman --query --file /mirror/kglobalaccel-5.23.0-1.pkg.tar.xz
# kglobalaccel 5.23.0-1

CMD: pacman --query --file /mirror/kodi-addon-screensaver-matrixtrails-20160523.8cebb75-1.pkg.tar.xz
# kodi-addon-screensaver-matrixtrails 20160523.8cebb75-1

CMD: pacman --query --file /mirror/gtk-vnc-0.5.4-1.pkg.tar.xz
# gtk-vnc 0.5.4-1

CMD: pacman --query --file /mirror/lxc-1:2.0.3-1.pkg.tar.xz
# lxc 1:2.0.3-1

CMD: pacman --query --file /mirror/pavucontrol-3.0-4.pkg.tar.xz
# pavucontrol 3.0-4

CMD: pacman --query --file /mirror/xfce4-weather-plugin-0.8.7-1.pkg.tar.xz
# xfce4-weather-plugin 0.8.7-1

CMD: pacman --query --file /mirror/libu2f-host-1.1.2-1.pkg.tar.xz
# libu2f-host 1.1.2-1

CMD: pacman --query --file /mirror/perf-4.6-4.pkg.tar.xz
# perf 4.6-4

CMD: pacman --query --file /mirror/python2-pyface-5.1.0-1.pkg.tar.xz
# python2-pyface 5.1.0-1

CMD: pacman --query --file /mirror/sagemath-src-7.2-2.pkg.tar.xz
# sagemath-src 7.2-2

CMD: pacman --query --file /mirror/clang-tools-extra-3.8.0-1.pkg.tar.xz
# clang-tools-extra 3.8.0-1

CMD: pacman --query --file /mirror/libreoffice-still-vi-5.0.6-1.pkg.tar.xz
# libreoffice-still-vi 5.0.6-1

CMD: pacman --query --file /mirror/vifm-0.8.1.a-1.pkg.tar.xz
# vifm 0.8.1.a-1

CMD: pacman --query --file /mirror/gambas3-gb-inotify-3.8.4-3.pkg.tar.xz
# gambas3-gb-inotify 3.8.4-3

CMD: pacman --query --file /mirror/python2-genty-1.3.2-1.pkg.tar.xz
# python2-genty 1.3.2-1

CMD: pacman --query --file /mirror/mktorrent-1.0-4.pkg.tar.xz
# mktorrent 1.0-4

CMD: pacman --query --file /mirror/mediainfo-0.7.87-1.pkg.tar.xz
# mediainfo 0.7.87-1

CMD: pacman --query --file /mirror/vimpager-2.06-1.pkg.tar.xz
# vimpager 2.06-1

CMD: pacman --query --file /mirror/liblightdm-qt5-1:1.18.2-2.pkg.tar.xz
# liblightdm-qt5 1:1.18.2-2

CMD: pacman --query --file /mirror/recode-3.6-9.pkg.tar.xz
# recode 3.6-9

CMD: pacman --query --file /mirror/tumbler-0.1.31-1.pkg.tar.xz
# tumbler 0.1.31-1

CMD: pacman --query --file /mirror/jwm-2.3.5-1.pkg.tar.xz
# jwm 2.3.5-1

CMD: pacman --query --file /mirror/kalgebra-16.04.2-1.pkg.tar.xz
# kalgebra 16.04.2-1

CMD: pacman --query --file /mirror/zlib-1.2.8-4.pkg.tar.xz
# zlib 1.2.8-4

CMD: pacman --query --file /mirror/libnewt-0.52.19-1.pkg.tar.xz
# libnewt 0.52.19-1

CMD: pacman --query --file /mirror/knotes-16.04.2-1.pkg.tar.xz
# knotes 16.04.2-1

CMD: pacman --query --file /mirror/gnome-dictionary-3.20.0-1.pkg.tar.xz
# gnome-dictionary 3.20.0-1

CMD: pacman --query --file /mirror/vnstat-1.15-1.pkg.tar.xz
# vnstat 1.15-1

CMD: pacman --query --file /mirror/kollision-16.04.2-1.pkg.tar.xz
# kollision 16.04.2-1

CMD: pacman --query --file /mirror/goffice-0.10.31-1.pkg.tar.xz
# goffice 0.10.31-1

CMD: pacman --query --file /mirror/libusb-1.0.20-1.pkg.tar.xz
# libusb 1.0.20-1

CMD: pacman --query --file /mirror/libreoffice-still-tn-5.0.6-1.pkg.tar.xz
# libreoffice-still-tn 5.0.6-1

CMD: pacman --query --file /mirror/libreoffice-fresh-kok-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-kok 5.1.4-1

CMD: pacman --query --file /mirror/libxxf86misc-1.0.3-2.pkg.tar.xz
# libxxf86misc 1.0.3-2

CMD: pacman --query --file /mirror/firefox-i18n-el-47.0.1-1.pkg.tar.xz
# firefox-i18n-el 47.0.1-1

CMD: pacman --query --file /mirror/lua51-messagepack-0.3.4-1.pkg.tar.xz
# lua51-messagepack 0.3.4-1

CMD: pacman --query --file /mirror/haskell-unbounded-delays-0.1.0.9-2.pkg.tar.xz
# haskell-unbounded-delays 0.1.0.9-2

CMD: pacman --query --file /mirror/kldap-16.04.2-2.pkg.tar.xz
# kldap 16.04.2-2

CMD: pacman --query --file /mirror/xf86driproto-2.1.1-3.pkg.tar.xz
# xf86driproto 2.1.1-3

CMD: pacman --query --file /mirror/gnome-desktop2-2.32.1-3.pkg.tar.xz
# gnome-desktop2 2.32.1-3

CMD: pacman --query --file /mirror/kde-meta-kdegraphics-16.04-1.pkg.tar.xz
# kde-meta-kdegraphics 16.04-1

CMD: pacman --query --file /mirror/gputils-1.4.2-1.pkg.tar.xz
# gputils 1.4.2-1

CMD: pacman --query --file /mirror/dvd+rw-tools-7.1-7.pkg.tar.xz
# dvd+rw-tools 7.1-7

CMD: pacman --query --file /mirror/tesseract-data-swa-3.04.00-1.pkg.tar.xz
# tesseract-data-swa 3.04.00-1

CMD: pacman --query --file /mirror/python2-pylibmc-1.5.1-1.pkg.tar.xz
# python2-pylibmc 1.5.1-1

CMD: pacman --query --file /mirror/python2-backports.ssl_match_hostname-3.5.0.1-2.pkg.tar.xz
# python2-backports.ssl_match_hostname 3.5.0.1-2

CMD: pacman --query --file /mirror/libbonobo-2.32.1-4.pkg.tar.xz
# libbonobo 2.32.1-4

CMD: pacman --query --file /mirror/haskell-tuple-th-0.2.5-2.pkg.tar.xz
# haskell-tuple-th 0.2.5-2

CMD: pacman --query --file /mirror/light-locker-1.6.0-3.pkg.tar.xz
# light-locker 1.6.0-3

CMD: pacman --query --file /mirror/higan-099-1.pkg.tar.xz
# higan 099-1

CMD: pacman --query --file /mirror/sunpinyin-2.0.3.20160226-1.pkg.tar.xz
# sunpinyin 2.0.3.20160226-1

CMD: pacman --query --file /mirror/cantarell-fonts-1:0.0.24-1.pkg.tar.xz
# cantarell-fonts 1:0.0.24-1

CMD: pacman --query --file /mirror/python2-pychart-1.39-8.pkg.tar.xz
# python2-pychart 1.39-8

CMD: pacman --query --file /mirror/python2-librabbitmq-1.6.1-1.pkg.tar.xz
# python2-librabbitmq 1.6.1-1

CMD: pacman --query --file /mirror/python-termcolor-1.1.0-4.pkg.tar.xz
# python-termcolor 1.1.0-4

CMD: pacman --query --file /mirror/perl-ipc-system-simple-1.25-1.pkg.tar.xz
# perl-ipc-system-simple 1.25-1

CMD: pacman --query --file /mirror/haskell-lifted-base-0.2.3.6-7.pkg.tar.xz
# haskell-lifted-base 0.2.3.6-7

CMD: pacman --query --file /mirror/python-docopt-0.6.2-3.pkg.tar.xz
# python-docopt 0.6.2-3

CMD: pacman --query --file /mirror/evolution-spamassassin-3.20.4-1.pkg.tar.xz
# evolution-spamassassin 3.20.4-1

CMD: pacman --query --file /mirror/powerline-2.4-1.pkg.tar.xz
# powerline 2.4-1

CMD: pacman --query --file /mirror/opencsg-1.4.0-4.pkg.tar.xz
# opencsg 1.4.0-4

CMD: pacman --query --file /mirror/ksuperkey-0.4-1.pkg.tar.xz
# ksuperkey 0.4-1

CMD: pacman --query --file /mirror/libvorbis-1.3.5-1.pkg.tar.xz
# libvorbis 1.3.5-1

CMD: pacman --query --file /mirror/gnome-subtitles-1.3-2.pkg.tar.xz
# gnome-subtitles 1.3-2

CMD: pacman --query --file /mirror/python2-pastedeploy-1.5.2-1.pkg.tar.xz
# python2-pastedeploy 1.5.2-1

CMD: pacman --query --file /mirror/python2-sphinx-1.4.4-1.pkg.tar.xz
# python2-sphinx 1.4.4-1

CMD: pacman --query --file /mirror/python2-cycler-0.10.0-1.pkg.tar.xz
# python2-cycler 0.10.0-1

CMD: pacman --query --file /mirror/vmoviedb-0.1.5-7.pkg.tar.xz
# vmoviedb 0.1.5-7

CMD: pacman --query --file /mirror/opensips-2.2.0-1.pkg.tar.xz
# opensips 2.2.0-1

CMD: pacman --query --file /mirror/gambas3-gb-desktop-gnome-3.8.4-3.pkg.tar.xz
# gambas3-gb-desktop-gnome 3.8.4-3

CMD: pacman --query --file /mirror/libident-0.32-6.pkg.tar.xz
# libident 0.32-6

CMD: pacman --query --file /mirror/thunderbird-i18n-bg-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-bg 45.2.0-1

CMD: pacman --query --file /mirror/libmediaart-1.9.0-1.pkg.tar.xz
# libmediaart 1.9.0-1

CMD: pacman --query --file /mirror/libxslt-1.1.29-1.pkg.tar.xz
# libxslt 1.1.29-1

CMD: pacman --query --file /mirror/perl-data-hexdump-0.02-4.pkg.tar.xz
# perl-data-hexdump 0.02-4

CMD: pacman --query --file /mirror/caja-sendto-1.12.0-1.pkg.tar.xz
# caja-sendto 1.12.0-1

CMD: pacman --query --file /mirror/rfkill-0.5-1.pkg.tar.xz
# rfkill 0.5-1

CMD: pacman --query --file /mirror/lwqq-0.6.1-1.pkg.tar.xz
# lwqq 0.6.1-1

CMD: pacman --query --file /mirror/osmo-0.2.14-3.pkg.tar.xz
# osmo 0.2.14-3

CMD: pacman --query --file /mirror/libmtp-1.1.11-1.pkg.tar.xz
# libmtp 1.1.11-1

CMD: pacman --query --file /mirror/ruby-rspec-mocks-3.5.0-1.pkg.tar.xz
# ruby-rspec-mocks 3.5.0-1

CMD: pacman --query --file /mirror/gdm-3.20.1-1.pkg.tar.xz
# gdm 3.20.1-1

CMD: pacman --query --file /mirror/vim-spell-uk-20150901-1.pkg.tar.xz
# vim-spell-uk 20150901-1

CMD: pacman --query --file /mirror/perl-test-leaktrace-0.15-3.pkg.tar.xz
# perl-test-leaktrace 0.15-3

CMD: pacman --query --file /mirror/mednafen-0.9.38.7-2.pkg.tar.xz
# mednafen 0.9.38.7-2

CMD: pacman --query --file /mirror/usb_modeswitch-2.3.0-1.pkg.tar.xz
# usb_modeswitch 2.3.0-1

CMD: pacman --query --file /mirror/supertux-0.4.0-1.pkg.tar.xz
# supertux 0.4.0-1

CMD: pacman --query --file /mirror/visualvm-1.3.8-1.pkg.tar.xz
# visualvm 1.3.8-1

CMD: pacman --query --file /mirror/python2-ecdsa-0.13-2.pkg.tar.xz
# python2-ecdsa 0.13-2

CMD: pacman --query --file /mirror/python-oslo-i18n-3.7.0-1.pkg.tar.xz
# python-oslo-i18n 3.7.0-1

CMD: pacman --query --file /mirror/perl-net-snmp-6.0.1-3.pkg.tar.xz
# perl-net-snmp 6.0.1-3

CMD: pacman --query --file /mirror/isatapd-0.9.7-4.pkg.tar.xz
# isatapd 0.9.7-4

CMD: pacman --query --file /mirror/perl-file-mimeinfo-0.27-1.pkg.tar.xz
# perl-file-mimeinfo 0.27-1

CMD: pacman --query --file /mirror/unixodbc-2.3.4-1.pkg.tar.xz
# unixodbc 2.3.4-1

CMD: pacman --query --file /mirror/xkeycaps-2.46-7.pkg.tar.xz
# xkeycaps 2.46-7

CMD: pacman --query --file /mirror/phoronix-test-suite-6.4.0-1.pkg.tar.xz
# phoronix-test-suite 6.4.0-1

CMD: pacman --query --file /mirror/packeth-1.8.1-1.pkg.tar.xz
# packeth 1.8.1-1

CMD: pacman --query --file /mirror/openthreads-2.6.0-1.pkg.tar.xz
# openthreads 2.6.0-1

CMD: pacman --query --file /mirror/gtkmm-docs-2.24.4-2.pkg.tar.xz
# gtkmm-docs 2.24.4-2

CMD: pacman --query --file /mirror/python2-backports-abc-0.4-1.pkg.tar.xz
# python2-backports-abc 0.4-1

CMD: pacman --query --file /mirror/setconf-0.7.2-1.pkg.tar.xz
# setconf 0.7.2-1

CMD: pacman --query --file /mirror/libclc-0.2.0+290+b518692-1.pkg.tar.xz
# libclc 0.2.0+290+b518692-1

CMD: pacman --query --file /mirror/python2-httpbin-0.4.1-1.pkg.tar.xz
# python2-httpbin 0.4.1-1

CMD: pacman --query --file /mirror/perl-types-serialiser-1.0-1.pkg.tar.xz
# perl-types-serialiser 1.0-1

CMD: pacman --query --file /mirror/xtmsplit-0.2-4.pkg.tar.xz
# xtmsplit 0.2-4

CMD: pacman --query --file /mirror/volwheel-0.2.8-6.pkg.tar.xz
# volwheel 0.2.8-6

CMD: pacman --query --file /mirror/thunderbird-i18n-en-gb-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-en-gb 45.2.0-1

CMD: pacman --query --file /mirror/libreoffice-fresh-sw-TZ-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-sw-TZ 5.1.4-1

CMD: pacman --query --file /mirror/python-prettytable-0.7.2-7.pkg.tar.xz
# python-prettytable 0.7.2-7

CMD: pacman --query --file /mirror/pdflib-lite-7.0.5p3-3.pkg.tar.xz
# pdflib-lite 7.0.5p3-3

CMD: pacman --query --file /mirror/libgphobos-devel-6.1.1-1.pkg.tar.xz
# libgphobos-devel 6.1.1-1

CMD: pacman --query --file /mirror/haskell-fast-logger-2.4.6-3.pkg.tar.xz
# haskell-fast-logger 2.4.6-3

CMD: pacman --query --file /mirror/libgnomeui-2.24.5-2.pkg.tar.xz
# libgnomeui 2.24.5-2

CMD: pacman --query --file /mirror/libreoffice-still-fr-5.0.6-1.pkg.tar.xz
# libreoffice-still-fr 5.0.6-1

CMD: pacman --query --file /mirror/unifdef-2.10-1.pkg.tar.xz
# unifdef 2.10-1

CMD: pacman --query --file /mirror/gutenprint-5.2.11-3.pkg.tar.xz
# gutenprint 5.2.11-3

CMD: pacman --query --file /mirror/nasm-2.11.08-2.pkg.tar.xz
# nasm 2.11.08-2

CMD: pacman --query --file /mirror/freeradius-client-1.1.7-1.pkg.tar.xz
# freeradius-client 1.1.7-1

CMD: pacman --query --file /mirror/libxcomposite-0.4.4-2.pkg.tar.xz
# libxcomposite 0.4.4-2

CMD: pacman --query --file /mirror/kxmlgui-5.23.0-1.pkg.tar.xz
# kxmlgui 5.23.0-1

CMD: pacman --query --file /mirror/deepin-metacity-3.18.1.12-1.pkg.tar.xz
# deepin-metacity 3.18.1.12-1

CMD: pacman --query --file /mirror/mgba-sdl-0.4.0-2.pkg.tar.xz
# mgba-sdl 0.4.0-2

CMD: pacman --query --file /mirror/gconf-sharp-peditors-2.24.2-4.pkg.tar.xz
# gconf-sharp-peditors 2.24.2-4

CMD: pacman --query --file /mirror/python2-pyicu-1.9.3-1.pkg.tar.xz
# python2-pyicu 1.9.3-1

CMD: pacman --query --file /mirror/mirage-0.9.5.2-4.pkg.tar.xz
# mirage 0.9.5.2-4

CMD: pacman --query --file /mirror/ca-certificates-utils-20160507-1.pkg.tar.xz
# ca-certificates-utils 20160507-1

CMD: pacman --query --file /mirror/gnustep-base-1.24.8-3.pkg.tar.xz
# gnustep-base 1.24.8-3

CMD: pacman --query --file /mirror/zathura-pdf-mupdf-0.3.0-2.pkg.tar.xz
# zathura-pdf-mupdf 0.3.0-2

CMD: pacman --query --file /mirror/quassel-core-0.12.4-1.pkg.tar.xz
# quassel-core 0.12.4-1

CMD: pacman --query --file /mirror/gambas3-gb-opengl-sge-3.8.4-3.pkg.tar.xz
# gambas3-gb-opengl-sge 3.8.4-3

CMD: pacman --query --file /mirror/haskell-parsers-0.12.4-3.pkg.tar.xz
# haskell-parsers 0.12.4-3

CMD: pacman --query --file /mirror/deepin-notifications-2.3.6-1.pkg.tar.xz
# deepin-notifications 2.3.6-1

CMD: pacman --query --file /mirror/perl-regexp-common-2016010801-2.pkg.tar.xz
# perl-regexp-common 2016010801-2

CMD: pacman --query --file /mirror/bc-1.06.95-2.pkg.tar.xz
# bc 1.06.95-2

CMD: pacman --query --file /mirror/notmuch-vim-0.22-1.pkg.tar.xz
# notmuch-vim 0.22-1

CMD: pacman --query --file /mirror/vim-spell-da-20150901-1.pkg.tar.xz
# vim-spell-da 20150901-1

CMD: pacman --query --file /mirror/unichrome-dri-7.11.2-9.pkg.tar.xz
# unichrome-dri 7.11.2-9

CMD: pacman --query --file /mirror/ude-0.2.11-2.pkg.tar.xz
# ude 0.2.11-2

CMD: pacman --query --file /mirror/gajim-0.16.5-2.pkg.tar.xz
# gajim 0.16.5-2

CMD: pacman --query --file /mirror/simavr-1.3-1.pkg.tar.xz
# simavr 1.3-1

CMD: pacman --query --file /mirror/calligra-handbook-2.9.11-4.pkg.tar.xz
# calligra-handbook 2.9.11-4

CMD: pacman --query --file /mirror/lxinput-gtk3-0.3.5-1.pkg.tar.xz
# lxinput-gtk3 0.3.5-1

CMD: pacman --query --file /mirror/libretro-nestopia-646-1.pkg.tar.xz
# libretro-nestopia 646-1

CMD: pacman --query --file /mirror/libreoffice-still-ca-5.0.6-1.pkg.tar.xz
# libreoffice-still-ca 5.0.6-1

CMD: pacman --query --file /mirror/jpegoptim-1.4.3-2.pkg.tar.xz
# jpegoptim 1.4.3-2

CMD: pacman --query --file /mirror/python-blinker-1.4-2.pkg.tar.xz
# python-blinker 1.4-2

CMD: pacman --query --file /mirror/newt-syrup-0.2.0-1.pkg.tar.xz
# newt-syrup 0.2.0-1

CMD: pacman --query --file /mirror/haskell-http-types-0.9.1-3.pkg.tar.xz
# haskell-http-types 0.9.1-3

CMD: pacman --query --file /mirror/tldp-howtos-html-ru-20100524-3.pkg.tar.xz
# tldp-howtos-html-ru 20100524-3

CMD: pacman --query --file /mirror/stardict-lite-3.0.6-2.pkg.tar.xz
# stardict-lite 3.0.6-2

CMD: pacman --query --file /mirror/lensfun-0.3.2-2.pkg.tar.xz
# lensfun 0.3.2-2

CMD: pacman --query --file /mirror/firefox-i18n-ff-47.0.1-1.pkg.tar.xz
# firefox-i18n-ff 47.0.1-1

CMD: pacman --query --file /mirror/vim-ultisnips-3.1-2.pkg.tar.xz
# vim-ultisnips 3.1-2

CMD: pacman --query --file /mirror/libreoffice-still-pt-5.0.6-1.pkg.tar.xz
# libreoffice-still-pt 5.0.6-1

CMD: pacman --query --file /mirror/perl-event-execflow-0.64-4.pkg.tar.xz
# perl-event-execflow 0.64-4

CMD: pacman --query --file /mirror/borg-1.0.5-1.pkg.tar.xz
# borg 1.0.5-1

CMD: pacman --query --file /mirror/perl-cgi-fast-2.10-1.pkg.tar.xz
# perl-cgi-fast 2.10-1

CMD: pacman --query --file /mirror/openttd-opengfx-0.5.4-1.pkg.tar.xz
# openttd-opengfx 0.5.4-1

CMD: pacman --query --file /mirror/lua51-testmore-0.3.2-1.pkg.tar.xz
# lua51-testmore 0.3.2-1

CMD: pacman --query --file /mirror/qscintilla-qt5-2.9.2-1.pkg.tar.xz
# qscintilla-qt5 2.9.2-1

CMD: pacman --query --file /mirror/libfreexl-1.0.2-1.pkg.tar.xz
# libfreexl 1.0.2-1

CMD: pacman --query --file /mirror/guake-0.8.5-1.pkg.tar.xz
# guake 0.8.5-1

CMD: pacman --query --file /mirror/ozerocdoff-2-8.pkg.tar.xz
# ozerocdoff 2-8

CMD: pacman --query --file /mirror/kdemultimedia-mplayerthumbs-16.04.2-1.pkg.tar.xz
# kdemultimedia-mplayerthumbs 16.04.2-1

CMD: pacman --query --file /mirror/p3scan-2.3.2-11.pkg.tar.xz
# p3scan 2.3.2-11

CMD: pacman --query --file /mirror/libcec-3.1.0-2.pkg.tar.xz
# libcec 3.1.0-2

CMD: pacman --query --file /mirror/libetpan-1.7.2-1.pkg.tar.xz
# libetpan 1.7.2-1

CMD: pacman --query --file /mirror/python-minidb-2.0.1-1.pkg.tar.xz
# python-minidb 2.0.1-1

CMD: pacman --query --file /mirror/jansson-2.7-1.pkg.tar.xz
# jansson 2.7-1

CMD: pacman --query --file /mirror/phppgadmin-5.1-3.pkg.tar.xz
# phppgadmin 5.1-3

CMD: pacman --query --file /mirror/avr-gdb-7.11.1-1.pkg.tar.xz
# avr-gdb 7.11.1-1

CMD: pacman --query --file /mirror/tesseract-data-yid-3.04.00-1.pkg.tar.xz
# tesseract-data-yid 3.04.00-1

CMD: pacman --query --file /mirror/pysol-sound-server-3.01-9.pkg.tar.xz
# pysol-sound-server 3.01-9

CMD: pacman --query --file /mirror/runc-0.1.1-2.pkg.tar.xz
# runc 0.1.1-2

CMD: pacman --query --file /mirror/icewm-1.3.8-4.pkg.tar.xz
# icewm 1.3.8-4

CMD: pacman --query --file /mirror/iodine-0.7.0-3.pkg.tar.xz
# iodine 0.7.0-3

CMD: pacman --query --file /mirror/docbook-xsl-1.79.1-1.pkg.tar.xz
# docbook-xsl 1.79.1-1

CMD: pacman --query --file /mirror/ussp-push-0.11-6.pkg.tar.xz
# ussp-push 0.11-6

CMD: pacman --query --file /mirror/libmpdclient-2.10-1.pkg.tar.xz
# libmpdclient 2.10-1

CMD: pacman --query --file /mirror/jsoncpp-1.7.3-2.pkg.tar.xz
# jsoncpp 1.7.3-2

CMD: pacman --query --file /mirror/stella-4.7.2-2.pkg.tar.xz
# stella 4.7.2-2

CMD: pacman --query --file /mirror/haskell-hackage-security-0.5.2.1-2.pkg.tar.xz
# haskell-hackage-security 0.5.2.1-2

CMD: pacman --query --file /mirror/terminator-0.98-2.pkg.tar.xz
# terminator 0.98-2

CMD: pacman --query --file /mirror/gambas3-gb-media-3.8.4-3.pkg.tar.xz
# gambas3-gb-media 3.8.4-3

CMD: pacman --query --file /mirror/thunderbird-i18n-zh-cn-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-zh-cn 45.2.0-1

CMD: pacman --query --file /mirror/efitools-1.7.0.3.g791e463-1.pkg.tar.xz
# efitools 1.7.0.3.g791e463-1

CMD: pacman --query --file /mirror/mate-applets-gtk3-1.12.1-1.pkg.tar.xz
# mate-applets-gtk3 1.12.1-1

CMD: pacman --query --file /mirror/haskell-ieee754-0.7.6-2.pkg.tar.xz
# haskell-ieee754 0.7.6-2

CMD: pacman --query --file /mirror/python2-gmpy2-2.0.8-1.pkg.tar.xz
# python2-gmpy2 2.0.8-1

CMD: pacman --query --file /mirror/perl-net-ip-1.26-2.pkg.tar.xz
# perl-net-ip 1.26-2

CMD: pacman --query --file /mirror/strigi-0.7.8-9.pkg.tar.xz
# strigi 0.7.8-9

CMD: pacman --query --file /mirror/firefox-raismth-4.0.1-1.pkg.tar.xz
# firefox-raismth 4.0.1-1

CMD: pacman --query --file /mirror/perl-encode-locale-1.05-1.pkg.tar.xz
# perl-encode-locale 1.05-1

CMD: pacman --query --file /mirror/python2-ddt-1.1.0-1.pkg.tar.xz
# python2-ddt 1.1.0-1

CMD: pacman --query --file /mirror/man-pages-cs-0.18.20090209-5.pkg.tar.xz
# man-pages-cs 0.18.20090209-5

CMD: pacman --query --file /mirror/net-tools-1.60.20130531git-1.pkg.tar.xz
# net-tools 1.60.20130531git-1

CMD: pacman --query --file /mirror/python-pygments-2.1.3-1.pkg.tar.xz
# python-pygments 2.1.3-1

CMD: pacman --query --file /mirror/lbreakout2-2.6.5-1.pkg.tar.xz
# lbreakout2 2.6.5-1

CMD: pacman --query --file /mirror/ratpoison-1.4.8-2.pkg.tar.xz
# ratpoison 1.4.8-2

CMD: pacman --query --file /mirror/firefox-i18n-nb-no-47.0.1-1.pkg.tar.xz
# firefox-i18n-nb-no 47.0.1-1

CMD: pacman --query --file /mirror/haxe-3.3.0rc1-1.pkg.tar.xz
# haxe 3.3.0rc1-1

CMD: pacman --query --file /mirror/dsniff-2.4b1-24.pkg.tar.xz
# dsniff 2.4b1-24

CMD: pacman --query --file /mirror/btfs-2.10-1.pkg.tar.xz
# btfs 2.10-1

CMD: pacman --query --file /mirror/wxsqlite3-3.3.1-1.pkg.tar.xz
# wxsqlite3 3.3.1-1

CMD: pacman --query --file /mirror/sound-juicer-3.20.0-1.pkg.tar.xz
# sound-juicer 3.20.0-1

CMD: pacman --query --file /mirror/notify-sharp-3-3.0.3-2.pkg.tar.xz
# notify-sharp-3 3.0.3-2

CMD: pacman --query --file /mirror/tcpflow-1.4.5-2.pkg.tar.xz
# tcpflow 1.4.5-2

CMD: pacman --query --file /mirror/qt5-virtualkeyboard-5.7.0-3.pkg.tar.xz
# qt5-virtualkeyboard 5.7.0-3

CMD: pacman --query --file /mirror/uwsgi-plugin-jvm-2.0.13.1-3.pkg.tar.xz
# uwsgi-plugin-jvm 2.0.13.1-3

CMD: pacman --query --file /mirror/gc-7.4.2-4.pkg.tar.xz
# gc 7.4.2-4

CMD: pacman --query --file /mirror/gimp-help-en_gb-2.8.2-4.pkg.tar.xz
# gimp-help-en_gb 2.8.2-4

CMD: pacman --query --file /mirror/xdg-utils-1.1.1-2.pkg.tar.xz
# xdg-utils 1.1.1-2

CMD: pacman --query --file /mirror/kturtle-16.04.2-1.pkg.tar.xz
# kturtle 16.04.2-1

CMD: pacman --query --file /mirror/eric-qt4-i18n-it-6.1.7-1.pkg.tar.xz
# eric-qt4-i18n-it 6.1.7-1

CMD: pacman --query --file /mirror/libgnomekbd-3.6.0-3.pkg.tar.xz
# libgnomekbd 3.6.0-3

CMD: pacman --query --file /mirror/vim-surround-2.1-1.pkg.tar.xz
# vim-surround 2.1-1

CMD: pacman --query --file /mirror/mythes-fr-2.3-2.pkg.tar.xz
# mythes-fr 2.3-2

CMD: pacman --query --file /mirror/rapid-photo-downloader-0.4.11-2.pkg.tar.xz
# rapid-photo-downloader 0.4.11-2

CMD: pacman --query --file /mirror/gnome-perl-1.045-4.pkg.tar.xz
# gnome-perl 1.045-4

CMD: pacman --query --file /mirror/libvncserver-0.9.10-4.pkg.tar.xz
# libvncserver 0.9.10-4

CMD: pacman --query --file /mirror/pidgin-otr-4.0.2-1.pkg.tar.xz
# pidgin-otr 4.0.2-1

CMD: pacman --query --file /mirror/sub2srt-0.5.5-1.pkg.tar.xz
# sub2srt 0.5.5-1

CMD: pacman --query --file /mirror/drbd-utils-8.9.6-1.pkg.tar.xz
# drbd-utils 8.9.6-1

CMD: pacman --query --file /mirror/sqlite-analyzer-3.13.0-1.pkg.tar.xz
# sqlite-analyzer 3.13.0-1

CMD: pacman --query --file /mirror/python2-atspi-2.20.2-1.pkg.tar.xz
# python2-atspi 2.20.2-1

CMD: pacman --query --file /mirror/qiv-2.3.1-2.pkg.tar.xz
# qiv 2.3.1-2

CMD: pacman --query --file /mirror/python2-polib-1.0.7-1.pkg.tar.xz
# python2-polib 1.0.7-1

CMD: pacman --query --file /mirror/bash-4.3.046-1.pkg.tar.xz
# bash 4.3.046-1

CMD: pacman --query --file /mirror/tesseract-data-mlt-3.04.00-1.pkg.tar.xz
# tesseract-data-mlt 3.04.00-1

CMD: pacman --query --file /mirror/archlinux-appstream-data-20160601-2.pkg.tar.xz
# archlinux-appstream-data 20160601-2

CMD: pacman --query --file /mirror/efivar-0.23.37.g8740389-1.pkg.tar.xz
# efivar 0.23.37.g8740389-1

CMD: pacman --query --file /mirror/telepathy-kde-accounts-kcm-16.04.2-1.pkg.tar.xz
# telepathy-kde-accounts-kcm 16.04.2-1

CMD: pacman --query --file /mirror/libutempter-1.1.6-2.pkg.tar.xz
# libutempter 1.1.6-2

CMD: pacman --query --file /mirror/phonegap-6.2.9-1.pkg.tar.xz
# phonegap 6.2.9-1

CMD: pacman --query --file /mirror/scummvm-1.8.0-1.pkg.tar.xz
# scummvm 1.8.0-1

CMD: pacman --query --file /mirror/lal-1.1-3.pkg.tar.xz
# lal 1.1-3

CMD: pacman --query --file /mirror/edac-utils-0.18-1.pkg.tar.xz
# edac-utils 0.18-1

CMD: pacman --query --file /mirror/fcitx-table-other-0.2.3-2.pkg.tar.xz
# fcitx-table-other 0.2.3-2

CMD: pacman --query --file /mirror/python2-snowballstemmer-1.2.1-1.pkg.tar.xz
# python2-snowballstemmer 1.2.1-1

CMD: pacman --query --file /mirror/cuneiform-1.1.0-14.pkg.tar.xz
# cuneiform 1.1.0-14

CMD: pacman --query --file /mirror/mate-notification-daemon-gtk3-1.12.1-1.pkg.tar.xz
# mate-notification-daemon-gtk3 1.12.1-1

CMD: pacman --query --file /mirror/gwenview-16.04.2-1.pkg.tar.xz
# gwenview 16.04.2-1

CMD: pacman --query --file /mirror/perl-crypt-openssl-dsa-0.15-3.pkg.tar.xz
# perl-crypt-openssl-dsa 0.15-3

CMD: pacman --query --file /mirror/openvas-cli-1.4.3-1.pkg.tar.xz
# openvas-cli 1.4.3-1

CMD: pacman --query --file /mirror/perl-gtk2-trayicon-0.06-13.pkg.tar.xz
# perl-gtk2-trayicon 0.06-13

CMD: pacman --query --file /mirror/junit-4.12-1.pkg.tar.xz
# junit 4.12-1

CMD: pacman --query --file /mirror/jre8-openjdk-8.u92-1.pkg.tar.xz
# jre8-openjdk 8.u92-1

CMD: pacman --query --file /mirror/a2ps-4.14-7.pkg.tar.xz
# a2ps 4.14-7

CMD: pacman --query --file /mirror/hylafax-6.0.6-7.pkg.tar.xz
# hylafax 6.0.6-7

CMD: pacman --query --file /mirror/mygui-3.2.2-6.pkg.tar.xz
# mygui 3.2.2-6

CMD: pacman --query --file /mirror/calendarsupport-16.04.2-1.pkg.tar.xz
# calendarsupport 16.04.2-1

CMD: pacman --query --file /mirror/perl-xml-parser-2.44-3.pkg.tar.xz
# perl-xml-parser 2.44-3

CMD: pacman --query --file /mirror/pyalpm-0.8-1.pkg.tar.xz
# pyalpm 0.8-1

CMD: pacman --query --file /mirror/lockdown-ms-20130326-1.pkg.tar.xz
# lockdown-ms 20130326-1

CMD: pacman --query --file /mirror/yelp-xsl-3.20.1-1.pkg.tar.xz
# yelp-xsl 3.20.1-1

CMD: pacman --query --file /mirror/python-ply-3.8-1.pkg.tar.xz
# python-ply 3.8-1

CMD: pacman --query --file /mirror/gsettings-qt-0.1.20151104-2.pkg.tar.xz
# gsettings-qt 0.1.20151104-2

CMD: pacman --query --file /mirror/qt5-gamepad-5.7.0-1.pkg.tar.xz
# qt5-gamepad 5.7.0-1

CMD: pacman --query --file /mirror/python2-webtest-2.0.21-1.pkg.tar.xz
# python2-webtest 2.0.21-1

CMD: pacman --query --file /mirror/haskell-regex-applicative-text-0.1.0.1-1.pkg.tar.xz
# haskell-regex-applicative-text 0.1.0.1-1

CMD: pacman --query --file /mirror/adobe-source-han-sans-cn-fonts-1.004-1.pkg.tar.xz
# adobe-source-han-sans-cn-fonts 1.004-1

CMD: pacman --query --file /mirror/haskell-data-accessor-transformers-0.2.1.7-2.pkg.tar.xz
# haskell-data-accessor-transformers 0.2.1.7-2

CMD: pacman --query --file /mirror/totem-3.20.1-1.pkg.tar.xz
# totem 3.20.1-1

CMD: pacman --query --file /mirror/tesseract-data-bul-3.04.00-1.pkg.tar.xz
# tesseract-data-bul 3.04.00-1

CMD: pacman --query --file /mirror/xcb-util-0.4.0-1.pkg.tar.xz
# xcb-util 0.4.0-1

CMD: pacman --query --file /mirror/libxkbui-1.0.2-5.pkg.tar.xz
# libxkbui 1.0.2-5

CMD: pacman --query --file /mirror/python2-mpd-0.3.0-5.pkg.tar.xz
# python2-mpd 0.3.0-5

CMD: pacman --query --file /mirror/python2-pyperclip-1.5.27-1.pkg.tar.xz
# python2-pyperclip 1.5.27-1

CMD: pacman --query --file /mirror/firefox-i18n-pa-in-47.0.1-1.pkg.tar.xz
# firefox-i18n-pa-in 47.0.1-1

CMD: pacman --query --file /mirror/python-flask-babel-0.11.1-1.pkg.tar.xz
# python-flask-babel 0.11.1-1

CMD: pacman --query --file /mirror/wmii-3.9.2-4.pkg.tar.xz
# wmii 3.9.2-4

CMD: pacman --query --file /mirror/vim-spell-it-20150901-1.pkg.tar.xz
# vim-spell-it 20150901-1

CMD: pacman --query --file /mirror/perl-image-exiftool-10.20-1.pkg.tar.xz
# perl-image-exiftool 10.20-1

CMD: pacman --query --file /mirror/mate-session-manager-1.12.1-1.pkg.tar.xz
# mate-session-manager 1.12.1-1

CMD: pacman --query --file /mirror/libphobos-devel-2.071.1-1.pkg.tar.xz
# libphobos-devel 2.071.1-1

CMD: pacman --query --file /mirror/pppd-ldap-simple-0.12b-8.pkg.tar.xz
# pppd-ldap-simple 0.12b-8

CMD: pacman --query --file /mirror/python-jmespath-0.9.0-1.pkg.tar.xz
# python-jmespath 0.9.0-1

CMD: pacman --query --file /mirror/mythes-pl-1.5-2.pkg.tar.xz
# mythes-pl 1.5-2

CMD: pacman --query --file /mirror/epiphany-3.20.3-1.pkg.tar.xz
# epiphany 3.20.3-1

CMD: pacman --query --file /mirror/python-betamax-0.7.1-1.pkg.tar.xz
# python-betamax 0.7.1-1

CMD: pacman --query --file /mirror/syncthing-0.13.10-1.pkg.tar.xz
# syncthing 0.13.10-1

CMD: pacman --query --file /mirror/python2-exiv2-0.3.2-10.pkg.tar.xz
# python2-exiv2 0.3.2-10

CMD: pacman --query --file /mirror/owncloud-app-documents-1:9.0.3-1.pkg.tar.xz
# owncloud-app-documents 1:9.0.3-1

CMD: pacman --query --file /mirror/bleachbit-1.12-1.pkg.tar.xz
# bleachbit 1.12-1

CMD: pacman --query --file /mirror/lxdm-0.5.3-2.pkg.tar.xz
# lxdm 0.5.3-2

CMD: pacman --query --file /mirror/links-2.12-2.pkg.tar.xz
# links 2.12-2

CMD: pacman --query --file /mirror/php-memcached-2.2.0-3.pkg.tar.xz
# php-memcached 2.2.0-3

CMD: pacman --query --file /mirror/ipw2100-fw-1.3-7.pkg.tar.xz
# ipw2100-fw 1.3-7

CMD: pacman --query --file /mirror/python-requests-toolbelt-0.6.2-1.pkg.tar.xz
# python-requests-toolbelt 0.6.2-1

CMD: pacman --query --file /mirror/python2-oslo-config-3.12.0-1.pkg.tar.xz
# python2-oslo-config 3.12.0-1

CMD: pacman --query --file /mirror/vdpauinfo-1.0-2.pkg.tar.xz
# vdpauinfo 1.0-2

CMD: pacman --query --file /mirror/swell-foop-3.20.0-1.pkg.tar.xz
# swell-foop 3.20.0-1

CMD: pacman --query --file /mirror/putty-0.67-1.pkg.tar.xz
# putty 0.67-1

CMD: pacman --query --file /mirror/haskell-mime-mail-0.4.11-5.pkg.tar.xz
# haskell-mime-mail 0.4.11-5

CMD: pacman --query --file /mirror/agda-2.5.1.1-1.pkg.tar.xz
# agda 2.5.1.1-1

CMD: pacman --query --file /mirror/kdenetwork-zeroconf-ioslave-16.04.2-1.pkg.tar.xz
# kdenetwork-zeroconf-ioslave 16.04.2-1

CMD: pacman --query --file /mirror/kpmcore-2.2.1-1.pkg.tar.xz
# kpmcore 2.2.1-1

CMD: pacman --query --file /mirror/erlang-nox-19.0-1.pkg.tar.xz
# erlang-nox 19.0-1

CMD: pacman --query --file /mirror/otf-fira-sans-1:4.202-1.pkg.tar.xz
# otf-fira-sans 1:4.202-1

CMD: pacman --query --file /mirror/python2-engineio-0.9.2-1.pkg.tar.xz
# python2-engineio 0.9.2-1

CMD: pacman --query --file /mirror/haskell-keys-3.11-17.pkg.tar.xz
# haskell-keys 3.11-17

CMD: pacman --query --file /mirror/python-pyelftools-0.23-3.pkg.tar.xz
# python-pyelftools 0.23-3

CMD: pacman --query --file /mirror/ruby-mime-types-data-3.2016.0521-1.pkg.tar.xz
# ruby-mime-types-data 3.2016.0521-1

CMD: pacman --query --file /mirror/apr-util-1.5.4-2.pkg.tar.xz
# apr-util 1.5.4-2

CMD: pacman --query --file /mirror/firefox-i18n-nl-47.0.1-1.pkg.tar.xz
# firefox-i18n-nl 47.0.1-1

CMD: pacman --query --file /mirror/libdbusmenu-qt4-0.9.3+16.04.20160218-1.pkg.tar.xz
# libdbusmenu-qt4 0.9.3+16.04.20160218-1

CMD: pacman --query --file /mirror/calligra-braindump-2.9.11-4.pkg.tar.xz
# calligra-braindump 2.9.11-4

CMD: pacman --query --file /mirror/gtksourceview3-3.20.4-1.pkg.tar.xz
# gtksourceview3 3.20.4-1

CMD: pacman --query --file /mirror/nload-0.7.4-4.pkg.tar.xz
# nload 0.7.4-4

CMD: pacman --query --file /mirror/qtcurve-qt5-1.8.18.git20151017-1.pkg.tar.xz
# qtcurve-qt5 1.8.18.git20151017-1

CMD: pacman --query --file /mirror/python2-scipy-0.17.1-1.pkg.tar.xz
# python2-scipy 0.17.1-1

CMD: pacman --query --file /mirror/gst-plugins-base-libs-1.8.2-1.pkg.tar.xz
# gst-plugins-base-libs 1.8.2-1

CMD: pacman --query --file /mirror/libreoffice-still-eu-5.0.6-1.pkg.tar.xz
# libreoffice-still-eu 5.0.6-1

CMD: pacman --query --file /mirror/tesseract-data-kor-3.04.00-1.pkg.tar.xz
# tesseract-data-kor 3.04.00-1

CMD: pacman --query --file /mirror/vapoursynth-plugin-f3kdb-2.0.0-1.pkg.tar.xz
# vapoursynth-plugin-f3kdb 2.0.0-1

CMD: pacman --query --file /mirror/kcheckers-0.8.1-10.pkg.tar.xz
# kcheckers 0.8.1-10

CMD: pacman --query --file /mirror/systemd-kcm-1.2.1-2.pkg.tar.xz
# systemd-kcm 1.2.1-2

CMD: pacman --query --file /mirror/tesseract-data-hat-3.04.00-1.pkg.tar.xz
# tesseract-data-hat 3.04.00-1

CMD: pacman --query --file /mirror/k3b-1:2.0.3a-6.pkg.tar.xz
# k3b 1:2.0.3a-6

CMD: pacman --query --file /mirror/vim-spell-el-20150901-1.pkg.tar.xz
# vim-spell-el 20150901-1

CMD: pacman --query --file /mirror/tcpreplay-4.1.0-1.pkg.tar.xz
# tcpreplay 4.1.0-1

CMD: pacman --query --file /mirror/rhino-1.7.7.1-1.pkg.tar.xz
# rhino 1.7.7.1-1

CMD: pacman --query --file /mirror/bashrun-0.16.1-3.pkg.tar.xz
# bashrun 0.16.1-3

CMD: pacman --query --file /mirror/kdegames-konquest-16.04.2-1.pkg.tar.xz
# kdegames-konquest 16.04.2-1

CMD: pacman --query --file /mirror/perl-dbi-shell-11.95-4.pkg.tar.xz
# perl-dbi-shell 11.95-4

CMD: pacman --query --file /mirror/python-stevedore-1.12.0-1.pkg.tar.xz
# python-stevedore 1.12.0-1

CMD: pacman --query --file /mirror/deepin-music-2.3.0.20150814-2.pkg.tar.xz
# deepin-music 2.3.0.20150814-2

CMD: pacman --query --file /mirror/desktop-file-utils-0.22-2.pkg.tar.xz
# desktop-file-utils 0.22-2

CMD: pacman --query --file /mirror/coin-or-cbc-2.9.8-3.pkg.tar.xz
# coin-or-cbc 2.9.8-3

CMD: pacman --query --file /mirror/perl-lingua-en-numbers-ordinate-1.02-5.pkg.tar.xz
# perl-lingua-en-numbers-ordinate 1.02-5

CMD: pacman --query --file /mirror/python-pyasn1-0.1.9-1.pkg.tar.xz
# python-pyasn1 0.1.9-1

CMD: pacman --query --file /mirror/pidgin-toobars-1.14-2.pkg.tar.xz
# pidgin-toobars 1.14-2

CMD: pacman --query --file /mirror/uglify-js-2.7.0-1.pkg.tar.xz
# uglify-js 2.7.0-1

CMD: pacman --query --file /mirror/ecb-2.40.1pre-9.pkg.tar.xz
# ecb 2.40.1pre-9

CMD: pacman --query --file /mirror/libcaca-0.99.beta19-1.pkg.tar.xz
# libcaca 0.99.beta19-1

CMD: pacman --query --file /mirror/xmlsec-1.2.20-3.pkg.tar.xz
# xmlsec 1.2.20-3

CMD: pacman --query --file /mirror/xsd-4.0.0-2.pkg.tar.xz
# xsd 4.0.0-2

CMD: pacman --query --file /mirror/python2-blinker-1.4-2.pkg.tar.xz
# python2-blinker 1.4-2

CMD: pacman --query --file /mirror/lolcat-42.1.43-2.pkg.tar.xz
# lolcat 42.1.43-2

CMD: pacman --query --file /mirror/g2sc-0.2-5.pkg.tar.xz
# g2sc 0.2-5

CMD: pacman --query --file /mirror/calligra-l10n-en_gb-2.9.11-1.pkg.tar.xz
# calligra-l10n-en_gb 2.9.11-1

CMD: pacman --query --file /mirror/python2-linecache2-1.0.0-1.pkg.tar.xz
# python2-linecache2 1.0.0-1

CMD: pacman --query --file /mirror/docker-1:1.11.2-2.pkg.tar.xz
# docker 1:1.11.2-2

CMD: pacman --query --file /mirror/synce-mcfs-0.1.1-9.pkg.tar.xz
# synce-mcfs 0.1.1-9

CMD: pacman --query --file /mirror/xdialog-2.3.1-7.pkg.tar.xz
# xdialog 2.3.1-7

CMD: pacman --query --file /mirror/python2-libforensic1394-0.2-2.pkg.tar.xz
# python2-libforensic1394 0.2-2

CMD: pacman --query --file /mirror/rubiks-20070912-2.pkg.tar.xz
# rubiks 20070912-2

CMD: pacman --query --file /mirror/calligra-kexi-2.9.11-4.pkg.tar.xz
# calligra-kexi 2.9.11-4

CMD: pacman --query --file /mirror/pidgin-lwqq-0.6.1-2.pkg.tar.xz
# pidgin-lwqq 0.6.1-2

CMD: pacman --query --file /mirror/python-pycuda-2016.1.1-1.pkg.tar.xz
# python-pycuda 2016.1.1-1

CMD: pacman --query --file /mirror/xfce4-time-out-plugin-1.0.2-2.pkg.tar.xz
# xfce4-time-out-plugin 1.0.2-2

CMD: pacman --query --file /mirror/subsurface-libdc-4.5.6-1.pkg.tar.xz
# subsurface-libdc 4.5.6-1

CMD: pacman --query --file /mirror/nanoblogger-3.4.2-3.pkg.tar.xz
# nanoblogger 3.4.2-3

CMD: pacman --query --file /mirror/xalan-java-2.7.2-1.pkg.tar.xz
# xalan-java 2.7.2-1

CMD: pacman --query --file /mirror/displaycal-3.1.3.1-1.pkg.tar.xz
# displaycal 3.1.3.1-1

CMD: pacman --query --file /mirror/xfce4-cpugraph-plugin-1.0.5-4.pkg.tar.xz
# xfce4-cpugraph-plugin 1.0.5-4

CMD: pacman --query --file /mirror/python2-oslotest-2.6.0-1.pkg.tar.xz
# python2-oslotest 2.6.0-1

CMD: pacman --query --file /mirror/dialog-1:1.3_20160424-1.pkg.tar.xz
# dialog 1:1.3_20160424-1

CMD: pacman --query --file /mirror/haskell-hs-bibutils-5.5-3.pkg.tar.xz
# haskell-hs-bibutils 5.5-3

CMD: pacman --query --file /mirror/languagetool-3.4-1.pkg.tar.xz
# languagetool 3.4-1

CMD: pacman --query --file /mirror/xorg-twm-1.0.9-1.pkg.tar.xz
# xorg-twm 1.0.9-1

CMD: pacman --query --file /mirror/glsof-2.4.1-1.pkg.tar.xz
# glsof 2.4.1-1

CMD: pacman --query --file /mirror/xpacman-0.11-7.pkg.tar.xz
# xpacman 0.11-7

CMD: pacman --query --file /mirror/firefox-i18n-eo-47.0.1-1.pkg.tar.xz
# firefox-i18n-eo 47.0.1-1

CMD: pacman --query --file /mirror/libc++abi-3.8.0-1.pkg.tar.xz
# libc++abi 3.8.0-1

CMD: pacman --query --file /mirror/ktimer-16.04.2-1.pkg.tar.xz
# ktimer 16.04.2-1

CMD: pacman --query --file /mirror/libglade-2.6.4-5.pkg.tar.xz
# libglade 2.6.4-5

CMD: pacman --query --file /mirror/python-cycler-0.10.0-1.pkg.tar.xz
# python-cycler 0.10.0-1

CMD: pacman --query --file /mirror/python2-iso8601-0.1.11-1.pkg.tar.xz
# python2-iso8601 0.1.11-1

CMD: pacman --query --file /mirror/python-http-parser-0.8.3-1.pkg.tar.xz
# python-http-parser 0.8.3-1

CMD: pacman --query --file /mirror/urxvt-perls-2.2-1.pkg.tar.xz
# urxvt-perls 2.2-1

CMD: pacman --query --file /mirror/percona-server-5.7.13_6-1.pkg.tar.xz
# percona-server 5.7.13_6-1

CMD: pacman --query --file /mirror/python-mock-2.0.0-1.pkg.tar.xz
# python-mock 2.0.0-1

CMD: pacman --query --file /mirror/metalog-3.0-2.pkg.tar.xz
# metalog 3.0-2

CMD: pacman --query --file /mirror/mate-terminal-gtk3-1.12.1-1.pkg.tar.xz
# mate-terminal-gtk3 1.12.1-1

CMD: pacman --query --file /mirror/python-dockerpty-0.4.1-1.pkg.tar.xz
# python-dockerpty 0.4.1-1

CMD: pacman --query --file /mirror/ttf-gentium-1.03-3.pkg.tar.xz
# ttf-gentium 1.03-3

CMD: pacman --query --file /mirror/python2-rope-0.10.3-1.pkg.tar.xz
# python2-rope 0.10.3-1

CMD: pacman --query --file /mirror/python2-dropbox-6.1-1.pkg.tar.xz
# python2-dropbox 6.1-1

CMD: pacman --query --file /mirror/pidgin-xmpp-receipts-0.7-1.pkg.tar.xz
# pidgin-xmpp-receipts 0.7-1

CMD: pacman --query --file /mirror/abs-2.4.4-2.pkg.tar.xz
# abs 2.4.4-2

CMD: pacman --query --file /mirror/gocr-0.50-2.pkg.tar.xz
# gocr 0.50-2

CMD: pacman --query --file /mirror/nemo-qml-plugin-notifications-1.0.9-2.pkg.tar.xz
# nemo-qml-plugin-notifications 1.0.9-2

CMD: pacman --query --file /mirror/tesseract-data-amh-3.04.00-1.pkg.tar.xz
# tesseract-data-amh 3.04.00-1

CMD: pacman --query --file /mirror/gst-python2-1.8.2-1.pkg.tar.xz
# gst-python2 1.8.2-1

CMD: pacman --query --file /mirror/kdeaccessibility-kmouth-16.04.2-1.pkg.tar.xz
# kdeaccessibility-kmouth 16.04.2-1

CMD: pacman --query --file /mirror/perl-capture-tiny-0.36-1.pkg.tar.xz
# perl-capture-tiny 0.36-1

CMD: pacman --query --file /mirror/khelpcenter-16.04.2-1.pkg.tar.xz
# khelpcenter 16.04.2-1

CMD: pacman --query --file /mirror/motion-3.2.12-14.pkg.tar.xz
# motion 3.2.12-14

CMD: pacman --query --file /mirror/eric-i18n-tr-6.1.7-1.pkg.tar.xz
# eric-i18n-tr 6.1.7-1

CMD: pacman --query --file /mirror/haskell-data-default-class-0.1.2.0-1.pkg.tar.xz
# haskell-data-default-class 0.1.2.0-1

CMD: pacman --query --file /mirror/hidapi-0.8.0rc1-2.pkg.tar.xz
# hidapi 0.8.0rc1-2

CMD: pacman --query --file /mirror/linux-headers-4.6.3-1.pkg.tar.xz
# linux-headers 4.6.3-1

CMD: pacman --query --file /mirror/xxkb-1.11-5.pkg.tar.xz
# xxkb 1.11-5

CMD: pacman --query --file /mirror/xplc-0.3.13-6.pkg.tar.xz
# xplc 0.3.13-6

CMD: pacman --query --file /mirror/xdg-user-dirs-0.15-4.pkg.tar.xz
# xdg-user-dirs 0.15-4

CMD: pacman --query --file /mirror/ogre-docs-1.9.0-13.pkg.tar.xz
# ogre-docs 1.9.0-13

CMD: pacman --query --file /mirror/perl-math-round-0.07-1.pkg.tar.xz
# perl-math-round 0.07-1

CMD: pacman --query --file /mirror/cycle-0.3.1-7.pkg.tar.xz
# cycle 0.3.1-7

CMD: pacman --query --file /mirror/python-libnacl-1.4.5-1.pkg.tar.xz
# python-libnacl 1.4.5-1

CMD: pacman --query --file /mirror/kiconthemes-5.23.0-2.pkg.tar.xz
# kiconthemes 5.23.0-2

CMD: pacman --query --file /mirror/perl-term-extendedcolor-0.224-3.pkg.tar.xz
# perl-term-extendedcolor 0.224-3

CMD: pacman --query --file /mirror/python2-capstone-3.0.4-3.pkg.tar.xz
# python2-capstone 3.0.4-3

CMD: pacman --query --file /mirror/eom-gtk3-1.12.2-1.pkg.tar.xz
# eom-gtk3 1.12.2-1

CMD: pacman --query --file /mirror/python-warlock-1.3.0-1.pkg.tar.xz
# python-warlock 1.3.0-1

CMD: pacman --query --file /mirror/libkate-0.4.1-5.pkg.tar.xz
# libkate 0.4.1-5

CMD: pacman --query --file /mirror/qml-material-0.2.0-2.pkg.tar.xz
# qml-material 0.2.0-2

CMD: pacman --query --file /mirror/ksysguard-5.7.0-1.pkg.tar.xz
# ksysguard 5.7.0-1

CMD: pacman --query --file /mirror/bmake-20160604-1.pkg.tar.xz
# bmake 20160604-1

CMD: pacman --query --file /mirror/python-betamax-serializers-0.2.0-1.pkg.tar.xz
# python-betamax-serializers 0.2.0-1

CMD: pacman --query --file /mirror/perl-sgmls-1.03ii-5.pkg.tar.xz
# perl-sgmls 1.03ii-5

CMD: pacman --query --file /mirror/python2-salsa20-0.3.0-3.pkg.tar.xz
# python2-salsa20 0.3.0-3

CMD: pacman --query --file /mirror/mencoder-37857-1.pkg.tar.xz
# mencoder 37857-1

CMD: pacman --query --file /mirror/python2-fs-0.5.4-1.pkg.tar.xz
# python2-fs 0.5.4-1

CMD: pacman --query --file /mirror/libkeybinder3-0.3.0-4.pkg.tar.xz
# libkeybinder3 0.3.0-4

CMD: pacman --query --file /mirror/haskell-dns-2.0.3-2.pkg.tar.xz
# haskell-dns 2.0.3-2

CMD: pacman --query --file /mirror/xbase-2.0.0-4.pkg.tar.xz
# xbase 2.0.0-4

CMD: pacman --query --file /mirror/kwindowsystem-5.23.0-1.pkg.tar.xz
# kwindowsystem 5.23.0-1

CMD: pacman --query --file /mirror/scrnsaverproto-1.2.2-2.pkg.tar.xz
# scrnsaverproto 1.2.2-2

CMD: pacman --query --file /mirror/crypto++-5.6.3-1.pkg.tar.xz
# crypto++ 5.6.3-1

CMD: pacman --query --file /mirror/haskell-conduit-1.2.6.6-2.pkg.tar.xz
# haskell-conduit 1.2.6.6-2

CMD: pacman --query --file /mirror/uwsgi-plugin-rack-2.0.13.1-3.pkg.tar.xz
# uwsgi-plugin-rack 2.0.13.1-3

CMD: pacman --query --file /mirror/cppunit-1.13.2-2.pkg.tar.xz
# cppunit 1.13.2-2

CMD: pacman --query --file /mirror/python-shiboken-1.2.4-2.pkg.tar.xz
# python-shiboken 1.2.4-2

CMD: pacman --query --file /mirror/haskell-yesod-1.4.3-23.pkg.tar.xz
# haskell-yesod 1.4.3-23

CMD: pacman --query --file /mirror/perl-finance-quote-1.38-1.pkg.tar.xz
# perl-finance-quote 1.38-1

CMD: pacman --query --file /mirror/libsysstat-0.3.1-3.pkg.tar.xz
# libsysstat 0.3.1-3

CMD: pacman --query --file /mirror/pygtk-2.24.0-6.pkg.tar.xz
# pygtk 2.24.0-6

CMD: pacman --query --file /mirror/cegui-0.8.7-1.pkg.tar.xz
# cegui 0.8.7-1

CMD: pacman --query --file /mirror/thunderbird-i18n-id-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-id 45.2.0-1

CMD: pacman --query --file /mirror/perl-email-send-2.201-1.pkg.tar.xz
# perl-email-send 2.201-1

CMD: pacman --query --file /mirror/libreoffice-still-st-5.0.6-1.pkg.tar.xz
# libreoffice-still-st 5.0.6-1

CMD: pacman --query --file /mirror/vim-spell-es-20150901-1.pkg.tar.xz
# vim-spell-es 20150901-1

CMD: pacman --query --file /mirror/sdl_image-1.2.12-3.pkg.tar.xz
# sdl_image 1.2.12-3

CMD: pacman --query --file /mirror/soqt-1.5.0-9.pkg.tar.xz
# soqt 1.5.0-9

CMD: pacman --query --file /mirror/mailutils-2.99.99-2.pkg.tar.xz
# mailutils 2.99.99-2

CMD: pacman --query --file /mirror/libktorrent-2.0.1-1.pkg.tar.xz
# libktorrent 2.0.1-1

CMD: pacman --query --file /mirror/darktable-1:2.0.5-1.pkg.tar.xz
# darktable 1:2.0.5-1

CMD: pacman --query --file /mirror/audience-0.1.0.2-2.pkg.tar.xz
# audience 0.1.0.2-2

CMD: pacman --query --file /mirror/gzip-1.8-2.pkg.tar.xz
# gzip 1.8-2

CMD: pacman --query --file /mirror/vim-supertab-2.1-1.pkg.tar.xz
# vim-supertab 2.1-1

CMD: pacman --query --file /mirror/mlocate-0.26-5.pkg.tar.xz
# mlocate 0.26-5

CMD: pacman --query --file /mirror/perl-file-sharedir-install-0.10-1.pkg.tar.xz
# perl-file-sharedir-install 0.10-1

CMD: pacman --query --file /mirror/libreoffice-still-th-5.0.6-1.pkg.tar.xz
# libreoffice-still-th 5.0.6-1

CMD: pacman --query --file /mirror/xorg-xlsclients-1.1.3-1.pkg.tar.xz
# xorg-xlsclients 1.1.3-1

CMD: pacman --query --file /mirror/kicad-4.0.2-6.pkg.tar.xz
# kicad 4.0.2-6

CMD: pacman --query --file /mirror/telepathy-glib-0.24.1-1.pkg.tar.xz
# telepathy-glib 0.24.1-1

CMD: pacman --query --file /mirror/sagetex-3.0-1.pkg.tar.xz
# sagetex 3.0-1

CMD: pacman --query --file /mirror/perl-http-cache-transparent-1.1-2.pkg.tar.xz
# perl-http-cache-transparent 1.1-2

CMD: pacman --query --file /mirror/texlive-plainextra-2015.38696-1.pkg.tar.xz
# texlive-plainextra 2015.38696-1

CMD: pacman --query --file /mirror/mahjong-1.14-1.pkg.tar.xz
# mahjong 1.14-1

CMD: pacman --query --file /mirror/stlink-1.2.0-1.pkg.tar.xz
# stlink 1.2.0-1

CMD: pacman --query --file /mirror/python2-pykka-1.2.0-1.pkg.tar.xz
# python2-pykka 1.2.0-1

CMD: pacman --query --file /mirror/python2-pudb-2016.2-1.pkg.tar.xz
# python2-pudb 2016.2-1

CMD: pacman --query --file /mirror/adobe-source-han-sans-otc-fonts-1.004-1.pkg.tar.xz
# adobe-source-han-sans-otc-fonts 1.004-1

CMD: pacman --query --file /mirror/libreoffice-fresh-is-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-is 5.1.4-1

CMD: pacman --query --file /mirror/nsgenbind-0.3-1.pkg.tar.xz
# nsgenbind 0.3-1

CMD: pacman --query --file /mirror/procps-ng-3.3.11-2.pkg.tar.xz
# procps-ng 3.3.11-2

CMD: pacman --query --file /mirror/gradle-2.14-1.pkg.tar.xz
# gradle 2.14-1

CMD: pacman --query --file /mirror/nxproxy-3.5.0.32-2.pkg.tar.xz
# nxproxy 3.5.0.32-2

CMD: pacman --query --file /mirror/firefox-i18n-vi-47.0.1-1.pkg.tar.xz
# firefox-i18n-vi 47.0.1-1

CMD: pacman --query --file /mirror/haskell-regex-applicative-0.3.3-2.pkg.tar.xz
# haskell-regex-applicative 0.3.3-2

CMD: pacman --query --file /mirror/xaw3d-1.6.2-2.pkg.tar.xz
# xaw3d 1.6.2-2

CMD: pacman --query --file /mirror/libnsgif-0.1.3-1.pkg.tar.xz
# libnsgif 0.1.3-1

CMD: pacman --query --file /mirror/mariadb-10.1.14-1.pkg.tar.xz
# mariadb 10.1.14-1

CMD: pacman --query --file /mirror/tomcat8-8.0.36-1.pkg.tar.xz
# tomcat8 8.0.36-1

CMD: pacman --query --file /mirror/libwpd-0.10.1-1.pkg.tar.xz
# libwpd 0.10.1-1

CMD: pacman --query --file /mirror/libvisual-0.4.0-6.pkg.tar.xz
# libvisual 0.4.0-6

CMD: pacman --query --file /mirror/hydrogen-0.9.6.1-4.pkg.tar.xz
# hydrogen 0.9.6.1-4

CMD: pacman --query --file /mirror/quodlibet-3.6.2-1.pkg.tar.xz
# quodlibet 3.6.2-1

CMD: pacman --query --file /mirror/python-pathtools-0.1.2-2.pkg.tar.xz
# python-pathtools 0.1.2-2

CMD: pacman --query --file /mirror/gtkperf-0.40-5.pkg.tar.xz
# gtkperf 0.40-5

CMD: pacman --query --file /mirror/python2-repoze.lru-0.6-5.pkg.tar.xz
# python2-repoze.lru 0.6-5

CMD: pacman --query --file /mirror/libsmbios-2.3.0-1.pkg.tar.xz
# libsmbios 2.3.0-1

CMD: pacman --query --file /mirror/perl-html-tree-5.03-3.pkg.tar.xz
# perl-html-tree 5.03-3

CMD: pacman --query --file /mirror/adns-python-1.2.1-6.pkg.tar.xz
# adns-python 1.2.1-6

CMD: pacman --query --file /mirror/libvdpau-1.1.1-2.pkg.tar.xz
# libvdpau 1.1.1-2

CMD: pacman --query --file /mirror/kimageformats-5.23.0-1.pkg.tar.xz
# kimageformats 5.23.0-1

CMD: pacman --query --file /mirror/fluidsynth-1.1.6-4.pkg.tar.xz
# fluidsynth 1.1.6-4

CMD: pacman --query --file /mirror/transset-df-6-5.pkg.tar.xz
# transset-df 6-5

CMD: pacman --query --file /mirror/avidemux-gtk-2.5.6-14.pkg.tar.xz
# avidemux-gtk 2.5.6-14

CMD: pacman --query --file /mirror/python-pycountry-1.20-1.pkg.tar.xz
# python-pycountry 1.20-1

CMD: pacman --query --file /mirror/haskell-zlib-bindings-0.1.1.5-1.pkg.tar.xz
# haskell-zlib-bindings 0.1.1.5-1

CMD: pacman --query --file /mirror/perl-test2-suite-0.000050-1.pkg.tar.xz
# perl-test2-suite 0.000050-1

CMD: pacman --query --file /mirror/linux_logo-5.11-3.pkg.tar.xz
# linux_logo 5.11-3

CMD: pacman --query --file /mirror/python2-bcrypt-3.1.0-1.pkg.tar.xz
# python2-bcrypt 3.1.0-1

CMD: pacman --query --file /mirror/quvi-0.9.5-1.pkg.tar.xz
# quvi 0.9.5-1

CMD: pacman --query --file /mirror/perl-poe-component-ikc-0.2402-1.pkg.tar.xz
# perl-poe-component-ikc 0.2402-1

CMD: pacman --query --file /mirror/ibus-qt-1.3.3-6.pkg.tar.xz
# ibus-qt 1.3.3-6

CMD: pacman --query --file /mirror/prosody-0.9.10-2.pkg.tar.xz
# prosody 0.9.10-2

CMD: pacman --query --file /mirror/plank-0.11.2-1.pkg.tar.xz
# plank 0.11.2-1

CMD: pacman --query --file /mirror/perl-yaml-syck-1.29-3.pkg.tar.xz
# perl-yaml-syck 1.29-3

CMD: pacman --query --file /mirror/apache-ant-doc-1.9.7-1.pkg.tar.xz
# apache-ant-doc 1.9.7-1

CMD: pacman --query --file /mirror/lua51-mpack-1.0.2-1.pkg.tar.xz
# lua51-mpack 1.0.2-1

CMD: pacman --query --file /mirror/gcc5-5.4.0-1.pkg.tar.xz
# gcc5 5.4.0-1

CMD: pacman --query --file /mirror/perl-text-iconv-1.7-11.pkg.tar.xz
# perl-text-iconv 1.7-11

CMD: pacman --query --file /mirror/web-news-1.6.4-6.pkg.tar.xz
# web-news 1.6.4-6

CMD: pacman --query --file /mirror/kid3-3.4.1-1.pkg.tar.xz
# kid3 3.4.1-1

CMD: pacman --query --file /mirror/libva-1.7.1-1.pkg.tar.xz
# libva 1.7.1-1

CMD: pacman --query --file /mirror/ttf-fira-mono-2:3.206-1.pkg.tar.xz
# ttf-fira-mono 2:3.206-1

CMD: pacman --query --file /mirror/python-raven-5.22.0-1.pkg.tar.xz
# python-raven 5.22.0-1

CMD: pacman --query --file /mirror/beanshell2-2.1.8-1.pkg.tar.xz
# beanshell2 2.1.8-1

CMD: pacman --query --file /mirror/drumkv1-0.7.4-2.pkg.tar.xz
# drumkv1 0.7.4-2

CMD: pacman --query --file /mirror/python-args-0.1.0.20121116-1.pkg.tar.xz
# python-args 0.1.0.20121116-1

CMD: pacman --query --file /mirror/nettle-3.2-2.pkg.tar.xz
# nettle 3.2-2

CMD: pacman --query --file /mirror/avahi-0.6.32-2.pkg.tar.xz
# avahi 0.6.32-2

CMD: pacman --query --file /mirror/cargo-0.11.0-1.pkg.tar.xz
# cargo 0.11.0-1

CMD: pacman --query --file /mirror/libreoffice-still-zh-TW-5.0.6-1.pkg.tar.xz
# libreoffice-still-zh-TW 5.0.6-1

CMD: pacman --query --file /mirror/harfbuzz-1.2.7-1.pkg.tar.xz
# harfbuzz 1.2.7-1

CMD: pacman --query --file /mirror/autoconf-2.69-3.pkg.tar.xz
# autoconf 2.69-3

CMD: pacman --query --file /mirror/squid-3.5.20-1.pkg.tar.xz
# squid 3.5.20-1

CMD: pacman --query --file /mirror/solfege-3.22.2-2.pkg.tar.xz
# solfege 3.22.2-2

CMD: pacman --query --file /mirror/mod_fastcgi-2.4.7-2.pkg.tar.xz
# mod_fastcgi 2.4.7-2

CMD: pacman --query --file /mirror/python2-itsdangerous-0.24-2.pkg.tar.xz
# python2-itsdangerous 0.24-2

CMD: pacman --query --file /mirror/python2-qscintilla-qt5-2.9.2-1.pkg.tar.xz
# python2-qscintilla-qt5 2.9.2-1

CMD: pacman --query --file /mirror/python2-redis-2.10.5-1.pkg.tar.xz
# python2-redis 2.10.5-1

CMD: pacman --query --file /mirror/python2-cinderclient-1.8.0-1.pkg.tar.xz
# python2-cinderclient 1.8.0-1

CMD: pacman --query --file /mirror/librcc-0.2.12-1.pkg.tar.xz
# librcc 0.2.12-1

CMD: pacman --query --file /mirror/os-prober-1.71-1.pkg.tar.xz
# os-prober 1.71-1

CMD: pacman --query --file /mirror/perl-regexp-shellish-0.93-6.pkg.tar.xz
# perl-regexp-shellish 0.93-6

CMD: pacman --query --file /mirror/mythplugins-mythgame-1:0.28-1.pkg.tar.xz
# mythplugins-mythgame 1:0.28-1

CMD: pacman --query --file /mirror/haskell-quickcheck-2.8.2-2.pkg.tar.xz
# haskell-quickcheck 2.8.2-2

CMD: pacman --query --file /mirror/mingw-w64-crt-4.0.6-1.pkg.tar.xz
# mingw-w64-crt 4.0.6-1

CMD: pacman --query --file /mirror/glslang-3.0.git1.e1cd410-1.pkg.tar.xz
# glslang 3.0.git1.e1cd410-1

CMD: pacman --query --file /mirror/tuxpaint-config-0.0.13-2.pkg.tar.xz
# tuxpaint-config 0.0.13-2

CMD: pacman --query --file /mirror/kodi-addon-screensaver-biogenesis-20160523.717fea7-1.pkg.tar.xz
# kodi-addon-screensaver-biogenesis 20160523.717fea7-1

CMD: pacman --query --file /mirror/haproxy-1.6.6-1.pkg.tar.xz
# haproxy 1.6.6-1

CMD: pacman --query --file /mirror/wkhtmltopdf-0.12.3-1.pkg.tar.xz
# wkhtmltopdf 0.12.3-1

CMD: pacman --query --file /mirror/mypaint-1.2.0-3.pkg.tar.xz
# mypaint 1.2.0-3

CMD: pacman --query --file /mirror/calibre-2.62.0-1.pkg.tar.xz
# calibre 2.62.0-1

CMD: pacman --query --file /mirror/wxpython-3.0.2.0-2.pkg.tar.xz
# wxpython 3.0.2.0-2

CMD: pacman --query --file /mirror/python-capstone-3.0.4-3.pkg.tar.xz
# python-capstone 3.0.4-3

CMD: pacman --query --file /mirror/keepass-2.34-1.pkg.tar.xz
# keepass 2.34-1

CMD: pacman --query --file /mirror/fbset-2.1-5.pkg.tar.xz
# fbset 2.1-5

CMD: pacman --query --file /mirror/joe-4.0-2.pkg.tar.xz
# joe 4.0-2

CMD: pacman --query --file /mirror/9base-6-5.pkg.tar.xz
# 9base 6-5

CMD: pacman --query --file /mirror/espeakup-0.71-8.pkg.tar.xz
# espeakup 0.71-8

CMD: pacman --query --file /mirror/xchat-2.8.8-18.pkg.tar.xz
# xchat 2.8.8-18

CMD: pacman --query --file /mirror/haskell-utility-ht-0.0.11-2.pkg.tar.xz
# haskell-utility-ht 0.0.11-2

CMD: pacman --query --file /mirror/python2-zope-exceptions-4.0.8-1.pkg.tar.xz
# python2-zope-exceptions 4.0.8-1

CMD: pacman --query --file /mirror/gnet-2.0.8-4.pkg.tar.xz
# gnet 2.0.8-4

CMD: pacman --query --file /mirror/haskell-djinn-lib-0.0.1.2-2.pkg.tar.xz
# haskell-djinn-lib 0.0.1.2-2

CMD: pacman --query --file /mirror/perl-config-tiny-2.23-1.pkg.tar.xz
# perl-config-tiny 2.23-1

CMD: pacman --query --file /mirror/python2-certifi-2016.2.28-1.pkg.tar.xz
# python2-certifi 2016.2.28-1

CMD: pacman --query --file /mirror/pass-1.6.5-2.pkg.tar.xz
# pass 1.6.5-2

CMD: pacman --query --file /mirror/libpulse-9.0-1.pkg.tar.xz
# libpulse 9.0-1

CMD: pacman --query --file /mirror/haskell-data-default-instances-base-0.1.0.1-1.pkg.tar.xz
# haskell-data-default-instances-base 0.1.0.1-1

CMD: pacman --query --file /mirror/xf86-video-glint-1.2.8-7.pkg.tar.xz
# xf86-video-glint 1.2.8-7

CMD: pacman --query --file /mirror/python-msgpack-0.4.7-1.pkg.tar.xz
# python-msgpack 0.4.7-1

CMD: pacman --query --file /mirror/yaml-cpp-0.5.3-1.pkg.tar.xz
# yaml-cpp 0.5.3-1

CMD: pacman --query --file /mirror/asciiquarium-1.1-4.pkg.tar.xz
# asciiquarium 1.1-4

CMD: pacman --query --file /mirror/gitlab-shell-3.0.0-1.pkg.tar.xz
# gitlab-shell 3.0.0-1

CMD: pacman --query --file /mirror/openmp-3.8.0-1.pkg.tar.xz
# openmp 3.8.0-1

CMD: pacman --query --file /mirror/klickety-16.04.2-1.pkg.tar.xz
# klickety 16.04.2-1

CMD: pacman --query --file /mirror/firefox-theme-gnome-45.1-2.pkg.tar.xz
# firefox-theme-gnome 45.1-2

CMD: pacman --query --file /mirror/libcdio-0.93-3.pkg.tar.xz
# libcdio 0.93-3

CMD: pacman --query --file /mirror/gufw-15.10.0-2.pkg.tar.xz
# gufw 15.10.0-2

CMD: pacman --query --file /mirror/gtk-xfce-engine-2.10.1-1.pkg.tar.xz
# gtk-xfce-engine 2.10.1-1

CMD: pacman --query --file /mirror/gambas3-runtime-3.8.4-3.pkg.tar.xz
# gambas3-runtime 3.8.4-3

CMD: pacman --query --file /mirror/obmenu-1.0-11.pkg.tar.xz
# obmenu 1.0-11

CMD: pacman --query --file /mirror/python2-shiboken-1.2.4-2.pkg.tar.xz
# python2-shiboken 1.2.4-2

CMD: pacman --query --file /mirror/knemo-0.7.7.git20151003-2.pkg.tar.xz
# knemo 0.7.7.git20151003-2

CMD: pacman --query --file /mirror/gst-transcoder-1.8.1-1.pkg.tar.xz
# gst-transcoder 1.8.1-1

CMD: pacman --query --file /mirror/libmicrohttpd-0.9.49-1.pkg.tar.xz
# libmicrohttpd 0.9.49-1

CMD: pacman --query --file /mirror/perl-text-soundex-3.04-1.pkg.tar.xz
# perl-text-soundex 3.04-1

CMD: pacman --query --file /mirror/libreoffice-still-kok-5.0.6-1.pkg.tar.xz
# libreoffice-still-kok 5.0.6-1

CMD: pacman --query --file /mirror/gprename-20140325-3.pkg.tar.xz
# gprename 20140325-3

CMD: pacman --query --file /mirror/ruby-marisa-0.2.4-7.pkg.tar.xz
# ruby-marisa 0.2.4-7

CMD: pacman --query --file /mirror/libretro-bsnes-464-1.pkg.tar.xz
# libretro-bsnes 464-1

CMD: pacman --query --file /mirror/python2-gobject-3.20.0-2.pkg.tar.xz
# python2-gobject 3.20.0-2

CMD: pacman --query --file /mirror/amarok-2.8.0-9.pkg.tar.xz
# amarok 2.8.0-9

CMD: pacman --query --file /mirror/kdegraphics-svgpart-16.04.2-1.pkg.tar.xz
# kdegraphics-svgpart 16.04.2-1

CMD: pacman --query --file /mirror/libnotify-0.7.6-2.pkg.tar.xz
# libnotify 0.7.6-2

CMD: pacman --query --file /mirror/haskell-network-2.6.2.1-6.pkg.tar.xz
# haskell-network 2.6.2.1-6

CMD: pacman --query --file /mirror/devtools-20160528-1.pkg.tar.xz
# devtools 20160528-1

CMD: pacman --query --file /mirror/gsound-1.0.2-1.pkg.tar.xz
# gsound 1.0.2-1

CMD: pacman --query --file /mirror/perl-mail-spf-2.9.0-1.pkg.tar.xz
# perl-mail-spf 2.9.0-1

CMD: pacman --query --file /mirror/lua-alt-getopt-0.7.0-7.pkg.tar.xz
# lua-alt-getopt 0.7.0-7

CMD: pacman --query --file /mirror/python-blist-1.3.6-4.pkg.tar.xz
# python-blist 1.3.6-4

CMD: pacman --query --file /mirror/fltk-games-1.3.3-6.pkg.tar.xz
# fltk-games 1.3.3-6

CMD: pacman --query --file /mirror/shadowsocks-2.8.2.20160112-1.pkg.tar.xz
# shadowsocks 2.8.2.20160112-1

CMD: pacman --query --file /mirror/tesseract-data-cym-3.04.00-1.pkg.tar.xz
# tesseract-data-cym 3.04.00-1

CMD: pacman --query --file /mirror/kodi-addon-visualization-projectm-20160523.dcd7179-1.pkg.tar.xz
# kodi-addon-visualization-projectm 20160523.dcd7179-1

CMD: pacman --query --file /mirror/python-rope-0.9.4_1-3.pkg.tar.xz
# python-rope 0.9.4_1-3

CMD: pacman --query --file /mirror/python2-psycopg2-2.6.2-1.pkg.tar.xz
# python2-psycopg2 2.6.2-1

CMD: pacman --query --file /mirror/ibus-skk-1.4.2-1.pkg.tar.xz
# ibus-skk 1.4.2-1

CMD: pacman --query --file /mirror/libreoffice-fresh-fa-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-fa 5.1.4-1

CMD: pacman --query --file /mirror/python-pytest-cache-1.0-2.pkg.tar.xz
# python-pytest-cache 1.0-2

CMD: pacman --query --file /mirror/gcin-2.8.4-4.pkg.tar.xz
# gcin 2.8.4-4

CMD: pacman --query --file /mirror/python2-pytools-2016.2.1-1.pkg.tar.xz
# python2-pytools 2016.2.1-1

CMD: pacman --query --file /mirror/spice-0.12.7-1.pkg.tar.xz
# spice 0.12.7-1

CMD: pacman --query --file /mirror/python2-pymongo-3.2.2-1.pkg.tar.xz
# python2-pymongo 3.2.2-1

CMD: pacman --query --file /mirror/xcursor-neutral-1.13a-7.pkg.tar.xz
# xcursor-neutral 1.13a-7

CMD: pacman --query --file /mirror/acpi-1.7-1.pkg.tar.xz
# acpi 1.7-1

CMD: pacman --query --file /mirror/calligra-libs-2.9.11-4.pkg.tar.xz
# calligra-libs 2.9.11-4

CMD: pacman --query --file /mirror/cjc-1.2.1-3.pkg.tar.xz
# cjc 1.2.1-3

CMD: pacman --query --file /mirror/enet-1.3.13-1.pkg.tar.xz
# enet 1.3.13-1

CMD: pacman --query --file /mirror/perl-djabberd-rosterstorage-sqlite-1.00-4.pkg.tar.xz
# perl-djabberd-rosterstorage-sqlite 1.00-4

CMD: pacman --query --file /mirror/marco-gtk3-1.12.1-1.pkg.tar.xz
# marco-gtk3 1.12.1-1

CMD: pacman --query --file /mirror/akonadi-mime-16.04.2-1.pkg.tar.xz
# akonadi-mime 16.04.2-1

CMD: pacman --query --file /mirror/ucarp-1.5.2-5.pkg.tar.xz
# ucarp 1.5.2-5

CMD: pacman --query --file /mirror/python2-sh-1.11-2.pkg.tar.xz
# python2-sh 1.11-2

CMD: pacman --query --file /mirror/python2-attrs-16.0.0-1.pkg.tar.xz
# python2-attrs 16.0.0-1

CMD: pacman --query --file /mirror/xfce4-fsguard-plugin-1.0.2-5.pkg.tar.xz
# xfce4-fsguard-plugin 1.0.2-5

CMD: pacman --query --file /mirror/libreoffice-fresh-ts-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-ts 5.1.4-1

CMD: pacman --query --file /mirror/perl-mime-lite-3.030-1.pkg.tar.xz
# perl-mime-lite 3.030-1

CMD: pacman --query --file /mirror/lrzsz-0.12.20-5.pkg.tar.xz
# lrzsz 0.12.20-5

CMD: pacman --query --file /mirror/glib-networking-2.48.2-1.pkg.tar.xz
# glib-networking 2.48.2-1

CMD: pacman --query --file /mirror/cgminer-4.9.2-2.pkg.tar.xz
# cgminer 4.9.2-2

CMD: pacman --query --file /mirror/fzf-0.13.2-2.pkg.tar.xz
# fzf 0.13.2-2

CMD: pacman --query --file /mirror/gnugo-3.8-5.pkg.tar.xz
# gnugo 3.8-5

CMD: pacman --query --file /mirror/bluez-hid2hci-5.40-1.pkg.tar.xz
# bluez-hid2hci 5.40-1

CMD: pacman --query --file /mirror/facile-1.1-20.pkg.tar.xz
# facile 1.1-20

CMD: pacman --query --file /mirror/winetricks-20160709-1.pkg.tar.xz
# winetricks 20160709-1

CMD: pacman --query --file /mirror/libxfixes-5.0.2-1.pkg.tar.xz
# libxfixes 5.0.2-1

CMD: pacman --query --file /mirror/variety-0.6.0-1.pkg.tar.xz
# variety 0.6.0-1

CMD: pacman --query --file /mirror/perl-file-slurp-9999.19-3.pkg.tar.xz
# perl-file-slurp 9999.19-3

CMD: pacman --query --file /mirror/mate-applets-1.12.1-1.pkg.tar.xz
# mate-applets 1.12.1-1

CMD: pacman --query --file /mirror/gambas3-gb-db-form-3.8.4-3.pkg.tar.xz
# gambas3-gb-db-form 3.8.4-3

CMD: pacman --query --file /mirror/vim-spell-mi-20150901-1.pkg.tar.xz
# vim-spell-mi 20150901-1

CMD: pacman --query --file /mirror/openjdk7-src-7.u101_2.6.6-1.pkg.tar.xz
# openjdk7-src 7.u101_2.6.6-1

CMD: pacman --query --file /mirror/dmenu-4.6-1.pkg.tar.xz
# dmenu 4.6-1

CMD: pacman --query --file /mirror/plasma-mediacenter-5.7.0-1.pkg.tar.xz
# plasma-mediacenter 5.7.0-1

CMD: pacman --query --file /mirror/python2-pmw-2.0.1-2.pkg.tar.xz
# python2-pmw 2.0.1-2

CMD: pacman --query --file /mirror/libreoffice-fresh-en-GB-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-en-GB 5.1.4-1

CMD: pacman --query --file /mirror/glib2-docs-2.48.1-1.pkg.tar.xz
# glib2-docs 2.48.1-1

CMD: pacman --query --file /mirror/telepathy-rakia-0.8.0-1.pkg.tar.xz
# telepathy-rakia 0.8.0-1

CMD: pacman --query --file /mirror/check-0.10.0-2.pkg.tar.xz
# check 0.10.0-2

CMD: pacman --query --file /mirror/pcmciautils-018-7.pkg.tar.xz
# pcmciautils 018-7

CMD: pacman --query --file /mirror/python2-uncertainties-2.4.8.1-1.pkg.tar.xz
# python2-uncertainties 2.4.8.1-1

CMD: pacman --query --file /mirror/python-watchdog-0.8.3-4.pkg.tar.xz
# python-watchdog 0.8.3-4

CMD: pacman --query --file /mirror/pcre2-10.21-1.pkg.tar.xz
# pcre2 10.21-1

CMD: pacman --query --file /mirror/xfburn-0.5.4-3.pkg.tar.xz
# xfburn 0.5.4-3

CMD: pacman --query --file /mirror/mate-utils-gtk3-1.12.0-1.pkg.tar.xz
# mate-utils-gtk3 1.12.0-1

CMD: pacman --query --file /mirror/haskell-cairo-0.13.3.0-1.pkg.tar.xz
# haskell-cairo 0.13.3.0-1

CMD: pacman --query --file /mirror/partclone-0.2.89-1.pkg.tar.xz
# partclone 0.2.89-1

CMD: pacman --query --file /mirror/libelf-0.166-1.pkg.tar.xz
# libelf 0.166-1

CMD: pacman --query --file /mirror/perl-mime-base32-1.301-1.pkg.tar.xz
# perl-mime-base32 1.301-1

CMD: pacman --query --file /mirror/haskell-ifelse-0.85-3.pkg.tar.xz
# haskell-ifelse 0.85-3

CMD: pacman --query --file /mirror/tesseract-data-san-3.04.00-1.pkg.tar.xz
# tesseract-data-san 3.04.00-1

CMD: pacman --query --file /mirror/rcs-5.9.4-1.pkg.tar.xz
# rcs 5.9.4-1

CMD: pacman --query --file /mirror/python2-coverage-4.1-1.pkg.tar.xz
# python2-coverage 4.1-1

CMD: pacman --query --file /mirror/automake-1.15-1.pkg.tar.xz
# automake 1.15-1

CMD: pacman --query --file /mirror/xf86-video-ark-0.7.5-7.pkg.tar.xz
# xf86-video-ark 0.7.5-7

CMD: pacman --query --file /mirror/ibus-m17n-1.3.4-4.pkg.tar.xz
# ibus-m17n 1.3.4-4

CMD: pacman --query --file /mirror/python-colorama-0.3.7-1.pkg.tar.xz
# python-colorama 0.3.7-1

CMD: pacman --query --file /mirror/python2-virtualenv-15.0.2-1.pkg.tar.xz
# python2-virtualenv 15.0.2-1

CMD: pacman --query --file /mirror/vim-a-2.18-7.pkg.tar.xz
# vim-a 2.18-7

CMD: pacman --query --file /mirror/python2-scikit-learn-0.17.1-1.pkg.tar.xz
# python2-scikit-learn 0.17.1-1

CMD: pacman --query --file /mirror/vim-airline-0.8-2.pkg.tar.xz
# vim-airline 0.8-2

CMD: pacman --query --file /mirror/kdepim-common-16.04.2-1.pkg.tar.xz
# kdepim-common 16.04.2-1

CMD: pacman --query --file /mirror/baloo-5.23.0-1.pkg.tar.xz
# baloo 5.23.0-1

CMD: pacman --query --file /mirror/ruby-ncurses-1.3.1-9.pkg.tar.xz
# ruby-ncurses 1.3.1-9

CMD: pacman --query --file /mirror/gambas3-gb-dbus-3.8.4-3.pkg.tar.xz
# gambas3-gb-dbus 3.8.4-3

CMD: pacman --query --file /mirror/scala-sources-2.11.8-1.pkg.tar.xz
# scala-sources 2.11.8-1

CMD: pacman --query --file /mirror/kfourinline-16.04.2-1.pkg.tar.xz
# kfourinline 16.04.2-1

CMD: pacman --query --file /mirror/critter-1.0.2-9.pkg.tar.xz
# critter 1.0.2-9

CMD: pacman --query --file /mirror/libreoffice-fresh-dgo-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-dgo 5.1.4-1

CMD: pacman --query --file /mirror/sipcalc-1.1.6-2.pkg.tar.xz
# sipcalc 1.1.6-2

CMD: pacman --query --file /mirror/nuvexport-2:0.5-3.pkg.tar.xz
# nuvexport 2:0.5-3

CMD: pacman --query --file /mirror/erlang-sdl-1.3.1-1.pkg.tar.xz
# erlang-sdl 1.3.1-1

CMD: pacman --query --file /mirror/chmlib-0.40-4.pkg.tar.xz
# chmlib 0.40-4

CMD: pacman --query --file /mirror/subsurface-4.5.6-2.pkg.tar.xz
# subsurface 4.5.6-2

CMD: pacman --query --file /mirror/hashcat-3.00-2.pkg.tar.xz
# hashcat 3.00-2

CMD: pacman --query --file /mirror/certbot-0.8.1-1.pkg.tar.xz
# certbot 0.8.1-1

CMD: pacman --query --file /mirror/angband-4.0.5-1.pkg.tar.xz
# angband 4.0.5-1

CMD: pacman --query --file /mirror/gambas3-gb-image-io-3.8.4-3.pkg.tar.xz
# gambas3-gb-image-io 3.8.4-3

CMD: pacman --query --file /mirror/qjackctl-0.4.2-1.pkg.tar.xz
# qjackctl 0.4.2-1

CMD: pacman --query --file /mirror/bzr-fastimport-0.14.0.r361-1.pkg.tar.xz
# bzr-fastimport 0.14.0.r361-1

CMD: pacman --query --file /mirror/bwidget-1.9.7-1.pkg.tar.xz
# bwidget 1.9.7-1

CMD: pacman --query --file /mirror/caribou-0.4.20+12+g31103d1-1.pkg.tar.xz
# caribou 0.4.20+12+g31103d1-1

CMD: pacman --query --file /mirror/haskell-parsec-3.1.11-2.pkg.tar.xz
# haskell-parsec 3.1.11-2

CMD: pacman --query --file /mirror/torcs-data-1.3.6-1.pkg.tar.xz
# torcs-data 1.3.6-1

CMD: pacman --query --file /mirror/python-pytest-cov-2.3.0-1.pkg.tar.xz
# python-pytest-cov 2.3.0-1

CMD: pacman --query --file /mirror/sdl2_net-1:2.0.1-1.pkg.tar.xz
# sdl2_net 1:2.0.1-1

CMD: pacman --query --file /mirror/gap-doc-4.8.3-2.pkg.tar.xz
# gap-doc 4.8.3-2

CMD: pacman --query --file /mirror/python2-pyflakes-1.2.3-1.pkg.tar.xz
# python2-pyflakes 1.2.3-1

CMD: pacman --query --file /mirror/gap-packages-4.8.3-2.pkg.tar.xz
# gap-packages 4.8.3-2

CMD: pacman --query --file /mirror/fbnews-0.5-7.pkg.tar.xz
# fbnews 0.5-7

CMD: pacman --query --file /mirror/lv2-1.12.0-1.pkg.tar.xz
# lv2 1.12.0-1

CMD: pacman --query --file /mirror/haskell-monads-tf-0.1.0.3-1.pkg.tar.xz
# haskell-monads-tf 0.1.0.3-1

CMD: pacman --query --file /mirror/opusfile-0.7-2.pkg.tar.xz
# opusfile 0.7-2

CMD: pacman --query --file /mirror/dokuwiki-20160626_a-1.pkg.tar.xz
# dokuwiki 20160626_a-1

CMD: pacman --query --file /mirror/firefox-i18n-ca-47.0.1-1.pkg.tar.xz
# firefox-i18n-ca 47.0.1-1

CMD: pacman --query --file /mirror/gstreamer0.10-0.10.36-4.pkg.tar.xz
# gstreamer0.10 0.10.36-4

CMD: pacman --query --file /mirror/kdesignerplugin-5.23.0-1.pkg.tar.xz
# kdesignerplugin 5.23.0-1

CMD: pacman --query --file /mirror/python2-ujson-1.35-2.pkg.tar.xz
# python2-ujson 1.35-2

CMD: pacman --query --file /mirror/haskell-hourglass-0.2.10-2.pkg.tar.xz
# haskell-hourglass 0.2.10-2

CMD: pacman --query --file /mirror/hwloc-1.11.3-2.pkg.tar.xz
# hwloc 1.11.3-2

CMD: pacman --query --file /mirror/xorg-xlogo-1.0.4-2.pkg.tar.xz
# xorg-xlogo 1.0.4-2

CMD: pacman --query --file /mirror/libreplaygain-475-2.pkg.tar.xz
# libreplaygain 475-2

CMD: pacman --query --file /mirror/python2-faulthandler-2.4-2.pkg.tar.xz
# python2-faulthandler 2.4-2

CMD: pacman --query --file /mirror/frogatto-data-1.3.1-2.pkg.tar.xz
# frogatto-data 1.3.1-2

CMD: pacman --query --file /mirror/perl-authen-sasl-2.16-2.pkg.tar.xz
# perl-authen-sasl 2.16-2

CMD: pacman --query --file /mirror/haskell-enclosed-exceptions-1.0.2-1.pkg.tar.xz
# haskell-enclosed-exceptions 1.0.2-1

CMD: pacman --query --file /mirror/firefox-i18n-te-47.0.1-1.pkg.tar.xz
# firefox-i18n-te 47.0.1-1

CMD: pacman --query --file /mirror/latex2rtf-2.3.10-1.pkg.tar.xz
# latex2rtf 2.3.10-1

CMD: pacman --query --file /mirror/libmbim-1.12.4-1.pkg.tar.xz
# libmbim 1.12.4-1

CMD: pacman --query --file /mirror/linssid-2.7-4.pkg.tar.xz
# linssid 2.7-4

CMD: pacman --query --file /mirror/haskell-http-api-data-0.2.3-1.pkg.tar.xz
# haskell-http-api-data 0.2.3-1

CMD: pacman --query --file /mirror/cfitsio-3.390-1.pkg.tar.xz
# cfitsio 3.390-1

CMD: pacman --query --file /mirror/rest-0.8.0-1.pkg.tar.xz
# rest 0.8.0-1

CMD: pacman --query --file /mirror/gambas3-gb-gtk-3.8.4-3.pkg.tar.xz
# gambas3-gb-gtk 3.8.4-3

CMD: pacman --query --file /mirror/haskell-securemem-0.1.9-3.pkg.tar.xz
# haskell-securemem 0.1.9-3

CMD: pacman --query --file /mirror/polipo-1.1.1-1.pkg.tar.xz
# polipo 1.1.1-1

CMD: pacman --query --file /mirror/firefox-i18n-eu-47.0.1-1.pkg.tar.xz
# firefox-i18n-eu 47.0.1-1

CMD: pacman --query --file /mirror/haskell-utf8-string-1.0.1.1-2.pkg.tar.xz
# haskell-utf8-string 1.0.1.1-2

CMD: pacman --query --file /mirror/python2-pylint-1.6.1-2.pkg.tar.xz
# python2-pylint 1.6.1-2

CMD: pacman --query --file /mirror/gimp-plugin-fblur-3.2.6-4.pkg.tar.xz
# gimp-plugin-fblur 3.2.6-4

CMD: pacman --query --file /mirror/scim-hangul-0.4.0-3.pkg.tar.xz
# scim-hangul 0.4.0-3

CMD: pacman --query --file /mirror/perl-net-smtp-ssl-1.03-1.pkg.tar.xz
# perl-net-smtp-ssl 1.03-1

CMD: pacman --query --file /mirror/ruby-rspec-core-3.5.0-1.pkg.tar.xz
# ruby-rspec-core 3.5.0-1

CMD: pacman --query --file /mirror/libwps-0.4.3-1.pkg.tar.xz
# libwps 0.4.3-1

CMD: pacman --query --file /mirror/kicad-library-3d-4.0.1-1.pkg.tar.xz
# kicad-library-3d 4.0.1-1

CMD: pacman --query --file /mirror/oprofile-1.1.0-2.pkg.tar.xz
# oprofile 1.1.0-2

CMD: pacman --query --file /mirror/telepathy-kde-desktop-applets-16.04.2-1.pkg.tar.xz
# telepathy-kde-desktop-applets 16.04.2-1

CMD: pacman --query --file /mirror/haskell-loch-th-0.2.1-2.pkg.tar.xz
# haskell-loch-th 0.2.1-2

CMD: pacman --query --file /mirror/xfce4-wavelan-plugin-0.5.12-1.pkg.tar.xz
# xfce4-wavelan-plugin 0.5.12-1

CMD: pacman --query --file /mirror/python-pyrsistent-0.11.13-1.pkg.tar.xz
# python-pyrsistent 0.11.13-1

CMD: pacman --query --file /mirror/bcloud-3.8.2-2.pkg.tar.xz
# bcloud 3.8.2-2

CMD: pacman --query --file /mirror/mythplugins-mythweather-1:0.28-1.pkg.tar.xz
# mythplugins-mythweather 1:0.28-1

CMD: pacman --query --file /mirror/python-lxml-docs-3.6.0-1.pkg.tar.xz
# python-lxml-docs 3.6.0-1

CMD: pacman --query --file /mirror/lockfile-progs-0.1.17-1.pkg.tar.xz
# lockfile-progs 0.1.17-1

CMD: pacman --query --file /mirror/haskell-text-icu-0.7.0.1-5.pkg.tar.xz
# haskell-text-icu 0.7.0.1-5

CMD: pacman --query --file /mirror/python-biopython-1.67-1.pkg.tar.xz
# python-biopython 1.67-1

CMD: pacman --query --file /mirror/imlib-1.9.15-15.pkg.tar.xz
# imlib 1.9.15-15

CMD: pacman --query --file /mirror/ffmpeg2theora-0.30-2.pkg.tar.xz
# ffmpeg2theora 0.30-2

CMD: pacman --query --file /mirror/qemu-guest-agent-2.6.0-1.pkg.tar.xz
# qemu-guest-agent 2.6.0-1

CMD: pacman --query --file /mirror/python2-poppler-0.12.1-9.pkg.tar.xz
# python2-poppler 0.12.1-9

CMD: pacman --query --file /mirror/python-zope-copy-4.0.3-1.pkg.tar.xz
# python-zope-copy 4.0.3-1

CMD: pacman --query --file /mirror/mediawiki-math-1.27.0-1.pkg.tar.xz
# mediawiki-math 1.27.0-1

CMD: pacman --query --file /mirror/python-pystemmer-1.3.0-1.pkg.tar.xz
# python-pystemmer 1.3.0-1

CMD: pacman --query --file /mirror/ttf-ubraille-001.000-8.pkg.tar.xz
# ttf-ubraille 001.000-8

CMD: pacman --query --file /mirror/haskell-math-functions-0.1.7.0-2.pkg.tar.xz
# haskell-math-functions 0.1.7.0-2

CMD: pacman --query --file /mirror/libkvkontakte-5.0.0git20160305-1.pkg.tar.xz
# libkvkontakte 5.0.0git20160305-1

CMD: pacman --query --file /mirror/bbe-0.2.2-1.pkg.tar.xz
# bbe 0.2.2-1

CMD: pacman --query --file /mirror/atanks-6.3-2.pkg.tar.xz
# atanks 6.3-2

CMD: pacman --query --file /mirror/ppp-2.4.7-2.pkg.tar.xz
# ppp 2.4.7-2

CMD: pacman --query --file /mirror/simplescreenrecorder-0.3.6-4.pkg.tar.xz
# simplescreenrecorder 0.3.6-4

CMD: pacman --query --file /mirror/gammu-1.37.3-1.pkg.tar.xz
# gammu 1.37.3-1

CMD: pacman --query --file /mirror/opendbx-1.4.6-2.pkg.tar.xz
# opendbx 1.4.6-2

CMD: pacman --query --file /mirror/joyutils-1.2.15-8.pkg.tar.xz
# joyutils 1.2.15-8

CMD: pacman --query --file /mirror/libnsbmp-0.1.3-1.pkg.tar.xz
# libnsbmp 0.1.3-1

CMD: pacman --query --file /mirror/cairomm-1.12.0-2.pkg.tar.xz
# cairomm 1.12.0-2

CMD: pacman --query --file /mirror/passenger-5.0.29-2.pkg.tar.xz
# passenger 5.0.29-2

CMD: pacman --query --file /mirror/jedit-5.3.0-4.pkg.tar.xz
# jedit 5.3.0-4

CMD: pacman --query --file /mirror/calligra-l10n-kk-2.9.11-1.pkg.tar.xz
# calligra-l10n-kk 2.9.11-1

CMD: pacman --query --file /mirror/qt5-webview-5.7.0-1.pkg.tar.xz
# qt5-webview 5.7.0-1

CMD: pacman --query --file /mirror/kdewebdev-klinkstatus-16.04.2-1.pkg.tar.xz
# kdewebdev-klinkstatus 16.04.2-1

CMD: pacman --query --file /mirror/delegate-9.9.13-3.pkg.tar.xz
# delegate 9.9.13-3

CMD: pacman --query --file /mirror/qwtplot3d-0.2.7-8.pkg.tar.xz
# qwtplot3d 0.2.7-8

CMD: pacman --query --file /mirror/perl-return-value-1.666005-1.pkg.tar.xz
# perl-return-value 1.666005-1

CMD: pacman --query --file /mirror/scorched3d-44-9.pkg.tar.xz
# scorched3d 44-9

CMD: pacman --query --file /mirror/libgnomecanvasmm-2.26.0-4.pkg.tar.xz
# libgnomecanvasmm 2.26.0-4

CMD: pacman --query --file /mirror/pbpst-1.2.0-1.pkg.tar.xz
# pbpst 1.2.0-1

CMD: pacman --query --file /mirror/xsettings-client-0.10-7.pkg.tar.xz
# xsettings-client 0.10-7

CMD: pacman --query --file /mirror/libmpd-11.8.17-2.pkg.tar.xz
# libmpd 11.8.17-2

CMD: pacman --query --file /mirror/screen-4.4.0-1.pkg.tar.xz
# screen 4.4.0-1

CMD: pacman --query --file /mirror/cogl-1.22.0+11+g81ab4a3-1.pkg.tar.xz
# cogl 1.22.0+11+g81ab4a3-1

CMD: pacman --query --file /mirror/clusterssh-4.05-1.pkg.tar.xz
# clusterssh 4.05-1

CMD: pacman --query --file /mirror/dragon-16.04.2-1.pkg.tar.xz
# dragon 16.04.2-1

CMD: pacman --query --file /mirror/speed-dreams-data-2.2.1-1.pkg.tar.xz
# speed-dreams-data 2.2.1-1

CMD: pacman --query --file /mirror/python2-discid-1.1.0-3.pkg.tar.xz
# python2-discid 1.1.0-3

CMD: pacman --query --file /mirror/python2-rsvg-2.32.0-15.pkg.tar.xz
# python2-rsvg 2.32.0-15

CMD: pacman --query --file /mirror/python-blessings-1.6-3.pkg.tar.xz
# python-blessings 1.6-3

CMD: pacman --query --file /mirror/perl-io-tee-0.64-5.pkg.tar.xz
# perl-io-tee 0.64-5

CMD: pacman --query --file /mirror/fcitx-configtool-0.4.8-1.pkg.tar.xz
# fcitx-configtool 0.4.8-1

CMD: pacman --query --file /mirror/haskell-gtk-0.14.5-1.pkg.tar.xz
# haskell-gtk 0.14.5-1

CMD: pacman --query --file /mirror/collectd-5.5.1-5.pkg.tar.xz
# collectd 5.5.1-5

CMD: pacman --query --file /mirror/rtorrent-0.9.6-3.pkg.tar.xz
# rtorrent 0.9.6-3

CMD: pacman --query --file /mirror/python-qiniu-7.0.7-1.pkg.tar.xz
# python-qiniu 7.0.7-1

CMD: pacman --query --file /mirror/kdeedu-ktouch-16.04.2-1.pkg.tar.xz
# kdeedu-ktouch 16.04.2-1

CMD: pacman --query --file /mirror/spectrwm-3.0.2-1.pkg.tar.xz
# spectrwm 3.0.2-1

CMD: pacman --query --file /mirror/haskell-colour-2.3.3-2.pkg.tar.xz
# haskell-colour 2.3.3-2

CMD: pacman --query --file /mirror/texlive-langkorean-2015.38727-1.pkg.tar.xz
# texlive-langkorean 2015.38727-1

CMD: pacman --query --file /mirror/python2-texttable-0.8.4-1.pkg.tar.xz
# python2-texttable 0.8.4-1

CMD: pacman --query --file /mirror/ccid-1.4.23-1.pkg.tar.xz
# ccid 1.4.23-1

CMD: pacman --query --file /mirror/zsync-0.6.2-3.pkg.tar.xz
# zsync 0.6.2-3

CMD: pacman --query --file /mirror/pinta-1.6-1.pkg.tar.xz
# pinta 1.6-1

CMD: pacman --query --file /mirror/gearmand-1.1.12-13.pkg.tar.xz
# gearmand 1.1.12-13

CMD: pacman --query --file /mirror/libwmf-0.2.8.4-13.pkg.tar.xz
# libwmf 0.2.8.4-13

CMD: pacman --query --file /mirror/ruby-treetop-1.6.5-1.pkg.tar.xz
# ruby-treetop 1.6.5-1

CMD: pacman --query --file /mirror/python2-soappy-0.12.22-1.pkg.tar.xz
# python2-soappy 0.12.22-1

CMD: pacman --query --file /mirror/thunderbird-i18n-ro-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-ro 45.2.0-1

CMD: pacman --query --file /mirror/perl-locale-maketext-lexicon-1.00-1.pkg.tar.xz
# perl-locale-maketext-lexicon 1.00-1

CMD: pacman --query --file /mirror/efl-docs-1.17.0-2.pkg.tar.xz
# efl-docs 1.17.0-2

CMD: pacman --query --file /mirror/v4l-utils-1.10.1-1.pkg.tar.xz
# v4l-utils 1.10.1-1

CMD: pacman --query --file /mirror/haskell-bifunctors-5.3-7.pkg.tar.xz
# haskell-bifunctors 5.3-7

CMD: pacman --query --file /mirror/haskell-cabal-helper-0.7.1.0-3.pkg.tar.xz
# haskell-cabal-helper 0.7.1.0-3

CMD: pacman --query --file /mirror/python2-openbabel-2.3.2-6.pkg.tar.xz
# python2-openbabel 2.3.2-6

CMD: pacman --query --file /mirror/smuxi-server-1.0.5-1.pkg.tar.xz
# smuxi-server 1.0.5-1

CMD: pacman --query --file /mirror/deepin-session-ui-3.0.13-1.pkg.tar.xz
# deepin-session-ui 3.0.13-1

CMD: pacman --query --file /mirror/vbetool-1.2.2-2.pkg.tar.xz
# vbetool 1.2.2-2

CMD: pacman --query --file /mirror/wireshark-cli-2.0.4-1.pkg.tar.xz
# wireshark-cli 2.0.4-1

CMD: pacman --query --file /mirror/haskell-exceptions-0.8.2.1-3.pkg.tar.xz
# haskell-exceptions 0.8.2.1-3

CMD: pacman --query --file /mirror/nltk-data-3.2.1-1.pkg.tar.xz
# nltk-data 3.2.1-1

CMD: pacman --query --file /mirror/perl-file-path-expand-1.02-9.pkg.tar.xz
# perl-file-path-expand 1.02-9

CMD: pacman --query --file /mirror/thunderbird-i18n-nl-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-nl 45.2.0-1

CMD: pacman --query --file /mirror/umleditor-3.6.0-1.pkg.tar.xz
# umleditor 3.6.0-1

CMD: pacman --query --file /mirror/bomberclone-0.11.9-4.pkg.tar.xz
# bomberclone 0.11.9-4

CMD: pacman --query --file /mirror/opengl-man-pages-20160220-1.pkg.tar.xz
# opengl-man-pages 20160220-1

CMD: pacman --query --file /mirror/firefox-i18n-ko-47.0.1-1.pkg.tar.xz
# firefox-i18n-ko 47.0.1-1

CMD: pacman --query --file /mirror/xorg-server-xvfb-1.18.3-2.pkg.tar.xz
# xorg-server-xvfb 1.18.3-2

CMD: pacman --query --file /mirror/noto-fonts-emoji-20151224-1.pkg.tar.xz
# noto-fonts-emoji 20151224-1

CMD: pacman --query --file /mirror/iotop-0.6-4.pkg.tar.xz
# iotop 0.6-4

CMD: pacman --query --file /mirror/perl-poe-1.367-1.pkg.tar.xz
# perl-poe 1.367-1

CMD: pacman --query --file /mirror/perl-test-spec-0.51-1.pkg.tar.xz
# perl-test-spec 0.51-1

CMD: pacman --query --file /mirror/perl-gtk2-sexy-0.05-11.pkg.tar.xz
# perl-gtk2-sexy 0.05-11

CMD: pacman --query --file /mirror/upx-3.91-3.pkg.tar.xz
# upx 3.91-3

CMD: pacman --query --file /mirror/fbida-2.10-2.pkg.tar.xz
# fbida 2.10-2

CMD: pacman --query --file /mirror/firefox-noscript-2.9.0.11-1.pkg.tar.xz
# firefox-noscript 2.9.0.11-1

CMD: pacman --query --file /mirror/libutf8proc-1.3.1_2-3.pkg.tar.xz
# libutf8proc 1.3.1_2-3

CMD: pacman --query --file /mirror/nvidia-lts-367.27-1.pkg.tar.xz
# nvidia-lts 367.27-1

CMD: pacman --query --file /mirror/zita-resampler-1.3.0-5.pkg.tar.xz
# zita-resampler 1.3.0-5

CMD: pacman --query --file /mirror/uzbl-tabbed-1:0.9.0-1.pkg.tar.xz
# uzbl-tabbed 1:0.9.0-1

CMD: pacman --query --file /mirror/atomicparsley-0.9.0-6.pkg.tar.xz
# atomicparsley 0.9.0-6

CMD: pacman --query --file /mirror/python-zope-location-4.0.3-1.pkg.tar.xz
# python-zope-location 4.0.3-1

CMD: pacman --query --file /mirror/pyopencl-headers-1:2016.1-1.pkg.tar.xz
# pyopencl-headers 1:2016.1-1

CMD: pacman --query --file /mirror/haskell-ghc-syb-utils-0.2.3-2.pkg.tar.xz
# haskell-ghc-syb-utils 0.2.3-2

CMD: pacman --query --file /mirror/gmtp-1.3.10-2.pkg.tar.xz
# gmtp 1.3.10-2

CMD: pacman --query --file /mirror/pth-2.0.7-5.pkg.tar.xz
# pth 2.0.7-5

CMD: pacman --query --file /mirror/deepin-gtk-theme-15.12.6-1.pkg.tar.xz
# deepin-gtk-theme 15.12.6-1

CMD: pacman --query --file /mirror/speexdsp-1.2rc3-2.pkg.tar.xz
# speexdsp 1.2rc3-2

CMD: pacman --query --file /mirror/xbill-2.1-9.pkg.tar.xz
# xbill 2.1-9

CMD: pacman --query --file /mirror/firefox-i18n-br-47.0.1-1.pkg.tar.xz
# firefox-i18n-br 47.0.1-1

CMD: pacman --query --file /mirror/perl-universal-isa-1.20150614-1.pkg.tar.xz
# perl-universal-isa 1.20150614-1

CMD: pacman --query --file /mirror/colorgcc-1.4.4-2.pkg.tar.xz
# colorgcc 1.4.4-2

CMD: pacman --query --file /mirror/kadu-3.0-2.pkg.tar.xz
# kadu 3.0-2

CMD: pacman --query --file /mirror/gssdp-0.14.16-1.pkg.tar.xz
# gssdp 0.14.16-1

CMD: pacman --query --file /mirror/cddb-py-1.4-7.pkg.tar.xz
# cddb-py 1.4-7

CMD: pacman --query --file /mirror/python2-ipaddress-1.0.16-1.pkg.tar.xz
# python2-ipaddress 1.0.16-1

CMD: pacman --query --file /mirror/python-requestsexceptions-1.1.3-1.pkg.tar.xz
# python-requestsexceptions 1.1.3-1

CMD: pacman --query --file /mirror/pokerth-1.1.1-11.pkg.tar.xz
# pokerth 1.1.1-11

CMD: pacman --query --file /mirror/haskell-adjunctions-4.3-17.pkg.tar.xz
# haskell-adjunctions 4.3-17

CMD: pacman --query --file /mirror/libreoffice-fresh-st-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-st 5.1.4-1

CMD: pacman --query --file /mirror/skype-call-recorder-0.11-2.pkg.tar.xz
# skype-call-recorder 0.11-2

CMD: pacman --query --file /mirror/perl-extutils-depends-0.405-1.pkg.tar.xz
# perl-extutils-depends 0.405-1

CMD: pacman --query --file /mirror/php-tidy-7.0.8-1.pkg.tar.xz
# php-tidy 7.0.8-1

CMD: pacman --query --file /mirror/swaks-20130209.0-2.pkg.tar.xz
# swaks 20130209.0-2

CMD: pacman --query --file /mirror/python2-pyserial-3.1.1-1.pkg.tar.xz
# python2-pyserial 3.1.1-1

CMD: pacman --query --file /mirror/apache-ivy-2.4.0-2.pkg.tar.xz
# apache-ivy 2.4.0-2

CMD: pacman --query --file /mirror/vcdimager-0.7.24-7.pkg.tar.xz
# vcdimager 0.7.24-7

CMD: pacman --query --file /mirror/sympow-1.018.1-4.pkg.tar.xz
# sympow 1.018.1-4

CMD: pacman --query --file /mirror/zinnia-0.06-4.pkg.tar.xz
# zinnia 0.06-4

CMD: pacman --query --file /mirror/libpeas-1.18.0-1.pkg.tar.xz
# libpeas 1.18.0-1

CMD: pacman --query --file /mirror/kde-l10n-hr-16.04.2-1.pkg.tar.xz
# kde-l10n-hr 16.04.2-1

CMD: pacman --query --file /mirror/haskell-x11-xft-0.3.1-20.pkg.tar.xz
# haskell-x11-xft 0.3.1-20

CMD: pacman --query --file /mirror/libnetfilter_queue-1.0.2-2.pkg.tar.xz
# libnetfilter_queue 1.0.2-2

CMD: pacman --query --file /mirror/python2-powerline-2.4-1.pkg.tar.xz
# python2-powerline 2.4-1

CMD: pacman --query --file /mirror/sqlcipher-3.3.1-4.pkg.tar.xz
# sqlcipher 3.3.1-4

CMD: pacman --query --file /mirror/libinfinity-0.6.7-2.pkg.tar.xz
# libinfinity 0.6.7-2

CMD: pacman --query --file /mirror/python2-xapian-1:1.2.23-1.pkg.tar.xz
# python2-xapian 1:1.2.23-1

CMD: pacman --query --file /mirror/podofo-0.9.4-1.pkg.tar.xz
# podofo 0.9.4-1

CMD: pacman --query --file /mirror/libtiff-4.0.6-2.pkg.tar.xz
# libtiff 4.0.6-2

CMD: pacman --query --file /mirror/kdbg-2.5.5-3.pkg.tar.xz
# kdbg 2.5.5-3

CMD: pacman --query --file /mirror/libgnome-2.32.1-6.pkg.tar.xz
# libgnome 2.32.1-6

CMD: pacman --query --file /mirror/tuxcards-2.2.1-5.pkg.tar.xz
# tuxcards 2.2.1-5

CMD: pacman --query --file /mirror/libmupdf-1.9_a-3.pkg.tar.xz
# libmupdf 1.9_a-3

CMD: pacman --query --file /mirror/tvision-2.2.1_r1-5.pkg.tar.xz
# tvision 2.2.1_r1-5

CMD: pacman --query --file /mirror/haskell-old-locale-1.0.0.7-8.pkg.tar.xz
# haskell-old-locale 1.0.0.7-8

CMD: pacman --query --file /mirror/cordova-6.2.0-1.pkg.tar.xz
# cordova 6.2.0-1

CMD: pacman --query --file /mirror/umurmur-0.2.16_a-3.pkg.tar.xz
# umurmur 0.2.16_a-3

CMD: pacman --query --file /mirror/flac-doc-1.3.1-3.pkg.tar.xz
# flac-doc 1.3.1-3

CMD: pacman --query --file /mirror/python2-bonobo-2.28.1-9.pkg.tar.xz
# python2-bonobo 2.28.1-9

CMD: pacman --query --file /mirror/processing-3.1.1-2.pkg.tar.xz
# processing 3.1.1-2

CMD: pacman --query --file /mirror/kde-l10n-ro-16.04.2-1.pkg.tar.xz
# kde-l10n-ro 16.04.2-1

CMD: pacman --query --file /mirror/uzbl-core-1:0.9.0-1.pkg.tar.xz
# uzbl-core 1:0.9.0-1

CMD: pacman --query --file /mirror/arm-none-eabi-gcc-6.1.1-2.pkg.tar.xz
# arm-none-eabi-gcc 6.1.1-2

CMD: pacman --query --file /mirror/transmageddon-1.5-2.pkg.tar.xz
# transmageddon 1.5-2

CMD: pacman --query --file /mirror/batctl-2016.2-1.pkg.tar.xz
# batctl 2016.2-1

CMD: pacman --query --file /mirror/davfs2-1.5.4-1.pkg.tar.xz
# davfs2 1.5.4-1

CMD: pacman --query --file /mirror/perl-mail-box-2.118-1.pkg.tar.xz
# perl-mail-box 2.118-1

CMD: pacman --query --file /mirror/refind-efi-0.9.2-1.pkg.tar.xz
# refind-efi 0.9.2-1

CMD: pacman --query --file /mirror/kde-meta-kdenetwork-16.04-1.pkg.tar.xz
# kde-meta-kdenetwork 16.04-1

CMD: pacman --query --file /mirror/psi-i18n-0.15-3.pkg.tar.xz
# psi-i18n 0.15-3

CMD: pacman --query --file /mirror/python-uncertainties-2.4.8.1-1.pkg.tar.xz
# python-uncertainties 2.4.8.1-1

CMD: pacman --query --file /mirror/calligra-l10n-de-2.9.11-1.pkg.tar.xz
# calligra-l10n-de 2.9.11-1

CMD: pacman --query --file /mirror/kqtquickcharts-16.04.2-1.pkg.tar.xz
# kqtquickcharts 16.04.2-1

CMD: pacman --query --file /mirror/perl-text-vfile-asdata-0.08-2.pkg.tar.xz
# perl-text-vfile-asdata 0.08-2

CMD: pacman --query --file /mirror/gimp-help-ko-2.8.2-4.pkg.tar.xz
# gimp-help-ko 2.8.2-4

CMD: pacman --query --file /mirror/libcddb-1.3.2-4.pkg.tar.xz
# libcddb 1.3.2-4

CMD: pacman --query --file /mirror/kdeedu-kalzium-16.04.2-1.pkg.tar.xz
# kdeedu-kalzium 16.04.2-1

CMD: pacman --query --file /mirror/haskell-graphviz-2999.18.1.0-2.pkg.tar.xz
# haskell-graphviz 2999.18.1.0-2

CMD: pacman --query --file /mirror/python2-hglib-2.1-1.pkg.tar.xz
# python2-hglib 2.1-1

CMD: pacman --query --file /mirror/python-itsdangerous-0.24-2.pkg.tar.xz
# python-itsdangerous 0.24-2

CMD: pacman --query --file /mirror/caja-gksu-1.12.0-1.pkg.tar.xz
# caja-gksu 1.12.0-1

CMD: pacman --query --file /mirror/open-iscsi-2.0_873-7.pkg.tar.xz
# open-iscsi 2.0_873-7

CMD: pacman --query --file /mirror/lincity-ng-2.0-7.pkg.tar.xz
# lincity-ng 2.0-7

CMD: pacman --query --file /mirror/libkscreen-5.7.0-1.pkg.tar.xz
# libkscreen 5.7.0-1

CMD: pacman --query --file /mirror/ldoc-1.4.3-2.pkg.tar.xz
# ldoc 1.4.3-2

CMD: pacman --query --file /mirror/python2-pdfrw-0.2-4.pkg.tar.xz
# python2-pdfrw 0.2-4

CMD: pacman --query --file /mirror/python2-pandas-datareader-0.2.1-1.pkg.tar.xz
# python2-pandas-datareader 0.2.1-1

CMD: pacman --query --file /mirror/perl-gnome2-wnck-0.16-11.pkg.tar.xz
# perl-gnome2-wnck 0.16-11

CMD: pacman --query --file /mirror/gebabbel-0.4-8.pkg.tar.xz
# gebabbel 0.4-8

CMD: pacman --query --file /mirror/haskell-bytestring-tree-builder-0.2.7-3.pkg.tar.xz
# haskell-bytestring-tree-builder 0.2.7-3

CMD: pacman --query --file /mirror/python-configobj-5.0.6-2.pkg.tar.xz
# python-configobj 5.0.6-2

CMD: pacman --query --file /mirror/bpython-0.15-1.pkg.tar.xz
# bpython 0.15-1

CMD: pacman --query --file /mirror/lilv-0.22.0-2.pkg.tar.xz
# lilv 0.22.0-2

CMD: pacman --query --file /mirror/pystatgrab-0.6-1.pkg.tar.xz
# pystatgrab 0.6-1

CMD: pacman --query --file /mirror/gitlab-8.9.5-1.pkg.tar.xz
# gitlab 8.9.5-1

CMD: pacman --query --file /mirror/xautolock-2.2-4.pkg.tar.xz
# xautolock 2.2-4

CMD: pacman --query --file /mirror/libreoffice-still-ve-5.0.6-1.pkg.tar.xz
# libreoffice-still-ve 5.0.6-1

CMD: pacman --query --file /mirror/kde-l10n-sl-16.04.2-1.pkg.tar.xz
# kde-l10n-sl 16.04.2-1

CMD: pacman --query --file /mirror/vim-spell-rw-20150901-1.pkg.tar.xz
# vim-spell-rw 20150901-1

CMD: pacman --query --file /mirror/scim-chewing-0.3.5-3.pkg.tar.xz
# scim-chewing 0.3.5-3

CMD: pacman --query --file /mirror/python-mox3-0.16.0-1.pkg.tar.xz
# python-mox3 0.16.0-1

CMD: pacman --query --file /mirror/ntp-4.2.8.p8-1.pkg.tar.xz
# ntp 4.2.8.p8-1

CMD: pacman --query --file /mirror/texmacs-1.99.4-2.pkg.tar.xz
# texmacs 1.99.4-2

CMD: pacman --query --file /mirror/kalarm-16.04.2-1.pkg.tar.xz
# kalarm 16.04.2-1

CMD: pacman --query --file /mirror/dblatex-0.3.7-1.pkg.tar.xz
# dblatex 0.3.7-1

CMD: pacman --query --file /mirror/xorg-xclock-1.0.7-1.pkg.tar.xz
# xorg-xclock 1.0.7-1

CMD: pacman --query --file /mirror/python-pyx-0.14-2.pkg.tar.xz
# python-pyx 0.14-2

CMD: pacman --query --file /mirror/xfce4-notifyd-0.2.4-3.pkg.tar.xz
# xfce4-notifyd 0.2.4-3

CMD: pacman --query --file /mirror/pacmanlogviewer-1.3.1-5.pkg.tar.xz
# pacmanlogviewer 1.3.1-5

CMD: pacman --query --file /mirror/python-unicodecsv-0.14.1-1.pkg.tar.xz
# python-unicodecsv 0.14.1-1

CMD: pacman --query --file /mirror/sakura-3.3.4-2.pkg.tar.xz
# sakura 3.3.4-2

CMD: pacman --query --file /mirror/procmail-3.22-7.pkg.tar.xz
# procmail 3.22-7

CMD: pacman --query --file /mirror/lxqt-powermanagement-0.10.0-4.pkg.tar.xz
# lxqt-powermanagement 0.10.0-4

CMD: pacman --query --file /mirror/povray-1:3.7-11.pkg.tar.xz
# povray 1:3.7-11

CMD: pacman --query --file /mirror/cgdb-0.6.8-3.pkg.tar.xz
# cgdb 0.6.8-3

CMD: pacman --query --file /mirror/gtk-update-icon-cache-3.20.6-1.pkg.tar.xz
# gtk-update-icon-cache 3.20.6-1

CMD: pacman --query --file /mirror/perl-www-robotrules-6.02-2.pkg.tar.xz
# perl-www-robotrules 6.02-2

CMD: pacman --query --file /mirror/emacs-pkgbuild-mode-0.14-1.pkg.tar.xz
# emacs-pkgbuild-mode 0.14-1

CMD: pacman --query --file /mirror/cutter-1.04-1.pkg.tar.xz
# cutter 1.04-1

CMD: pacman --query --file /mirror/python-pyinotify-0.9.6-2.pkg.tar.xz
# python-pyinotify 0.9.6-2

CMD: pacman --query --file /mirror/openra-20160508-2.pkg.tar.xz
# openra 20160508-2

CMD: pacman --query --file /mirror/gnome-characters-3.20.1-1.pkg.tar.xz
# gnome-characters 3.20.1-1

CMD: pacman --query --file /mirror/calligra-l10n-el-2.9.11-1.pkg.tar.xz
# calligra-l10n-el 2.9.11-1

CMD: pacman --query --file /mirror/tesseract-data-gle-3.04.00-1.pkg.tar.xz
# tesseract-data-gle 3.04.00-1

CMD: pacman --query --file /mirror/libdbus-1.10.8-1.pkg.tar.xz
# libdbus 1.10.8-1

CMD: pacman --query --file /mirror/perl-net-ssleay-1.74-1.pkg.tar.xz
# perl-net-ssleay 1.74-1

CMD: pacman --query --file /mirror/zd1211-firmware-1.5-1.pkg.tar.xz
# zd1211-firmware 1.5-1

CMD: pacman --query --file /mirror/arandr-0.1.9-1.pkg.tar.xz
# arandr 0.1.9-1

CMD: pacman --query --file /mirror/libalkimia-5.0.0-1.pkg.tar.xz
# libalkimia 5.0.0-1

CMD: pacman --query --file /mirror/intel-ucode-20151106-1.pkg.tar.xz
# intel-ucode 20151106-1

CMD: pacman --query --file /mirror/libedit-20160618_3.1-1.pkg.tar.xz
# libedit 20160618_3.1-1

CMD: pacman --query --file /mirror/lash-0.6.0~rc2-9.pkg.tar.xz
# lash 0.6.0~rc2-9

CMD: pacman --query --file /mirror/alex-3.1.7-2.pkg.tar.xz
# alex 3.1.7-2

CMD: pacman --query --file /mirror/radeontool-1.6.3-2.pkg.tar.xz
# radeontool 1.6.3-2

CMD: pacman --query --file /mirror/kshutdown-3.2-5.pkg.tar.xz
# kshutdown 3.2-5

CMD: pacman --query --file /mirror/hunspell-nl-2.10g-2.pkg.tar.xz
# hunspell-nl 2.10g-2

CMD: pacman --query --file /mirror/xorg-xmessage-1.0.4-2.pkg.tar.xz
# xorg-xmessage 1.0.4-2

CMD: pacman --query --file /mirror/tesseract-data-hrv-3.04.00-1.pkg.tar.xz
# tesseract-data-hrv 3.04.00-1

CMD: pacman --query --file /mirror/python2-py-1.4.31-1.pkg.tar.xz
# python2-py 1.4.31-1

CMD: pacman --query --file /mirror/transcode-1.1.7-19.pkg.tar.xz
# transcode 1.1.7-19

CMD: pacman --query --file /mirror/kde-l10n-eu-16.04.2-1.pkg.tar.xz
# kde-l10n-eu 16.04.2-1

CMD: pacman --query --file /mirror/ffmpegthumbnailer-2.1.1-1.pkg.tar.xz
# ffmpegthumbnailer 2.1.1-1

CMD: pacman --query --file /mirror/haskell-monad-par-0.3.4.8-1.pkg.tar.xz
# haskell-monad-par 0.3.4.8-1

CMD: pacman --query --file /mirror/pixz-1.0.6-1.pkg.tar.xz
# pixz 1.0.6-1

CMD: pacman --query --file /mirror/aspell-el-0.08-2.pkg.tar.xz
# aspell-el 0.08-2

CMD: pacman --query --file /mirror/zenity-3.20.0-1.pkg.tar.xz
# zenity 3.20.0-1

CMD: pacman --query --file /mirror/ark-16.04.2-1.pkg.tar.xz
# ark 16.04.2-1

CMD: pacman --query --file /mirror/python2-pam-0.1.4-3.pkg.tar.xz
# python2-pam 0.1.4-3

CMD: pacman --query --file /mirror/xorg-xlsatoms-1.1.2-1.pkg.tar.xz
# xorg-xlsatoms 1.1.2-1

CMD: pacman --query --file /mirror/haskell-gitrev-1.2.0-2.pkg.tar.xz
# haskell-gitrev 1.2.0-2

CMD: pacman --query --file /mirror/python2-fields-5.0.0-1.pkg.tar.xz
# python2-fields 5.0.0-1

CMD: pacman --query --file /mirror/synbak-3.4-1.pkg.tar.xz
# synbak 3.4-1

CMD: pacman --query --file /mirror/palp-2.1-1.pkg.tar.xz
# palp 2.1-1

CMD: pacman --query --file /mirror/perl-file-desktopentry-0.22-1.pkg.tar.xz
# perl-file-desktopentry 0.22-1

CMD: pacman --query --file /mirror/gtksourceview2-2.10.5-3.pkg.tar.xz
# gtksourceview2 2.10.5-3

CMD: pacman --query --file /mirror/hawknl-1.68-4.pkg.tar.xz
# hawknl 1.68-4

CMD: pacman --query --file /mirror/keepassx2-2.0.2-2.pkg.tar.xz
# keepassx2 2.0.2-2

CMD: pacman --query --file /mirror/python2-isomd5sum-1.0.12-2.pkg.tar.xz
# python2-isomd5sum 1.0.12-2

CMD: pacman --query --file /mirror/alsaplayer-0.99.81-8.pkg.tar.xz
# alsaplayer 0.99.81-8

CMD: pacman --query --file /mirror/libhangul-0.1.0-2.pkg.tar.xz
# libhangul 0.1.0-2

CMD: pacman --query --file /mirror/flumotion-0.10.1-4.pkg.tar.xz
# flumotion 0.10.1-4

CMD: pacman --query --file /mirror/dcd-0.8.0-3.pkg.tar.xz
# dcd 0.8.0-3

CMD: pacman --query --file /mirror/python2-ukpostcodeparser-1.0.3.20150130-1.pkg.tar.xz
# python2-ukpostcodeparser 1.0.3.20150130-1

CMD: pacman --query --file /mirror/corrade-2016.05.13-1.pkg.tar.xz
# corrade 2016.05.13-1

CMD: pacman --query --file /mirror/aide-0.15.1-4.pkg.tar.xz
# aide 0.15.1-4

CMD: pacman --query --file /mirror/qt5-quickcontrols2-5.7.0-1.pkg.tar.xz
# qt5-quickcontrols2 5.7.0-1

CMD: pacman --query --file /mirror/gettext-0.19.7-1.pkg.tar.xz
# gettext 0.19.7-1

CMD: pacman --query --file /mirror/zita-convolver-3.1.0-3.pkg.tar.xz
# zita-convolver 3.1.0-3

CMD: pacman --query --file /mirror/python2-sparqlwrapper-1.7.1-1.pkg.tar.xz
# python2-sparqlwrapper 1.7.1-1

CMD: pacman --query --file /mirror/dsdp-5.8-1.pkg.tar.xz
# dsdp 5.8-1

CMD: pacman --query --file /mirror/tesseract-data-ind-3.04.00-1.pkg.tar.xz
# tesseract-data-ind 3.04.00-1

CMD: pacman --query --file /mirror/synce-sync-engine-0.16-2.pkg.tar.xz
# synce-sync-engine 0.16-2

CMD: pacman --query --file /mirror/filezilla-3.19.0-1.pkg.tar.xz
# filezilla 3.19.0-1

CMD: pacman --query --file /mirror/haskell-conduit-combinators-1.0.3.1-31.pkg.tar.xz
# haskell-conduit-combinators 1.0.3.1-31

CMD: pacman --query --file /mirror/metacity-3.20.1-1.pkg.tar.xz
# metacity 3.20.1-1

CMD: pacman --query --file /mirror/python-apache-libcloud-1.1.0-1.pkg.tar.xz
# python-apache-libcloud 1.1.0-1

CMD: pacman --query --file /mirror/perl-json-2.90-1.pkg.tar.xz
# perl-json 2.90-1

CMD: pacman --query --file /mirror/python-lockfile-0.12.2-1.pkg.tar.xz
# python-lockfile 0.12.2-1

CMD: pacman --query --file /mirror/cheese-3.20.2-1.pkg.tar.xz
# cheese 3.20.2-1

CMD: pacman --query --file /mirror/vim-spell-bg-20150901-1.pkg.tar.xz
# vim-spell-bg 20150901-1

CMD: pacman --query --file /mirror/opensmtpd-5.9.2p1-3.pkg.tar.xz
# opensmtpd 5.9.2p1-3

CMD: pacman --query --file /mirror/firefox-i18n-nn-no-47.0.1-1.pkg.tar.xz
# firefox-i18n-nn-no 47.0.1-1

CMD: pacman --query --file /mirror/netwatch-1.3.1_2-1.pkg.tar.xz
# netwatch 1.3.1_2-1

CMD: pacman --query --file /mirror/thunderbird-i18n-nb-no-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-nb-no 45.2.0-1

CMD: pacman --query --file /mirror/libreoffice-still-ast-5.0.6-1.pkg.tar.xz
# libreoffice-still-ast 5.0.6-1

CMD: pacman --query --file /mirror/vim-spell-nb-20150901-1.pkg.tar.xz
# vim-spell-nb 20150901-1

CMD: pacman --query --file /mirror/linux-lts-headers-4.4.14-1.pkg.tar.xz
# linux-lts-headers 4.4.14-1

CMD: pacman --query --file /mirror/telepathy-mission-control-5.16.3-2.pkg.tar.xz
# telepathy-mission-control 5.16.3-2

CMD: pacman --query --file /mirror/perl-io-tty-1.12-3.pkg.tar.xz
# perl-io-tty 1.12-3

CMD: pacman --query --file /mirror/tdfsb-0.0.10-7.pkg.tar.xz
# tdfsb 0.0.10-7

CMD: pacman --query --file /mirror/pympc-20050330-8.pkg.tar.xz
# pympc 20050330-8

CMD: pacman --query --file /mirror/usbmuxd-1.1.0-2.pkg.tar.xz
# usbmuxd 1.1.0-2

CMD: pacman --query --file /mirror/wgetpaste-2.27-1.pkg.tar.xz
# wgetpaste 2.27-1

CMD: pacman --query --file /mirror/eom-1.12.2-1.pkg.tar.xz
# eom 1.12.2-1

CMD: pacman --query --file /mirror/plasma-sdk-5.7.0-1.pkg.tar.xz
# plasma-sdk 5.7.0-1

CMD: pacman --query --file /mirror/python2-configobj-5.0.6-2.pkg.tar.xz
# python2-configobj 5.0.6-2

CMD: pacman --query --file /mirror/kde-l10n-pt_br-16.04.2-1.pkg.tar.xz
# kde-l10n-pt_br 16.04.2-1

CMD: pacman --query --file /mirror/webkit-sharp-0.3-5.pkg.tar.xz
# webkit-sharp 0.3-5

CMD: pacman --query --file /mirror/choqok-1.5-5.pkg.tar.xz
# choqok 1.5-5

CMD: pacman --query --file /mirror/alacarte-3.11.91+12+g1bb265f-2.pkg.tar.xz
# alacarte 3.11.91+12+g1bb265f-2

CMD: pacman --query --file /mirror/ucblogo-6.0-6.pkg.tar.xz
# ucblogo 6.0-6

CMD: pacman --query --file /mirror/qemu-arch-extra-2.6.0-1.pkg.tar.xz
# qemu-arch-extra 2.6.0-1

CMD: pacman --query --file /mirror/python2-application-2.0.2-1.pkg.tar.xz
# python2-application 2.0.2-1

CMD: pacman --query --file /mirror/tcpdump-4.7.4-1.pkg.tar.xz
# tcpdump 4.7.4-1

CMD: pacman --query --file /mirror/man-pages-ru-4.05_2306_2171_20160416-1.pkg.tar.xz
# man-pages-ru 4.05_2306_2171_20160416-1

CMD: pacman --query --file /mirror/medusa-2.2-4.pkg.tar.xz
# medusa 2.2-4

CMD: pacman --query --file /mirror/wireshark-gtk-2.0.4-1.pkg.tar.xz
# wireshark-gtk 2.0.4-1

CMD: pacman --query --file /mirror/suitesparse-4.4.5-1.pkg.tar.xz
# suitesparse 4.4.5-1

CMD: pacman --query --file /mirror/haskell-system-filepath-0.4.13.4-1.pkg.tar.xz
# haskell-system-filepath 0.4.13.4-1

CMD: pacman --query --file /mirror/libvirt-python3-2.0.0-1.pkg.tar.xz
# libvirt-python3 2.0.0-1

CMD: pacman --query --file /mirror/perl-berkeleydb-0.55-2.pkg.tar.xz
# perl-berkeleydb 0.55-2

CMD: pacman --query --file /mirror/thunderbird-i18n-dsb-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-dsb 45.2.0-1

CMD: pacman --query --file /mirror/gcolor2-0.4-7.pkg.tar.xz
# gcolor2 0.4-7

CMD: pacman --query --file /mirror/xfwm4-4.12.3-2.pkg.tar.xz
# xfwm4 4.12.3-2

CMD: pacman --query --file /mirror/libical-2.0.0-2.pkg.tar.xz
# libical 2.0.0-2

CMD: pacman --query --file /mirror/krfb-16.04.2-1.pkg.tar.xz
# krfb 16.04.2-1

CMD: pacman --query --file /mirror/libreoffice-fresh-ast-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-ast 5.1.4-1

CMD: pacman --query --file /mirror/haskell-x509-1.6.3-16.pkg.tar.xz
# haskell-x509 1.6.3-16

CMD: pacman --query --file /mirror/nemo-preview-2.8.0-3.pkg.tar.xz
# nemo-preview 2.8.0-3

CMD: pacman --query --file /mirror/weston-1.11.0-1.pkg.tar.xz
# weston 1.11.0-1

CMD: pacman --query --file /mirror/gdk-pixbuf2-2.34.0-2.pkg.tar.xz
# gdk-pixbuf2 2.34.0-2

CMD: pacman --query --file /mirror/libreoffice-still-mk-5.0.6-1.pkg.tar.xz
# libreoffice-still-mk 5.0.6-1

CMD: pacman --query --file /mirror/asciidoc-8.6.9-2.pkg.tar.xz
# asciidoc 8.6.9-2

CMD: pacman --query --file /mirror/python2-pyx-0.12.1-2.pkg.tar.xz
# python2-pyx 0.12.1-2

CMD: pacman --query --file /mirror/ogre-1.9.0-13.pkg.tar.xz
# ogre 1.9.0-13

CMD: pacman --query --file /mirror/distcc-3.2rc1-2.pkg.tar.xz
# distcc 3.2rc1-2

CMD: pacman --query --file /mirror/haskell-pattern-arrows-0.0.2-2.pkg.tar.xz
# haskell-pattern-arrows 0.0.2-2

CMD: pacman --query --file /mirror/cddb_get-2.28-1.pkg.tar.xz
# cddb_get 2.28-1

CMD: pacman --query --file /mirror/znc-1.6.3-4.pkg.tar.xz
# znc 1.6.3-4

CMD: pacman --query --file /mirror/perl-mediawiki-api-0.41-1.pkg.tar.xz
# perl-mediawiki-api 0.41-1

CMD: pacman --query --file /mirror/python-beaker-1.8.0-1.pkg.tar.xz
# python-beaker 1.8.0-1

CMD: pacman --query --file /mirror/libva-intel-driver-1.7.1-1.pkg.tar.xz
# libva-intel-driver 1.7.1-1

CMD: pacman --query --file /mirror/python-mutagen-1.31-1.pkg.tar.xz
# python-mutagen 1.31-1

CMD: pacman --query --file /mirror/nspr-4.12-1.pkg.tar.xz
# nspr 4.12-1

CMD: pacman --query --file /mirror/python2-email-validator-1.0.1-1.pkg.tar.xz
# python2-email-validator 1.0.1-1

CMD: pacman --query --file /mirror/libreoffice-fresh-el-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-el 5.1.4-1

CMD: pacman --query --file /mirror/mpdecimal-2.4.2-1.pkg.tar.xz
# mpdecimal 2.4.2-1

CMD: pacman --query --file /mirror/jq-1.5-3.pkg.tar.xz
# jq 1.5-3

CMD: pacman --query --file /mirror/python2-pybluez-0.20-4.pkg.tar.xz
# python2-pybluez 0.20-4

CMD: pacman --query --file /mirror/prison-frameworks-1.2.1.20150831-2.pkg.tar.xz
# prison-frameworks 1.2.1.20150831-2

CMD: pacman --query --file /mirror/jack2-dbus-1.9.10-4.pkg.tar.xz
# jack2-dbus 1.9.10-4

CMD: pacman --query --file /mirror/kbd-2.0.3-1.pkg.tar.xz
# kbd 2.0.3-1

CMD: pacman --query --file /mirror/perl-mime-tools-5.507-1.pkg.tar.xz
# perl-mime-tools 5.507-1

CMD: pacman --query --file /mirror/mythes-es-1:0.7-2.pkg.tar.xz
# mythes-es 1:0.7-2

CMD: pacman --query --file /mirror/arj-3.10.22-11.pkg.tar.xz
# arj 3.10.22-11

CMD: pacman --query --file /mirror/lua52-alt-getopt-0.7.0-7.pkg.tar.xz
# lua52-alt-getopt 0.7.0-7

CMD: pacman --query --file /mirror/python2-pyamf-0.8.0-3.pkg.tar.xz
# python2-pyamf 0.8.0-3

CMD: pacman --query --file /mirror/redland-storage-sqlite-1:1.0.17-3.pkg.tar.xz
# redland-storage-sqlite 1:1.0.17-3

CMD: pacman --query --file /mirror/wit-2.31a-1.pkg.tar.xz
# wit 2.31a-1

CMD: pacman --query --file /mirror/eclib-20160206-9.pkg.tar.xz
# eclib 20160206-9

CMD: pacman --query --file /mirror/python2-cryptography-1.4-1.pkg.tar.xz
# python2-cryptography 1.4-1

CMD: pacman --query --file /mirror/ncdu-1.11-3.pkg.tar.xz
# ncdu 1.11-3

CMD: pacman --query --file /mirror/gtk2-perl-1.2498-2.pkg.tar.xz
# gtk2-perl 1.2498-2

CMD: pacman --query --file /mirror/acpid-2.0.27-1.pkg.tar.xz
# acpid 2.0.27-1

CMD: pacman --query --file /mirror/libquvi-scripts-0.9.20131130-3.pkg.tar.xz
# libquvi-scripts 0.9.20131130-3

CMD: pacman --query --file /mirror/firefox-i18n-is-47.0.1-1.pkg.tar.xz
# firefox-i18n-is 47.0.1-1

CMD: pacman --query --file /mirror/python-configargparse-0.10.0-1.pkg.tar.xz
# python-configargparse 0.10.0-1

CMD: pacman --query --file /mirror/mobile-broadband-provider-info-20151214-1.pkg.tar.xz
# mobile-broadband-provider-info 20151214-1

CMD: pacman --query --file /mirror/python2-funcsigs-1.0.2-1.pkg.tar.xz
# python2-funcsigs 1.0.2-1

CMD: pacman --query --file /mirror/libreoffice-still-bs-5.0.6-1.pkg.tar.xz
# libreoffice-still-bs 5.0.6-1

CMD: pacman --query --file /mirror/haskell-data-default-0.7.1.1-1.pkg.tar.xz
# haskell-data-default 0.7.1.1-1

CMD: pacman --query --file /mirror/shedskin-0.9.4-1.pkg.tar.xz
# shedskin 0.9.4-1

CMD: pacman --query --file /mirror/kdegraphics-ksaneplugin-16.04.2-1.pkg.tar.xz
# kdegraphics-ksaneplugin 16.04.2-1

CMD: pacman --query --file /mirror/kompozer-i18n-pl-0.8b3-1.pkg.tar.xz
# kompozer-i18n-pl 0.8b3-1

CMD: pacman --query --file /mirror/tesseract-data-lav-3.04.00-1.pkg.tar.xz
# tesseract-data-lav 3.04.00-1

CMD: pacman --query --file /mirror/man-pages-it-4.06-1.pkg.tar.xz
# man-pages-it 4.06-1

CMD: pacman --query --file /mirror/font-mathematica-9.0-4.pkg.tar.xz
# font-mathematica 9.0-4

CMD: pacman --query --file /mirror/lout-3.40-1.pkg.tar.xz
# lout 3.40-1

CMD: pacman --query --file /mirror/python-tinycss-0.3-1.pkg.tar.xz
# python-tinycss 0.3-1

CMD: pacman --query --file /mirror/atlas-lapack-base-3.10.2-3.pkg.tar.xz
# atlas-lapack-base 3.10.2-3

CMD: pacman --query --file /mirror/python-glanceclient-2.1.0-1.pkg.tar.xz
# python-glanceclient 2.1.0-1

CMD: pacman --query --file /mirror/firefox-i18n-pl-47.0.1-1.pkg.tar.xz
# firefox-i18n-pl 47.0.1-1

CMD: pacman --query --file /mirror/astromenace-1.3.2-2.pkg.tar.xz
# astromenace 1.3.2-2

CMD: pacman --query --file /mirror/gnome-photos-3.20.2-1.pkg.tar.xz
# gnome-photos 3.20.2-1

CMD: pacman --query --file /mirror/gsfonts-20150811-1.pkg.tar.xz
# gsfonts 20150811-1

CMD: pacman --query --file /mirror/ruby-rack-2.0.1-1.pkg.tar.xz
# ruby-rack 2.0.1-1

CMD: pacman --query --file /mirror/rasqal-1:0.9.33-1.pkg.tar.xz
# rasqal 1:0.9.33-1

CMD: pacman --query --file /mirror/bluegriffon-2.1-1.pkg.tar.xz
# bluegriffon 2.1-1

CMD: pacman --query --file /mirror/texlive-humanities-2015.38717-1.pkg.tar.xz
# texlive-humanities 2015.38717-1

CMD: pacman --query --file /mirror/libxmu-1.1.2-1.pkg.tar.xz
# libxmu 1.1.2-1

CMD: pacman --query --file /mirror/portaudio-19_20140130-3.pkg.tar.xz
# portaudio 19_20140130-3

CMD: pacman --query --file /mirror/obby-0.4.8-3.pkg.tar.xz
# obby 0.4.8-3

CMD: pacman --query --file /mirror/inotify-tools-3.14-4.pkg.tar.xz
# inotify-tools 3.14-4

CMD: pacman --query --file /mirror/lxtask-gtk3-0.1.7-1.pkg.tar.xz
# lxtask-gtk3 0.1.7-1

CMD: pacman --query --file /mirror/python2-pytest-cache-1.0-2.pkg.tar.xz
# python2-pytest-cache 1.0-2

CMD: pacman --query --file /mirror/dtools-2.071.0-2.pkg.tar.xz
# dtools 2.071.0-2

CMD: pacman --query --file /mirror/artwiz-fonts-1.3-8.pkg.tar.xz
# artwiz-fonts 1.3-8

CMD: pacman --query --file /mirror/kdeaccessibility-jovie-16.04.2-1.pkg.tar.xz
# kdeaccessibility-jovie 16.04.2-1

CMD: pacman --query --file /mirror/rkhunter-1.4.2-2.pkg.tar.xz
# rkhunter 1.4.2-2

CMD: pacman --query --file /mirror/kdelibs-4.14.21-1.pkg.tar.xz
# kdelibs 4.14.21-1

CMD: pacman --query --file /mirror/ttf-hack-2.020-1.pkg.tar.xz
# ttf-hack 2.020-1

CMD: pacman --query --file /mirror/python-zope-proxy-4.2.0-1.pkg.tar.xz
# python-zope-proxy 4.2.0-1

CMD: pacman --query --file /mirror/kemoticons-5.23.0-1.pkg.tar.xz
# kemoticons 5.23.0-1

CMD: pacman --query --file /mirror/python2-qrencode-1.01-9.pkg.tar.xz
# python2-qrencode 1.01-9

CMD: pacman --query --file /mirror/python-dbus-1.2.4-1.pkg.tar.xz
# python-dbus 1.2.4-1

CMD: pacman --query --file /mirror/oxygen-gtk2-1.4.6-2.pkg.tar.xz
# oxygen-gtk2 1.4.6-2

CMD: pacman --query --file /mirror/python-tblib-1.3.0-1.pkg.tar.xz
# python-tblib 1.3.0-1

CMD: pacman --query --file /mirror/perl-mail-transport-dbx-0.07-12.pkg.tar.xz
# perl-mail-transport-dbx 0.07-12

CMD: pacman --query --file /mirror/fbdump-0.4.2-4.pkg.tar.xz
# fbdump 0.4.2-4

CMD: pacman --query --file /mirror/pam-1.2.1-3.pkg.tar.xz
# pam 1.2.1-3

CMD: pacman --query --file /mirror/mutt-1.6.2-1.pkg.tar.xz
# mutt 1.6.2-1

CMD: pacman --query --file /mirror/python-scikit-learn-0.17.1-1.pkg.tar.xz
# python-scikit-learn 0.17.1-1

CMD: pacman --query --file /mirror/python2-selenium-2.53.1-1.pkg.tar.xz
# python2-selenium 2.53.1-1

CMD: pacman --query --file /mirror/mari0-1.6-2.pkg.tar.xz
# mari0 1.6-2

CMD: pacman --query --file /mirror/python-cx_freeze-4.3.4-3.pkg.tar.xz
# python-cx_freeze 4.3.4-3

CMD: pacman --query --file /mirror/f2fs-tools-1.6.1-1.pkg.tar.xz
# f2fs-tools 1.6.1-1

CMD: pacman --query --file /mirror/ruby-hpricot-0.8.6-4.pkg.tar.xz
# ruby-hpricot 0.8.6-4

CMD: pacman --query --file /mirror/libretro-mupen64plus-4029-2.pkg.tar.xz
# libretro-mupen64plus 4029-2

CMD: pacman --query --file /mirror/caja-1.12.6-1.pkg.tar.xz
# caja 1.12.6-1

CMD: pacman --query --file /mirror/mtr-gtk-0.86-3.pkg.tar.xz
# mtr-gtk 0.86-3

CMD: pacman --query --file /mirror/fcitx-anthy-0.2.2-3.pkg.tar.xz
# fcitx-anthy 0.2.2-3

CMD: pacman --query --file /mirror/libreoffice-fresh-gd-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-gd 5.1.4-1

CMD: pacman --query --file /mirror/python-opengl-3.1.0-2.pkg.tar.xz
# python-opengl 3.1.0-2

CMD: pacman --query --file /mirror/firefox-i18n-ru-47.0.1-1.pkg.tar.xz
# firefox-i18n-ru 47.0.1-1

CMD: pacman --query --file /mirror/xorg-x11perf-1.6.0-1.pkg.tar.xz
# xorg-x11perf 1.6.0-1

CMD: pacman --query --file /mirror/gtetrinet-0.7.11-5.pkg.tar.xz
# gtetrinet 0.7.11-5

CMD: pacman --query --file /mirror/ibus-kkc-1.5.22-1.pkg.tar.xz
# ibus-kkc 1.5.22-1

CMD: pacman --query --file /mirror/fxprocessview-0.5.0-7.pkg.tar.xz
# fxprocessview 0.5.0-7

CMD: pacman --query --file /mirror/python2-pyqwt-5.2.0-2.pkg.tar.xz
# python2-pyqwt 5.2.0-2

CMD: pacman --query --file /mirror/python-urllib3-doc-1.16-1.pkg.tar.xz
# python-urllib3-doc 1.16-1

CMD: pacman --query --file /mirror/perl-datetime-format-strptime-1.64-1.pkg.tar.xz
# perl-datetime-format-strptime 1.64-1

CMD: pacman --query --file /mirror/python-idna-2.1-1.pkg.tar.xz
# python-idna 2.1-1

CMD: pacman --query --file /mirror/flex-2.6.0-3.pkg.tar.xz
# flex 2.6.0-3

CMD: pacman --query --file /mirror/haskell-mtl-2.2.1-6.pkg.tar.xz
# haskell-mtl 2.2.1-6

CMD: pacman --query --file /mirror/bladerf-1.7.1-1.pkg.tar.xz
# bladerf 1.7.1-1

CMD: pacman --query --file /mirror/gtypist-2.9.5-3.pkg.tar.xz
# gtypist 2.9.5-3

CMD: pacman --query --file /mirror/xproto-7.0.29-1.pkg.tar.xz
# xproto 7.0.29-1

CMD: pacman --query --file /mirror/notmuch-mutt-0.22-1.pkg.tar.xz
# notmuch-mutt 0.22-1

CMD: pacman --query --file /mirror/kde-l10n-de-16.04.2-1.pkg.tar.xz
# kde-l10n-de 16.04.2-1

CMD: pacman --query --file /mirror/chicken-4.11.0-1.pkg.tar.xz
# chicken 4.11.0-1

CMD: pacman --query --file /mirror/xcircuit-3.8.79-1.pkg.tar.xz
# xcircuit 3.8.79-1

CMD: pacman --query --file /mirror/rlwrap-0.42-2.pkg.tar.xz
# rlwrap 0.42-2

CMD: pacman --query --file /mirror/heimdall-1.4.1-2.pkg.tar.xz
# heimdall 1.4.1-2

CMD: pacman --query --file /mirror/libuhd-firmware-3.9.4-1.pkg.tar.xz
# libuhd-firmware 3.9.4-1

CMD: pacman --query --file /mirror/libreoffice-still-am-5.0.6-1.pkg.tar.xz
# libreoffice-still-am 5.0.6-1

CMD: pacman --query --file /mirror/thunderbird-i18n-et-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-et 45.2.0-1

CMD: pacman --query --file /mirror/elementary-docs-1.17.0-1.pkg.tar.xz
# elementary-docs 1.17.0-1

CMD: pacman --query --file /mirror/python2-grequests-0.3.0-1.pkg.tar.xz
# python2-grequests 0.3.0-1

CMD: pacman --query --file /mirror/openlierox-0.58_rc3-7.pkg.tar.xz
# openlierox 0.58_rc3-7

CMD: pacman --query --file /mirror/docky-2.2.1.1-1.pkg.tar.xz
# docky 2.2.1.1-1

CMD: pacman --query --file /mirror/fossil-1.35-1.pkg.tar.xz
# fossil 1.35-1

CMD: pacman --query --file /mirror/python2-pygpgme-0.3-4.pkg.tar.xz
# python2-pygpgme 0.3-4

CMD: pacman --query --file /mirror/tesseract-data-kaz-3.04.00-1.pkg.tar.xz
# tesseract-data-kaz 3.04.00-1

CMD: pacman --query --file /mirror/emacs-muse-3.20-5.pkg.tar.xz
# emacs-muse 3.20-5

CMD: pacman --query --file /mirror/tesseract-data-chi_sim-3.04.00-1.pkg.tar.xz
# tesseract-data-chi_sim 3.04.00-1

CMD: pacman --query --file /mirror/python2-keystone-0.9-1.pkg.tar.xz
# python2-keystone 0.9-1

CMD: pacman --query --file /mirror/python-pytest-2.9.2-1.pkg.tar.xz
# python-pytest 2.9.2-1

CMD: pacman --query --file /mirror/kde-meta-kdesdk-16.04-1.pkg.tar.xz
# kde-meta-kdesdk 16.04-1

CMD: pacman --query --file /mirror/gtk2hs-buildtools-0.13.0.5-4.pkg.tar.xz
# gtk2hs-buildtools 0.13.0.5-4

CMD: pacman --query --file /mirror/libretro-mgba-3326-1.pkg.tar.xz
# libretro-mgba 3326-1

CMD: pacman --query --file /mirror/java-batik-1.8-2.pkg.tar.xz
# java-batik 1.8-2

CMD: pacman --query --file /mirror/bullet-2.83.7-1.pkg.tar.xz
# bullet 2.83.7-1

CMD: pacman --query --file /mirror/python-pymongo-3.2.2-1.pkg.tar.xz
# python-pymongo 3.2.2-1

CMD: pacman --query --file /mirror/poppler-0.42.0-1.pkg.tar.xz
# poppler 0.42.0-1

CMD: pacman --query --file /mirror/emovix-0.9.0-6.pkg.tar.xz
# emovix 0.9.0-6

CMD: pacman --query --file /mirror/shairport-sync-2.8.4.4-1.pkg.tar.xz
# shairport-sync 2.8.4.4-1

CMD: pacman --query --file /mirror/snes9x-gtk-1.53-11.pkg.tar.xz
# snes9x-gtk 1.53-11

CMD: pacman --query --file /mirror/perl-html-highlight-0.20-6.pkg.tar.xz
# perl-html-highlight 0.20-6

CMD: pacman --query --file /mirror/python-zope-interface-4.2.0-1.pkg.tar.xz
# python-zope-interface 4.2.0-1

CMD: pacman --query --file /mirror/faac-1.28-5.pkg.tar.xz
# faac 1.28-5

CMD: pacman --query --file /mirror/xorg-xinput-1.6.2-1.pkg.tar.xz
# xorg-xinput 1.6.2-1

CMD: pacman --query --file /mirror/qmidiarp-0.6.3-2.pkg.tar.xz
# qmidiarp 0.6.3-2

CMD: pacman --query --file /mirror/perl-dbd-odbc-1.52-2.pkg.tar.xz
# perl-dbd-odbc 1.52-2

CMD: pacman --query --file /mirror/python2-ply-3.8-1.pkg.tar.xz
# python2-ply 3.8-1

CMD: pacman --query --file /mirror/torcs-1.3.6-2.pkg.tar.xz
# torcs 1.3.6-2

CMD: pacman --query --file /mirror/pwgen-2.07-1.pkg.tar.xz
# pwgen 2.07-1

CMD: pacman --query --file /mirror/haskell-fgl-5.5.2.3-2.pkg.tar.xz
# haskell-fgl 5.5.2.3-2

CMD: pacman --query --file /mirror/bochs-2.6.8-3.pkg.tar.xz
# bochs 2.6.8-3

CMD: pacman --query --file /mirror/libreoffice-still-mni-5.0.6-1.pkg.tar.xz
# libreoffice-still-mni 5.0.6-1

CMD: pacman --query --file /mirror/tesseract-data-grc-3.04.00-1.pkg.tar.xz
# tesseract-data-grc 3.04.00-1

CMD: pacman --query --file /mirror/mate-themes-3.20.5-2.pkg.tar.xz
# mate-themes 3.20.5-2

CMD: pacman --query --file /mirror/kbruch-16.04.2-1.pkg.tar.xz
# kbruch 16.04.2-1

CMD: pacman --query --file /mirror/haskell-x509-store-1.6.1-16.pkg.tar.xz
# haskell-x509-store 1.6.1-16

CMD: pacman --query --file /mirror/qjson-0.8.1-5.pkg.tar.xz
# qjson 0.8.1-5

CMD: pacman --query --file /mirror/python2-httplib2-0.9.2-1.pkg.tar.xz
# python2-httplib2 0.9.2-1

CMD: pacman --query --file /mirror/libffi-3.2.1-2.pkg.tar.xz
# libffi 3.2.1-2

CMD: pacman --query --file /mirror/libssh-0.7.3-1.pkg.tar.xz
# libssh 0.7.3-1

CMD: pacman --query --file /mirror/libaccounts-glib-1.22-1.pkg.tar.xz
# libaccounts-glib 1.22-1

CMD: pacman --query --file /mirror/deepin-nautilus-properties-3.14.3-1.pkg.tar.xz
# deepin-nautilus-properties 3.14.3-1

CMD: pacman --query --file /mirror/haskell-old-time-1.1.0.3-8.pkg.tar.xz
# haskell-old-time 1.1.0.3-8

CMD: pacman --query --file /mirror/pwsafe-20160304-1.pkg.tar.xz
# pwsafe 20160304-1

CMD: pacman --query --file /mirror/pam_ldap-186-5.pkg.tar.xz
# pam_ldap 186-5

CMD: pacman --query --file /mirror/opendkim-2.10.3-3.pkg.tar.xz
# opendkim 2.10.3-3

CMD: pacman --query --file /mirror/oxide-1.10.3-2.pkg.tar.xz
# oxide 1.10.3-2

CMD: pacman --query --file /mirror/bonnie++-1.97-2.pkg.tar.xz
# bonnie++ 1.97-2

CMD: pacman --query --file /mirror/clucene-2.3.3.4-9.pkg.tar.xz
# clucene 2.3.3.4-9

CMD: pacman --query --file /mirror/gvfs-1.28.2-1.pkg.tar.xz
# gvfs 1.28.2-1

CMD: pacman --query --file /mirror/font-bh-ttf-1.0.3-3.pkg.tar.xz
# font-bh-ttf 1.0.3-3

CMD: pacman --query --file /mirror/python-urllib3-1.16-1.pkg.tar.xz
# python-urllib3 1.16-1

CMD: pacman --query --file /mirror/haskell-attoparsec-0.13.0.2-4.pkg.tar.xz
# haskell-attoparsec 0.13.0.2-4

CMD: pacman --query --file /mirror/python-wsgiproxy2-0.4.2-1.pkg.tar.xz
# python-wsgiproxy2 0.4.2-1

CMD: pacman --query --file /mirror/x2goserver-4.0.1.19-5.pkg.tar.xz
# x2goserver 4.0.1.19-5

CMD: pacman --query --file /mirror/python2-manuel-1.8.0-1.pkg.tar.xz
# python2-manuel 1.8.0-1

CMD: pacman --query --file /mirror/firefox-i18n-ro-47.0.1-1.pkg.tar.xz
# firefox-i18n-ro 47.0.1-1

CMD: pacman --query --file /mirror/python2-virtualenv-clone-0.2.6-2.pkg.tar.xz
# python2-virtualenv-clone 0.2.6-2

CMD: pacman --query --file /mirror/hatari-1.9.0-1.pkg.tar.xz
# hatari 1.9.0-1

CMD: pacman --query --file /mirror/gwakeonlan-0.6.2-5.pkg.tar.xz
# gwakeonlan 0.6.2-5

CMD: pacman --query --file /mirror/opensp-1.5.2-7.pkg.tar.xz
# opensp 1.5.2-7

CMD: pacman --query --file /mirror/libgap-4.8.3-1.pkg.tar.xz
# libgap 4.8.3-1

CMD: pacman --query --file /mirror/krunner-5.23.0-1.pkg.tar.xz
# krunner 5.23.0-1

CMD: pacman --query --file /mirror/blueberry-1.1.5-1.pkg.tar.xz
# blueberry 1.1.5-1

CMD: pacman --query --file /mirror/python2-markdown-2.6.6-1.pkg.tar.xz
# python2-markdown 2.6.6-1

CMD: pacman --query --file /mirror/sord-0.14.0-1.pkg.tar.xz
# sord 0.14.0-1

CMD: pacman --query --file /mirror/nilfs-utils-2.2.4-1.pkg.tar.xz
# nilfs-utils 2.2.4-1

CMD: pacman --query --file /mirror/haskell-geniplate-mirror-0.7.4-2.pkg.tar.xz
# haskell-geniplate-mirror 0.7.4-2

CMD: pacman --query --file /mirror/libestr-0.1.10-1.pkg.tar.xz
# libestr 0.1.10-1

CMD: pacman --query --file /mirror/libreoffice-fresh-hr-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-hr 5.1.4-1

CMD: pacman --query --file /mirror/freewrl-3.0.0-1.pkg.tar.xz
# freewrl 3.0.0-1

CMD: pacman --query --file /mirror/volatility-2.5-3.pkg.tar.xz
# volatility 2.5-3

CMD: pacman --query --file /mirror/anjuta-3.20.0-2.pkg.tar.xz
# anjuta 3.20.0-2

CMD: pacman --query --file /mirror/geary-0.11.1-1.pkg.tar.xz
# geary 0.11.1-1

CMD: pacman --query --file /mirror/klettres-16.04.2-1.pkg.tar.xz
# klettres 16.04.2-1

CMD: pacman --query --file /mirror/eric-i18n-cs-6.1.7-1.pkg.tar.xz
# eric-i18n-cs 6.1.7-1

CMD: pacman --query --file /mirror/kdewebkit-5.23.0-1.pkg.tar.xz
# kdewebkit 5.23.0-1

CMD: pacman --query --file /mirror/python2-sqlparse-0.1.19-1.pkg.tar.xz
# python2-sqlparse 0.1.19-1

CMD: pacman --query --file /mirror/easytag-2.4.2-2.pkg.tar.xz
# easytag 2.4.2-2

CMD: pacman --query --file /mirror/kwallet-pam-5.7.0-1.pkg.tar.xz
# kwallet-pam 5.7.0-1

CMD: pacman --query --file /mirror/bluez-firmware-1.2-8.pkg.tar.xz
# bluez-firmware 1.2-8

CMD: pacman --query --file /mirror/mate-system-monitor-1.12.1-2.pkg.tar.xz
# mate-system-monitor 1.12.1-2

CMD: pacman --query --file /mirror/kde-l10n-sk-16.04.2-1.pkg.tar.xz
# kde-l10n-sk 16.04.2-1

CMD: pacman --query --file /mirror/phpmyadmin-4.6.3-1.pkg.tar.xz
# phpmyadmin 4.6.3-1

CMD: pacman --query --file /mirror/libgda-postgres-5.2.4-2.pkg.tar.xz
# libgda-postgres 5.2.4-2

CMD: pacman --query --file /mirror/libsoxr-0.1.2-1.pkg.tar.xz
# libsoxr 0.1.2-1

CMD: pacman --query --file /mirror/brasero-3.12.1-1.pkg.tar.xz
# brasero 3.12.1-1

CMD: pacman --query --file /mirror/libirman-0.5.2-1.pkg.tar.xz
# libirman 0.5.2-1

CMD: pacman --query --file /mirror/uwsgi-plugin-php-2.0.13.1-3.pkg.tar.xz
# uwsgi-plugin-php 2.0.13.1-3

CMD: pacman --query --file /mirror/dnssec-tools-2.2-4.pkg.tar.xz
# dnssec-tools 2.2-4

CMD: pacman --query --file /mirror/perl-xml-rsslite-0.15-3.pkg.tar.xz
# perl-xml-rsslite 0.15-3

CMD: pacman --query --file /mirror/osdlyrics-0.4.3-5.pkg.tar.xz
# osdlyrics 0.4.3-5

CMD: pacman --query --file /mirror/gnome-code-assistance-3.16.0-4.pkg.tar.xz
# gnome-code-assistance 3.16.0-4

CMD: pacman --query --file /mirror/dia-0.97.3-3.pkg.tar.xz
# dia 0.97.3-3

CMD: pacman --query --file /mirror/xf86-input-synaptics-1.8.99.1-1.pkg.tar.xz
# xf86-input-synaptics 1.8.99.1-1

CMD: pacman --query --file /mirror/php-pgsql-7.0.8-1.pkg.tar.xz
# php-pgsql 7.0.8-1

CMD: pacman --query --file /mirror/xtrabackup-2.4.3-1.pkg.tar.xz
# xtrabackup 2.4.3-1

CMD: pacman --query --file /mirror/kguiaddons-5.23.0-1.pkg.tar.xz
# kguiaddons 5.23.0-1

CMD: pacman --query --file /mirror/planarity-2.2.0-1.pkg.tar.xz
# planarity 2.2.0-1

CMD: pacman --query --file /mirror/python-html2text-2016.5.29-1.pkg.tar.xz
# python-html2text 2016.5.29-1

CMD: pacman --query --file /mirror/qcachegrind-0.7.4-6.pkg.tar.xz
# qcachegrind 0.7.4-6

CMD: pacman --query --file /mirror/libgssglue-0.4-2.pkg.tar.xz
# libgssglue 0.4-2

CMD: pacman --query --file /mirror/akonadi-calendar-16.04.2-1.pkg.tar.xz
# akonadi-calendar 16.04.2-1

CMD: pacman --query --file /mirror/perl-pegex-0.60-1.pkg.tar.xz
# perl-pegex 0.60-1

CMD: pacman --query --file /mirror/libfes-0.2-1.pkg.tar.xz
# libfes 0.2-1

CMD: pacman --query --file /mirror/haskell-nonce-1.0.2-5.pkg.tar.xz
# haskell-nonce 1.0.2-5

CMD: pacman --query --file /mirror/kde-meta-kdepim-16.04-1.pkg.tar.xz
# kde-meta-kdepim 16.04-1

CMD: pacman --query --file /mirror/kde4-kio-rapip-0.4-3.pkg.tar.xz
# kde4-kio-rapip 0.4-3

CMD: pacman --query --file /mirror/x86_energy_perf_policy-4.6-4.pkg.tar.xz
# x86_energy_perf_policy 4.6-4

CMD: pacman --query --file /mirror/mate-control-center-1.12.1-1.pkg.tar.xz
# mate-control-center 1.12.1-1

CMD: pacman --query --file /mirror/python2-levenshtein-0.12.0-3.pkg.tar.xz
# python2-levenshtein 0.12.0-3

CMD: pacman --query --file /mirror/perl-class-inspector-1.28-2.pkg.tar.xz
# perl-class-inspector 1.28-2

CMD: pacman --query --file /mirror/wxgtk2.8-2.8.12.1-4.pkg.tar.xz
# wxgtk2.8 2.8.12.1-4

CMD: pacman --query --file /mirror/qt5-multimedia-5.7.0-1.pkg.tar.xz
# qt5-multimedia 5.7.0-1

CMD: pacman --query --file /mirror/libxfce4util-4.12.1-1.pkg.tar.xz
# libxfce4util 4.12.1-1

CMD: pacman --query --file /mirror/ruby-rspec-support-3.5.0-1.pkg.tar.xz
# ruby-rspec-support 3.5.0-1

CMD: pacman --query --file /mirror/perl-namespace-clean-0.26-1.pkg.tar.xz
# perl-namespace-clean 0.26-1

CMD: pacman --query --file /mirror/xorg-sessreg-1.1.0-1.pkg.tar.xz
# xorg-sessreg 1.1.0-1

CMD: pacman --query --file /mirror/python-pbr-1.10.0-1.pkg.tar.xz
# python-pbr 1.10.0-1

CMD: pacman --query --file /mirror/mate-utils-1.12.0-1.pkg.tar.xz
# mate-utils 1.12.0-1

CMD: pacman --query --file /mirror/xorg-fonts-alias-1.0.3-1.pkg.tar.xz
# xorg-fonts-alias 1.0.3-1

CMD: pacman --query --file /mirror/roxterm-3.3.2-2.pkg.tar.xz
# roxterm 3.3.2-2

CMD: pacman --query --file /mirror/python2-jellyfish-0.5.2-1.pkg.tar.xz
# python2-jellyfish 0.5.2-1

CMD: pacman --query --file /mirror/fceux-2.2.2-3.pkg.tar.xz
# fceux 2.2.2-3

CMD: pacman --query --file /mirror/buildbot-0.8.12-1.pkg.tar.xz
# buildbot 0.8.12-1

CMD: pacman --query --file /mirror/lesstif-0.95.2-6.pkg.tar.xz
# lesstif 0.95.2-6

CMD: pacman --query --file /mirror/python2-ipy-0.83-1.pkg.tar.xz
# python2-ipy 0.83-1

CMD: pacman --query --file /mirror/python-flask-silk-0.2-2.pkg.tar.xz
# python-flask-silk 0.2-2

CMD: pacman --query --file /mirror/python2-pycparser-2.14-2.pkg.tar.xz
# python2-pycparser 2.14-2

CMD: pacman --query --file /mirror/ario-1.5.1-4.pkg.tar.xz
# ario 1.5.1-4

CMD: pacman --query --file /mirror/xcur2png-0.7.1-4.pkg.tar.xz
# xcur2png 0.7.1-4

CMD: pacman --query --file /mirror/kblackbox-16.04.2-1.pkg.tar.xz
# kblackbox 16.04.2-1

CMD: pacman --query --file /mirror/hd-idle-1.05-1.pkg.tar.xz
# hd-idle 1.05-1

CMD: pacman --query --file /mirror/tesseract-data-ita-3.04.00-1.pkg.tar.xz
# tesseract-data-ita 3.04.00-1

CMD: pacman --query --file /mirror/gap-data-4.8.3-2.pkg.tar.xz
# gap-data 4.8.3-2

CMD: pacman --query --file /mirror/xmoto-0.5.11-5.pkg.tar.xz
# xmoto 0.5.11-5

CMD: pacman --query --file /mirror/kunitconversion-5.23.0-1.pkg.tar.xz
# kunitconversion 5.23.0-1

CMD: pacman --query --file /mirror/libgusb-0.2.9-1.pkg.tar.xz
# libgusb 0.2.9-1

CMD: pacman --query --file /mirror/libfprint-0.6.0-1.pkg.tar.xz
# libfprint 0.6.0-1

CMD: pacman --query --file /mirror/snd-16.3-1.pkg.tar.xz
# snd 16.3-1

CMD: pacman --query --file /mirror/haskell-yaml-0.8.18-2.pkg.tar.xz
# haskell-yaml 0.8.18-2

CMD: pacman --query --file /mirror/bsd-games-2.17-16.pkg.tar.xz
# bsd-games 2.17-16

CMD: pacman --query --file /mirror/python-pcapy-0.10.10-2.pkg.tar.xz
# python-pcapy 0.10.10-2

CMD: pacman --query --file /mirror/libextractor-1.3-2.pkg.tar.xz
# libextractor 1.3-2

CMD: pacman --query --file /mirror/xfdesktop-4.12.3-2.pkg.tar.xz
# xfdesktop 4.12.3-2

CMD: pacman --query --file /mirror/perl-cpan-perl-releases-2.58-1.pkg.tar.xz
# perl-cpan-perl-releases 2.58-1

CMD: pacman --query --file /mirror/mksh-52.2-1.pkg.tar.xz
# mksh 52.2-1

CMD: pacman --query --file /mirror/deluge-1.3.12+73+g5f92810-1.pkg.tar.xz
# deluge 1.3.12+73+g5f92810-1

CMD: pacman --query --file /mirror/minicom-2.7-2.pkg.tar.xz
# minicom 2.7-2

CMD: pacman --query --file /mirror/haskell-tasty-hunit-0.9.2-9.pkg.tar.xz
# haskell-tasty-hunit 0.9.2-9

CMD: pacman --query --file /mirror/drivel-3.0.5-1.pkg.tar.xz
# drivel 3.0.5-1

CMD: pacman --query --file /mirror/qt5-feedback-0.0.0.20150918-2.pkg.tar.xz
# qt5-feedback 0.0.0.20150918-2

CMD: pacman --query --file /mirror/mingw-w64-headers-4.0.6-1.pkg.tar.xz
# mingw-w64-headers 4.0.6-1

CMD: pacman --query --file /mirror/faenza-icon-theme-1.3.1-4.pkg.tar.xz
# faenza-icon-theme 1.3.1-4

CMD: pacman --query --file /mirror/vulkan-validation-layers-1.0.11.0-1.pkg.tar.xz
# vulkan-validation-layers 1.0.11.0-1

CMD: pacman --query --file /mirror/bigloo-4.2c-4.pkg.tar.xz
# bigloo 4.2c-4

CMD: pacman --query --file /mirror/shairplay-20160101.ce80e00-1.pkg.tar.xz
# shairplay 20160101.ce80e00-1

CMD: pacman --query --file /mirror/haskell-postgresql-binary-0.9.0.1-2.pkg.tar.xz
# haskell-postgresql-binary 0.9.0.1-2

CMD: pacman --query --file /mirror/sk1-0.9.3-3.pkg.tar.xz
# sk1 0.9.3-3

CMD: pacman --query --file /mirror/python-persistent-4.2.1-1.pkg.tar.xz
# python-persistent 4.2.1-1

CMD: pacman --query --file /mirror/c2hs-0.28.1-2.pkg.tar.xz
# c2hs 0.28.1-2

CMD: pacman --query --file /mirror/python-flexmock-0.10.2-1.pkg.tar.xz
# python-flexmock 0.10.2-1

CMD: pacman --query --file /mirror/kmailtransport-16.04.2-2.pkg.tar.xz
# kmailtransport 16.04.2-2

CMD: pacman --query --file /mirror/msmtp-1.6.4-1.pkg.tar.xz
# msmtp 1.6.4-1

CMD: pacman --query --file /mirror/libretro-yabause-2866-1.pkg.tar.xz
# libretro-yabause 2866-1

CMD: pacman --query --file /mirror/haskell-patience-0.1.1-1.pkg.tar.xz
# haskell-patience 0.1.1-1

CMD: pacman --query --file /mirror/graphviz-2.38.0-12.pkg.tar.xz
# graphviz 2.38.0-12

CMD: pacman --query --file /mirror/kdewebdev-kommander-16.04.2-1.pkg.tar.xz
# kdewebdev-kommander 16.04.2-1

CMD: pacman --query --file /mirror/python-distutils-extra-2.39-1.pkg.tar.xz
# python-distutils-extra 2.39-1

CMD: pacman --query --file /mirror/okteta-16.04.2-1.pkg.tar.xz
# okteta 16.04.2-1

CMD: pacman --query --file /mirror/haskell-pem-0.2.2-3.pkg.tar.xz
# haskell-pem 0.2.2-3

CMD: pacman --query --file /mirror/gambas3-gb-qt5-opengl-3.8.4-3.pkg.tar.xz
# gambas3-gb-qt5-opengl 3.8.4-3

CMD: pacman --query --file /mirror/xine-lib-1.2.6-9.pkg.tar.xz
# xine-lib 1.2.6-9

CMD: pacman --query --file /mirror/db-5.3.28-3.pkg.tar.xz
# db 5.3.28-3

CMD: pacman --query --file /mirror/shfs-utils-0.35-5.pkg.tar.xz
# shfs-utils 0.35-5

CMD: pacman --query --file /mirror/resourceproto-1.2.0-3.pkg.tar.xz
# resourceproto 1.2.0-3

CMD: pacman --query --file /mirror/libmatio-1.5.6-2.pkg.tar.xz
# libmatio 1.5.6-2

CMD: pacman --query --file /mirror/fcitx-skk-0.1.2-3.pkg.tar.xz
# fcitx-skk 0.1.2-3

CMD: pacman --query --file /mirror/perl-algorithm-diff-1.1903-1.pkg.tar.xz
# perl-algorithm-diff 1.1903-1

CMD: pacman --query --file /mirror/read-edid-3.0.2-1.pkg.tar.xz
# read-edid 3.0.2-1

CMD: pacman --query --file /mirror/perl-crypt-des-2.07-4.pkg.tar.xz
# perl-crypt-des 2.07-4

CMD: pacman --query --file /mirror/kodi-addon-screensaver-pyro-20160523.4810d75-1.pkg.tar.xz
# kodi-addon-screensaver-pyro 20160523.4810d75-1

CMD: pacman --query --file /mirror/pangomm-2.40.0-1.pkg.tar.xz
# pangomm 2.40.0-1

CMD: pacman --query --file /mirror/fixesproto-5.0-3.pkg.tar.xz
# fixesproto 5.0-3

CMD: pacman --query --file /mirror/python-bottle-0.12.9-1.pkg.tar.xz
# python-bottle 0.12.9-1

CMD: pacman --query --file /mirror/calligra-l10n-zh_tw-2.9.11-1.pkg.tar.xz
# calligra-l10n-zh_tw 2.9.11-1

CMD: pacman --query --file /mirror/python2-pyxmpp-1.1.2-4.pkg.tar.xz
# python2-pyxmpp 1.1.2-4

CMD: pacman --query --file /mirror/facter-3.1.8-1.pkg.tar.xz
# facter 3.1.8-1

CMD: pacman --query --file /mirror/openexr-2.2.0-3.pkg.tar.xz
# openexr 2.2.0-3

CMD: pacman --query --file /mirror/tinycdb-0.78-2.pkg.tar.xz
# tinycdb 0.78-2

CMD: pacman --query --file /mirror/kleopatra-16.04.2-1.pkg.tar.xz
# kleopatra 16.04.2-1

CMD: pacman --query --file /mirror/shhmsg-1.4.2-1.pkg.tar.xz
# shhmsg 1.4.2-1

CMD: pacman --query --file /mirror/netcdf-4.4.1rc1-1.pkg.tar.xz
# netcdf 4.4.1rc1-1

CMD: pacman --query --file /mirror/engrampa-gtk3-1.12.0-1.pkg.tar.xz
# engrampa-gtk3 1.12.0-1

CMD: pacman --query --file /mirror/haveged-1.9.1-2.pkg.tar.xz
# haveged 1.9.1-2

CMD: pacman --query --file /mirror/python-h2-2.4.0-1.pkg.tar.xz
# python-h2 2.4.0-1

CMD: pacman --query --file /mirror/megaglest-3.12.0-1.pkg.tar.xz
# megaglest 3.12.0-1

CMD: pacman --query --file /mirror/python2-numarray-1.5.2-7.pkg.tar.xz
# python2-numarray 1.5.2-7

CMD: pacman --query --file /mirror/smplayer-16.6.0-1.pkg.tar.xz
# smplayer 16.6.0-1

CMD: pacman --query --file /mirror/mono-addins-1.1-1.pkg.tar.xz
# mono-addins 1.1-1

CMD: pacman --query --file /mirror/xf86-input-elographics-1.4.1-6.pkg.tar.xz
# xf86-input-elographics 1.4.1-6

CMD: pacman --query --file /mirror/haskell-tagstream-conduit-0.5.5.3-31.pkg.tar.xz
# haskell-tagstream-conduit 0.5.5.3-31

CMD: pacman --query --file /mirror/libreoffice-still-de-5.0.6-1.pkg.tar.xz
# libreoffice-still-de 5.0.6-1

CMD: pacman --query --file /mirror/dynamite-0.1.1-4.pkg.tar.xz
# dynamite 0.1.1-4

CMD: pacman --query --file /mirror/libfdk-aac-0.1.4-2.pkg.tar.xz
# libfdk-aac 0.1.4-2

CMD: pacman --query --file /mirror/haskell-blaze-markup-0.7.0.3-6.pkg.tar.xz
# haskell-blaze-markup 0.7.0.3-6

CMD: pacman --query --file /mirror/perl-html-form-6.03-2.pkg.tar.xz
# perl-html-form 6.03-2

CMD: pacman --query --file /mirror/libcroco-0.6.11-1.pkg.tar.xz
# libcroco 0.6.11-1

CMD: pacman --query --file /mirror/cyrus-sasl-2.1.26-8.pkg.tar.xz
# cyrus-sasl 2.1.26-8

CMD: pacman --query --file /mirror/tesseract-data-deu-3.04.00-1.pkg.tar.xz
# tesseract-data-deu 3.04.00-1

CMD: pacman --query --file /mirror/firefox-i18n-he-47.0.1-1.pkg.tar.xz
# firefox-i18n-he 47.0.1-1

CMD: pacman --query --file /mirror/gambas3-gb-opengl-3.8.4-3.pkg.tar.xz
# gambas3-gb-opengl 3.8.4-3

CMD: pacman --query --file /mirror/ode-0.13.1-2.pkg.tar.xz
# ode 0.13.1-2

CMD: pacman --query --file /mirror/a2jmidid-8-1.pkg.tar.xz
# a2jmidid 8-1

CMD: pacman --query --file /mirror/dmraid-1.0.0.rc16.3-10.pkg.tar.xz
# dmraid 1.0.0.rc16.3-10

CMD: pacman --query --file /mirror/libepoxy-1.3.1-1.pkg.tar.xz
# libepoxy 1.3.1-1

CMD: pacman --query --file /mirror/murmur-1.2.16-2.pkg.tar.xz
# murmur 1.2.16-2

CMD: pacman --query --file /mirror/pulseaudio-xen-9.0-1.pkg.tar.xz
# pulseaudio-xen 9.0-1

CMD: pacman --query --file /mirror/gambas3-gb-net-curl-3.8.4-3.pkg.tar.xz
# gambas3-gb-net-curl 3.8.4-3

CMD: pacman --query --file /mirror/lat-1.2.4-2.pkg.tar.xz
# lat 1.2.4-2

CMD: pacman --query --file /mirror/python2-lazy-object-proxy-1.2.1-1.pkg.tar.xz
# python2-lazy-object-proxy 1.2.1-1

CMD: pacman --query --file /mirror/ps_mem-3.8-1.pkg.tar.xz
# ps_mem 3.8-1

CMD: pacman --query --file /mirror/libssh-docs-0.7.3-1.pkg.tar.xz
# libssh-docs 0.7.3-1

CMD: pacman --query --file /mirror/perl-sub-uplevel-0.25-1.pkg.tar.xz
# perl-sub-uplevel 0.25-1

CMD: pacman --query --file /mirror/anthy-9100h-4.pkg.tar.xz
# anthy 9100h-4

CMD: pacman --query --file /mirror/firefox-i18n-zh-cn-47.0.1-1.pkg.tar.xz
# firefox-i18n-zh-cn 47.0.1-1

CMD: pacman --query --file /mirror/gluon-0.71.0-12.pkg.tar.xz
# gluon 0.71.0-12

CMD: pacman --query --file /mirror/python2-kombu-3.0.35-1.pkg.tar.xz
# python2-kombu 3.0.35-1

CMD: pacman --query --file /mirror/deepin-wallpapers-1.3-1.pkg.tar.xz
# deepin-wallpapers 1.3-1

CMD: pacman --query --file /mirror/ipguard-1.04-3.pkg.tar.xz
# ipguard 1.04-3

CMD: pacman --query --file /mirror/ocrad-0.25-3.pkg.tar.xz
# ocrad 0.25-3

CMD: pacman --query --file /mirror/libreoffice-fresh-da-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-da 5.1.4-1

CMD: pacman --query --file /mirror/luminancehdr-2.4.0-8.pkg.tar.xz
# luminancehdr 2.4.0-8

CMD: pacman --query --file /mirror/mlt-python-bindings-6.2.0-1.pkg.tar.xz
# mlt-python-bindings 6.2.0-1

CMD: pacman --query --file /mirror/moinmoin-1.9.8-1.pkg.tar.xz
# moinmoin 1.9.8-1

CMD: pacman --query --file /mirror/calligra-l10n-it-2.9.11-1.pkg.tar.xz
# calligra-l10n-it 2.9.11-1

CMD: pacman --query --file /mirror/libkipi-16.04.2-1.pkg.tar.xz
# libkipi 16.04.2-1

CMD: pacman --query --file /mirror/kdenetwork-kopete-16.04.2-1.pkg.tar.xz
# kdenetwork-kopete 16.04.2-1

CMD: pacman --query --file /mirror/cdrdao-1.2.3-8.pkg.tar.xz
# cdrdao 1.2.3-8

CMD: pacman --query --file /mirror/haskell-extra-1.4.10-1.pkg.tar.xz
# haskell-extra 1.4.10-1

CMD: pacman --query --file /mirror/python-path-8.2.1-1.pkg.tar.xz
# python-path 8.2.1-1

CMD: pacman --query --file /mirror/pitivi-0.96-2.pkg.tar.xz
# pitivi 0.96-2

CMD: pacman --query --file /mirror/xf86-video-voodoo-1.2.5-7.pkg.tar.xz
# xf86-video-voodoo 1.2.5-7

CMD: pacman --query --file /mirror/libsidplayfp-1.8.6-1.pkg.tar.xz
# libsidplayfp 1.8.6-1

CMD: pacman --query --file /mirror/haskell-sandi-0.4.0-1.pkg.tar.xz
# haskell-sandi 0.4.0-1

CMD: pacman --query --file /mirror/wv-1.2.9-3.pkg.tar.xz
# wv 1.2.9-3

CMD: pacman --query --file /mirror/xorg-xrefresh-1.0.5-1.pkg.tar.xz
# xorg-xrefresh 1.0.5-1

CMD: pacman --query --file /mirror/haskell-cassava-0.4.5.0-10.pkg.tar.xz
# haskell-cassava 0.4.5.0-10

CMD: pacman --query --file /mirror/python2-blist-1.3.6-4.pkg.tar.xz
# python2-blist 1.3.6-4

CMD: pacman --query --file /mirror/python2-configargparse-0.10.0-1.pkg.tar.xz
# python2-configargparse 0.10.0-1

CMD: pacman --query --file /mirror/calligra-devtools-2.9.11-4.pkg.tar.xz
# calligra-devtools 2.9.11-4

CMD: pacman --query --file /mirror/libquvi-0.9.4-4.pkg.tar.xz
# libquvi 0.9.4-4

CMD: pacman --query --file /mirror/gnome-user-docs-3.20.2-1.pkg.tar.xz
# gnome-user-docs 3.20.2-1

CMD: pacman --query --file /mirror/patchage-1.0.0-4.pkg.tar.xz
# patchage 1.0.0-4

CMD: pacman --query --file /mirror/grafx2-2.4-9.pkg.tar.xz
# grafx2 2.4-9

CMD: pacman --query --file /mirror/urbanterror-data-2:4.2.023-1.pkg.tar.xz
# urbanterror-data 2:4.2.023-1

CMD: pacman --query --file /mirror/python-packaging-16.7-1.pkg.tar.xz
# python-packaging 16.7-1

CMD: pacman --query --file /mirror/python2-plyvel-0.9-3.pkg.tar.xz
# python2-plyvel 0.9-3

CMD: pacman --query --file /mirror/firefox-i18n-es-mx-47.0.1-1.pkg.tar.xz
# firefox-i18n-es-mx 47.0.1-1

CMD: pacman --query --file /mirror/wiznote-2.3.3.20151218-1.pkg.tar.xz
# wiznote 2.3.3.20151218-1

CMD: pacman --query --file /mirror/kde-l10n-el-16.04.2-1.pkg.tar.xz
# kde-l10n-el 16.04.2-1

CMD: pacman --query --file /mirror/lirc-1:0.9.4.a-1.pkg.tar.xz
# lirc 1:0.9.4.a-1

CMD: pacman --query --file /mirror/cvs-1.11.23-11.pkg.tar.xz
# cvs 1.11.23-11

CMD: pacman --query --file /mirror/haskell-unordered-containers-0.2.7.1-1.pkg.tar.xz
# haskell-unordered-containers 0.2.7.1-1

CMD: pacman --query --file /mirror/htop-2.0.1-1.pkg.tar.xz
# htop 2.0.1-1

CMD: pacman --query --file /mirror/perl-email-reply-1.204-1.pkg.tar.xz
# perl-email-reply 1.204-1

CMD: pacman --query --file /mirror/vim-doxygentoolkit-0.2.13-3.pkg.tar.xz
# vim-doxygentoolkit 0.2.13-3

CMD: pacman --query --file /mirror/ushare-1.1a-20.pkg.tar.xz
# ushare 1.1a-20

CMD: pacman --query --file /mirror/gftp-2.0.19-6.pkg.tar.xz
# gftp 2.0.19-6

CMD: pacman --query --file /mirror/tuxpaint-0.9.22-2.pkg.tar.xz
# tuxpaint 0.9.22-2

CMD: pacman --query --file /mirror/gtkmm3-docs-3.20.1-1.pkg.tar.xz
# gtkmm3-docs 3.20.1-1

CMD: pacman --query --file /mirror/libbsd-0.8.3-1.pkg.tar.xz
# libbsd 0.8.3-1

CMD: pacman --query --file /mirror/cor-0.1.17-2.pkg.tar.xz
# cor 0.1.17-2

CMD: pacman --query --file /mirror/imagemagick-6.9.4.6-2.pkg.tar.xz
# imagemagick 6.9.4.6-2

CMD: pacman --query --file /mirror/xcursor-vanilla-dmz-0.4.4-1.pkg.tar.xz
# xcursor-vanilla-dmz 0.4.4-1

CMD: pacman --query --file /mirror/pantheon-files-0.2.4-2.pkg.tar.xz
# pantheon-files 0.2.4-2

CMD: pacman --query --file /mirror/ruby-rspec-expectations-3.5.0-1.pkg.tar.xz
# ruby-rspec-expectations 3.5.0-1

CMD: pacman --query --file /mirror/ruby-pango-3.0.8-1.pkg.tar.xz
# ruby-pango 3.0.8-1

CMD: pacman --query --file /mirror/shntool-3.0.10-4.pkg.tar.xz
# shntool 3.0.10-4

CMD: pacman --query --file /mirror/powerline-fonts-2.4-1.pkg.tar.xz
# powerline-fonts 2.4-1

CMD: pacman --query --file /mirror/mate-netspeed-gtk3-1.12.0-1.pkg.tar.xz
# mate-netspeed-gtk3 1.12.0-1

CMD: pacman --query --file /mirror/dcfldd-1.3.4.1-4.pkg.tar.xz
# dcfldd 1.3.4.1-4

CMD: pacman --query --file /mirror/kdevelop-4.7.3-2.pkg.tar.xz
# kdevelop 4.7.3-2

CMD: pacman --query --file /mirror/python2-tempita-0.5.2-3.pkg.tar.xz
# python2-tempita 0.5.2-3

CMD: pacman --query --file /mirror/python2-pybonjour-1.1.1-4.pkg.tar.xz
# python2-pybonjour 1.1.1-4

CMD: pacman --query --file /mirror/lxinput-0.3.5-1.pkg.tar.xz
# lxinput 0.3.5-1

CMD: pacman --query --file /mirror/libofx-doc-0.9.10-1.pkg.tar.xz
# libofx-doc 0.9.10-1

CMD: pacman --query --file /mirror/thunderbird-i18n-pt-pt-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-pt-pt 45.2.0-1

CMD: pacman --query --file /mirror/eric-i18n-fr-6.1.7-1.pkg.tar.xz
# eric-i18n-fr 6.1.7-1

CMD: pacman --query --file /mirror/owncloud-app-bookmarks-9.0.3-1.pkg.tar.xz
# owncloud-app-bookmarks 9.0.3-1

CMD: pacman --query --file /mirror/cchost-5.1-2.pkg.tar.xz
# cchost 5.1-2

CMD: pacman --query --file /mirror/libxml2-2.9.4+0+gbdec218-2.pkg.tar.xz
# libxml2 2.9.4+0+gbdec218-2

CMD: pacman --query --file /mirror/gambas3-devel-3.8.4-3.pkg.tar.xz
# gambas3-devel 3.8.4-3

CMD: pacman --query --file /mirror/lazarus-1.6.0-2.pkg.tar.xz
# lazarus 1.6.0-2

CMD: pacman --query --file /mirror/clutter-gst-3.0.18-1.pkg.tar.xz
# clutter-gst 3.0.18-1

CMD: pacman --query --file /mirror/python-mpmath-0.19-2.pkg.tar.xz
# python-mpmath 0.19-2

CMD: pacman --query --file /mirror/gambas3-gb-form-mdi-3.8.4-3.pkg.tar.xz
# gambas3-gb-form-mdi 3.8.4-3

CMD: pacman --query --file /mirror/firefox-i18n-mk-47.0.1-1.pkg.tar.xz
# firefox-i18n-mk 47.0.1-1

CMD: pacman --query --file /mirror/ttf-overpass-2.1-2.pkg.tar.xz
# ttf-overpass 2.1-2

CMD: pacman --query --file /mirror/haskell-tagged-0.8.4-3.pkg.tar.xz
# haskell-tagged 0.8.4-3

CMD: pacman --query --file /mirror/bluez-utils-5.40-1.pkg.tar.xz
# bluez-utils 5.40-1

CMD: pacman --query --file /mirror/libmng-2.0.3-1.pkg.tar.xz
# libmng 2.0.3-1

CMD: pacman --query --file /mirror/vlan-1.9-3.pkg.tar.xz
# vlan 1.9-3

CMD: pacman --query --file /mirror/mangler-1.2.5-6.pkg.tar.xz
# mangler 1.2.5-6

CMD: pacman --query --file /mirror/phonon-qt4-4.9.0-1.pkg.tar.xz
# phonon-qt4 4.9.0-1

CMD: pacman --query --file /mirror/libdc1394-2.2.4-1.pkg.tar.xz
# libdc1394 2.2.4-1

CMD: pacman --query --file /mirror/memtest86+-5.01-1.pkg.tar.xz
# memtest86+ 5.01-1

CMD: pacman --query --file /mirror/incron-0.5.12-1.pkg.tar.xz
# incron 0.5.12-1

CMD: pacman --query --file /mirror/python2-pyhamcrest-1.9.0-1.pkg.tar.xz
# python2-pyhamcrest 1.9.0-1

CMD: pacman --query --file /mirror/kde-l10n-ru-16.04.2-1.pkg.tar.xz
# kde-l10n-ru 16.04.2-1

CMD: pacman --query --file /mirror/python2-gammu-2.6-1.pkg.tar.xz
# python2-gammu 2.6-1

CMD: pacman --query --file /mirror/python2-xlib-0.15rc1-7.pkg.tar.xz
# python2-xlib 0.15rc1-7

CMD: pacman --query --file /mirror/haskell-cryptohash-sha256-0.11.100.1-1.pkg.tar.xz
# haskell-cryptohash-sha256 0.11.100.1-1

CMD: pacman --query --file /mirror/thunderbird-i18n-he-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-he 45.2.0-1

CMD: pacman --query --file /mirror/caja-open-terminal-gtk3-1.12.0-1.pkg.tar.xz
# caja-open-terminal-gtk3 1.12.0-1

CMD: pacman --query --file /mirror/licenses-20140629-1.pkg.tar.xz
# licenses 20140629-1

CMD: pacman --query --file /mirror/xmltoman-0.4-2.pkg.tar.xz
# xmltoman 0.4-2

CMD: pacman --query --file /mirror/shhopt-1.1.7-1.pkg.tar.xz
# shhopt 1.1.7-1

CMD: pacman --query --file /mirror/python-psutil-4.2.0-1.pkg.tar.xz
# python-psutil 4.2.0-1

CMD: pacman --query --file /mirror/kid3-qt-3.4.1-1.pkg.tar.xz
# kid3-qt 3.4.1-1

CMD: pacman --query --file /mirror/umlet-14.2-1.pkg.tar.xz
# umlet 14.2-1

CMD: pacman --query --file /mirror/perl-datetime-set-0.3600-1.pkg.tar.xz
# perl-datetime-set 0.3600-1

CMD: pacman --query --file /mirror/sasteroids-3.0.1-5.pkg.tar.xz
# sasteroids 3.0.1-5

CMD: pacman --query --file /mirror/marsyas-0.5.0-2.pkg.tar.xz
# marsyas 0.5.0-2

CMD: pacman --query --file /mirror/intel-tbb-4.4_20160526-2.pkg.tar.xz
# intel-tbb 4.4_20160526-2

CMD: pacman --query --file /mirror/thunar-1.6.10-3.pkg.tar.xz
# thunar 1.6.10-3

CMD: pacman --query --file /mirror/python2-webpy-0.37-6.pkg.tar.xz
# python2-webpy 0.37-6

CMD: pacman --query --file /mirror/grantlee-qt4-0.5.1-3.pkg.tar.xz
# grantlee-qt4 0.5.1-3

CMD: pacman --query --file /mirror/python-hunter-1.3.0-1.pkg.tar.xz
# python-hunter 1.3.0-1

CMD: pacman --query --file /mirror/tesseract-data-nor-3.04.00-1.pkg.tar.xz
# tesseract-data-nor 3.04.00-1

CMD: pacman --query --file /mirror/smbclient-4.4.5-1.pkg.tar.xz
# smbclient 4.4.5-1

CMD: pacman --query --file /mirror/appstream-0.9.6-2.pkg.tar.xz
# appstream 0.9.6-2

CMD: pacman --query --file /mirror/grilo-plugins-0.3.2-1.pkg.tar.xz
# grilo-plugins 0.3.2-1

CMD: pacman --query --file /mirror/plasma-desktop-5.7.0-2.pkg.tar.xz
# plasma-desktop 5.7.0-2

CMD: pacman --query --file /mirror/lwp-2.6-3.pkg.tar.xz
# lwp 2.6-3

CMD: pacman --query --file /mirror/python-billiard-3.3.0.23-1.pkg.tar.xz
# python-billiard 3.3.0.23-1

CMD: pacman --query --file /mirror/giac-1.2.2.61-1.pkg.tar.xz
# giac 1.2.2.61-1

CMD: pacman --query --file /mirror/impacket-0.9.15-1.pkg.tar.xz
# impacket 0.9.15-1

CMD: pacman --query --file /mirror/matchbox-desktop-2.0-4.pkg.tar.xz
# matchbox-desktop 2.0-4

CMD: pacman --query --file /mirror/perl-test-without-module-0.18-3.pkg.tar.xz
# perl-test-without-module 0.18-3

CMD: pacman --query --file /mirror/perl-xml-smart-1.79-1.pkg.tar.xz
# perl-xml-smart 1.79-1

CMD: pacman --query --file /mirror/onboard-1.2.0-4.pkg.tar.xz
# onboard 1.2.0-4

CMD: pacman --query --file /mirror/twin-0.6.2-7.pkg.tar.xz
# twin 0.6.2-7

CMD: pacman --query --file /mirror/perl-io-pager-0.36-1.pkg.tar.xz
# perl-io-pager 0.36-1

CMD: pacman --query --file /mirror/tipp10-2.1.0-7.pkg.tar.xz
# tipp10 2.1.0-7

CMD: pacman --query --file /mirror/mathomatic-16.0.5-3.pkg.tar.xz
# mathomatic 16.0.5-3

CMD: pacman --query --file /mirror/firefox-i18n-sl-47.0.1-1.pkg.tar.xz
# firefox-i18n-sl 47.0.1-1

CMD: pacman --query --file /mirror/libopenraw-0.0.9-4.pkg.tar.xz
# libopenraw 0.0.9-4

CMD: pacman --query --file /mirror/libotr-4.1.1-1.pkg.tar.xz
# libotr 4.1.1-1

CMD: pacman --query --file /mirror/kpartsplugin-20120723-3.pkg.tar.xz
# kpartsplugin 20120723-3

CMD: pacman --query --file /mirror/flightgear-data-2016.2.1-1.pkg.tar.xz
# flightgear-data 2016.2.1-1

CMD: pacman --query --file /mirror/tesseract-data-nld-3.04.00-1.pkg.tar.xz
# tesseract-data-nld 3.04.00-1

CMD: pacman --query --file /mirror/python2-unicodecsv-0.14.1-1.pkg.tar.xz
# python2-unicodecsv 0.14.1-1

CMD: pacman --query --file /mirror/haskell-binary-parser-0.5.2-1.pkg.tar.xz
# haskell-binary-parser 0.5.2-1

CMD: pacman --query --file /mirror/fastjar-0.98-4.pkg.tar.xz
# fastjar 0.98-4

CMD: pacman --query --file /mirror/python2-amqp-2.0.2-1.pkg.tar.xz
# python2-amqp 2.0.2-1

CMD: pacman --query --file /mirror/firefox-i18n-bn-bd-47.0.1-1.pkg.tar.xz
# firefox-i18n-bn-bd 47.0.1-1

CMD: pacman --query --file /mirror/xfce4-sensors-plugin-1.2.6-3.pkg.tar.xz
# xfce4-sensors-plugin 1.2.6-3

CMD: pacman --query --file /mirror/maim-3.4.47-2.pkg.tar.xz
# maim 3.4.47-2

CMD: pacman --query --file /mirror/util-linux-2.28-1.pkg.tar.xz
# util-linux 2.28-1

CMD: pacman --query --file /mirror/lua51-expat-1.3.0-3.pkg.tar.xz
# lua51-expat 1.3.0-3

CMD: pacman --query --file /mirror/php-memcache-3.0.8-4.pkg.tar.xz
# php-memcache 3.0.8-4

CMD: pacman --query --file /mirror/python2-unittest2-1.1.0-4.pkg.tar.xz
# python2-unittest2 1.1.0-4

CMD: pacman --query --file /mirror/python2-future-0.15.2-2.pkg.tar.xz
# python2-future 0.15.2-2

CMD: pacman --query --file /mirror/python2-pysrt-1.1.1-1.pkg.tar.xz
# python2-pysrt 1.1.1-1

CMD: pacman --query --file /mirror/haskell-monadplus-1.4.2-2.pkg.tar.xz
# haskell-monadplus 1.4.2-2

CMD: pacman --query --file /mirror/gnome-mahjongg-3.20.0-1.pkg.tar.xz
# gnome-mahjongg 3.20.0-1

CMD: pacman --query --file /mirror/haskell-stm-2.4.4.1-3.pkg.tar.xz
# haskell-stm 2.4.4.1-3

CMD: pacman --query --file /mirror/recoll-1.22.3-1.pkg.tar.xz
# recoll 1.22.3-1

CMD: pacman --query --file /mirror/ssh-faker-1.1-5.pkg.tar.xz
# ssh-faker 1.1-5

CMD: pacman --query --file /mirror/knights-2.5.0-5.pkg.tar.xz
# knights 2.5.0-5

CMD: pacman --query --file /mirror/python2-libnacl-1.4.5-1.pkg.tar.xz
# python2-libnacl 1.4.5-1

CMD: pacman --query --file /mirror/mkinitcpio-nfs-utils-0.3-5.pkg.tar.xz
# mkinitcpio-nfs-utils 0.3-5

CMD: pacman --query --file /mirror/python-novaclient-4.1.0-1.pkg.tar.xz
# python-novaclient 4.1.0-1

CMD: pacman --query --file /mirror/libkgapi-5.1.0-3.pkg.tar.xz
# libkgapi 5.1.0-3

CMD: pacman --query --file /mirror/qt5-location-5.7.0-1.pkg.tar.xz
# qt5-location 5.7.0-1

CMD: pacman --query --file /mirror/php-apcu-5.1.5-1.pkg.tar.xz
# php-apcu 5.1.5-1

CMD: pacman --query --file /mirror/java-atk-wrapper-0.33.2-1.pkg.tar.xz
# java-atk-wrapper 0.33.2-1

CMD: pacman --query --file /mirror/pm2-1.1.3-1.pkg.tar.xz
# pm2 1.1.3-1

CMD: pacman --query --file /mirror/vim-spell-ca-20150901-1.pkg.tar.xz
# vim-spell-ca 20150901-1

CMD: pacman --query --file /mirror/breeze-kde4-5.7.0-1.pkg.tar.xz
# breeze-kde4 5.7.0-1

CMD: pacman --query --file /mirror/libreoffice-still-ug-5.0.6-1.pkg.tar.xz
# libreoffice-still-ug 5.0.6-1

CMD: pacman --query --file /mirror/virt-manager-1.4.0-1.pkg.tar.xz
# virt-manager 1.4.0-1

CMD: pacman --query --file /mirror/pantheon-photos-0.1.1-2.pkg.tar.xz
# pantheon-photos 0.1.1-2

CMD: pacman --query --file /mirror/lua-lpeg-1.0.0-1.pkg.tar.xz
# lua-lpeg 1.0.0-1

CMD: pacman --query --file /mirror/logrotate-3.9.2-1.pkg.tar.xz
# logrotate 3.9.2-1

CMD: pacman --query --file /mirror/thunderbird-i18n-ar-45.2.0-1.pkg.tar.xz
# thunderbird-i18n-ar 45.2.0-1

CMD: pacman --query --file /mirror/perl-html-scrubber-0.15-1.pkg.tar.xz
# perl-html-scrubber 0.15-1

CMD: pacman --query --file /mirror/gnome-documents-3.20.0-1.pkg.tar.xz
# gnome-documents 3.20.0-1

CMD: pacman --query --file /mirror/gnurl-7.40.0-2.pkg.tar.xz
# gnurl 7.40.0-2

CMD: pacman --query --file /mirror/libetonyek-0.1.6-1.pkg.tar.xz
# libetonyek 0.1.6-1

CMD: pacman --query --file /mirror/xorg-xinit-1.3.4-4.pkg.tar.xz
# xorg-xinit 1.3.4-4

CMD: pacman --query --file /mirror/haskell-entropy-0.3.7-2.pkg.tar.xz
# haskell-entropy 0.3.7-2

CMD: pacman --query --file /mirror/datefudge-1.20-1.pkg.tar.xz
# datefudge 1.20-1

CMD: pacman --query --file /mirror/stuntrally-data-2.6-2.pkg.tar.xz
# stuntrally-data 2.6-2

CMD: pacman --query --file /mirror/kompozer-i18n-eo-0.8b3-1.pkg.tar.xz
# kompozer-i18n-eo 0.8b3-1

CMD: pacman --query --file /mirror/texlive-langextra-2015.38429-1.pkg.tar.xz
# texlive-langextra 2015.38429-1

CMD: pacman --query --file /mirror/audacious-3.7.2-2.pkg.tar.xz
# audacious 3.7.2-2

CMD: pacman --query --file /mirror/libreoffice-still-el-5.0.6-1.pkg.tar.xz
# libreoffice-still-el 5.0.6-1

CMD: pacman --query --file /mirror/autoconf-2.64-2.64-1.pkg.tar.xz
# autoconf-2.64 2.64-1

CMD: pacman --query --file /mirror/openal-1.17.2-2.pkg.tar.xz
# openal 1.17.2-2

CMD: pacman --query --file /mirror/pragha-1.3.3-2.pkg.tar.xz
# pragha 1.3.3-2

CMD: pacman --query --file /mirror/gnome-contacts-3.20.0-1.pkg.tar.xz
# gnome-contacts 3.20.0-1

CMD: pacman --query --file /mirror/hunspell-es-1:2.0-1.pkg.tar.xz
# hunspell-es 1:2.0-1

CMD: pacman --query --file /mirror/python2-networkx-1.11-1.pkg.tar.xz
# python2-networkx 1.11-1

CMD: pacman --query --file /mirror/hunspell-it-2.4-4.pkg.tar.xz
# hunspell-it 2.4-4

CMD: pacman --query --file /mirror/perl-crypt-openssl-bignum-0.06-3.pkg.tar.xz
# perl-crypt-openssl-bignum 0.06-3

CMD: pacman --query --file /mirror/stylish-haskell-0.5.17.0-4.pkg.tar.xz
# stylish-haskell 0.5.17.0-4

CMD: pacman --query --file /mirror/incidenceeditor-16.04.2-1.pkg.tar.xz
# incidenceeditor 16.04.2-1

CMD: pacman --query --file /mirror/java-hamcrest-1.3-3.pkg.tar.xz
# java-hamcrest 1.3-3

CMD: pacman --query --file /mirror/python-gobject-3.20.0-2.pkg.tar.xz
# python-gobject 3.20.0-2

CMD: pacman --query --file /mirror/firefox-i18n-id-47.0.1-1.pkg.tar.xz
# firefox-i18n-id 47.0.1-1

CMD: pacman --query --file /mirror/potrace-1.13-1.pkg.tar.xz
# potrace 1.13-1

CMD: pacman --query --file /mirror/firefox-i18n-or-47.0.1-1.pkg.tar.xz
# firefox-i18n-or 47.0.1-1

CMD: pacman --query --file /mirror/open-vm-tools-6:10.0.7-4.pkg.tar.xz
# open-vm-tools 6:10.0.7-4

CMD: pacman --query --file /mirror/python-bsddb-6.1.1-1.pkg.tar.xz
# python-bsddb 6.1.1-1

CMD: pacman --query --file /mirror/xorg-xedit-1.2.2-1.pkg.tar.xz
# xorg-xedit 1.2.2-1

CMD: pacman --query --file /mirror/ibus-unikey-0.6.1-4.pkg.tar.xz
# ibus-unikey 0.6.1-4

CMD: pacman --query --file /mirror/python2-dogpile.cache-0.6.1-1.pkg.tar.xz
# python2-dogpile.cache 0.6.1-1

CMD: pacman --query --file /mirror/python-pdfrw-0.2-4.pkg.tar.xz
# python-pdfrw 0.2-4

CMD: pacman --query --file /mirror/libxau-1.0.8-2.pkg.tar.xz
# libxau 1.0.8-2

CMD: pacman --query --file /mirror/perl-netaddr-ip-4.079-2.pkg.tar.xz
# perl-netaddr-ip 4.079-2

CMD: pacman --query --file /mirror/calligra-l10n-fr-2.9.11-1.pkg.tar.xz
# calligra-l10n-fr 2.9.11-1

CMD: pacman --query --file /mirror/sis-dri-7.11.2-9.pkg.tar.xz
# sis-dri 7.11.2-9

CMD: pacman --query --file /mirror/perl-mro-compat-0.12-2.pkg.tar.xz
# perl-mro-compat 0.12-2

CMD: pacman --query --file /mirror/deepin-gettext-tools-1.0.3-1.pkg.tar.xz
# deepin-gettext-tools 1.0.3-1

CMD: pacman --query --file /mirror/kinit-5.23.0-1.pkg.tar.xz
# kinit 5.23.0-1

CMD: pacman --query --file /mirror/python-pyjwt-1.4.0-1.pkg.tar.xz
# python-pyjwt 1.4.0-1

CMD: pacman --query --file /mirror/perl-danga-socket-1.61-4.pkg.tar.xz
# perl-danga-socket 1.61-4

CMD: pacman --query --file /mirror/python2-greenlet-0.4.10-1.pkg.tar.xz
# python2-greenlet 0.4.10-1

CMD: pacman --query --file /mirror/xf86-video-mach64-6.9.5-2.pkg.tar.xz
# xf86-video-mach64 6.9.5-2

CMD: pacman --query --file /mirror/blobwars-2.00-2.pkg.tar.xz
# blobwars 2.00-2

CMD: pacman --query --file /mirror/gemrb-0.8.4-2.pkg.tar.xz
# gemrb 0.8.4-2

CMD: pacman --query --file /mirror/fcrackzip-1.0-4.pkg.tar.xz
# fcrackzip 1.0-4

CMD: pacman --query --file /mirror/ktoblzcheck-1.48-3.pkg.tar.xz
# ktoblzcheck 1.48-3

CMD: pacman --query --file /mirror/python2-decorator-4.0.10-1.pkg.tar.xz
# python2-decorator 4.0.10-1

CMD: pacman --query --file /mirror/icedtea-web-doc-1.6.2-2.pkg.tar.xz
# icedtea-web-doc 1.6.2-2

CMD: pacman --query --file /mirror/gnome-getting-started-docs-3.20.0-1.pkg.tar.xz
# gnome-getting-started-docs 3.20.0-1

CMD: pacman --query --file /mirror/chemical-mime-data-0.1.94-8.pkg.tar.xz
# chemical-mime-data 0.1.94-8

CMD: pacman --query --file /mirror/plasma-maliit-plugins-0.99.0.20150710-1.pkg.tar.xz
# plasma-maliit-plugins 0.99.0.20150710-1

CMD: pacman --query --file /mirror/screenlets-pack-basic-0.1.6-3.pkg.tar.xz
# screenlets-pack-basic 0.1.6-3

CMD: pacman --query --file /mirror/python2-gevent-1.1.1-1.pkg.tar.xz
# python2-gevent 1.1.1-1

CMD: pacman --query --file /mirror/xv-3.10a-18.pkg.tar.xz
# xv 3.10a-18

CMD: pacman --query --file /mirror/kcalcore-16.04.2-1.pkg.tar.xz
# kcalcore 16.04.2-1

CMD: pacman --query --file /mirror/perl-params-classify-0.013-7.pkg.tar.xz
# perl-params-classify 0.013-7

CMD: pacman --query --file /mirror/haskell-network-info-0.2.0.8-3.pkg.tar.xz
# haskell-network-info 0.2.0.8-3

CMD: pacman --query --file /mirror/kup-0.6.1-1.pkg.tar.xz
# kup 0.6.1-1

CMD: pacman --query --file /mirror/python2-psycopg1-1.1.21-9.pkg.tar.xz
# python2-psycopg1 1.1.21-9

CMD: pacman --query --file /mirror/proguard-5.2.1-1.pkg.tar.xz
# proguard 5.2.1-1

CMD: pacman --query --file /mirror/pigar-0.6.10-1.pkg.tar.xz
# pigar 0.6.10-1

CMD: pacman --query --file /mirror/blueman-2.0.4-2.pkg.tar.xz
# blueman 2.0.4-2

CMD: pacman --query --file /mirror/wyrd-1.4.6-3.pkg.tar.xz
# wyrd 1.4.6-3

CMD: pacman --query --file /mirror/radvd-2.14-1.pkg.tar.xz
# radvd 2.14-1

CMD: pacman --query --file /mirror/libao-1.2.0-1.pkg.tar.xz
# libao 1.2.0-1

CMD: pacman --query --file /mirror/perl-sdl-2.546-2.pkg.tar.xz
# perl-sdl 2.546-2

CMD: pacman --query --file /mirror/rubberband-1.8.1-3.pkg.tar.xz
# rubberband 1.8.1-3

CMD: pacman --query --file /mirror/quassel-client-0.12.4-1.pkg.tar.xz
# quassel-client 0.12.4-1

CMD: pacman --query --file /mirror/python2-foolscap-0.11.0-1.pkg.tar.xz
# python2-foolscap 0.11.0-1

CMD: pacman --query --file /mirror/pspshrink-1.1.2-5.pkg.tar.xz
# pspshrink 1.1.2-5

CMD: pacman --query --file /mirror/rblcheck-1.5-3.pkg.tar.xz
# rblcheck 1.5-3

CMD: pacman --query --file /mirror/gvfs-afc-1.28.2-1.pkg.tar.xz
# gvfs-afc 1.28.2-1

CMD: pacman --query --file /mirror/tp_smapi-lts-0.42-2.pkg.tar.xz
# tp_smapi-lts 0.42-2

CMD: pacman --query --file /mirror/tldp-howtos-html-20130530-1.pkg.tar.xz
# tldp-howtos-html 20130530-1

CMD: pacman --query --file /mirror/ttf-cheapskate-2.0-10.pkg.tar.xz
# ttf-cheapskate 2.0-10

CMD: pacman --query --file /mirror/libreoffice-fresh-id-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-id 5.1.4-1

CMD: pacman --query --file /mirror/ttf-linux-libertine-g-20120116-3.pkg.tar.xz
# ttf-linux-libertine-g 20120116-3

CMD: pacman --query --file /mirror/cups-pdf-2.6.1-2.pkg.tar.xz
# cups-pdf 2.6.1-2

CMD: pacman --query --file /mirror/haskell-byteorder-1.0.4-2.pkg.tar.xz
# haskell-byteorder 1.0.4-2

CMD: pacman --query --file /mirror/driconf-0.9.1-11.pkg.tar.xz
# driconf 0.9.1-11

CMD: pacman --query --file /mirror/libmygpo-qt-1.0.8-2.pkg.tar.xz
# libmygpo-qt 1.0.8-2

CMD: pacman --query --file /mirror/haskell-primitive-0.6.1.0-2.pkg.tar.xz
# haskell-primitive 0.6.1.0-2

CMD: pacman --query --file /mirror/ccd2iso-0.3-8.pkg.tar.xz
# ccd2iso 0.3-8

CMD: pacman --query --file /mirror/vim-spell-th-20150901-1.pkg.tar.xz
# vim-spell-th 20150901-1

CMD: pacman --query --file /mirror/perl-inline-java-0.58-2.pkg.tar.xz
# perl-inline-java 0.58-2

CMD: pacman --query --file /mirror/libmodplug-0.8.8.5-2.pkg.tar.xz
# libmodplug 0.8.8.5-2

CMD: pacman --query --file /mirror/mytop-10.1.14-1.pkg.tar.xz
# mytop 10.1.14-1

CMD: pacman --query --file /mirror/remmina-1:1.2.0rcgit.13-2.pkg.tar.xz
# remmina 1:1.2.0rcgit.13-2

CMD: pacman --query --file /mirror/pcsc-perl-1.4.14-2.pkg.tar.xz
# pcsc-perl 1.4.14-2

CMD: pacman --query --file /mirror/python2-wstools-0.4.3-1.pkg.tar.xz
# python2-wstools 0.4.3-1

CMD: pacman --query --file /mirror/barrage-1.0.4-4.pkg.tar.xz
# barrage 1.0.4-4

CMD: pacman --query --file /mirror/kdenetwork-strigi-analyzers-16.04.2-1.pkg.tar.xz
# kdenetwork-strigi-analyzers 16.04.2-1

CMD: pacman --query --file /mirror/libreoffice-fresh-lt-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-lt 5.1.4-1

CMD: pacman --query --file /mirror/s3cmd-1.6.1-2.pkg.tar.xz
# s3cmd 1.6.1-2

CMD: pacman --query --file /mirror/python-slip-0.6.4-2.pkg.tar.xz
# python-slip 0.6.4-2

CMD: pacman --query --file /mirror/haskell-vector-0.11.0.0-6.pkg.tar.xz
# haskell-vector 0.11.0.0-6

CMD: pacman --query --file /mirror/json-glib-1.2.0-1.pkg.tar.xz
# json-glib 1.2.0-1

CMD: pacman --query --file /mirror/kdegraphics-okular-16.04.2-1.pkg.tar.xz
# kdegraphics-okular 16.04.2-1

CMD: pacman --query --file /mirror/python-flask-0.11-2.pkg.tar.xz
# python-flask 0.11-2

CMD: pacman --query --file /mirror/hexchat-2.12.1-3.pkg.tar.xz
# hexchat 2.12.1-3

CMD: pacman --query --file /mirror/visitors-0.7-4.pkg.tar.xz
# visitors 0.7-4

CMD: pacman --query --file /mirror/mongodb-3.2.7-1.pkg.tar.xz
# mongodb 3.2.7-1

CMD: pacman --query --file /mirror/pkgfile-15-1.pkg.tar.xz
# pkgfile 15-1

CMD: pacman --query --file /mirror/libunistring-0.9.6-2.pkg.tar.xz
# libunistring 0.9.6-2

CMD: pacman --query --file /mirror/zathura-0.3.6-2.pkg.tar.xz
# zathura 0.3.6-2

CMD: pacman --query --file /mirror/gksu-2.0.2-5.pkg.tar.xz
# gksu 2.0.2-5

CMD: pacman --query --file /mirror/ndisc6-1.0.3-1.pkg.tar.xz
# ndisc6 1.0.3-1

CMD: pacman --query --file /mirror/ktextwidgets-5.23.0-1.pkg.tar.xz
# ktextwidgets 5.23.0-1

CMD: pacman --query --file /mirror/c-ares-1.11.0-1.pkg.tar.xz
# c-ares 1.11.0-1

CMD: pacman --query --file /mirror/gqrx-2.5.3-4.pkg.tar.xz
# gqrx 2.5.3-4

CMD: pacman --query --file /mirror/libreoffice-fresh-sv-5.1.4-1.pkg.tar.xz
# libreoffice-fresh-sv 5.1.4-1

CMD: pacman --query --file /mirror/haskell-vector-binary-instances-0.2.3.2-2.pkg.tar.xz
# haskell-vector-binary-instances 0.2.3.2-2

CMD: pacman --query --file /mirror/plasma-framework-5.23.0-1.pkg.tar.xz
# plasma-framework 5.23.0-1

CMD: pacman --query --file /mirror/tesseract-data-hin-3.04.00-1.pkg.tar.xz
# tesseract-data-hin 3.04.00-1

CMD: pacman --query --file /mirror/print-manager-16.04.2-1.pkg.tar.xz
# print-manager 16.04.2-1

CMD: pacman --query --file /mirror/zathura-cb-0.1.5-3.pkg.tar.xz
# zathura-cb 0.1.5-3

CMD: pacman --query --file /mirror/ruby-gtk2-3.0.8-1.pkg.tar.xz
# ruby-gtk2 3.0.8-1

CMD: pacman --query --file /mirror/soundfont-fluid-2-2.pkg.tar.xz
# soundfont-fluid 2-2

CMD: pacman --query --file /mirror/m17n-db-1.7.0-1.pkg.tar.xz
# m17n-db 1.7.0-1

CMD: pacman --query --file /mirror/libreoffice-still-nso-5.0.6-1.pkg.tar.xz
# libreoffice-still-nso 5.0.6-1

CMD: pacman --query --file /mirror/happy-1.19.5-6.pkg.tar.xz
# happy 1.19.5-6

CMD: pacman --query --file /mirror/luarocks5.2-2.3.0-1.pkg.tar.xz
# luarocks5.2 2.3.0-1

CMD: pacman --query --file /mirror/python2-pytest-2.9.2-1.pkg.tar.xz
# python2-pytest 2.9.2-1

CMD: pacman --query --file /mirror/dhcpcd-6.11.1-1.pkg.tar.xz
# dhcpcd 6.11.1-1

CMD: pacman --query --file /mirror/boost-libs-1.60.0-5.pkg.tar.xz
# boost-libs 1.60.0-5

CMD: pacman --query --file /mirror/yubico-pam-2.23-1.pkg.tar.xz
# yubico-pam 2.23-1

CMD: pacman --query --file /mirror/gambas3-gb-settings-3.8.4-3.pkg.tar.xz
# gambas3-gb-settings 3.8.4-3

CMD: pacman --query --file /mirror/libupnp-1.6.19-1.pkg.tar.xz
# libupnp 1.6.19-1

CMD: pacman --query --file /mirror/pkgdiff-1.7.1-1.pkg.tar.xz
# pkgdiff 1.7.1-1

CMD: pacman --query --file /mirror/perl-text-charwidth-0.04-12.pkg.tar.xz
# perl-text-charwidth 0.04-12

CMD: pacman --query --file /mirror/plasma-integration-5.7.0-1.pkg.tar.xz
# plasma-integration 5.7.0-1

CMD: pacman --query --file /mirror/libgee-0.18.0-1.pkg.tar.xz
# libgee 0.18.0-1

CMD: pacman --query --file /mirror/cdargs-1.35-6.pkg.tar.xz
# cdargs 1.35-6

CMD: pacman --query --file /mirror/lua52-testmore-0.3.2-1.pkg.tar.xz
# lua52-testmore 0.3.2-1

CMD: pacman --query --file /mirror/raptor-2.0.15-4.pkg.tar.xz
# raptor 2.0.15-4

CMD: pacman --query --file /mirror/firefox-i18n-lij-47.0.1-1.pkg.tar.xz
# firefox-i18n-lij 47.0.1-1

CMD: pacman --query --file /mirror/haskell-word8-0.1.2-2.pkg.tar.xz
# haskell-word8 0.1.2-2

CMD: pacman --query --file /mirror/firefox-i18n-rm-47.0.1-1.pkg.tar.xz
# firefox-i18n-rm 47.0.1-1

CMD: pacman --query --file /mirror/gupnp-0.20.18-1.pkg.tar.xz
# gupnp 0.20.18-1

CMD: pacman --query --file /mirror/kde-l10n-sr-16.04.2-1.pkg.tar.xz
# kde-l10n-sr 16.04.2-1

CMD: pacman --query --file /mirror/xf86-video-vmware-13.1.0-3.pkg.tar.xz
# xf86-video-vmware 13.1.0-3

CMD: pacman --query --file /mirror/perl-www-mechanize-1.75-1.pkg.tar.xz
# perl-www-mechanize 1.75-1

CMD: pacman --query --file /mirror/libreoffice-still-brx-5.0.6-1.pkg.tar.xz
# libreoffice-still-brx 5.0.6-1

CMD: pacman --query --file /mirror/kjots-5.0.1-2.pkg.tar.xz
# kjots 5.0.1-2

CMD: pacman --query --file /mirror/etherape-0.9.14-1.pkg.tar.xz
# etherape 0.9.14-1

CMD: pacman --query --file /mirror/shutter-0.93.1-2.pkg.tar.xz
# shutter 0.93.1-2

CMD: pacman --query --file /mirror/python-requests-mock-1.0.0-1.pkg.tar.xz
# python-requests-mock 1.0.0-1

CMD: pacman --query --file /mirror/appstream-glib-0.5.12-1.pkg.tar.xz
# appstream-glib 0.5.12-1

CMD: pacman --query --file /mirror/fbv-1.0b-9.pkg.tar.xz
# fbv 1.0b-9

CMD: pacman --query --file /mirror/yp-tools-2.14-3.pkg.tar.xz
# yp-tools 2.14-3

CMD: pacman --query --file /mirror/libtar-1.2.20-2.pkg.tar.xz
# libtar 1.2.20-2

CMD: pacman --query --file /mirror/kmediaplayer-5.23.0-1.pkg.tar.xz
# kmediaplayer 5.23.0-1

CMD: pacman --query --file /mirror/openbox-themes-1.0.2-3.pkg.tar.xz
# openbox-themes 1.0.2-3

CMD: pacman --query --file /mirror/ctpl-0.3.4-1.pkg.tar.xz
# ctpl 0.3.4-1

CMD: pacman --query --file /mirror/libkomparediff2-16.04.2-1.pkg.tar.xz
# libkomparediff2 16.04.2-1

CMD: pacman --query --file /mirror/xcursor-flatbed-0.3-3.pkg.tar.xz
# xcursor-flatbed 0.3-3

CMD: pacman --query --file /mirror/haskell-distributive-0.5.0.2-9.pkg.tar.xz
# haskell-distributive 0.5.0.2-9

CMD: pacman --query --file /mirror/gnome-icon-theme-symbolic-3.12.0-4.pkg.tar.xz
# gnome-icon-theme-symbolic 3.12.0-4

CMD: pacman --query --file /mirror/perl-mail-spf-query-1.999.1-6.pkg.tar.xz
# perl-mail-spf-query 1.999.1-6

CMD: pacman --query --file /mirror/foomatic-db-gutenprint-5.2.11-3.pkg.tar.xz
# foomatic-db-gutenprint 5.2.11-3

CMD: pacman --query --file /mirror/expac-7-1.pkg.tar.xz
# expac 7-1

CMD: pacman --query --file /mirror/libfaketime-0.9.6-2.pkg.tar.xz
# libfaketime 0.9.6-2

CMD: pacman --query --file /mirror/python2-hyperframe-4.0.1-1.pkg.tar.xz
# python2-hyperframe 4.0.1-1

CMD: pacman --query --file /mirror/vim-spell-id-20150901-1.pkg.tar.xz
# vim-spell-id 20150901-1

CMD: pacman --query --file /mirror/trojita-0.7-1.pkg.tar.xz
# trojita 0.7-1

CMD: pacman --query --file /mirror/vile-9.8_q-2.pkg.tar.xz
# vile 9.8_q-2

CMD: pacman --query --file /mirror/kblog-16.04.2-1.pkg.tar.xz
# kblog 16.04.2-1

CMD: pacman --query --file /mirror/xz-5.2.2-1.pkg.tar.xz
# xz 5.2.2-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/licenses/xz/COPYING
# /usr/share/doc/xz/COPYING.GPLv2
# /usr/share/doc/xz/lzma-file-format.txt
# /usr/share/doc/xz/xz-file-format.txt
# /usr/share/doc/xz/history.txt
# /usr/share/doc/xz/faq.txt
# /usr/share/doc/xz/TODO
# /usr/share/doc/xz/THANKS
# /usr/share/doc/xz/README
# /usr/share/doc/xz/NEWS
# /usr/share/doc/xz/COPYING
# /usr/share/doc/xz/AUTHORS
# /usr/share/doc/xz/examples/Makefile
# /usr/share/doc/xz/examples/04_compress_easy_mt.c
# /usr/share/doc/xz/examples/03_compress_custom.c
# /usr/share/doc/xz/examples/02_decompress.c
# /usr/share/doc/xz/examples/01_compress_easy.c
# /usr/share/doc/xz/examples/00_README.txt
# /usr/share/doc/xz/examples_old/xz_pipe_decomp.c
# /usr/share/doc/xz/examples_old/xz_pipe_comp.c
# /usr/share/locale/vi/LC_MESSAGES/xz.mo
# /usr/share/locale/pl/LC_MESSAGES/xz.mo
# /usr/share/locale/it/LC_MESSAGES/xz.mo
# /usr/share/locale/fr/LC_MESSAGES/xz.mo
# /usr/share/locale/de/LC_MESSAGES/xz.mo
# /usr/share/locale/cs/LC_MESSAGES/xz.mo
# /usr/share/man/man1/xzdec.1.gz
# /usr/share/man/man1/lzmadec.1.gz
# /usr/share/man/man1/xz.1.gz
# /usr/share/man/man1/unxz.1.gz
# /usr/share/man/man1/xzcat.1.gz
# /usr/share/man/man1/lzma.1.gz
# /usr/share/man/man1/unlzma.1.gz
# /usr/share/man/man1/lzcat.1.gz
# /usr/share/man/man1/lzmainfo.1.gz
# /usr/share/man/man1/xzdiff.1.gz
# /usr/share/man/man1/xzcmp.1.gz
# /usr/share/man/man1/lzdiff.1.gz
# /usr/share/man/man1/lzcmp.1.gz
# /usr/share/man/man1/xzgrep.1.gz
# /usr/share/man/man1/xzegrep.1.gz
# /usr/share/man/man1/xzfgrep.1.gz
# /usr/share/man/man1/lzgrep.1.gz
# /usr/share/man/man1/lzegrep.1.gz
# /usr/share/man/man1/lzfgrep.1.gz
# /usr/share/man/man1/xzmore.1.gz
# /usr/share/man/man1/lzmore.1.gz
# /usr/share/man/man1/xzless.1.gz
# /usr/share/man/man1/lzless.1.gz
# /usr/bin/xzdec
# /usr/bin/lzmadec
# /usr/bin/xz
# /usr/bin/lzmainfo
# /usr/bin/lzless
# /usr/bin/lzmore
# /usr/bin/lzfgrep
# /usr/bin/lzegrep
# /usr/bin/lzgrep
# /usr/bin/lzcmp
# /usr/bin/lzdiff
# /usr/bin/xzfgrep
# /usr/bin/xzegrep
# /usr/bin/xzcmp
# /usr/bin/xzless
# /usr/bin/xzmore
# /usr/bin/xzgrep
# /usr/bin/xzdiff
# /usr/bin/lzcat
# /usr/bin/unlzma
# /usr/bin/lzma
# /usr/bin/xzcat
# /usr/bin/unxz
# /usr/lib/liblzma.so.5.2.2
# /usr/lib/liblzma.so
# /usr/lib/liblzma.so.5
# /usr/lib/pkgconfig/liblzma.pc
# /usr/include/lzma.h
# /usr/include/lzma/vli.h
# /usr/include/lzma/version.h
# /usr/include/lzma/stream_flags.h
# /usr/include/lzma/lzma12.h
# /usr/include/lzma/index_hash.h
# /usr/include/lzma/index.h
# /usr/include/lzma/hardware.h
# /usr/include/lzma/filter.h
# /usr/include/lzma/delta.h
# /usr/include/lzma/container.h
# /usr/include/lzma/check.h
# /usr/include/lzma/block.h
# /usr/include/lzma/bcj.h
# /usr/include/lzma/base.h
# /sysroot/sysroot/usr/lib/liblzma.so
# /sysroot/sysroot/usr/lib/liblzma.la
# /sysroot/sysroot/usr/lib/liblzma.a
# /sysroot/sysroot/usr/lib/pkgconfig/liblzma.pc
# /sysroot/sysroot/usr/include/lzma.h
# /sysroot/sysroot/usr/include/lzma/base.h
# /sysroot/sysroot/usr/include/lzma/bcj.h
# /sysroot/sysroot/usr/include/lzma/block.h
# /sysroot/sysroot/usr/include/lzma/check.h
# /sysroot/sysroot/usr/include/lzma/container.h
# /sysroot/sysroot/usr/include/lzma/delta.h
# /sysroot/sysroot/usr/include/lzma/filter.h
# /sysroot/sysroot/usr/include/lzma/hardware.h
# /sysroot/sysroot/usr/include/lzma/index.h
# /sysroot/sysroot/usr/include/lzma/index_hash.h
# /sysroot/sysroot/usr/include/lzma/lzma12.h
# /sysroot/sysroot/usr/include/lzma/stream_flags.h
# /sysroot/sysroot/usr/include/lzma/version.h
# /sysroot/sysroot/usr/include/lzma/vli.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf xz.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/xz.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/xz.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/xz.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/xz/src/xz-5.2.2/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by XZ Utils configure 5.2.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --disable-rpath --enable-werror
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 89b0004ad44b
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2959: checking build system type
# configure:2973: result: x86_64-unknown-linux-gnu
# configure:2993: checking host system type
# configure:3006: result: arm-unknown-linux-androideabi
# configure:3066: checking if debugging code should be compiled
# configure:3082: result: no
# configure:3122: checking which encoders to build
# configure:3209: result: lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
# configure:3213: checking which decoders to build
# configure:3305: result: lzma1 lzma2 delta x86 powerpc ia64 arm armthumb sparc
# configure:3644: checking which match finders to build
# configure:3695: result: hc3 hc4 bt2 bt3 bt4
# configure:3713: checking which integrity checks to build
# configure:3755: result: crc32 crc64 sha256
# configure:3792: checking if assembler optimizations should be used
# configure:3816: result: no
# configure:3847: checking if small size is preferred over speed
# configure:3865: result: no
# configure:3881: checking if threading support is wanted
# configure:3907: result: yes, posix
# configure:3940: checking how much RAM to assume if the real amount is unknown
# configure:3955: result: 128 MiB
# configure:4085: checking if library symbol versioning should be used
# configure:4108: result: no
# configure:4126: checking for a shell that conforms to POSIX
# configure:4167: result: /bin/sh
# configure:4208: checking for a BSD-compatible install
# configure:4276: result: /usr/bin/install -c
# configure:4287: checking whether build environment is sane
# configure:4342: result: yes
# configure:4401: checking for arm-linux-androideabi-strip
# configure:4417: found /sysroot/bin/arm-linux-androideabi-strip
# configure:4428: result: arm-linux-androideabi-strip
# configure:4493: checking for a thread-safe mkdir -p
# configure:4532: result: /usr/sbin/mkdir -p
# configure:4539: checking for gawk
# configure:4555: found /usr/sbin/gawk
# configure:4566: result: gawk
# configure:4577: checking whether make sets $(MAKE)
# configure:4599: result: yes
# configure:4628: checking whether make supports nested variables
# configure:4645: result: yes
# configure:4771: checking whether ln -s works
# configure:4775: result: yes
# configure:4795: checking for style of include used by make
# configure:4823: result: GNU
# configure:4854: checking for arm-linux-androideabi-gcc
# configure:4881: result: arm-linux-androideabi-gcc
# configure:5150: checking for C compiler version
# configure:5159: arm-linux-androideabi-gcc --version >&5
# arm-linux-androideabi-gcc (GCC) 4.8
# Copyright (C) 2013 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:5170: $? = 0
# configure:5159: arm-linux-androideabi-gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=arm-linux-androideabi-gcc
# COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
# Target: arm-linux-androideabi
# Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
# Thread model: posix
# gcc version 4.8 (GCC)
# configure:5170: $? = 0
# configure:5159: arm-linux-androideabi-gcc -V >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-V'
# arm-linux-androideabi-gcc: fatal error: no input files
# compilation terminated.
# configure:5170: $? = 1
# configure:5159: arm-linux-androideabi-gcc -qversion >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-qversion'
# arm-linux-androideabi-gcc: fatal error: no input files
# compilation terminated.
# configure:5170: $? = 1
# configure:5190: checking whether the C compiler works
# configure:5212: arm-linux-androideabi-gcc conftest.c >&5
# configure:5216: $? = 0
# configure:5264: result: yes
# configure:5267: checking for C compiler default output file name
# configure:5269: result: a.out
# configure:5275: checking for suffix of executables
# configure:5282: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:5286: $? = 0
# configure:5308: result:
# configure:5330: checking whether we are cross compiling
# configure:5368: result: yes
# configure:5373: checking for suffix of object files
# configure:5395: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5399: $? = 0
# configure:5420: result: o
# configure:5424: checking whether we are using the GNU C compiler
# configure:5443: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5443: $? = 0
# configure:5452: result: yes
# configure:5461: checking whether arm-linux-androideabi-gcc accepts -g
# configure:5481: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:5481: $? = 0
# configure:5522: result: yes
# configure:5539: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:5602: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:5602: $? = 0
# configure:5615: result: none needed
# configure:5640: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:5662: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:5665: $? = 0
# configure:5662: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:5665: $? = 0
# configure:5677: result: yes
# configure:5696: checking dependency style of arm-linux-androideabi-gcc
# configure:5807: result: gcc3
# configure:5822: checking for arm-linux-androideabi-gcc option to accept ISO C99
# configure:5971: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:89:29: error: expected ';', ',' or ')' before 'text'
# test_restrict (ccp restrict text)
# ^
# conftest.c: In function 'main':
# conftest.c:143:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
# char *restrict newvar = "Another string";
# ^
# conftest.c:143:18: error: 'newvar' undeclared (first use in this function)
# conftest.c:143:18: note: each undeclared identifier is reported only once for each function it appears in
# conftest.c:153:3: error: 'for' loop initial declarations are only allowed in C99 mode
# for (int i = 0; i < ia->datasize; ++i)
# ^
# conftest.c:153:3: note: use option -std=c99 or -std=gnu99 to compile your code
# configure:5971: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# | #include
# | #include
# |
# | // Check varargs macros. These examples are taken from C99 6.10.3.5.
# | #define debug(...) fprintf (stderr, __VA_ARGS__)
# | #define showlist(...) puts (#__VA_ARGS__)
# | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
# | static void
# | test_varargs_macros (void)
# | {
# | int x = 1234;
# | int y = 5678;
# | debug ("Flag");
# | debug ("X = %d\n", x);
# | showlist (The first, second, and third items.);
# | report (x>y, "x is %d but y is %d", x, y);
# | }
# |
# | // Check long long types.
# | #define BIG64 18446744073709551615ull
# | #define BIG32 4294967295ul
# | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
# | #if !BIG_OK
# | your preprocessor is broken;
# | #endif
# | #if BIG_OK
# | #else
# | your preprocessor is broken;
# | #endif
# | static long long int bignum = -9223372036854775807LL;
# | static unsigned long long int ubignum = BIG64;
# |
# | struct incomplete_array
# | {
# | int datasize;
# | double data[];
# | };
# |
# | struct named_init {
# | int number;
# | const wchar_t *name;
# | double average;
# | };
# |
# | typedef const char *ccp;
# |
# | static inline int
# | test_restrict (ccp restrict text)
# | {
# | // See if C++-style comments work.
# | // Iterate through items via the restricted pointer.
# | // Also check for declarations in for loops.
# | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
# | continue;
# | return 0;
# | }
# |
# | // Check varargs and va_copy.
# | static void
# | test_varargs (const char *format, ...)
# | {
# | va_list args;
# | va_start (args, format);
# | va_list args_copy;
# | va_copy (args_copy, args);
# |
# | const char *str;
# | int number;
# | float fnumber;
# |
# | while (*format)
# | {
# | switch (*format++)
# | {
# | case 's': // string
# | str = va_arg (args_copy, const char *);
# | break;
# | case 'd': // int
# | number = va_arg (args_copy, int);
# | break;
# | case 'f': // float
# | fnumber = va_arg (args_copy, double);
# | break;
# | default:
# | break;
# | }
# | }
# | va_end (args_copy);
# | va_end (args);
# | }
# |
# | int
# | main ()
# | {
# |
# | // Check bool.
# | _Bool success = false;
# |
# | // Check restrict.
# | if (test_restrict ("String literal") == 0)
# | success = true;
# | char *restrict newvar = "Another string";
# |
# | // Check varargs.
# | test_varargs ("s, d' f .", "string", 65, 34.234);
# | test_varargs_macros ();
# |
# | // Check flexible array members.
# | struct incomplete_array *ia =
# | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
# | ia->datasize = 10;
# | for (int i = 0; i < ia->datasize; ++i)
# | ia->data[i] = i * 1.234;
# |
# | // Check named initializers.
# | struct named_init ni = {
# | .number = 34,
# | .name = L"Test wide string",
# | .average = 543.34343,
# | };
# |
# | ni.number = 58;
# |
# | int dynamic_array[ni.number];
# | dynamic_array[ni.number - 1] = 543;
# |
# | // work around unused variable warnings
# | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
# | || dynamic_array[ni.number - 1] != 543);
# |
# | ;
# | return 0;
# | }
# configure:5971: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:5971: $? = 0
# configure:5991: result: -std=gnu99
# configure:6013: checking dependency style of arm-linux-androideabi-gcc -std=gnu99
# configure:6122: result: gcc3
# configure:6143: checking how to run the C preprocessor
# configure:6174: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# configure:6174: $? = 0
# configure:6188: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# conftest.c:39:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6188: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | /* end confdefs.h. */
# | #include
# configure:6213: result: arm-linux-androideabi-gcc -std=gnu99 -E
# configure:6233: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# configure:6233: $? = 0
# configure:6247: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# conftest.c:39:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6247: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | /* end confdefs.h. */
# | #include
# configure:6276: checking for grep that handles long lines and -e
# configure:6334: result: /usr/sbin/grep
# configure:6339: checking for egrep
# configure:6401: result: /usr/sbin/grep -E
# configure:6406: checking for ANSI C header files
# configure:6426: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:6426: $? = 0
# configure:6510: result: yes
# configure:6523: checking for sys/types.h
# configure:6523: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:6523: $? = 0
# configure:6523: result: yes
# configure:6523: checking for sys/stat.h
# configure:6523: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:6523: $? = 0
# configure:6523: result: yes
# configure:6523: checking for stdlib.h
# configure:6523: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:6523: $? = 0
# configure:6523: result: yes
# configure:6523: checking for string.h
# configure:6523: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:6523: $? = 0
# configure:6523: result: yes
# configure:6523: checking for memory.h
# configure:6523: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:6523: $? = 0
# configure:6523: result: yes
# configure:6523: checking for strings.h
# configure:6523: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:6523: $? = 0
# configure:6523: result: yes
# configure:6523: checking for inttypes.h
# configure:6523: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:6523: $? = 0
# configure:6523: result: yes
# configure:6523: checking for stdint.h
# configure:6523: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:6523: $? = 0
# configure:6523: result: yes
# configure:6523: checking for unistd.h
# configure:6523: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:6523: $? = 0
# configure:6523: result: yes
# configure:6536: checking minix/config.h usability
# configure:6536: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c:82:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6536: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:6536: result: no
# configure:6536: checking minix/config.h presence
# configure:6536: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# conftest.c:49:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6536: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:6536: result: no
# configure:6536: checking for minix/config.h
# configure:6536: result: no
# configure:6557: checking whether it is safe to define __EXTENSIONS__
# configure:6575: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:6575: $? = 0
# configure:6582: result: yes
# configure:6713: checking if compiler needs -Werror to reject unknown flags
# configure:6729: arm-linux-androideabi-gcc -std=gnu99 -c -Werror -Wunknown-warning-option -Wsizeof-array-argument conftest.c >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-Wunknown-warning-option'
# arm-linux-androideabi-gcc: error: unrecognized command line option '-Wsizeof-array-argument'
# configure:6729: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# | int foo(void);
# | int
# | main ()
# | {
# | foo()
# | ;
# | return 0;
# | }
# configure:6734: result: no
# configure:6800: checking for the pthreads library -lpthreads
# configure:6838: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c -lpthreads >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lpthreads
# collect2: error: ld returned 1 exit status
# configure:6838: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# | #include
# | static void routine(void *a) { a = 0; }
# | static void *start_routine(void *a) { return a; }
# | int
# | main ()
# | {
# | pthread_t th; pthread_attr_t attr;
# | pthread_create(&th, 0, start_routine, 0);
# | pthread_join(th, 0);
# | pthread_attr_init(&attr);
# | pthread_cleanup_push(routine, 0);
# | pthread_cleanup_pop(0) /* ; */
# | ;
# | return 0;
# | }
# configure:6847: result: no
# configure:6745: checking whether pthreads work without any flags
# configure:6838: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
# configure:6838: $? = 0
# configure:6847: result: yes
# configure:6866: checking for joinable pthread attribute
# configure:6881: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
# configure:6881: $? = 0
# configure:6887: result: PTHREAD_CREATE_JOINABLE
# configure:6897: checking if more special flags are required for pthreads
# configure:6912: result: no
# configure:6918: checking for PTHREAD_PRIO_INHERIT
# configure:6935: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:58:9: error: 'PTHREAD_PRIO_INHERIT' undeclared (first use in this function)
# int i = PTHREAD_PRIO_INHERIT;
# ^
# conftest.c:58:9: note: each undeclared identifier is reported only once for each function it appears in
# configure:6935: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | int i = PTHREAD_PRIO_INHERIT;
# | ;
# | return 0;
# | }
# configure:6944: result: no
# configure:7057: checking for library containing clock_gettime
# configure:7088: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
# configure:7088: $? = 0
# configure:7105: result: none required
# configure:7116: checking for clock_gettime
# configure:7116: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
# configure:7116: $? = 0
# configure:7116: result: yes
# configure:7116: checking for pthread_condattr_setclock
# configure:7116: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
# configure:7116: $? = 0
# configure:7116: result: yes
# configure:7125: checking whether CLOCK_MONOTONIC is declared
# configure:7125: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:7125: $? = 0
# configure:7125: result: yes
# configure:7208: checking how to print strings
# configure:7235: result: printf
# configure:7256: checking for a sed that does not truncate output
# configure:7320: result: /usr/sbin/sed
# configure:7338: checking for fgrep
# configure:7400: result: /usr/sbin/grep -F
# configure:7435: checking for ld used by arm-linux-androideabi-gcc -std=gnu99
# configure:7502: result: /sysroot/arm-linux-androideabi/bin/ld
# configure:7509: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
# configure:7524: result: yes
# configure:7536: checking for BSD- or MS-compatible name lister (nm)
# configure:7590: result: /sysroot/bin/arm-linux-androideabi-nm -B
# configure:7720: checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface
# configure:7727: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:7730: /sysroot/bin/arm-linux-androideabi-nm -B "conftest.o"
# configure:7733: output
# 00000000 B some_variable
# configure:7740: result: BSD nm
# configure:7744: checking the maximum length of command line arguments
# configure:7875: result: 1572864
# configure:7923: checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format
# configure:7963: result: func_convert_file_noop
# configure:7970: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:7990: result: func_convert_file_noop
# configure:7997: checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files
# configure:8004: result: -r
# configure:8038: checking for arm-linux-androideabi-objdump
# configure:8054: found /sysroot/bin/arm-linux-androideabi-objdump
# configure:8065: result: arm-linux-androideabi-objdump
# configure:8134: checking how to recognize dependent libraries
# configure:8334: result: pass_all
# configure:8379: checking for arm-linux-androideabi-dlltool
# configure:8409: result: no
# configure:8419: checking for dlltool
# configure:8449: result: no
# configure:8476: checking how to associate runtime and link libraries
# configure:8503: result: printf %s\n
# configure:8519: checking for arm-linux-androideabi-ar
# configure:8535: found /sysroot/bin/arm-linux-androideabi-ar
# configure:8546: result: arm-linux-androideabi-ar
# configure:8627: checking for archiver @FILE support
# configure:8644: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:8644: $? = 0
# configure:8647: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# configure:8650: $? = 0
# configure:8655: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
# arm-linux-androideabi-ar: conftest.o: No such file or directory
# configure:8658: $? = 1
# configure:8670: result: @
# configure:8688: checking for arm-linux-androideabi-strip
# configure:8715: result: arm-linux-androideabi-strip
# configure:8787: checking for arm-linux-androideabi-ranlib
# configure:8803: found /sysroot/bin/arm-linux-androideabi-ranlib
# configure:8814: result: arm-linux-androideabi-ranlib
# configure:8956: checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc -std=gnu99 object
# configure:9109: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:9112: $? = 0
# configure:9116: /sysroot/bin/arm-linux-androideabi-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:9119: $? = 0
# configure:9185: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c conftstm.o >&5
# configure:9188: $? = 0
# configure:9226: result: ok
# configure:9273: checking for sysroot
# configure:9303: result: no
# configure:9310: checking for a working dd
# configure:9348: result: /usr/sbin/dd
# configure:9352: checking how to truncate binary pipes
# configure:9367: result: /usr/sbin/dd bs=4096 count=1
# configure:9656: checking for arm-linux-androideabi-mt
# configure:9686: result: no
# configure:9696: checking for mt
# configure:9726: result: no
# configure:9746: checking if : is a manifest tool
# configure:9752: : '-?'
# configure:9760: result: no
# configure:10434: checking for dlfcn.h
# configure:10434: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:10434: $? = 0
# configure:10434: result: yes
# configure:10988: checking for objdir
# configure:11003: result: .libs
# configure:11267: checking if arm-linux-androideabi-gcc -std=gnu99 supports -fno-rtti -fno-exceptions
# configure:11285: arm-linux-androideabi-gcc -std=gnu99 -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
# configure:11289: $? = 0
# configure:11302: result: no
# configure:11660: checking for arm-linux-androideabi-gcc -std=gnu99 option to produce PIC
# configure:11667: result: -fPIC -DPIC
# configure:11675: checking if arm-linux-androideabi-gcc -std=gnu99 PIC flag -fPIC -DPIC works
# configure:11693: arm-linux-androideabi-gcc -std=gnu99 -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:11697: $? = 0
# configure:11710: result: yes
# configure:11739: checking if arm-linux-androideabi-gcc -std=gnu99 static flag -static works
# configure:11767: result: yes
# configure:11782: checking if arm-linux-androideabi-gcc -std=gnu99 supports -c -o file.o
# configure:11803: arm-linux-androideabi-gcc -std=gnu99 -c -o out/conftest2.o conftest.c >&5
# configure:11807: $? = 0
# configure:11829: result: yes
# configure:11837: checking if arm-linux-androideabi-gcc -std=gnu99 supports -c -o file.o
# configure:11884: result: yes
# configure:11917: checking whether the arm-linux-androideabi-gcc -std=gnu99 linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
# configure:13176: result: yes
# configure:13213: checking whether -lc should be explicitly linked in
# configure:13221: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:13224: $? = 0
# configure:13239: arm-linux-androideabi-gcc -std=gnu99 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:13242: $? = 0
# configure:13256: result: no
# configure:13416: checking dynamic linker characteristics
# configure:14234: result: Android linker
# configure:14356: checking how to hardcode library paths into programs
# configure:14381: result: immediate
# configure:14929: checking whether stripping libraries is possible
# configure:14934: result: yes
# configure:14969: checking if libtool supports shared libraries
# configure:14971: result: yes
# configure:14974: checking whether to build shared libraries
# configure:14999: result: yes
# configure:15002: checking whether to build static libraries
# configure:15006: result: yes
# configure:15046: checking for arm-linux-androideabi-windres
# configure:15076: result: no
# configure:15086: checking for windres
# configure:15116: result: no
# configure:15243: checking whether NLS is requested
# configure:15252: result: yes
# configure:15293: checking for msgfmt
# configure: trying /usr/sbin/msgfmt...
# 0 translated messages.
# configure:15325: result: /usr/sbin/msgfmt
# configure:15334: checking for gmsgfmt
# configure:15365: result: /usr/sbin/msgfmt
# configure:15416: checking for xgettext
# configure: trying /usr/sbin/xgettext...
# /usr/sbin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:15448: result: /usr/sbin/xgettext
# configure:15494: checking for msgmerge
# configure: trying /usr/sbin/msgmerge...
# configure:15525: result: /usr/sbin/msgmerge
# configure:15582: checking for ld used by GCC
# configure:15646: result: /sysroot/arm-linux-androideabi/bin/ld
# configure:15653: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
# configure:15666: result: yes
# configure:15673: checking for shared library run path origin
# configure:15686: result: done
# configure:16258: checking for CFPreferencesCopyAppValue
# configure:16276: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:60:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16276: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:16285: result: no
# configure:16292: checking for CFLocaleCopyCurrent
# configure:16310: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:60:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16310: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:16319: result: no
# configure:16368: checking for GNU gettext in libc
# configure:16388: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
# conftest.c:60:21: fatal error: libintl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16388: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# |
# | extern int _nl_msg_cat_cntr;
# | extern int *_nl_domain_bindings;
# | int
# | main ()
# | {
# | bindtextdomain ("", "");
# | return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
# | ;
# | return 0;
# | }
# configure:16397: result: no
# configure:16431: checking for iconv
# configure:16453: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
# conftest.c:61:19: fatal error: iconv.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16453: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #include
# | int
# | main ()
# | {
# | iconv_t cd = iconv_open("","");
# | iconv(cd,NULL,NULL,NULL,NULL);
# | iconv_close(cd);
# | ;
# | return 0;
# | }
# configure:16475: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c -liconv >&5
# conftest.c:61:19: fatal error: iconv.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:16475: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #include
# | int
# | main ()
# | {
# | iconv_t cd = iconv_open("","");
# | iconv(cd,NULL,NULL,NULL,NULL);
# | iconv_close(cd);
# | ;
# | return 0;
# | }
# configure:16485: result: no, consider installing GNU libiconv
# configure:17084: checking for GNU gettext in libintl
# configure:17112: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c -lintl >&5
# conftest.c:60:21: fatal error: libintl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:17112: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# |
# | extern int _nl_msg_cat_cntr;
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# | const char *_nl_expand_alias (const char *);
# | int
# | main ()
# | {
# | bindtextdomain ("", "");
# | return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("")
# | ;
# | return 0;
# | }
# configure:17153: result: no
# configure:17188: checking whether to use NLS
# configure:17190: result: no
# configure:17275: checking fcntl.h usability
# configure:17275: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:17275: $? = 0
# configure:17275: result: yes
# configure:17275: checking fcntl.h presence
# configure:17275: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# configure:17275: $? = 0
# configure:17275: result: yes
# configure:17275: checking for fcntl.h
# configure:17275: result: yes
# configure:17275: checking limits.h usability
# configure:17275: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:17275: $? = 0
# configure:17275: result: yes
# configure:17275: checking limits.h presence
# configure:17275: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# configure:17275: $? = 0
# configure:17275: result: yes
# configure:17275: checking for limits.h
# configure:17275: result: yes
# configure:17275: checking sys/time.h usability
# configure:17275: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:17275: $? = 0
# configure:17275: result: yes
# configure:17275: checking sys/time.h presence
# configure:17275: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# configure:17275: $? = 0
# configure:17275: result: yes
# configure:17275: checking for sys/time.h
# configure:17275: result: yes
# configure:17291: checking immintrin.h usability
# configure:17291: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c:96:23: fatal error: immintrin.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:17291: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:17291: result: no
# configure:17291: checking immintrin.h presence
# configure:17291: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# conftest.c:63:23: fatal error: immintrin.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:17291: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | /* end confdefs.h. */
# | #include
# configure:17291: result: no
# configure:17291: checking for immintrin.h
# configure:17291: result: no
# configure:17308: checking for stdbool.h that conforms to C99
# configure:17375: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:17375: $? = 0
# configure:17382: result: yes
# configure:17384: checking for _Bool
# configure:17384: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:17384: $? = 0
# configure:17384: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:99:20: error: expected expression before ')' token
# if (sizeof ((_Bool)))
# ^
# configure:17384: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:17384: result: yes
# configure:17402: checking for uint8_t
# configure:17402: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:17402: $? = 0
# configure:17402: result: yes
# configure:17416: checking for uint16_t
# configure:17416: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:17416: $? = 0
# configure:17416: result: yes
# configure:17428: checking for int32_t
# configure:17428: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:17428: $? = 0
# configure:17428: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:103:53: warning: integer overflow in expression [-Woverflow]
# < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
# ^
# conftest.c:102:12: error: storage size of 'test_array' isn't constant
# static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# ^
# configure:17428: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | enum { N = 32 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:17428: result: yes
# configure:17439: checking for uint32_t
# configure:17439: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:17439: $? = 0
# configure:17439: result: yes
# configure:17453: checking for int64_t
# configure:17453: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:17453: $? = 0
# configure:17453: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:103:53: warning: integer overflow in expression [-Woverflow]
# < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
# ^
# conftest.c:102:12: error: storage size of 'test_array' isn't constant
# static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# ^
# configure:17453: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | enum { N = 64 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:17453: result: yes
# configure:17464: checking for uint64_t
# configure:17464: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:17464: $? = 0
# configure:17464: result: yes
# configure:17479: checking for uintptr_t
# configure:17479: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:17479: $? = 0
# configure:17479: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:101:24: error: expected expression before ')' token
# if (sizeof ((uintptr_t)))
# ^
# configure:17479: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((uintptr_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:17479: result: yes
# configure:17520: checking size of size_t
# configure:17525: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:17525: $? = 0
# configure:17525: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:102:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)];
# ^
# configure:17525: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:17525: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:102:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)];
# ^
# configure:17525: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:17525: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:102:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)];
# ^
# configure:17525: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:17525: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:17525: $? = 0
# configure:17525: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:17525: $? = 0
# configure:17525: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:17525: $? = 0
# configure:17539: result: 4
# configure:17553: checking for struct stat.st_atim.tv_nsec
# configure:17553: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:104:12: error: 'struct stat' has no member named 'st_atim'
# if (ac_aggr.st_atim.tv_nsec)
# ^
# configure:17553: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_atim.tv_nsec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:17553: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:104:19: error: 'struct stat' has no member named 'st_atim'
# if (sizeof ac_aggr.st_atim.tv_nsec)
# ^
# configure:17553: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (sizeof ac_aggr.st_atim.tv_nsec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:17553: result: no
# configure:17562: checking for struct stat.st_atimespec.tv_nsec
# configure:17562: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:104:12: error: 'struct stat' has no member named 'st_atimespec'
# if (ac_aggr.st_atimespec.tv_nsec)
# ^
# configure:17562: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_atimespec.tv_nsec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:17562: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:104:19: error: 'struct stat' has no member named 'st_atimespec'
# if (sizeof ac_aggr.st_atimespec.tv_nsec)
# ^
# configure:17562: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (sizeof ac_aggr.st_atimespec.tv_nsec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:17562: result: no
# configure:17571: checking for struct stat.st_atimensec
# configure:17571: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:17571: $? = 0
# configure:17571: result: yes
# configure:17580: checking for struct stat.st_uatime
# configure:17580: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:105:12: error: 'struct stat' has no member named 'st_uatime'
# if (ac_aggr.st_uatime)
# ^
# configure:17580: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_uatime)
# | return 0;
# | ;
# | return 0;
# | }
# configure:17580: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:105:19: error: 'struct stat' has no member named 'st_uatime'
# if (sizeof ac_aggr.st_uatime)
# ^
# configure:17580: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (sizeof ac_aggr.st_uatime)
# | return 0;
# | ;
# | return 0;
# | }
# configure:17580: result: no
# configure:17589: checking for struct stat.st_atim.st__tim.tv_nsec
# configure:17589: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:105:12: error: 'struct stat' has no member named 'st_atim'
# if (ac_aggr.st_atim.st__tim.tv_nsec)
# ^
# configure:17589: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_atim.st__tim.tv_nsec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:17589: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:105:19: error: 'struct stat' has no member named 'st_atim'
# if (sizeof ac_aggr.st_atim.st__tim.tv_nsec)
# ^
# configure:17589: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (sizeof ac_aggr.st_atim.st__tim.tv_nsec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:17589: result: no
# configure:17607: checking for special C compiler options needed for large files
# configure:17652: result: no
# configure:17658: checking for _FILE_OFFSET_BITS value needed for large files
# configure:17683: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c:74:3: warning: left shift count >= width of type [enabled by default]
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# conftest.c:74:3: warning: left shift count >= width of type [enabled by default]
# conftest.c:75:10: warning: left shift count >= width of type [enabled by default]
# && LARGE_OFF_T % 2147483647 == 1)
# ^
# conftest.c:75:10: warning: left shift count >= width of type [enabled by default]
# conftest.c:74:7: error: variably modified 'off_t_is_large' at file scope
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:17683: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | /* end confdefs.h. */
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:17707: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c:75:3: warning: left shift count >= width of type [enabled by default]
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# conftest.c:75:3: warning: left shift count >= width of type [enabled by default]
# conftest.c:76:10: warning: left shift count >= width of type [enabled by default]
# && LARGE_OFF_T % 2147483647 == 1)
# ^
# conftest.c:76:10: warning: left shift count >= width of type [enabled by default]
# conftest.c:75:7: error: variably modified 'off_t_is_large' at file scope
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:17707: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | /* end confdefs.h. */
# | #define _FILE_OFFSET_BITS 64
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:17715: result: unknown
# configure:17727: checking for _LARGE_FILES value needed for large files
# configure:17752: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c:74:3: warning: left shift count >= width of type [enabled by default]
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# conftest.c:74:3: warning: left shift count >= width of type [enabled by default]
# conftest.c:75:10: warning: left shift count >= width of type [enabled by default]
# && LARGE_OFF_T % 2147483647 == 1)
# ^
# conftest.c:75:10: warning: left shift count >= width of type [enabled by default]
# conftest.c:74:7: error: variably modified 'off_t_is_large' at file scope
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:17752: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | /* end confdefs.h. */
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:17776: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c:75:3: warning: left shift count >= width of type [enabled by default]
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# conftest.c:75:3: warning: left shift count >= width of type [enabled by default]
# conftest.c:76:10: warning: left shift count >= width of type [enabled by default]
# && LARGE_OFF_T % 2147483647 == 1)
# ^
# conftest.c:76:10: warning: left shift count >= width of type [enabled by default]
# conftest.c:75:7: error: variably modified 'off_t_is_large' at file scope
# int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# ^
# configure:17776: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | /* end confdefs.h. */
# | #define _LARGE_FILES 1
# | #include
# | /* Check that off_t can represent 2**63 - 1 correctly.
# | We can't simply define LARGE_OFF_T to be 9223372036854775807,
# | since some C++ compilers masquerading as C compilers
# | incorrectly reject 9223372036854775807. */
# | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
# | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
# | && LARGE_OFF_T % 2147483647 == 1)
# | ? 1 : -1];
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:17784: result: unknown
# configure:17800: checking whether byte ordering is bigendian
# configure:17815: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c:69:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:69:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^
# conftest.c:69:15: error: unknown type name 'universal'
# configure:17815: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:17860: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:75:8: error: unknown type name 'bogus'
# bogus endian macros
# ^
# conftest.c:75:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'
# bogus endian macros
# ^
# configure:17860: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
# | bogus endian macros
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:17904: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:74:8: error: unknown type name 'bogus'
# bogus endian macros
# ^
# conftest.c:74:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'
# bogus endian macros
# ^
# configure:17904: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
# | bogus endian macros
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:17960: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:17960: $? = 0
# configure:18006: result: no
# configure:18035: checking getopt.h usability
# configure:18035: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:18035: $? = 0
# configure:18035: result: yes
# configure:18035: checking getopt.h presence
# configure:18035: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# configure:18035: $? = 0
# configure:18035: result: yes
# configure:18035: checking for getopt.h
# configure:18035: result: yes
# configure:18052: checking for getopt_long
# configure:18052: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
# configure:18052: $? = 0
# configure:18052: result: yes
# configure:18066: checking whether optreset is declared
# configure:18066: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:18066: $? = 0
# configure:18066: result: yes
# configure:18108: checking for futimens
# configure:18108: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
# configure:18108: $? = 0
# configure:18108: result: yes
# configure:18121: checking for posix_fadvise
# configure:18121: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
# configure:18121: $? = 0
# configure:18121: result: yes
# configure:18138: checking whether program_invocation_name is declared
# configure:18138: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:82:10: error: 'program_invocation_name' undeclared (first use in this function)
# (void) program_invocation_name;
# ^
# conftest.c:82:10: note: each undeclared identifier is reported only once for each function it appears in
# configure:18138: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPTRESET 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | #ifndef program_invocation_name
# | #ifdef __cplusplus
# | (void) program_invocation_name;
# | #else
# | (void) program_invocation_name;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:18138: result: no
# configure:18157: checking byteswap.h usability
# configure:18157: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:18157: $? = 0
# configure:18157: result: yes
# configure:18157: checking byteswap.h presence
# configure:18157: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# configure:18157: $? = 0
# configure:18157: result: yes
# configure:18157: checking for byteswap.h
# configure:18157: result: yes
# configure:18171: checking if bswap_16 is available
# configure:18185: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
# configure:18185: $? = 0
# configure:18190: result: yes
# configure:18201: checking if bswap_32 is available
# configure:18215: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
# configure:18215: $? = 0
# configure:18220: result: yes
# configure:18231: checking if bswap_64 is available
# configure:18245: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
# configure:18245: $? = 0
# configure:18250: result: yes
# configure:18262: checking if unaligned memory access should be used
# configure:18290: result: no
# configure:18300: checking sys/param.h usability
# configure:18300: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:18300: $? = 0
# configure:18300: result: yes
# configure:18300: checking sys/param.h presence
# configure:18300: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# configure:18300: $? = 0
# configure:18300: result: yes
# configure:18300: checking for sys/param.h
# configure:18300: result: yes
# configure:18311: checking how to detect the amount of physical memory
# configure:18335: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c:83:1: error: unknown type name 'compile'
# compile error
# ^
# conftest.c:83:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
# configure:18335: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPTRESET 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# |
# | #if defined(_WIN32) || defined(__CYGWIN__) || defined(__OS2__) || defined(__DJGPP__) || defined(__VMS) || defined(AMIGA) || defined(__AROS__) || defined(__QNX__)
# | int main(void) { return 0; }
# | #else
# | compile error
# | #endif
# |
# configure:18356: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c:80:27: fatal error: sys/systemcfg.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:18356: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPTRESET 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# |
# | #include
# |
# | int
# | main(void)
# | {
# | (void)_system_configuration.physmem;
# | return 0;
# | }
# |
# configure:18375: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:18375: $? = 0
# configure:18515: result: sysconf
# configure:18562: checking for sys/param.h
# configure:18562: result: yes
# configure:18573: checking how to detect the number of available CPU cores
# configure:18595: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c:85:1: error: unknown type name 'compile'
# compile error
# ^
# conftest.c:85:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
# configure:18595: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPTRESET 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# |
# | #if defined(_WIN32) || defined(__CYGWIN__)
# | int main(void) { return 0; }
# | #else
# | compile error
# | #endif
# |
# configure:18618: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c:83:24: fatal error: sys/cpuset.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:18618: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPTRESET 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | int
# | main(void)
# | {
# | cpuset_t set;
# | cpuset_getaffinity(CPU_LEVEL_WHICH, CPU_WHICH_PID, -1,
# | sizeof(set), &set);
# | return 0;
# | }
# |
# configure:18652: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c:89:24: fatal error: sys/sysctl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:18652: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPTRESET 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | /* end confdefs.h. */
# |
# | #ifdef __QNX__
# | compile error
# | #endif
# | #include
# | #ifdef HAVE_SYS_PARAM_H
# | # include
# | #endif
# | #include
# | int
# | main(void)
# | {
# | int name[2] = { CTL_HW, HW_NCPU };
# | int cpus;
# | size_t cpus_size = sizeof(cpus);
# | sysctl(name, 2, &cpus, &cpus_size, NULL, 0);
# | return 0;
# | }
# |
# configure:18676: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# configure:18676: $? = 0
# configure:18715: result: sysconf
# configure:18744: checking whether mbrtowc and mbstate_t are properly declared
# configure:18764: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
# configure:18764: $? = 0
# configure:18772: result: yes
# configure:18782: checking for wcwidth
# configure:18782: arm-linux-androideabi-gcc -std=gnu99 -o conftest conftest.c >&5
# configure:18782: $? = 0
# configure:18782: result: yes
# configure:18819: checking CommonCrypto/CommonDigest.h usability
# configure:18819: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c:117:39: fatal error: CommonCrypto/CommonDigest.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:18819: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPTRESET 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_CPUCORES_SYSCONF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCWIDTH 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:18819: result: no
# configure:18819: checking CommonCrypto/CommonDigest.h presence
# configure:18819: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# conftest.c:84:39: fatal error: CommonCrypto/CommonDigest.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:18819: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPTRESET 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_CPUCORES_SYSCONF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCWIDTH 1
# | /* end confdefs.h. */
# | #include
# configure:18819: result: no
# configure:18819: checking for CommonCrypto/CommonDigest.h
# configure:18819: result: no
# configure:18819: checking sha256.h usability
# configure:18819: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c:117:20: fatal error: sha256.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:18819: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPTRESET 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_CPUCORES_SYSCONF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCWIDTH 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:18819: result: no
# configure:18819: checking sha256.h presence
# configure:18819: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# conftest.c:84:20: fatal error: sha256.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:18819: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPTRESET 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_CPUCORES_SYSCONF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCWIDTH 1
# | /* end confdefs.h. */
# | #include
# configure:18819: result: no
# configure:18819: checking for sha256.h
# configure:18819: result: no
# configure:18819: checking sha2.h usability
# configure:18819: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c:117:18: fatal error: sha2.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:18819: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPTRESET 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_CPUCORES_SYSCONF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCWIDTH 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:18819: result: no
# configure:18819: checking sha2.h presence
# configure:18819: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# conftest.c:84:18: fatal error: sha2.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:18819: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPTRESET 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_CPUCORES_SYSCONF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCWIDTH 1
# | /* end confdefs.h. */
# | #include
# configure:18819: result: no
# configure:18819: checking for sha2.h
# configure:18819: result: no
# configure:18819: checking minix/sha2.h usability
# configure:18819: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c:117:24: fatal error: minix/sha2.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:18819: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPTRESET 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_CPUCORES_SYSCONF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCWIDTH 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:18819: result: no
# configure:18819: checking minix/sha2.h presence
# configure:18819: arm-linux-androideabi-gcc -std=gnu99 -E conftest.c
# conftest.c:84:24: fatal error: minix/sha2.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:18819: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPTRESET 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_CPUCORES_SYSCONF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCWIDTH 1
# | /* end confdefs.h. */
# | #include
# configure:18819: result: no
# configure:18819: checking for minix/sha2.h
# configure:18819: result: no
# configure:19041: checking whether _mm_movemask_epi8 is declared
# configure:19041: arm-linux-androideabi-gcc -std=gnu99 -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:95:10: error: '_mm_movemask_epi8' undeclared (first use in this function)
# (void) _mm_movemask_epi8;
# ^
# conftest.c:95:10: note: each undeclared identifier is reported only once for each function it appears in
# configure:19041: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "XZ Utils"
# | #define PACKAGE_TARNAME "xz"
# | #define PACKAGE_VERSION "5.2.2"
# | #define PACKAGE_STRING "XZ Utils 5.2.2"
# | #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# | #define PACKAGE_URL "http://tukaani.org/xz/"
# | #define NDEBUG 1
# | #define HAVE_ENCODER_LZMA1 1
# | #define HAVE_ENCODER_LZMA2 1
# | #define HAVE_ENCODER_DELTA 1
# | #define HAVE_ENCODER_X86 1
# | #define HAVE_ENCODER_POWERPC 1
# | #define HAVE_ENCODER_IA64 1
# | #define HAVE_ENCODER_ARM 1
# | #define HAVE_ENCODER_ARMTHUMB 1
# | #define HAVE_ENCODER_SPARC 1
# | #define HAVE_DECODER_LZMA1 1
# | #define HAVE_DECODER_LZMA2 1
# | #define HAVE_DECODER_DELTA 1
# | #define HAVE_DECODER_X86 1
# | #define HAVE_DECODER_POWERPC 1
# | #define HAVE_DECODER_IA64 1
# | #define HAVE_DECODER_ARM 1
# | #define HAVE_DECODER_ARMTHUMB 1
# | #define HAVE_DECODER_SPARC 1
# | #define HAVE_MF_HC3 1
# | #define HAVE_MF_HC4 1
# | #define HAVE_MF_BT2 1
# | #define HAVE_MF_BT3 1
# | #define HAVE_MF_BT4 1
# | #define HAVE_CHECK_CRC32 1
# | #define HAVE_CHECK_CRC64 1
# | #define HAVE_CHECK_SHA256 1
# | #define ASSUME_RAM 128
# | #define PACKAGE "xz"
# | #define VERSION "5.2.2"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define MYTHREAD_POSIX 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# | #define HAVE_DECL_CLOCK_MONOTONIC 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_SIZE_T 4
# | #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPTRESET 1
# | #define HAVE_FUTIMENS 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
# | #define HAVE_BYTESWAP_H 1
# | #define HAVE_BSWAP_16 1
# | #define HAVE_BSWAP_32 1
# | #define HAVE_BSWAP_64 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_PHYSMEM_SYSCONF 1
# | #define HAVE_SYS_PARAM_H 1
# | #define TUKLIB_CPUCORES_SYSCONF 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_WCWIDTH 1
# | /* end confdefs.h. */
# | #ifdef HAVE_IMMINTRIN_H
# | #include
# | #endif
# |
# | int
# | main ()
# | {
# | #ifndef _mm_movemask_epi8
# | #ifdef __cplusplus
# | (void) _mm_movemask_epi8;
# | #else
# | (void) _mm_movemask_epi8;
# | #endif
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:19041: result: no
# configure:19069: checking whether the -Werror option is usable
# configure:19088: arm-linux-androideabi-gcc -std=gnu99 -c -Werror conftest.c >&5
# configure:19088: $? = 0
# configure:19097: result: yes
# configure:19099: checking for simple visibility declarations
# configure:19125: arm-linux-androideabi-gcc -std=gnu99 -c -fvisibility=hidden -Werror conftest.c >&5
# configure:19125: $? = 0
# configure:19134: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wall
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wall -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wextra
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wextra -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wvla
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wvla -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wformat=2
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wformat=2 -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Winit-self
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Winit-self -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wmissing-include-dirs
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wmissing-include-dirs -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wstrict-aliasing
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wstrict-aliasing -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wfloat-equal
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wfloat-equal -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wundef
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wundef -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wshadow
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wshadow -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wpointer-arith
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wpointer-arith -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wbad-function-cast
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wbad-function-cast -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wwrite-strings
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wwrite-strings -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wlogical-op
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wlogical-op -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Waggregate-return
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Waggregate-return -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wstrict-prototypes
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wstrict-prototypes -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wold-style-definition
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wold-style-definition -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wmissing-prototypes
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wmissing-prototypes -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wmissing-declarations
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wmissing-declarations -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wmissing-noreturn
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wmissing-noreturn -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19189: checking if arm-linux-androideabi-gcc -std=gnu99 accepts -Wredundant-decls
# configure:19197: arm-linux-androideabi-gcc -std=gnu99 -c -Wredundant-decls -Werror conftest.c >&5
# configure:19197: $? = 0
# configure:19200: result: yes
# configure:19570: checking that generated files are newer than configure
# configure:19576: result: done
# configure:19620: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by XZ Utils config.status 5.2.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 89b0004ad44b
#
# config.status:1361: creating Doxyfile
# config.status:1361: creating Makefile
# config.status:1361: creating po/Makefile.in
# config.status:1361: creating lib/Makefile
# config.status:1361: creating src/Makefile
# config.status:1361: creating src/liblzma/Makefile
# config.status:1361: creating src/liblzma/api/Makefile
# config.status:1361: creating src/xz/Makefile
# config.status:1361: creating src/xzdec/Makefile
# config.status:1361: creating src/lzmainfo/Makefile
# config.status:1361: creating src/scripts/Makefile
# config.status:1361: creating tests/Makefile
# config.status:1361: creating debug/Makefile
# config.status:1361: creating src/scripts/xzdiff
# config.status:1361: creating src/scripts/xzgrep
# config.status:1361: creating src/scripts/xzmore
# config.status:1361: creating src/scripts/xzless
# config.status:1361: creating config.h
# config.status:1590: executing depfiles commands
# config.status:1590: executing libtool commands
# config.status:1590: executing po-directories commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_int32_t=yes
# ac_cv_c_int64_t=yes
# ac_cv_c_uint16_t=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_uint64_t=yes
# ac_cv_c_uint8_t=yes
# ac_cv_env_CCASFLAGS_set=
# ac_cv_env_CCASFLAGS_value=
# ac_cv_env_CCAS_set=
# ac_cv_env_CCAS_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=arm-linux-androideabi-gcc
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_value=
# ac_cv_env_build_alias_set=set
# ac_cv_env_build_alias_value=x86_64-unknown-linux
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=arm-linux-androideabi
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_clock_gettime=yes
# ac_cv_func_futimens=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_mbrtowc=yes
# ac_cv_func_posix_fadvise=yes
# ac_cv_func_pthread_condattr_setclock=yes
# ac_cv_func_wcwidth=yes
# ac_cv_have_decl_CLOCK_MONOTONIC=yes
# ac_cv_have_decl__mm_movemask_epi8=no
# ac_cv_have_decl_optreset=yes
# ac_cv_have_decl_program_invocation_name=no
# ac_cv_header_CommonCrypto_CommonDigest_h=no
# ac_cv_header_byteswap_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_immintrin_h=no
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_minix_sha2_h=no
# ac_cv_header_sha256_h=no
# ac_cv_header_sha2_h=no
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=arm-unknown-linux-androideabi
# ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec=no
# ac_cv_member_struct_stat_st_atim_tv_nsec=no
# ac_cv_member_struct_stat_st_atimensec=yes
# ac_cv_member_struct_stat_st_atimespec_tv_nsec=no
# ac_cv_member_struct_stat_st_uatime=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GMSGFMT=/usr/sbin/msgfmt
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_MSGFMT=/usr/sbin/msgfmt
# ac_cv_path_MSGMERGE=/usr/sbin/msgmerge
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_XGETTEXT=/usr/sbin/xgettext
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/sbin/dd
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AR=arm-linux-androideabi-ar
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_CPP='arm-linux-androideabi-gcc -std=gnu99 -E'
# ac_cv_prog_OBJDUMP=arm-linux-androideabi-objdump
# ac_cv_prog_RANLIB=arm-linux-androideabi-ranlib
# ac_cv_prog_STRIP=arm-linux-androideabi-strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=-std=gnu99
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_clock_gettime='none required'
# ac_cv_sizeof_size_t=4
# ac_cv_sys_file_offset_bits=unknown
# ac_cv_sys_large_files=unknown
# ac_cv_sys_largefile_CC=no
# ac_cv_type__Bool=yes
# ac_cv_type_uintptr_t=yes
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_libname_spec='lib$name'
# acl_cv_library_names_spec='$libname$shrext'
# acl_cv_path_LD=/sysroot/arm-linux-androideabi/bin/ld
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CCAS_dependencies_compiler_type=gcc3
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_func_iconv='no, consider installing GNU libiconv'
# am_cv_lib_iconv=no
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# ax_cv_PTHREAD_PRIO_INHERIT=no
# gl_cv_cc_vis_werror=yes
# gl_cv_cc_visibility=yes
# gl_cv_posix_shell=/bin/sh
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=no
# gt_cv_func_gnugettext1_libintl=no
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/sysroot/arm-linux-androideabi/bin/ld
# lt_cv_path_NM='/sysroot/bin/arm-linux-androideabi-nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_RC=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/sbin/dd bs=4096 count=1'
# tuklib_cv_cpucores_method=sysconf
# tuklib_cv_physmem_method=sysconf
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/xz/src/xz-5.2.2/build-aux/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_CFLAGS=' -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-aliasing -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wlogical-op -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Werror'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='arm-linux-androideabi-ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/xz/src/xz-5.2.2/build-aux/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/xz/src/xz-5.2.2/build-aux/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/xz/src/xz-5.2.2/build-aux/missing automake-1.15'
# AWK='gawk'
# CC='arm-linux-androideabi-gcc -std=gnu99'
# CCAS='arm-linux-androideabi-gcc -std=gnu99'
# CCASDEPMODE='depmode=gcc3'
# CCASFLAGS=''
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CFLAG_VISIBILITY='-fvisibility=hidden'
# COND_ASM_X86_64_FALSE=''
# COND_ASM_X86_64_TRUE='#'
# COND_ASM_X86_FALSE=''
# COND_ASM_X86_TRUE='#'
# COND_CHECK_CRC32_FALSE='#'
# COND_CHECK_CRC32_TRUE=''
# COND_CHECK_CRC64_FALSE='#'
# COND_CHECK_CRC64_TRUE=''
# COND_CHECK_SHA256_FALSE='#'
# COND_CHECK_SHA256_TRUE=''
# COND_DECODER_ARMTHUMB_FALSE='#'
# COND_DECODER_ARMTHUMB_TRUE=''
# COND_DECODER_ARM_FALSE='#'
# COND_DECODER_ARM_TRUE=''
# COND_DECODER_DELTA_FALSE='#'
# COND_DECODER_DELTA_TRUE=''
# COND_DECODER_IA64_FALSE='#'
# COND_DECODER_IA64_TRUE=''
# COND_DECODER_LZMA1_FALSE='#'
# COND_DECODER_LZMA1_TRUE=''
# COND_DECODER_LZMA2_FALSE='#'
# COND_DECODER_LZMA2_TRUE=''
# COND_DECODER_LZ_FALSE='#'
# COND_DECODER_LZ_TRUE=''
# COND_DECODER_POWERPC_FALSE='#'
# COND_DECODER_POWERPC_TRUE=''
# COND_DECODER_SIMPLE_FALSE='#'
# COND_DECODER_SIMPLE_TRUE=''
# COND_DECODER_SPARC_FALSE='#'
# COND_DECODER_SPARC_TRUE=''
# COND_DECODER_X86_FALSE='#'
# COND_DECODER_X86_TRUE=''
# COND_DOC_FALSE='#'
# COND_DOC_TRUE=''
# COND_ENCODER_ARMTHUMB_FALSE='#'
# COND_ENCODER_ARMTHUMB_TRUE=''
# COND_ENCODER_ARM_FALSE='#'
# COND_ENCODER_ARM_TRUE=''
# COND_ENCODER_DELTA_FALSE='#'
# COND_ENCODER_DELTA_TRUE=''
# COND_ENCODER_IA64_FALSE='#'
# COND_ENCODER_IA64_TRUE=''
# COND_ENCODER_LZMA1_FALSE='#'
# COND_ENCODER_LZMA1_TRUE=''
# COND_ENCODER_LZMA2_FALSE='#'
# COND_ENCODER_LZMA2_TRUE=''
# COND_ENCODER_LZ_FALSE='#'
# COND_ENCODER_LZ_TRUE=''
# COND_ENCODER_POWERPC_FALSE='#'
# COND_ENCODER_POWERPC_TRUE=''
# COND_ENCODER_SIMPLE_FALSE='#'
# COND_ENCODER_SIMPLE_TRUE=''
# COND_ENCODER_SPARC_FALSE='#'
# COND_ENCODER_SPARC_TRUE=''
# COND_ENCODER_X86_FALSE='#'
# COND_ENCODER_X86_TRUE=''
# COND_FILTER_ARMTHUMB_FALSE='#'
# COND_FILTER_ARMTHUMB_TRUE=''
# COND_FILTER_ARM_FALSE='#'
# COND_FILTER_ARM_TRUE=''
# COND_FILTER_DELTA_FALSE='#'
# COND_FILTER_DELTA_TRUE=''
# COND_FILTER_IA64_FALSE='#'
# COND_FILTER_IA64_TRUE=''
# COND_FILTER_LZMA1_FALSE='#'
# COND_FILTER_LZMA1_TRUE=''
# COND_FILTER_LZMA2_FALSE='#'
# COND_FILTER_LZMA2_TRUE=''
# COND_FILTER_LZ_FALSE='#'
# COND_FILTER_LZ_TRUE=''
# COND_FILTER_POWERPC_FALSE='#'
# COND_FILTER_POWERPC_TRUE=''
# COND_FILTER_SIMPLE_FALSE='#'
# COND_FILTER_SIMPLE_TRUE=''
# COND_FILTER_SPARC_FALSE='#'
# COND_FILTER_SPARC_TRUE=''
# COND_FILTER_X86_FALSE='#'
# COND_FILTER_X86_TRUE=''
# COND_GNULIB_FALSE=''
# COND_GNULIB_TRUE='#'
# COND_INTERNAL_SHA256_FALSE='#'
# COND_INTERNAL_SHA256_TRUE=''
# COND_LZMADEC_FALSE='#'
# COND_LZMADEC_TRUE=''
# COND_LZMAINFO_FALSE='#'
# COND_LZMAINFO_TRUE=''
# COND_LZMALINKS_FALSE='#'
# COND_LZMALINKS_TRUE=''
# COND_MAIN_DECODER_FALSE='#'
# COND_MAIN_DECODER_TRUE=''
# COND_MAIN_ENCODER_FALSE='#'
# COND_MAIN_ENCODER_TRUE=''
# COND_SCRIPTS_FALSE='#'
# COND_SCRIPTS_TRUE=''
# COND_SHARED_FALSE='#'
# COND_SHARED_TRUE=''
# COND_SMALL_FALSE=''
# COND_SMALL_TRUE='#'
# COND_SYMVERS_FALSE=''
# COND_SYMVERS_TRUE='#'
# COND_THREADS_FALSE='#'
# COND_THREADS_TRUE=''
# COND_W32_FALSE=''
# COND_W32_TRUE='#'
# COND_XZDEC_FALSE='#'
# COND_XZDEC_TRUE=''
# COND_XZ_FALSE='#'
# COND_XZ_TRUE=''
# CPP='arm-linux-androideabi-gcc -std=gnu99 -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GETOPT_H=''
# GETTEXT_MACRO_VERSION='0.18'
# GMSGFMT='/usr/sbin/msgfmt'
# GMSGFMT_015='/usr/sbin/msgfmt'
# GREP='/usr/sbin/grep'
# HAVE_VISIBILITY='1'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# INTL_MACOSX_LIBS=''
# LD='/sysroot/arm-linux-androideabi/bin/ld'
# LDFLAGS=''
# LIBICONV=''
# LIBINTL=''
# LIBOBJS=''
# LIBS=' '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_EXEEXT='$(EXEEXT)'
# LN_S='ln -s'
# LTLIBICONV=''
# LTLIBINTL=''
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# MAKEINFO='${SHELL} /tmp/xz/src/xz-5.2.2/build-aux/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# MSGFMT='/usr/sbin/msgfmt'
# MSGFMT_015='/usr/sbin/msgfmt'
# MSGMERGE='/usr/sbin/msgmerge'
# NM='/sysroot/bin/arm-linux-androideabi-nm -B'
# NMEDIT=''
# OBJDUMP='arm-linux-androideabi-objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='xz'
# PACKAGE_BUGREPORT='lasse.collin@tukaani.org'
# PACKAGE_NAME='XZ Utils'
# PACKAGE_STRING='XZ Utils 5.2.2'
# PACKAGE_TARNAME='xz'
# PACKAGE_URL='http://tukaani.org/xz/'
# PACKAGE_VERSION='5.2.2'
# PATH_SEPARATOR=':'
# POSIX_SHELL='/bin/sh'
# POSUB=''
# PREFERABLY_POSIX_SHELL='/bin/sh'
# PTHREAD_CC='arm-linux-androideabi-gcc -std=gnu99'
# PTHREAD_CFLAGS=''
# PTHREAD_LIBS=''
# RANLIB='arm-linux-androideabi-ranlib'
# RC=''
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# USE_NLS='no'
# VERSION='5.2.2'
# XGETTEXT='/usr/sbin/xgettext'
# XGETTEXT_015='/usr/sbin/xgettext'
# XGETTEXT_EXTRA_OPTIONS=''
# ac_ct_AR=''
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCCAS_FALSE='#'
# am__fastdepCCAS_TRUE=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# ax_pthread_config=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias='x86_64-unknown-linux'
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='arm-unknown-linux-androideabi'
# host_alias='arm-linux-androideabi'
# host_cpu='arm'
# host_os='linux-androideabi'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/xz/src/xz-5.2.2/build-aux/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/sbin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
# xz='xz'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "XZ Utils"
# #define PACKAGE_TARNAME "xz"
# #define PACKAGE_VERSION "5.2.2"
# #define PACKAGE_STRING "XZ Utils 5.2.2"
# #define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
# #define PACKAGE_URL "http://tukaani.org/xz/"
# #define NDEBUG 1
# #define HAVE_ENCODER_LZMA1 1
# #define HAVE_ENCODER_LZMA2 1
# #define HAVE_ENCODER_DELTA 1
# #define HAVE_ENCODER_X86 1
# #define HAVE_ENCODER_POWERPC 1
# #define HAVE_ENCODER_IA64 1
# #define HAVE_ENCODER_ARM 1
# #define HAVE_ENCODER_ARMTHUMB 1
# #define HAVE_ENCODER_SPARC 1
# #define HAVE_DECODER_LZMA1 1
# #define HAVE_DECODER_LZMA2 1
# #define HAVE_DECODER_DELTA 1
# #define HAVE_DECODER_X86 1
# #define HAVE_DECODER_POWERPC 1
# #define HAVE_DECODER_IA64 1
# #define HAVE_DECODER_ARM 1
# #define HAVE_DECODER_ARMTHUMB 1
# #define HAVE_DECODER_SPARC 1
# #define HAVE_MF_HC3 1
# #define HAVE_MF_HC4 1
# #define HAVE_MF_BT2 1
# #define HAVE_MF_BT3 1
# #define HAVE_MF_BT4 1
# #define HAVE_CHECK_CRC32 1
# #define HAVE_CHECK_CRC64 1
# #define HAVE_CHECK_SHA256 1
# #define ASSUME_RAM 128
# #define PACKAGE "xz"
# #define VERSION "5.2.2"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define MYTHREAD_POSIX 1
# #define HAVE_CLOCK_GETTIME 1
# #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
# #define HAVE_DECL_CLOCK_MONOTONIC 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_FCNTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_UINTPTR_T 1
# #define SIZEOF_SIZE_T 4
# #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
# #define HAVE_GETOPT_H 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_OPTRESET 1
# #define HAVE_FUTIMENS 1
# #define HAVE_POSIX_FADVISE 1
# #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
# #define HAVE_BYTESWAP_H 1
# #define HAVE_BSWAP_16 1
# #define HAVE_BSWAP_32 1
# #define HAVE_BSWAP_64 1
# #define HAVE_SYS_PARAM_H 1
# #define TUKLIB_PHYSMEM_SYSCONF 1
# #define HAVE_SYS_PARAM_H 1
# #define TUKLIB_CPUCORES_SYSCONF 1
# #define HAVE_MBRTOWC 1
# #define HAVE_WCWIDTH 1
# #define HAVE_VISIBILITY 1
#
# configure: exit 0