The build took 00h 01m 04s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
4,218 |
sh |
2,021 |
makefile |
1,829 |
ansic |
8,068 |
total |
The process tree of the build process is here.
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:
Copied permanent toolchain into container-local sysroot
/toolchain_root/sysroot --> /sysroot/sysroot
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/sbin --> /sysroot/sbin
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/etc --> /sysroot/etc
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/var --> /sysroot/var
/toolchain_root/usr --> /sysroot/usr
/toolchain_root/glibc-build --> /sysroot/glibc-build
/toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: pixz 1.0.6-1 (Thu Apr 13 16:53:40 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for x86_64-unknown-linux-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... gcc3
checking for clang option to accept ISO C99... none needed
checking for clang option to accept ISO Standard C... (cached) none needed
checking for src/pixz.1... yes
checking for ceil in -lm... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking if compiler needs -Werror to reject unknown flags... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for x86_64-unknown-linux-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBARCHIVE... yes
checking for LZMA... yes
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for off_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for working strtod... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for strerror... yes
checking for strtol... yes
checking whether htole64 is declared... no
checking whether htole64 is declared... (cached) no
checking whether le64toh is declared... yes
checking whether le64toh is declared... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make all-recursive
make[1]: Entering directory '/tmp/pixz/src/pixz-1.0.6'
Making all in src
make[2]: Entering directory '/tmp/pixz/src/pixz-1.0.6/src'
clang -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wno-unknown-pragmas -MT pixz-common.o -MD -MP -MF .deps/pixz-common.Tpo -c -o pixz-common.o `test -f 'common.c' || echo './'`common.c
mv -f .deps/pixz-common.Tpo .deps/pixz-common.Po
clang -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wno-unknown-pragmas -MT pixz-cpu.o -MD -MP -MF .deps/pixz-cpu.Tpo -c -o pixz-cpu.o `test -f 'cpu.c' || echo './'`cpu.c
mv -f .deps/pixz-cpu.Tpo .deps/pixz-cpu.Po
clang -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wno-unknown-pragmas -MT pixz-endian.o -MD -MP -MF .deps/pixz-endian.Tpo -c -o pixz-endian.o `test -f 'endian.c' || echo './'`endian.c
mv -f .deps/pixz-endian.Tpo .deps/pixz-endian.Po
clang -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wno-unknown-pragmas -MT pixz-list.o -MD -MP -MF .deps/pixz-list.Tpo -c -o pixz-list.o `test -f 'list.c' || echo './'`list.c
mv -f .deps/pixz-list.Tpo .deps/pixz-list.Po
clang -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wno-unknown-pragmas -MT pixz-pixz.o -MD -MP -MF .deps/pixz-pixz.Tpo -c -o pixz-pixz.o `test -f 'pixz.c' || echo './'`pixz.c
mv -f .deps/pixz-pixz.Tpo .deps/pixz-pixz.Po
clang -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wno-unknown-pragmas -MT pixz-read.o -MD -MP -MF .deps/pixz-read.Tpo -c -o pixz-read.o `test -f 'read.c' || echo './'`read.c
mv -f .deps/pixz-read.Tpo .deps/pixz-read.Po
clang -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wno-unknown-pragmas -MT pixz-write.o -MD -MP -MF .deps/pixz-write.Tpo -c -o pixz-write.o `test -f 'write.c' || echo './'`write.c
mv -f .deps/pixz-write.Tpo .deps/pixz-write.Po
clang -pthread -Wall -Wno-unknown-pragmas -o pixz pixz-common.o pixz-cpu.o pixz-endian.o pixz-list.o pixz-pixz.o pixz-read.o pixz-write.o -lm -larchive -llzma -lm
make[2]: Leaving directory '/tmp/pixz/src/pixz-1.0.6/src'
Making all in test
make[2]: Entering directory '/tmp/pixz/src/pixz-1.0.6/test'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/pixz/src/pixz-1.0.6/test'
make[2]: Entering directory '/tmp/pixz/src/pixz-1.0.6'
make[2]: Leaving directory '/tmp/pixz/src/pixz-1.0.6'
make[1]: Leaving directory '/tmp/pixz/src/pixz-1.0.6'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/tmp/pixz/src/pixz-1.0.6/src'
make[2]: Entering directory '/tmp/pixz/src/pixz-1.0.6/src'
/usr/bin/mkdir -p '/tmp/pixz/pkg/pixz/usr/bin'
/usr/bin/install -c pixz '/tmp/pixz/pkg/pixz/usr/bin'
/usr/bin/mkdir -p '/tmp/pixz/pkg/pixz/usr/share/man/man1'
/usr/bin/install -c -m 644 pixz.1 '/tmp/pixz/pkg/pixz/usr/share/man/man1'
make[2]: Leaving directory '/tmp/pixz/src/pixz-1.0.6/src'
make[1]: Leaving directory '/tmp/pixz/src/pixz-1.0.6/src'
Making install in test
make[1]: Entering directory '/tmp/pixz/src/pixz-1.0.6/test'
make[2]: Entering directory '/tmp/pixz/src/pixz-1.0.6/test'
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/pixz/src/pixz-1.0.6/test'
make[1]: Leaving directory '/tmp/pixz/src/pixz-1.0.6/test'
make[1]: Entering directory '/tmp/pixz/src/pixz-1.0.6'
make[2]: Entering directory '/tmp/pixz/src/pixz-1.0.6'
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/pixz/src/pixz-1.0.6'
make[1]: Leaving directory '/tmp/pixz/src/pixz-1.0.6'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "pixz"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: pixz 1.0.6-1 (Thu Apr 13 16:53:52 UTC 2017)
CMD: pacman --query --file pixz-1.0.6-1-x86_64.pkg.tar.xz
Creating hybrid package for 'pixz'
Trying to find vanilla package 'pixz'...
CMD: pacman --query --file /mirror/pixz-1.0.6-1.pkg.tar.xz
Package file has the following structure:
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf pixz.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/pixz.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/pixz.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/pixz.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/pixz/src/pixz-1.0.6/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 pixz configure 1.0.6, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 7afde705f206
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: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2393: checking for a BSD-compatible install
configure:2461: result: /usr/bin/install -c
configure:2472: checking whether build environment is sane
configure:2527: result: yes
configure:2586: checking for x86_64-unknown-linux-strip
configure:2616: result: no
configure:2626: checking for strip
configure:2642: found /usr/bin/strip
configure:2653: result: strip
configure:2678: checking for a thread-safe mkdir -p
configure:2717: result: /usr/bin/mkdir -p
configure:2724: checking for gawk
configure:2740: found /usr/bin/gawk
configure:2751: result: gawk
configure:2762: checking whether make sets $(MAKE)
configure:2784: result: yes
configure:2813: checking whether make supports nested variables
configure:2830: result: yes
configure:2970: checking for style of include used by make
configure:2998: result: GNU
configure:3029: checking for x86_64-unknown-linux-gcc
configure:3056: result: clang
configure:3325: checking for C compiler version
configure:3334: clang --version >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:3345: $? = 0
configure:3334: clang -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
... rest of stderr output deleted ...
configure:3345: $? = 0
configure:3334: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3345: $? = 1
configure:3334: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3345: $? = 1
configure:3365: checking whether the C compiler works
configure:3387: clang conftest.c >&5
configure:3391: $? = 0
configure:3439: result: yes
configure:3442: checking for C compiler default output file name
configure:3444: result: a.out
configure:3450: checking for suffix of executables
configure:3457: clang -o conftest conftest.c >&5
configure:3461: $? = 0
configure:3483: result:
configure:3505: checking whether we are cross compiling
configure:3513: clang -o conftest conftest.c >&5
configure:3517: $? = 0
configure:3524: ./conftest
configure:3528: $? = 0
configure:3543: result: no
configure:3548: checking for suffix of object files
configure:3570: clang -c conftest.c >&5
configure:3574: $? = 0
configure:3595: result: o
configure:3599: checking whether we are using the GNU C compiler
configure:3618: clang -c conftest.c >&5
configure:3618: $? = 0
configure:3627: result: yes
configure:3636: checking whether clang accepts -g
configure:3656: clang -c -g conftest.c >&5
configure:3656: $? = 0
configure:3697: result: yes
configure:3714: checking for clang option to accept ISO C89
configure:3777: clang -c conftest.c >&5
configure:3777: $? = 0
configure:3790: result: none needed
configure:3815: checking whether clang understands -c and -o together
configure:3837: clang -c conftest.c -o conftest2.o
configure:3840: $? = 0
configure:3837: clang -c conftest.c -o conftest2.o
configure:3840: $? = 0
configure:3852: result: yes
configure:3871: checking dependency style of clang
configure:3982: result: gcc3
configure:4001: checking for clang option to accept ISO C99
configure:4150: clang -c conftest.c >&5
configure:4150: $? = 0
configure:4163: result: none needed
configure:4271: checking for clang option to accept ISO Standard C
configure:4282: result: none needed
configure:4293: checking for src/pixz.1
configure:4306: result: yes
configure:4359: checking for ceil in -lm
configure:4384: clang -o conftest conftest.c -lm >&5
conftest.c:18:6: warning: incompatible redeclaration of library function 'ceil' [-Wincompatible-library-redeclaration]
char ceil ();
^
conftest.c:18:6: note: 'ceil' is a builtin with type 'double (double)'
1 warning generated.
configure:4384: $? = 0
configure:4393: result: yes
configure:4408: checking build system type
configure:4422: result: x86_64-unknown-linux-gnu
configure:4442: checking host system type
configure:4455: result: x86_64-unknown-linux-gnu
configure:4587: checking if compiler needs -Werror to reject unknown flags
configure:4603: clang -c -Werror -Wunknown-warning-option -Wsizeof-array-argument conftest.c >&5
configure:4603: $? = 0
configure:4604: result: yes
configure:4674: checking for the pthreads library -lpthreads
configure:4712: clang -o conftest -Werror conftest.c -lpthreads -lm >&5
/usr/bin/ld: cannot find -lpthreads
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4712: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pixz"
| #define PACKAGE_TARNAME "pixz"
| #define PACKAGE_VERSION "1.0.6"
| #define PACKAGE_STRING "pixz 1.0.6"
| #define PACKAGE_BUGREPORT "https://github.com/vasi/pixz/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "pixz"
| #define VERSION "1.0.6"
| #define HAVE_LIBM 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:4721: result: no
configure:4619: checking whether pthreads work without any flags
configure:4712: clang -o conftest -Werror conftest.c -lm >&5
/tmp/conftest-1733d2.o: In function `main':
conftest.c:(.text+0x28): undefined reference to `pthread_create'
conftest.c:(.text+0x3d): undefined reference to `pthread_join'
conftest.c:(.text+0xbe): undefined reference to `__pthread_register_cancel'
conftest.c:(.text+0xd9): undefined reference to `__pthread_unregister_cancel'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4712: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pixz"
| #define PACKAGE_TARNAME "pixz"
| #define PACKAGE_VERSION "1.0.6"
| #define PACKAGE_STRING "pixz 1.0.6"
| #define PACKAGE_BUGREPORT "https://github.com/vasi/pixz/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "pixz"
| #define VERSION "1.0.6"
| #define HAVE_LIBM 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:4721: result: no
configure:4624: checking whether pthreads work with -Kthread
configure:4712: clang -o conftest -Kthread -Werror conftest.c -lm >&5
clang-3.8: error: unknown argument: '-Kthread'
configure:4712: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pixz"
| #define PACKAGE_TARNAME "pixz"
| #define PACKAGE_VERSION "1.0.6"
| #define PACKAGE_STRING "pixz 1.0.6"
| #define PACKAGE_BUGREPORT "https://github.com/vasi/pixz/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "pixz"
| #define VERSION "1.0.6"
| #define HAVE_LIBM 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:4721: result: no
configure:4624: checking whether pthreads work with -kthread
configure:4712: clang -o conftest -kthread -Werror conftest.c -lm >&5
clang-3.8: error: unknown argument: '-kthread'
configure:4712: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pixz"
| #define PACKAGE_TARNAME "pixz"
| #define PACKAGE_VERSION "1.0.6"
| #define PACKAGE_STRING "pixz 1.0.6"
| #define PACKAGE_BUGREPORT "https://github.com/vasi/pixz/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "pixz"
| #define VERSION "1.0.6"
| #define HAVE_LIBM 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:4721: result: no
configure:4674: checking for the pthreads library -llthread
configure:4712: clang -o conftest -Werror conftest.c -llthread -lm >&5
/usr/bin/ld: cannot find -llthread
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4712: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pixz"
| #define PACKAGE_TARNAME "pixz"
| #define PACKAGE_VERSION "1.0.6"
| #define PACKAGE_STRING "pixz 1.0.6"
| #define PACKAGE_BUGREPORT "https://github.com/vasi/pixz/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "pixz"
| #define VERSION "1.0.6"
| #define HAVE_LIBM 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:4721: result: no
configure:4624: checking whether pthreads work with -pthread
configure:4712: clang -o conftest -pthread -Werror conftest.c -lm >&5
configure:4712: $? = 0
configure:4721: result: yes
configure:4740: checking for joinable pthread attribute
configure:4755: clang -o conftest -pthread conftest.c -lm >&5
configure:4755: $? = 0
configure:4761: result: PTHREAD_CREATE_JOINABLE
configure:4771: checking if more special flags are required for pthreads
configure:4786: result: no
configure:4792: checking for PTHREAD_PRIO_INHERIT
configure:4809: clang -o conftest -pthread conftest.c -lm >&5
configure:4809: $? = 0
configure:4818: result: yes
configure:4928: checking for x86_64-unknown-linux-pkg-config
configure:4961: result: no
configure:4971: checking for pkg-config
configure:4989: found /usr/bin/pkg-config
configure:5001: result: /usr/bin/pkg-config
configure:5026: checking pkg-config is at least version 0.9.0
configure:5029: result: yes
configure:5039: checking for LIBARCHIVE
configure:5046: $PKG_CONFIG --exists --print-errors "libarchive"
configure:5049: $? = 0
configure:5063: $PKG_CONFIG --exists --print-errors "libarchive"
configure:5066: $? = 0
configure:5124: result: yes
configure:5130: checking for LZMA
configure:5137: $PKG_CONFIG --exists --print-errors "liblzma"
configure:5140: $? = 0
configure:5154: $PKG_CONFIG --exists --print-errors "liblzma"
configure:5157: $? = 0
configure:5215: result: yes
configure:5226: checking how to run the C preprocessor
configure:5257: clang -E conftest.c
configure:5257: $? = 0
configure:5271: clang -E conftest.c
conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:5271: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pixz"
| #define PACKAGE_TARNAME "pixz"
| #define PACKAGE_VERSION "1.0.6"
| #define PACKAGE_STRING "pixz 1.0.6"
| #define PACKAGE_BUGREPORT "https://github.com/vasi/pixz/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "pixz"
| #define VERSION "1.0.6"
| #define HAVE_LIBM 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
| #include
configure:5296: result: clang -E
configure:5316: clang -E conftest.c
configure:5316: $? = 0
configure:5330: clang -E conftest.c
conftest.c:14:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:5330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pixz"
| #define PACKAGE_TARNAME "pixz"
| #define PACKAGE_VERSION "1.0.6"
| #define PACKAGE_STRING "pixz 1.0.6"
| #define PACKAGE_BUGREPORT "https://github.com/vasi/pixz/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "pixz"
| #define VERSION "1.0.6"
| #define HAVE_LIBM 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
| #include
configure:5359: checking for grep that handles long lines and -e
configure:5417: result: /usr/bin/grep
configure:5422: checking for egrep
configure:5484: result: /usr/bin/grep -E
configure:5489: checking for ANSI C header files
configure:5509: clang -c conftest.c >&5
configure:5509: $? = 0
configure:5582: clang -o conftest conftest.c -lm >&5
configure:5582: $? = 0
configure:5582: ./conftest
configure:5582: $? = 0
configure:5593: result: yes
configure:5606: checking for sys/types.h
configure:5606: clang -c conftest.c >&5
configure:5606: $? = 0
configure:5606: result: yes
configure:5606: checking for sys/stat.h
configure:5606: clang -c conftest.c >&5
configure:5606: $? = 0
configure:5606: result: yes
configure:5606: checking for stdlib.h
configure:5606: clang -c conftest.c >&5
configure:5606: $? = 0
configure:5606: result: yes
configure:5606: checking for string.h
configure:5606: clang -c conftest.c >&5
configure:5606: $? = 0
configure:5606: result: yes
configure:5606: checking for memory.h
configure:5606: clang -c conftest.c >&5
configure:5606: $? = 0
configure:5606: result: yes
configure:5606: checking for strings.h
configure:5606: clang -c conftest.c >&5
configure:5606: $? = 0
configure:5606: result: yes
configure:5606: checking for inttypes.h
configure:5606: clang -c conftest.c >&5
configure:5606: $? = 0
configure:5606: result: yes
configure:5606: checking for stdint.h
configure:5606: clang -c conftest.c >&5
configure:5606: $? = 0
configure:5606: result: yes
configure:5606: checking for unistd.h
configure:5606: clang -c conftest.c >&5
configure:5606: $? = 0
configure:5606: result: yes
configure:5621: checking fcntl.h usability
configure:5621: clang -c conftest.c >&5
configure:5621: $? = 0
configure:5621: result: yes
configure:5621: checking fcntl.h presence
configure:5621: clang -E conftest.c
configure:5621: $? = 0
configure:5621: result: yes
configure:5621: checking for fcntl.h
configure:5621: result: yes
configure:5621: checking for stdint.h
configure:5621: result: yes
configure:5621: checking for stdlib.h
configure:5621: result: yes
configure:5621: checking for string.h
configure:5621: result: yes
configure:5621: checking for unistd.h
configure:5621: result: yes
configure:5634: checking for off_t
configure:5634: clang -c conftest.c >&5
configure:5634: $? = 0
configure:5634: clang -c conftest.c >&5
conftest.c:65:20: error: expected expression
if (sizeof ((off_t)))
^
1 error generated.
configure:5634: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pixz"
| #define PACKAGE_TARNAME "pixz"
| #define PACKAGE_VERSION "1.0.6"
| #define PACKAGE_STRING "pixz 1.0.6"
| #define PACKAGE_BUGREPORT "https://github.com/vasi/pixz/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "pixz"
| #define VERSION "1.0.6"
| #define HAVE_LIBM 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #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 HAVE_FCNTL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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
| int
| main ()
| {
| if (sizeof ((off_t)))
| return 0;
| ;
| return 0;
| }
configure:5634: result: yes
configure:5645: checking for size_t
configure:5645: clang -c conftest.c >&5
configure:5645: $? = 0
configure:5645: clang -c conftest.c >&5
conftest.c:65:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:5645: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pixz"
| #define PACKAGE_TARNAME "pixz"
| #define PACKAGE_VERSION "1.0.6"
| #define PACKAGE_STRING "pixz 1.0.6"
| #define PACKAGE_BUGREPORT "https://github.com/vasi/pixz/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "pixz"
| #define VERSION "1.0.6"
| #define HAVE_LIBM 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #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 HAVE_FCNTL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:5645: result: yes
configure:5656: checking for ssize_t
configure:5656: clang -c conftest.c >&5
configure:5656: $? = 0
configure:5656: clang -c conftest.c >&5
conftest.c:65:22: error: expected expression
if (sizeof ((ssize_t)))
^
1 error generated.
configure:5656: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pixz"
| #define PACKAGE_TARNAME "pixz"
| #define PACKAGE_VERSION "1.0.6"
| #define PACKAGE_STRING "pixz 1.0.6"
| #define PACKAGE_BUGREPORT "https://github.com/vasi/pixz/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "pixz"
| #define VERSION "1.0.6"
| #define HAVE_LIBM 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #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 HAVE_FCNTL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_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
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:5656: result: yes
configure:5667: checking for uint16_t
configure:5667: clang -c conftest.c >&5
configure:5667: $? = 0
configure:5667: result: yes
configure:5679: checking for uint32_t
configure:5679: clang -c conftest.c >&5
configure:5679: $? = 0
configure:5679: result: yes
configure:5693: checking for uint64_t
configure:5693: clang -c conftest.c >&5
configure:5693: $? = 0
configure:5693: result: yes
configure:5707: checking for uint8_t
configure:5707: clang -c conftest.c >&5
configure:5707: $? = 0
configure:5707: result: yes
configure:5730: checking for special C compiler options needed for large files
configure:5775: result: no
configure:5781: checking for _FILE_OFFSET_BITS value needed for large files
configure:5806: clang -c conftest.c >&5
configure:5806: $? = 0
configure:5838: result: no
configure:5927: checking for stdlib.h
configure:5927: result: yes
configure:5937: checking for GNU libc compatible malloc
configure:5961: clang -o conftest conftest.c -lm >&5
configure:5961: $? = 0
configure:5961: ./conftest
configure:5961: $? = 0
configure:5971: result: yes
configure:5994: checking for stdlib.h
configure:5994: result: yes
configure:6004: checking for GNU libc compatible realloc
configure:6028: clang -o conftest conftest.c -lm >&5
configure:6028: $? = 0
configure:6028: ./conftest
configure:6028: $? = 0
configure:6038: result: yes
configure:6059: checking for working strtod
configure:6100: clang -o conftest conftest.c -lm >&5
configure:6100: $? = 0
configure:6100: ./conftest
configure:6100: $? = 0
configure:6110: result: yes
configure:6175: checking for memchr
configure:6175: clang -o conftest conftest.c -lm >&5
conftest.c:56:6: warning: incompatible redeclaration of library function 'memchr' [-Wincompatible-library-redeclaration]
char memchr ();
^
conftest.c:56:6: note: 'memchr' is a builtin with type 'void *(const void *, int, unsigned long)'
1 warning generated.
configure:6175: $? = 0
configure:6175: result: yes
configure:6175: checking for memmove
configure:6175: clang -o conftest conftest.c -lm >&5
conftest.c:57:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
char memmove ();
^
conftest.c:57:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
configure:6175: $? = 0
configure:6175: result: yes
configure:6175: checking for memset
configure:6175: clang -o conftest conftest.c -lm >&5
conftest.c:58:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
char memset ();
^
conftest.c:58:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
1 warning generated.
configure:6175: $? = 0
configure:6175: result: yes
configure:6175: checking for strerror
configure:6175: clang -o conftest conftest.c -lm >&5
conftest.c:59:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:59:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:6175: $? = 0
configure:6175: result: yes
configure:6175: checking for strtol
configure:6175: clang -o conftest conftest.c -lm >&5
configure:6175: $? = 0
configure:6175: result: yes
configure:6184: checking whether htole64 is declared
configure:6184: clang -c conftest.c >&5
conftest.c:38:10: fatal error: 'sys/endian.h' file not found
#include
^
1 error generated.
configure:6184: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "pixz"
| #define PACKAGE_TARNAME "pixz"
| #define PACKAGE_VERSION "1.0.6"
| #define PACKAGE_STRING "pixz 1.0.6"
| #define PACKAGE_BUGREPORT "https://github.com/vasi/pixz/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "pixz"
| #define VERSION "1.0.6"
| #define HAVE_LIBM 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| #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 HAVE_FCNTL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| /* end confdefs.h. */
| #include
|
| int
| main ()
| {
| #ifndef htole64
| #ifdef __cplusplus
| (void) htole64;
| #else
| (void) htole64;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:6184: result: no
configure:6199: checking whether htole64 is declared
configure:6199: result: no
configure:6210: checking whether le64toh is declared
configure:6210: clang -c conftest.c >&5
configure:6210: $? = 0
configure:6210: result: yes
configure:6224: checking whether le64toh is declared
configure:6224: result: yes
configure:6377: checking that generated files are newer than configure
configure:6383: result: done
configure:6406: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by pixz config.status 1.0.6, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 7afde705f206
config.status:896: creating Makefile
config.status:896: creating src/Makefile
config.status:896: creating test/Makefile
config.status:896: creating config.h
config.status:1125: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=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_CC_set=set
ac_cv_env_CC_value=clang
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_LIBARCHIVE_CFLAGS_set=
ac_cv_env_LIBARCHIVE_CFLAGS_value=
ac_cv_env_LIBARCHIVE_LIBS_set=
ac_cv_env_LIBARCHIVE_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LZMA_CFLAGS_set=
ac_cv_env_LZMA_CFLAGS_value=
ac_cv_env_LZMA_LIBS_set=
ac_cv_env_LZMA_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_file_src_pixz_1=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memchr=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_strerror=yes
ac_cv_func_strtod=yes
ac_cv_func_strtol=yes
ac_cv_have_decl_htole64=no
ac_cv_have_decl_le64toh=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_m_ceil=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_type_off_t=yes
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_PTHREAD_PRIO_INHERIT=yes
pkg_cv_LIBARCHIVE_CFLAGS=
pkg_cv_LIBARCHIVE_LIBS=-larchive
pkg_cv_LZMA_CFLAGS=
pkg_cv_LZMA_LIBS=-llzma
## ----------------- ##
## Output variables. ##
## ----------------- ##
A2X=''
ACLOCAL='${SHELL} /tmp/pixz/src/pixz-1.0.6/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} /tmp/pixz/src/pixz-1.0.6/missing autoconf'
AUTOHEADER='${SHELL} /tmp/pixz/src/pixz-1.0.6/missing autoheader'
AUTOMAKE='${SHELL} /tmp/pixz/src/pixz-1.0.6/missing automake-1.15'
AWK='gawk'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=''
CPP='clang -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBARCHIVE_CFLAGS=''
LIBARCHIVE_LIBS='-larchive'
LIBOBJS=''
LIBS='-lm '
LTLIBOBJS=''
LZMA_CFLAGS=''
LZMA_LIBS='-llzma'
MAKEINFO='${SHELL} /tmp/pixz/src/pixz-1.0.6/missing makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT='o'
PACKAGE='pixz'
PACKAGE_BUGREPORT='https://github.com/vasi/pixz/issues'
PACKAGE_NAME='pixz'
PACKAGE_STRING='pixz 1.0.6'
PACKAGE_TARNAME='pixz'
PACKAGE_URL=''
PACKAGE_VERSION='1.0.6'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POW_LIB=''
PTHREAD_CC='clang'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.0.6'
ac_ct_CC=''
am__EXEEXT_FALSE=''
am__EXEEXT_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=''
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='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/pixz/src/pixz-1.0.6/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(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=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "pixz"
#define PACKAGE_TARNAME "pixz"
#define PACKAGE_VERSION "1.0.6"
#define PACKAGE_STRING "pixz 1.0.6"
#define PACKAGE_BUGREPORT "https://github.com/vasi/pixz/issues"
#define PACKAGE_URL ""
#define PACKAGE "pixz"
#define VERSION "1.0.6"
#define HAVE_LIBM 1
#define HAVE_PTHREAD_PRIO_INHERIT 1
#define HAVE_PTHREAD 1
#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 HAVE_FCNTL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_STDLIB_H 1
#define HAVE_REALLOC 1
#define HAVE_MEMCHR 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
#define HAVE_STRERROR 1
#define HAVE_STRTOL 1
#define HAVE_DECL_HTOLE64 0
#define HAVE_DECL_HTOLE64 0
#define HAVE_DECL_LE64TOH 1
#define HAVE_DECL_LE64TOH 1
configure: exit 0