Build of fsarchiver with clang_glibc toolchain

The build took 00h 01m 07s and was SUCCESSFUL.

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

SLOCLanguage
10,317 ansic
4,096 sh
1,975 makefile
16,388 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/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: fsarchiver 0.6.23-1 (Thu Apr 13 16:09:28 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# 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 whether make supports nested variables... (cached) 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 library containing strerror... none required
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking whether clang understands -c and -o together... (cached) yes
# checking dependency style of clang... (cached) gcc3
# 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 special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# 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 pthread_create in -lpthread... yes
# configure: checking for libz (library and header files)...
# checking for compress in -lz... 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 zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# configure: checking for libbz2 (library and header files) ... ...
# checking for BZ2_bzBuffToBuffCompress in -lbz2... yes
# checking bzlib.h usability... yes
# checking bzlib.h presence... yes
# checking for bzlib.h... yes
# checking for LZMA... yes
# configure: checking for liblzo2 (library and header files)...
# checking for lzo1x_1_compress in -llzo2... yes
# checking lzo/lzo1x.h usability... yes
# checking lzo/lzo1x.h presence... yes
# checking for lzo/lzo1x.h... yes
# configure: checking for libgcrypt (library and header files)...
# checking for gcry_cipher_encrypt in -lgcrypt... yes
# checking gcrypt.h usability... yes
# checking gcrypt.h presence... yes
# checking for gcrypt.h... yes
# checking for EXT2FS... yes
# checking for COM_ERR... yes
# checking for E2P... yes
# checking for BLKID... yes
# checking for UUID... yes
# checking attr/xattr.h usability... yes
# checking attr/xattr.h presence... yes
# checking for attr/xattr.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking for unistd.h... (cached) yes
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/statfs.h usability... yes
# checking sys/statfs.h presence... yes
# checking for sys/statfs.h... yes
# checking sys/mount.h usability... yes
# checking sys/mount.h presence... yes
# checking for sys/mount.h... yes
# checking for stdint.h... (cached) yes
# checking endian.h usability... yes
# checking endian.h presence... yes
# checking for endian.h... yes
# checking stdbool.h usability... yes
# checking stdbool.h presence... yes
# checking for stdbool.h... yes
# checking for stdlib.h... (cached) yes
# checking stdio.h usability... yes
# checking stdio.h presence... yes
# checking for stdio.h... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking wordexp.h usability... yes
# checking wordexp.h presence... yes
# checking for wordexp.h... yes
# checking execinfo.h usability... yes
# checking execinfo.h presence... yes
# checking for execinfo.h... yes
# checking fnmatch.h usability... yes
# checking fnmatch.h presence... yes
# checking for fnmatch.h... yes
# checking for strerror... yes
# checking for open64... yes
# checking for lstat64... yes
# checking for stat64... yes
# checking for fstatfs64... yes
# checking for fstatvfs64... yes
# checking for mempcpy... yes
# checking for lutimes... yes
# checking for ANSI C header files... (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 doc/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/fsarchiver/src/fsarchiver-0.6.23'
# Making all in src
# make[2]: Entering directory '/tmp/fsarchiver/src/fsarchiver-0.6.23/src'
# CC fsarchiver-fsarchiver.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-oper_save.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# oper_save.c:637:25: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
# if (progress>=0 && progress<=100)
# ~~~~~~~~^ ~
# oper_save.c:1318:49: warning: comparison of array 'devinfo[i].devpath' not equal to a null pointer is always true [-Wtautological-pointer-compare]
# for (i=0; (i < argc) && (devinfo[i].devpath!=NULL) && (get_interrupted()==false); i++)
# ~~~~~~~~~~~^~~~~~~ ~~~~
# 2 warnings generated.
# CC fsarchiver-oper_restore.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# oper_restore.c:177:21: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
# if (progress>=0 && progress<=100)
# ~~~~~~~~^ ~
# oper_restore.c:1155:28: warning: comparison of array 'g_options.encryptpass' equal to a null pointer is always false [-Wtautological-pointer-compare]
# passlen=(g_options.encryptpass==NULL)?(0):(strlen((char*)g_options.encryptpass));
# ~~~~~~~~~~^~~~~~~~~~~ ~~~~
# oper_restore.c:1156:24: warning: comparison of array 'g_options.encryptpass' equal to a null pointer is always false [-Wtautological-pointer-compare]
# if ((g_options.encryptpass==NULL) || (passlenFSA_MAX_PASSLEN))
# ~~~~~~~~~~^~~~~~~~~~~ ~~~~
# 3 warnings generated.
# CC fsarchiver-oper_probe.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-thread_archio.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-archreader.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-archwriter.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-writebuf.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-archinfo.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# archinfo.c:65:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
# if ((ai->archtype==ARCHTYPE_FILESYSTEMS))
# ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
# archinfo.c:65:22: note: remove extraneous parentheses around the comparison to silence this warning
# if ((ai->archtype==ARCHTYPE_FILESYSTEMS))
# ~ ^ ~
# archinfo.c:65:22: note: use '=' to turn this equality comparison into an assignment
# if ((ai->archtype==ARCHTYPE_FILESYSTEMS))
# ^~
# =
# 1 warning generated.
# CC fsarchiver-thread_comp.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-comp_gzip.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-comp_bzip2.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-comp_lzma.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-comp_lzo.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-crypto.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# crypto.c:34:1: warning: 'gcry_thread_cbs' is deprecated [-Wdeprecated-declarations]
# GCRY_THREAD_OPTION_PTHREAD_IMPL;
# ^
# /usr/include/gcrypt.h:225:17: note: expanded from macro 'GCRY_THREAD_OPTION_PTHREAD_IMPL'
# static struct gcry_thread_cbs gcry_threads_pthread = { \
# ^
# /usr/include/gcrypt.h:211:8: note: 'gcry_thread_cbs' has been explicitly marked deprecated here
# struct gcry_thread_cbs
# ^
# 1 warning generated.
# CC fsarchiver-fs_ntfs.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-fs_ext2.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-fs_reiserfs.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-fs_reiser4.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-fs_btrfs.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-fs_xfs.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-fs_jfs.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-common.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-dico.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-strdico.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-dichl.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-queue.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-error.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-syncthread.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-datafile.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-strlist.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-regmulti.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-options.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-logfile.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-filesys.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# CC fsarchiver-devinfo.o
# clang-3.8: warning: -lcom_err: 'linker' input unused
# clang-3.8: warning: argument unused during compilation: '-rdynamic'
# devinfo.c:91:52: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# ((outdev->devsize=lseek64(fd, 0, SEEK_END))<0) ||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
# 1 warning generated.
# CCLD fsarchiver
# make[2]: Leaving directory '/tmp/fsarchiver/src/fsarchiver-0.6.23/src'
# Making all in doc
# make[2]: Entering directory '/tmp/fsarchiver/src/fsarchiver-0.6.23/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/fsarchiver/src/fsarchiver-0.6.23/doc'
# make[2]: Entering directory '/tmp/fsarchiver/src/fsarchiver-0.6.23'
# make[2]: Leaving directory '/tmp/fsarchiver/src/fsarchiver-0.6.23'
# make[1]: Leaving directory '/tmp/fsarchiver/src/fsarchiver-0.6.23'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/fsarchiver/src/fsarchiver-0.6.23/src'
# make[2]: Entering directory '/tmp/fsarchiver/src/fsarchiver-0.6.23/src'
# /usr/bin/mkdir -p '/tmp/fsarchiver/pkg/fsarchiver/usr/bin'
# /usr/bin/install -c fsarchiver '/tmp/fsarchiver/pkg/fsarchiver/usr/bin'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/fsarchiver/src/fsarchiver-0.6.23/src'
# make[1]: Leaving directory '/tmp/fsarchiver/src/fsarchiver-0.6.23/src'
# Making install in doc
# make[1]: Entering directory '/tmp/fsarchiver/src/fsarchiver-0.6.23/doc'
# make[2]: Entering directory '/tmp/fsarchiver/src/fsarchiver-0.6.23/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/fsarchiver/pkg/fsarchiver/usr/share/man/man8'
# /usr/bin/install -c -m 644 fsarchiver.8 '/tmp/fsarchiver/pkg/fsarchiver/usr/share/man/man8'
# make[2]: Leaving directory '/tmp/fsarchiver/src/fsarchiver-0.6.23/doc'
# make[1]: Leaving directory '/tmp/fsarchiver/src/fsarchiver-0.6.23/doc'
# make[1]: Entering directory '/tmp/fsarchiver/src/fsarchiver-0.6.23'
# make[2]: Entering directory '/tmp/fsarchiver/src/fsarchiver-0.6.23'
# 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/fsarchiver/src/fsarchiver-0.6.23'
# make[1]: Leaving directory '/tmp/fsarchiver/src/fsarchiver-0.6.23'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "fsarchiver"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: fsarchiver 0.6.23-1 (Thu Apr 13 16:09:41 UTC 2017)

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

Creating hybrid package for 'fsarchiver'

Trying to find vanilla package 'fsarchiver'...

CMD: pacman --query --file /mirror/fsarchiver-0.6.23-1.pkg.tar.xz
# fsarchiver 0.6.23-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/bin/fsarchiver
# /usr/share/man/man8/fsarchiver.8.gz

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE | xz -c -z

CMD: bsdtar -tqf fsarchiver.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/fsarchiver.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/fsarchiver.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/fsarchiver.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/fsarchiver/src/fsarchiver-0.6.23/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 fsarchiver configure 0.6.23, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sbindir=/usr/bin
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 839e1a5998c5
# 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:2278: checking build system type
# configure:2292: result: x86_64-unknown-linux-gnu
# configure:2312: checking host system type
# configure:2325: result: x86_64-unknown-linux-gnu
# configure:2345: checking target system type
# configure:2358: result: x86_64-unknown-linux-gnu
# configure:2400: checking for a BSD-compatible install
# configure:2468: result: /usr/bin/install -c
# configure:2479: checking whether build environment is sane
# configure:2534: result: yes
# configure:2593: checking for x86_64-unknown-linux-strip
# configure:2623: result: no
# configure:2633: checking for strip
# configure:2649: found /usr/bin/strip
# configure:2660: result: strip
# configure:2685: checking for a thread-safe mkdir -p
# configure:2724: result: /usr/bin/mkdir -p
# configure:2731: checking for gawk
# configure:2747: found /usr/bin/gawk
# configure:2758: result: gawk
# configure:2769: checking whether make sets $(MAKE)
# configure:2791: result: yes
# configure:2820: checking whether make supports nested variables
# configure:2837: result: yes
# configure:2974: checking whether make supports nested variables
# configure:2991: result: yes
# configure:3017: checking for style of include used by make
# configure:3045: result: GNU
# configure:3076: checking for x86_64-unknown-linux-gcc
# configure:3103: result: clang
# configure:3372: checking for C compiler version
# configure:3381: 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:3392: $? = 0
# configure:3381: 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:3392: $? = 0
# configure:3381: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3392: $? = 1
# configure:3381: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3392: $? = 1
# configure:3412: checking whether the C compiler works
# configure:3434: clang conftest.c >&5
# configure:3438: $? = 0
# configure:3486: result: yes
# configure:3489: checking for C compiler default output file name
# configure:3491: result: a.out
# configure:3497: checking for suffix of executables
# configure:3504: clang -o conftest conftest.c >&5
# configure:3508: $? = 0
# configure:3530: result:
# configure:3552: checking whether we are cross compiling
# configure:3560: clang -o conftest conftest.c >&5
# configure:3564: $? = 0
# configure:3571: ./conftest
# configure:3575: $? = 0
# configure:3590: result: no
# configure:3595: checking for suffix of object files
# configure:3617: clang -c conftest.c >&5
# configure:3621: $? = 0
# configure:3642: result: o
# configure:3646: checking whether we are using the GNU C compiler
# configure:3665: clang -c conftest.c >&5
# configure:3665: $? = 0
# configure:3674: result: yes
# configure:3683: checking whether clang accepts -g
# configure:3703: clang -c -g conftest.c >&5
# configure:3703: $? = 0
# configure:3744: result: yes
# configure:3761: checking for clang option to accept ISO C89
# configure:3824: clang -c conftest.c >&5
# configure:3824: $? = 0
# configure:3837: result: none needed
# configure:3862: checking whether clang understands -c and -o together
# configure:3884: clang -c conftest.c -o conftest2.o
# configure:3887: $? = 0
# configure:3884: clang -c conftest.c -o conftest2.o
# configure:3887: $? = 0
# configure:3899: result: yes
# configure:3918: checking dependency style of clang
# configure:4029: result: gcc3
# configure:4045: checking for library containing strerror
# configure:4076: clang -o conftest conftest.c >&5
# conftest.c:24:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:24:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:4076: $? = 0
# configure:4093: result: none required
# configure:4109: checking for x86_64-unknown-linux-gcc
# configure:4136: result: clang
# configure:4405: checking for C compiler version
# configure:4414: 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:4425: $? = 0
# configure:4414: 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:4425: $? = 0
# configure:4414: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4425: $? = 1
# configure:4414: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4425: $? = 1
# configure:4429: checking whether we are using the GNU C compiler
# configure:4457: result: yes
# configure:4466: checking whether clang accepts -g
# configure:4527: result: yes
# configure:4544: checking for clang option to accept ISO C89
# configure:4620: result: none needed
# configure:4645: checking whether clang understands -c and -o together
# configure:4682: result: yes
# configure:4701: checking dependency style of clang
# configure:4812: result: gcc3
# configure:4832: checking how to run the C preprocessor
# configure:4863: clang -E conftest.c
# configure:4863: $? = 0
# configure:4877: clang -E conftest.c
# conftest.c:17:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4877: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "fsarchiver"
# | #define PACKAGE_TARNAME "fsarchiver"
# | #define PACKAGE_VERSION "0.6.23"
# | #define PACKAGE_STRING "fsarchiver 0.6.23"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_RELDATE "2016-06-16"
# | #define PACKAGE_FILEFMT "FsArCh_002"
# | #define PACKAGE_VERSION_A 0
# | #define PACKAGE_VERSION_B 6
# | #define PACKAGE_VERSION_C 23
# | #define PACKAGE_VERSION_D 0
# | #define PACKAGE "fsarchiver"
# | #define VERSION "0.6.23"
# | /* end confdefs.h. */
# | #include
# configure:4902: result: clang -E
# configure:4922: clang -E conftest.c
# configure:4922: $? = 0
# configure:4936: clang -E conftest.c
# conftest.c:17:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4936: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "fsarchiver"
# | #define PACKAGE_TARNAME "fsarchiver"
# | #define PACKAGE_VERSION "0.6.23"
# | #define PACKAGE_STRING "fsarchiver 0.6.23"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_RELDATE "2016-06-16"
# | #define PACKAGE_FILEFMT "FsArCh_002"
# | #define PACKAGE_VERSION_A 0
# | #define PACKAGE_VERSION_B 6
# | #define PACKAGE_VERSION_C 23
# | #define PACKAGE_VERSION_D 0
# | #define PACKAGE "fsarchiver"
# | #define VERSION "0.6.23"
# | /* end confdefs.h. */
# | #include
# configure:4965: checking for grep that handles long lines and -e
# configure:5023: result: /usr/bin/grep
# configure:5028: checking for egrep
# configure:5090: result: /usr/bin/grep -E
# configure:5095: checking for ANSI C header files
# configure:5115: clang -c conftest.c >&5
# configure:5115: $? = 0
# configure:5188: clang -o conftest conftest.c >&5
# configure:5188: $? = 0
# configure:5188: ./conftest
# configure:5188: $? = 0
# configure:5199: result: yes
# configure:5216: checking for special C compiler options needed for large files
# configure:5261: result: no
# configure:5267: checking for _FILE_OFFSET_BITS value needed for large files
# configure:5292: clang -c conftest.c >&5
# configure:5292: $? = 0
# configure:5324: result: no
# configure:5420: checking for x86_64-unknown-linux-pkg-config
# configure:5453: result: no
# configure:5463: checking for pkg-config
# configure:5481: found /usr/bin/pkg-config
# configure:5493: result: /usr/bin/pkg-config
# configure:5518: checking pkg-config is at least version 0.9.0
# configure:5521: result: yes
# configure:5535: checking for pthread_create in -lpthread
# configure:5560: clang -o conftest conftest.c -lpthread >&5
# configure:5560: $? = 0
# configure:5569: result: yes
# configure:5588: checking for libz (library and header files)...
# configure:5590: checking for compress in -lz
# configure:5615: clang -o conftest conftest.c -lz -lpthread >&5
# configure:5615: $? = 0
# configure:5624: result: yes
# configure:5637: checking for sys/types.h
# configure:5637: clang -c conftest.c >&5
# configure:5637: $? = 0
# configure:5637: result: yes
# configure:5637: checking for sys/stat.h
# configure:5637: clang -c conftest.c >&5
# configure:5637: $? = 0
# configure:5637: result: yes
# configure:5637: checking for stdlib.h
# configure:5637: clang -c conftest.c >&5
# configure:5637: $? = 0
# configure:5637: result: yes
# configure:5637: checking for string.h
# configure:5637: clang -c conftest.c >&5
# configure:5637: $? = 0
# configure:5637: result: yes
# configure:5637: checking for memory.h
# configure:5637: clang -c conftest.c >&5
# configure:5637: $? = 0
# configure:5637: result: yes
# configure:5637: checking for strings.h
# configure:5637: clang -c conftest.c >&5
# configure:5637: $? = 0
# configure:5637: result: yes
# configure:5637: checking for inttypes.h
# configure:5637: clang -c conftest.c >&5
# configure:5637: $? = 0
# configure:5637: result: yes
# configure:5637: checking for stdint.h
# configure:5637: clang -c conftest.c >&5
# configure:5637: $? = 0
# configure:5637: result: yes
# configure:5637: checking for unistd.h
# configure:5637: clang -c conftest.c >&5
# configure:5637: $? = 0
# configure:5637: result: yes
# configure:5651: checking zlib.h usability
# configure:5651: clang -c conftest.c >&5
# configure:5651: $? = 0
# configure:5651: result: yes
# configure:5651: checking zlib.h presence
# configure:5651: clang -E conftest.c
# configure:5651: $? = 0
# configure:5651: result: yes
# configure:5651: checking for zlib.h
# configure:5651: result: yes
# configure:5662: checking for libbz2 (library and header files) ... ...
# configure:5664: checking for BZ2_bzBuffToBuffCompress in -lbz2
# configure:5689: clang -o conftest conftest.c -lbz2 -lpthread -lz >&5
# configure:5689: $? = 0
# configure:5698: result: yes
# configure:5708: checking bzlib.h usability
# configure:5708: clang -c conftest.c >&5
# configure:5708: $? = 0
# configure:5708: result: yes
# configure:5708: checking bzlib.h presence
# configure:5708: clang -E conftest.c
# configure:5708: $? = 0
# configure:5708: result: yes
# configure:5708: checking for bzlib.h
# configure:5708: result: yes
# configure:5733: checking for LZMA
# configure:5740: $PKG_CONFIG --exists --print-errors "liblzma"
# configure:5743: $? = 0
# configure:5757: $PKG_CONFIG --exists --print-errors "liblzma"
# configure:5760: $? = 0
# configure:5818: result: yes
# configure:5836: checking for liblzo2 (library and header files)...
# configure:5838: checking for lzo1x_1_compress in -llzo2
# configure:5863: clang -o conftest conftest.c -llzo2 -lpthread -lz -lbz2 >&5
# configure:5863: $? = 0
# configure:5872: result: yes
# configure:5882: checking lzo/lzo1x.h usability
# configure:5882: clang -c conftest.c >&5
# configure:5882: $? = 0
# configure:5882: result: yes
# configure:5882: checking lzo/lzo1x.h presence
# configure:5882: clang -E conftest.c
# configure:5882: $? = 0
# configure:5882: result: yes
# configure:5882: checking for lzo/lzo1x.h
# configure:5882: result: yes
# configure:5894: checking for libgcrypt (library and header files)...
# configure:5896: checking for gcry_cipher_encrypt in -lgcrypt
# configure:5921: clang -o conftest conftest.c -lgcrypt -lpthread -lz -lbz2 -llzo2 >&5
# configure:5921: $? = 0
# configure:5930: result: yes
# configure:5940: checking gcrypt.h usability
# configure:5940: clang -c conftest.c >&5
# configure:5940: $? = 0
# configure:5940: result: yes
# configure:5940: checking gcrypt.h presence
# configure:5940: clang -E conftest.c
# configure:5940: $? = 0
# configure:5940: result: yes
# configure:5940: checking for gcrypt.h
# configure:5940: result: yes
# configure:5952: $PKG_CONFIG --exists --print-errors "ext2fs < 1.41.2"
# Requested 'ext2fs < 1.41.2' but version of ext2fs is 1.43.1
# configure:5955: $? = 1
# configure:5961: checking for EXT2FS
# configure:5968: $PKG_CONFIG --exists --print-errors "ext2fs"
# configure:5971: $? = 0
# configure:5985: $PKG_CONFIG --exists --print-errors "ext2fs"
# configure:5988: $? = 0
# configure:6046: result: yes
# configure:6052: checking for COM_ERR
# configure:6059: $PKG_CONFIG --exists --print-errors "com_err"
# configure:6062: $? = 0
# configure:6076: $PKG_CONFIG --exists --print-errors "com_err"
# configure:6079: $? = 0
# configure:6137: result: yes
# configure:6143: checking for E2P
# configure:6150: $PKG_CONFIG --exists --print-errors "e2p"
# configure:6153: $? = 0
# configure:6167: $PKG_CONFIG --exists --print-errors "e2p"
# configure:6170: $? = 0
# configure:6228: result: yes
# configure:6234: checking for BLKID
# configure:6241: $PKG_CONFIG --exists --print-errors "blkid"
# configure:6244: $? = 0
# configure:6258: $PKG_CONFIG --exists --print-errors "blkid"
# configure:6261: $? = 0
# configure:6319: result: yes
# configure:6325: checking for UUID
# configure:6332: $PKG_CONFIG --exists --print-errors "uuid"
# configure:6335: $? = 0
# configure:6349: $PKG_CONFIG --exists --print-errors "uuid"
# configure:6352: $? = 0
# configure:6410: result: yes
# configure:6415: checking attr/xattr.h usability
# configure:6415: clang -c conftest.c >&5
# configure:6415: $? = 0
# configure:6415: result: yes
# configure:6415: checking attr/xattr.h presence
# configure:6415: clang -E conftest.c
# configure:6415: $? = 0
# configure:6415: result: yes
# configure:6415: checking for attr/xattr.h
# configure:6415: result: yes
# configure:6427: checking malloc.h usability
# configure:6427: clang -c conftest.c >&5
# configure:6427: $? = 0
# configure:6427: result: yes
# configure:6427: checking malloc.h presence
# configure:6427: clang -E conftest.c
# configure:6427: $? = 0
# configure:6427: result: yes
# configure:6427: checking for malloc.h
# configure:6427: result: yes
# configure:6427: checking for unistd.h
# configure:6427: result: yes
# configure:6427: checking pthread.h usability
# configure:6427: clang -c conftest.c >&5
# configure:6427: $? = 0
# configure:6427: result: yes
# configure:6427: checking pthread.h presence
# configure:6427: clang -E conftest.c
# configure:6427: $? = 0
# configure:6427: result: yes
# configure:6427: checking for pthread.h
# configure:6427: result: yes
# configure:6440: checking sys/param.h usability
# configure:6440: clang -c conftest.c >&5
# configure:6440: $? = 0
# configure:6440: result: yes
# configure:6440: checking sys/param.h presence
# configure:6440: clang -E conftest.c
# configure:6440: $? = 0
# configure:6440: result: yes
# configure:6440: checking for sys/param.h
# configure:6440: result: yes
# configure:6440: checking sys/statfs.h usability
# configure:6440: clang -c conftest.c >&5
# configure:6440: $? = 0
# configure:6440: result: yes
# configure:6440: checking sys/statfs.h presence
# configure:6440: clang -E conftest.c
# configure:6440: $? = 0
# configure:6440: result: yes
# configure:6440: checking for sys/statfs.h
# configure:6440: result: yes
# configure:6440: checking sys/mount.h usability
# configure:6440: clang -c conftest.c >&5
# configure:6440: $? = 0
# configure:6440: result: yes
# configure:6440: checking sys/mount.h presence
# configure:6440: clang -E conftest.c
# configure:6440: $? = 0
# configure:6440: result: yes
# configure:6440: checking for sys/mount.h
# configure:6440: result: yes
# configure:6453: checking for stdint.h
# configure:6453: result: yes
# configure:6453: checking endian.h usability
# configure:6453: clang -c conftest.c >&5
# configure:6453: $? = 0
# configure:6453: result: yes
# configure:6453: checking endian.h presence
# configure:6453: clang -E conftest.c
# configure:6453: $? = 0
# configure:6453: result: yes
# configure:6453: checking for endian.h
# configure:6453: result: yes
# configure:6453: checking stdbool.h usability
# configure:6453: clang -c conftest.c >&5
# configure:6453: $? = 0
# configure:6453: result: yes
# configure:6453: checking stdbool.h presence
# configure:6453: clang -E conftest.c
# configure:6453: $? = 0
# configure:6453: result: yes
# configure:6453: checking for stdbool.h
# configure:6453: result: yes
# configure:6453: checking for stdlib.h
# configure:6453: result: yes
# configure:6453: checking stdio.h usability
# configure:6453: clang -c conftest.c >&5
# configure:6453: $? = 0
# configure:6453: result: yes
# configure:6453: checking stdio.h presence
# configure:6453: clang -E conftest.c
# configure:6453: $? = 0
# configure:6453: result: yes
# configure:6453: checking for stdio.h
# configure:6453: result: yes
# configure:6453: checking getopt.h usability
# configure:6453: clang -c conftest.c >&5
# configure:6453: $? = 0
# configure:6453: result: yes
# configure:6453: checking getopt.h presence
# configure:6453: clang -E conftest.c
# configure:6453: $? = 0
# configure:6453: result: yes
# configure:6453: checking for getopt.h
# configure:6453: result: yes
# configure:6453: checking fcntl.h usability
# configure:6453: clang -c conftest.c >&5
# configure:6453: $? = 0
# configure:6453: result: yes
# configure:6453: checking fcntl.h presence
# configure:6453: clang -E conftest.c
# configure:6453: $? = 0
# configure:6453: result: yes
# configure:6453: checking for fcntl.h
# configure:6453: result: yes
# configure:6453: checking time.h usability
# configure:6453: clang -c conftest.c >&5
# configure:6453: $? = 0
# configure:6453: result: yes
# configure:6453: checking time.h presence
# configure:6453: clang -E conftest.c
# configure:6453: $? = 0
# configure:6453: result: yes
# configure:6453: checking for time.h
# configure:6453: result: yes
# configure:6453: checking wordexp.h usability
# configure:6453: clang -c conftest.c >&5
# configure:6453: $? = 0
# configure:6453: result: yes
# configure:6453: checking wordexp.h presence
# configure:6453: clang -E conftest.c
# configure:6453: $? = 0
# configure:6453: result: yes
# configure:6453: checking for wordexp.h
# configure:6453: result: yes
# configure:6453: checking execinfo.h usability
# configure:6453: clang -c conftest.c >&5
# configure:6453: $? = 0
# configure:6453: result: yes
# configure:6453: checking execinfo.h presence
# configure:6453: clang -E conftest.c
# configure:6453: $? = 0
# configure:6453: result: yes
# configure:6453: checking for execinfo.h
# configure:6453: result: yes
# configure:6453: checking fnmatch.h usability
# configure:6453: clang -c conftest.c >&5
# configure:6453: $? = 0
# configure:6453: result: yes
# configure:6453: checking fnmatch.h presence
# configure:6453: clang -E conftest.c
# configure:6453: $? = 0
# configure:6453: result: yes
# configure:6453: checking for fnmatch.h
# configure:6453: result: yes
# configure:6467: checking for strerror
# configure:6467: clang -o conftest conftest.c -lpthread -lz -lbz2 -llzo2 -lgcrypt -lgpg-error >&5
# conftest.c:75:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:75:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:6467: $? = 0
# configure:6467: result: yes
# configure:6467: checking for open64
# configure:6467: clang -o conftest conftest.c -lpthread -lz -lbz2 -llzo2 -lgcrypt -lgpg-error >&5
# configure:6467: $? = 0
# configure:6467: result: yes
# configure:6467: checking for lstat64
# configure:6467: clang -o conftest conftest.c -lpthread -lz -lbz2 -llzo2 -lgcrypt -lgpg-error >&5
# configure:6467: $? = 0
# configure:6467: result: yes
# configure:6467: checking for stat64
# configure:6467: clang -o conftest conftest.c -lpthread -lz -lbz2 -llzo2 -lgcrypt -lgpg-error >&5
# configure:6467: $? = 0
# configure:6467: result: yes
# configure:6467: checking for fstatfs64
# configure:6467: clang -o conftest conftest.c -lpthread -lz -lbz2 -llzo2 -lgcrypt -lgpg-error >&5
# configure:6467: $? = 0
# configure:6467: result: yes
# configure:6467: checking for fstatvfs64
# configure:6467: clang -o conftest conftest.c -lpthread -lz -lbz2 -llzo2 -lgcrypt -lgpg-error >&5
# configure:6467: $? = 0
# configure:6467: result: yes
# configure:6467: checking for mempcpy
# configure:6467: clang -o conftest conftest.c -lpthread -lz -lbz2 -llzo2 -lgcrypt -lgpg-error >&5
# configure:6467: $? = 0
# configure:6467: result: yes
# configure:6467: checking for lutimes
# configure:6467: clang -o conftest conftest.c -lpthread -lz -lbz2 -llzo2 -lgcrypt -lgpg-error >&5
# configure:6467: $? = 0
# configure:6467: result: yes
# configure:6478: checking for ANSI C header files
# configure:6582: result: yes
# configure:6745: checking that generated files are newer than configure
# configure:6751: result: done
# configure:6778: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by fsarchiver config.status 0.6.23, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 839e1a5998c5
#
# config.status:924: creating Makefile
# config.status:924: creating src/Makefile
# config.status:924: creating doc/Makefile
# config.status:924: creating config.h
# config.status:1153: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_BLKID_CFLAGS_set=
# ac_cv_env_BLKID_CFLAGS_value=
# ac_cv_env_BLKID_LIBS_set=
# ac_cv_env_BLKID_LIBS_value=
# 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_COM_ERR_CFLAGS_set=
# ac_cv_env_COM_ERR_CFLAGS_value=
# ac_cv_env_COM_ERR_LIBS_set=
# ac_cv_env_COM_ERR_LIBS_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_E2P_CFLAGS_set=
# ac_cv_env_E2P_CFLAGS_value=
# ac_cv_env_E2P_LIBS_set=
# ac_cv_env_E2P_LIBS_value=
# ac_cv_env_EXT2FS_CFLAGS_set=
# ac_cv_env_EXT2FS_CFLAGS_value=
# ac_cv_env_EXT2FS_LIBS_set=
# ac_cv_env_EXT2FS_LIBS_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_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_UUID_CFLAGS_set=
# ac_cv_env_UUID_CFLAGS_value=
# ac_cv_env_UUID_LIBS_set=
# ac_cv_env_UUID_LIBS_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_func_fstatfs64=yes
# ac_cv_func_fstatvfs64=yes
# ac_cv_func_lstat64=yes
# ac_cv_func_lutimes=yes
# ac_cv_func_mempcpy=yes
# ac_cv_func_open64=yes
# ac_cv_func_stat64=yes
# ac_cv_func_strerror=yes
# ac_cv_header_attr_xattr_h=yes
# ac_cv_header_bzlib_h=yes
# ac_cv_header_endian_h=yes
# ac_cv_header_execinfo_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_fnmatch_h=yes
# ac_cv_header_gcrypt_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_lzo_lzo1x_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_pthread_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_mount_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_statfs_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_wordexp_h=yes
# ac_cv_header_zlib_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_bz2_BZ2_bzBuffToBuffCompress=yes
# ac_cv_lib_gcrypt_gcry_cipher_encrypt=yes
# ac_cv_lib_lzo2_lzo1x_1_compress=yes
# ac_cv_lib_pthread_pthread_create=yes
# ac_cv_lib_z_compress=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_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_strerror='none required'
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_target=x86_64-unknown-linux-gnu
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# pkg_cv_BLKID_CFLAGS='-I/usr/include/blkid -I/usr/include/uuid'
# pkg_cv_BLKID_LIBS=-lblkid
# pkg_cv_COM_ERR_CFLAGS=-I/usr/include/et
# pkg_cv_COM_ERR_LIBS=-lcom_err
# pkg_cv_E2P_CFLAGS=-I/usr/include/e2p
# pkg_cv_E2P_LIBS=-le2p
# pkg_cv_EXT2FS_CFLAGS='-I/usr/include/ext2fs -I/usr/include/et'
# pkg_cv_EXT2FS_LIBS=-lext2fs
# pkg_cv_LZMA_CFLAGS=
# pkg_cv_LZMA_LIBS=-llzma
# pkg_cv_UUID_CFLAGS=-I/usr/include/uuid
# pkg_cv_UUID_LIBS=-luuid
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/fsarchiver/src/fsarchiver-0.6.23/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/fsarchiver/src/fsarchiver-0.6.23/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/fsarchiver/src/fsarchiver-0.6.23/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/fsarchiver/src/fsarchiver-0.6.23/missing automake-1.15'
# AWK='gawk'
# BLKID_CFLAGS='-I/usr/include/blkid -I/usr/include/uuid'
# BLKID_LIBS='-lblkid'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# COM_ERR_CFLAGS='-I/usr/include/et'
# COM_ERR_LIBS='-lcom_err'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFAULT_DEBUG_LEVEL='1'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# E2P_CFLAGS='-I/usr/include/e2p'
# E2P_LIBS='-le2p'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# EXT2FS_CFLAGS='-I/usr/include/ext2fs -I/usr/include/et'
# EXT2FS_LIBS='-lext2fs'
# FSARCHIVER_LDFLAGS=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lpthread -lz -lbz2 -llzo2 -lgcrypt -lgpg-error'
# LOGDIR='/var/log'
# LTLIBOBJS=''
# LZMA_CFLAGS=''
# LZMA_LIBS='-llzma'
# MAKEINFO='${SHELL} /tmp/fsarchiver/src/fsarchiver-0.6.23/missing makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# OBJEXT='o'
# PACKAGE='fsarchiver'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='fsarchiver'
# PACKAGE_STRING='fsarchiver 0.6.23'
# PACKAGE_TARNAME='fsarchiver'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.6.23'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# UUID_CFLAGS='-I/usr/include/uuid'
# UUID_LIBS='-luuid'
# VERSION='0.6.23'
# 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 -'
# 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/fsarchiver/src/fsarchiver-0.6.23/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='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "fsarchiver"
# #define PACKAGE_TARNAME "fsarchiver"
# #define PACKAGE_VERSION "0.6.23"
# #define PACKAGE_STRING "fsarchiver 0.6.23"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE_RELDATE "2016-06-16"
# #define PACKAGE_FILEFMT "FsArCh_002"
# #define PACKAGE_VERSION_A 0
# #define PACKAGE_VERSION_B 6
# #define PACKAGE_VERSION_C 23
# #define PACKAGE_VERSION_D 0
# #define PACKAGE "fsarchiver"
# #define VERSION "0.6.23"
# #define STDC_HEADERS 1
# #define OS_LINUX 1
# #define HAVE_LIBPTHREAD 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_ZLIB_H 1
# #define HAVE_BZLIB_H 1
# #define OPTION_LZMA_SUPPORT 1
# #define OPTION_LZO_SUPPORT 1
# #define HAVE_LZO_LZO1X_H 1
# #define HAVE_GCRYPT_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_PTHREAD_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_STATFS_H 1
# #define HAVE_SYS_MOUNT_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_ENDIAN_H 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDIO_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_TIME_H 1
# #define HAVE_WORDEXP_H 1
# #define HAVE_EXECINFO_H 1
# #define HAVE_FNMATCH_H 1
# #define HAVE_STRERROR 1
# #define HAVE_OPEN64 1
# #define HAVE_LSTAT64 1
# #define HAVE_STAT64 1
# #define HAVE_FSTATFS64 1
# #define HAVE_FSTATVFS64 1
# #define HAVE_MEMPCPY 1
# #define HAVE_LUTIMES 1
# #define STDC_HEADERS 1
#
# configure: exit 0