Build of pixz with vanilla toolchain

The build took 00h 00m 50s and was SUCCESSFUL.

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

SLOCLanguage
4,218 sh
2,021 makefile
1,829 ansic
8,068 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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: pixz 1.0.6-1 (Wed Aug 24 13:27:15 UTC 2016)
# ==> 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/sbin/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... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking dependency style of gcc... gcc3
# checking for gcc option to accept ISO C99... none needed
# checking for gcc 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... no
# 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/sbin/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... gcc -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 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'
# gcc -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
# gcc -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
# gcc -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
# common.c: In function 'find_file_index':
# common.c:123:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (lzma_index_iter_locate(&iter, loc))
# ^~
# common.c:125:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# if (iter.stream.number != 1)
# ^~
# common.c: In function 'next_index':
# common.c:310:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (fseeko(gInFile, *pos, SEEK_SET) == -1)
# ^~
# common.c:313:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# lzma_stream strm = LZMA_STREAM_INIT;
# ^~~~~~~~~~~
# mv -f .deps/pixz-endian.Tpo .deps/pixz-endian.Po
# gcc -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-common.Tpo .deps/pixz-common.Po
# gcc -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-list.Tpo .deps/pixz-list.Po
# gcc -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-pixz.Tpo .deps/pixz-pixz.Po
# gcc -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-read.Tpo .deps/pixz-read.Po
# mv -f .deps/pixz-write.Tpo .deps/pixz-write.Po
# gcc -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/sbin/mkdir -p '/tmp/pixz/pkg/pixz/usr/bin'
# /usr/sbin/mkdir -p '/tmp/pixz/pkg/pixz/usr/share/man/man1'
# /usr/bin/install -c pixz '/tmp/pixz/pkg/pixz/usr/bin'
# /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 (Wed Aug 24 13:27:26 UTC 2016)

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

Creating hybrid package for 'pixz'

Trying to find vanilla package 'pixz'...

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

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/pixz
# /usr/share/man/man1/pixz.1.gz
# /usr/share/licenses/pixz/LICENSE

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
# .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 = b6ddd0e128fd
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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/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/sbin/strip
# configure:2653: result: strip
# configure:2678: checking for a thread-safe mkdir -p
# configure:2717: result: /usr/sbin/mkdir -p
# configure:2724: checking for gawk
# configure:2740: found /usr/sbin/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:3059: result: no
# configure:3069: checking for gcc
# configure:3085: found /usr/sbin/gcc
# configure:3096: result: gcc
# configure:3325: checking for C compiler version
# configure:3334: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:3345: $? = 0
# configure:3334: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3345: $? = 0
# configure:3334: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3345: $? = 1
# configure:3334: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3345: $? = 1
# configure:3365: checking whether the C compiler works
# configure:3387: gcc 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: gcc -o conftest conftest.c >&5
# configure:3461: $? = 0
# configure:3483: result:
# configure:3505: checking whether we are cross compiling
# configure:3513: gcc -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: gcc -c conftest.c >&5
# configure:3574: $? = 0
# configure:3595: result: o
# configure:3599: checking whether we are using the GNU C compiler
# configure:3618: gcc -c conftest.c >&5
# configure:3618: $? = 0
# configure:3627: result: yes
# configure:3636: checking whether gcc accepts -g
# configure:3656: gcc -c -g conftest.c >&5
# configure:3656: $? = 0
# configure:3697: result: yes
# configure:3714: checking for gcc option to accept ISO C89
# configure:3777: gcc -c conftest.c >&5
# configure:3777: $? = 0
# configure:3790: result: none needed
# configure:3815: checking whether gcc understands -c and -o together
# configure:3837: gcc -c conftest.c -o conftest2.o
# configure:3840: $? = 0
# configure:3837: gcc -c conftest.c -o conftest2.o
# configure:3840: $? = 0
# configure:3852: result: yes
# configure:3871: checking dependency style of gcc
# configure:3982: result: gcc3
# configure:4001: checking for gcc option to accept ISO C99
# configure:4150: gcc -c conftest.c >&5
# configure:4150: $? = 0
# configure:4163: result: none needed
# configure:4271: checking for gcc 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: gcc -o conftest conftest.c -lm >&5
# conftest.c:18:6: warning: conflicting types for built-in function 'ceil'
# char ceil ();
# ^~~~
# 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: gcc -c -Werror -Wunknown-warning-option -Wsizeof-array-argument conftest.c >&5
# gcc: error: unrecognized command line option '-Wunknown-warning-option'; did you mean '-Wno-warning-token'?
# configure:4603: $? = 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. */
# | int foo(void);
# | int
# | main ()
# | {
# | foo()
# | ;
# | return 0;
# | }
# configure:4608: result: no
# configure:4674: checking for the pthreads library -lpthreads
# configure:4712: gcc -o conftest conftest.c -lpthreads -lm >&5
# /usr/sbin/ld: cannot find -lpthreads
# collect2: error: ld returned 1 exit status
# 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: gcc -o conftest conftest.c -lm >&5
# /tmp/cc4yPFlE.o: In function `main':
# conftest.c:(.text+0x43): undefined reference to `pthread_create'
# conftest.c:(.text+0x54): undefined reference to `pthread_join'
# conftest.c:(.text+0xbc): undefined reference to `__pthread_register_cancel'
# conftest.c:(.text+0xcb): undefined reference to `__pthread_unregister_cancel'
# collect2: error: ld returned 1 exit status
# 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: gcc -o conftest -Kthread conftest.c -lm >&5
# gcc: error: unrecognized command line option '-Kthread'; did you mean '-pthread'?
# 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: gcc -o conftest -kthread conftest.c -lm >&5
# gcc: error: unrecognized command line option '-kthread'; did you mean '-pthread'?
# 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: gcc -o conftest conftest.c -llthread -lm >&5
# /usr/sbin/ld: cannot find -llthread
# collect2: error: ld returned 1 exit status
# 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: gcc -o conftest -pthread conftest.c -lm >&5
# configure:4712: $? = 0
# configure:4721: result: yes
# configure:4740: checking for joinable pthread attribute
# configure:4755: gcc -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: gcc -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/sbin/pkg-config
# configure:5001: result: /usr/sbin/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: gcc -E conftest.c
# configure:5257: $? = 0
# configure:5271: gcc -E conftest.c
# conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E
# configure:5316: gcc -E conftest.c
# configure:5316: $? = 0
# configure:5330: gcc -E conftest.c
# conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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/sbin/grep
# configure:5422: checking for egrep
# configure:5484: result: /usr/sbin/grep -E
# configure:5489: checking for ANSI C header files
# configure:5509: gcc -c conftest.c >&5
# configure:5509: $? = 0
# configure:5582: gcc -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: gcc -c conftest.c >&5
# configure:5606: $? = 0
# configure:5606: result: yes
# configure:5606: checking for sys/stat.h
# configure:5606: gcc -c conftest.c >&5
# configure:5606: $? = 0
# configure:5606: result: yes
# configure:5606: checking for stdlib.h
# configure:5606: gcc -c conftest.c >&5
# configure:5606: $? = 0
# configure:5606: result: yes
# configure:5606: checking for string.h
# configure:5606: gcc -c conftest.c >&5
# configure:5606: $? = 0
# configure:5606: result: yes
# configure:5606: checking for memory.h
# configure:5606: gcc -c conftest.c >&5
# configure:5606: $? = 0
# configure:5606: result: yes
# configure:5606: checking for strings.h
# configure:5606: gcc -c conftest.c >&5
# configure:5606: $? = 0
# configure:5606: result: yes
# configure:5606: checking for inttypes.h
# configure:5606: gcc -c conftest.c >&5
# configure:5606: $? = 0
# configure:5606: result: yes
# configure:5606: checking for stdint.h
# configure:5606: gcc -c conftest.c >&5
# configure:5606: $? = 0
# configure:5606: result: yes
# configure:5606: checking for unistd.h
# configure:5606: gcc -c conftest.c >&5
# configure:5606: $? = 0
# configure:5606: result: yes
# configure:5621: checking fcntl.h usability
# configure:5621: gcc -c conftest.c >&5
# configure:5621: $? = 0
# configure:5621: result: yes
# configure:5621: checking fcntl.h presence
# configure:5621: gcc -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: gcc -c conftest.c >&5
# configure:5634: $? = 0
# configure:5634: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:65:20: error: expected expression before ')' token
# if (sizeof ((off_t)))
# ^
# 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: gcc -c conftest.c >&5
# configure:5645: $? = 0
# configure:5645: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:65:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# 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: gcc -c conftest.c >&5
# configure:5656: $? = 0
# configure:5656: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:65:22: error: expected expression before ')' token
# if (sizeof ((ssize_t)))
# ^
# 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: gcc -c conftest.c >&5
# configure:5667: $? = 0
# configure:5667: result: yes
# configure:5679: checking for uint32_t
# configure:5679: gcc -c conftest.c >&5
# configure:5679: $? = 0
# configure:5679: result: yes
# configure:5693: checking for uint64_t
# configure:5693: gcc -c conftest.c >&5
# configure:5693: $? = 0
# configure:5693: result: yes
# configure:5707: checking for uint8_t
# configure:5707: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -o conftest conftest.c -lm >&5
# conftest.c:56:6: warning: conflicting types for built-in function 'memchr'
# char memchr ();
# ^~~~~~
# configure:6175: $? = 0
# configure:6175: result: yes
# configure:6175: checking for memmove
# configure:6175: gcc -o conftest conftest.c -lm >&5
# conftest.c:57:6: warning: conflicting types for built-in function 'memmove'
# char memmove ();
# ^~~~~~~
# configure:6175: $? = 0
# configure:6175: result: yes
# configure:6175: checking for memset
# configure:6175: gcc -o conftest conftest.c -lm >&5
# conftest.c:58:6: warning: conflicting types for built-in function 'memset'
# char memset ();
# ^~~~~~
# configure:6175: $? = 0
# configure:6175: result: yes
# configure:6175: checking for strerror
# configure:6175: gcc -o conftest conftest.c -lm >&5
# configure:6175: $? = 0
# configure:6175: result: yes
# configure:6175: checking for strtol
# configure:6175: gcc -o conftest conftest.c -lm >&5
# configure:6175: $? = 0
# configure:6175: result: yes
# configure:6184: checking whether htole64 is declared
# configure:6184: gcc -c conftest.c >&5
# conftest.c:38:24: fatal error: sys/endian.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -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 b6ddd0e128fd
#
# 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=
# ac_cv_env_CC_value=
# 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/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# 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='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/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/sbin/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/sbin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# POW_LIB=''
# PTHREAD_CC='gcc'
# PTHREAD_CFLAGS='-pthread'
# PTHREAD_LIBS=''
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.0.6'
# ac_ct_CC='gcc'
# 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