Build of lrzip with clang_glibc toolchain

The build took 00h 00m 50s and was NOT successful.

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

SLOCLanguage
13,362 ansic
4,230 sh
2,863 cpp
20,455 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

List of Errors

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: lrzip 0.630-1 (Thu Apr 13 16:08:41 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# Running autoreconf -if...
# libtoolize: putting auxiliary files in '.'.
# libtoolize: copying file './ltmain.sh'
# libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
# libtoolize: copying file 'm4/libtool.m4'
# libtoolize: copying file 'm4/ltoptions.m4'
# libtoolize: copying file 'm4/ltsugar.m4'
# libtoolize: copying file 'm4/ltversion.m4'
# libtoolize: copying file 'm4/lt~obsolete.m4'
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
# configure.ac:25: installing './compile'
# configure.ac:23: installing './missing'
# Makefile.am: installing './depcomp'
# Configuring...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# 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 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 how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for strip... strip
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for a working dd... /usr/bin/dd
# checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for 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 whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking how to run the C++ preprocessor... clang++ -E
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC -DPIC
# checking if clang++ PIC flag -fPIC -DPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether ln -s works... 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 size_t... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for clang option to accept ISO C99... none needed
# checking for pod2man... no
# configure: error: in `/tmp/lrzip/src/lrzip-0.630':
# configure: error: pod2man is needed to generate manual from POD
# See `config.log' for more details
# make: *** No targets specified and no makefile found. Stop.
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/lrzip/src/lrzip-0.630/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 lrzip configure 0.630, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 18995d9aa3b1
# 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:2662: checking for a BSD-compatible install
# configure:2730: result: /usr/bin/install -c
# configure:2741: checking whether build environment is sane
# configure:2796: result: yes
# configure:2947: checking for a thread-safe mkdir -p
# configure:2986: result: /usr/bin/mkdir -p
# configure:2993: checking for gawk
# configure:3009: found /usr/bin/gawk
# configure:3020: result: gawk
# configure:3031: checking whether make sets $(MAKE)
# configure:3053: result: yes
# configure:3082: checking whether make supports nested variables
# configure:3099: result: yes
# configure:3236: checking whether make supports nested variables
# configure:3253: result: yes
# configure:3276: checking for style of include used by make
# configure:3304: result: GNU
# configure:3375: checking for gcc
# configure:3402: result: clang
# configure:3631: checking for C compiler version
# configure:3640: 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:3651: $? = 0
# configure:3640: 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:3651: $? = 0
# configure:3640: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3651: $? = 1
# configure:3640: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3651: $? = 1
# configure:3671: checking whether the C compiler works
# configure:3693: clang -fomit-frame-pointer conftest.c >&5
# configure:3697: $? = 0
# configure:3745: result: yes
# configure:3748: checking for C compiler default output file name
# configure:3750: result: a.out
# configure:3756: checking for suffix of executables
# configure:3763: clang -o conftest -fomit-frame-pointer conftest.c >&5
# configure:3767: $? = 0
# configure:3789: result:
# configure:3811: checking whether we are cross compiling
# configure:3819: clang -o conftest -fomit-frame-pointer conftest.c >&5
# configure:3823: $? = 0
# configure:3830: ./conftest
# configure:3834: $? = 0
# configure:3849: result: no
# configure:3854: checking for suffix of object files
# configure:3876: clang -c -fomit-frame-pointer conftest.c >&5
# configure:3880: $? = 0
# configure:3901: result: o
# configure:3905: checking whether we are using the GNU C compiler
# configure:3924: clang -c -fomit-frame-pointer conftest.c >&5
# configure:3924: $? = 0
# configure:3933: result: yes
# configure:3942: checking whether clang accepts -g
# configure:3962: clang -c -g conftest.c >&5
# configure:3962: $? = 0
# configure:4003: result: yes
# configure:4020: checking for clang option to accept ISO C89
# configure:4083: clang -c -fomit-frame-pointer conftest.c >&5
# configure:4083: $? = 0
# configure:4096: result: none needed
# configure:4121: checking whether clang understands -c and -o together
# configure:4143: clang -c conftest.c -o conftest2.o
# configure:4146: $? = 0
# configure:4143: clang -c conftest.c -o conftest2.o
# configure:4146: $? = 0
# configure:4158: result: yes
# configure:4177: checking dependency style of clang
# configure:4288: result: gcc3
# configure:4309: checking how to run the C preprocessor
# configure:4340: clang -E conftest.c
# configure:4340: $? = 0
# configure:4354: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4354: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lrzip"
# | #define PACKAGE_TARNAME "lrzip"
# | #define PACKAGE_VERSION "0.630"
# | #define PACKAGE_STRING "lrzip 0.630"
# | #define PACKAGE_BUGREPORT "kernel@kolivas.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lrzip"
# | #define VERSION "0.630"
# | /* end confdefs.h. */
# | #include
# configure:4379: result: clang -E
# configure:4399: clang -E conftest.c
# configure:4399: $? = 0
# configure:4413: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4413: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lrzip"
# | #define PACKAGE_TARNAME "lrzip"
# | #define PACKAGE_VERSION "0.630"
# | #define PACKAGE_STRING "lrzip 0.630"
# | #define PACKAGE_BUGREPORT "kernel@kolivas.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lrzip"
# | #define VERSION "0.630"
# | /* end confdefs.h. */
# | #include
# configure:4442: checking for grep that handles long lines and -e
# configure:4500: result: /usr/bin/grep
# configure:4505: checking for egrep
# configure:4567: result: /usr/bin/grep -E
# configure:4572: checking for ANSI C header files
# configure:4592: clang -c -fomit-frame-pointer conftest.c >&5
# configure:4592: $? = 0
# configure:4665: clang -o conftest -fomit-frame-pointer conftest.c >&5
# configure:4665: $? = 0
# configure:4665: ./conftest
# configure:4665: $? = 0
# configure:4676: result: yes
# configure:4689: checking for sys/types.h
# configure:4689: clang -c -fomit-frame-pointer conftest.c >&5
# configure:4689: $? = 0
# configure:4689: result: yes
# configure:4689: checking for sys/stat.h
# configure:4689: clang -c -fomit-frame-pointer conftest.c >&5
# configure:4689: $? = 0
# configure:4689: result: yes
# configure:4689: checking for stdlib.h
# configure:4689: clang -c -fomit-frame-pointer conftest.c >&5
# configure:4689: $? = 0
# configure:4689: result: yes
# configure:4689: checking for string.h
# configure:4689: clang -c -fomit-frame-pointer conftest.c >&5
# configure:4689: $? = 0
# configure:4689: result: yes
# configure:4689: checking for memory.h
# configure:4689: clang -c -fomit-frame-pointer conftest.c >&5
# configure:4689: $? = 0
# configure:4689: result: yes
# configure:4689: checking for strings.h
# configure:4689: clang -c -fomit-frame-pointer conftest.c >&5
# configure:4689: $? = 0
# configure:4689: result: yes
# configure:4689: checking for inttypes.h
# configure:4689: clang -c -fomit-frame-pointer conftest.c >&5
# configure:4689: $? = 0
# configure:4689: result: yes
# configure:4689: checking for stdint.h
# configure:4689: clang -c -fomit-frame-pointer conftest.c >&5
# configure:4689: $? = 0
# configure:4689: result: yes
# configure:4689: checking for unistd.h
# configure:4689: clang -c -fomit-frame-pointer conftest.c >&5
# configure:4689: $? = 0
# configure:4689: result: yes
# configure:4702: checking minix/config.h usability
# configure:4702: clang -c -fomit-frame-pointer conftest.c >&5
# conftest.c:54:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4702: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lrzip"
# | #define PACKAGE_TARNAME "lrzip"
# | #define PACKAGE_VERSION "0.630"
# | #define PACKAGE_STRING "lrzip 0.630"
# | #define PACKAGE_BUGREPORT "kernel@kolivas.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lrzip"
# | #define VERSION "0.630"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4702: result: no
# configure:4702: checking minix/config.h presence
# configure:4702: clang -E conftest.c
# conftest.c:21:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4702: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lrzip"
# | #define PACKAGE_TARNAME "lrzip"
# | #define PACKAGE_VERSION "0.630"
# | #define PACKAGE_STRING "lrzip 0.630"
# | #define PACKAGE_BUGREPORT "kernel@kolivas.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lrzip"
# | #define VERSION "0.630"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:4702: result: no
# configure:4702: checking for minix/config.h
# configure:4702: result: no
# configure:4723: checking whether it is safe to define __EXTENSIONS__
# configure:4741: clang -c -fomit-frame-pointer conftest.c >&5
# configure:4741: $? = 0
# configure:4748: result: yes
# configure:4792: checking build system type
# configure:4806: result: x86_64-unknown-linux-gnu
# configure:4826: checking host system type
# configure:4839: result: x86_64-unknown-linux-gnu
# configure:4880: checking how to print strings
# configure:4907: result: printf
# configure:4928: checking for a sed that does not truncate output
# configure:4992: result: /usr/bin/sed
# configure:5010: checking for fgrep
# configure:5072: result: /usr/bin/grep -F
# configure:5107: checking for ld used by clang
# configure:5174: result: /usr/bin/ld
# configure:5181: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5196: result: yes
# configure:5208: checking for BSD- or MS-compatible name lister (nm)
# configure:5262: result: /usr/bin/nm -B
# configure:5392: checking the name lister (/usr/bin/nm -B) interface
# configure:5399: clang -c -fomit-frame-pointer conftest.c >&5
# configure:5402: /usr/bin/nm -B "conftest.o"
# configure:5405: output
# 0000000000000000 B some_variable
# configure:5412: result: BSD nm
# configure:5415: checking whether ln -s works
# configure:5419: result: yes
# configure:5427: checking the maximum length of command line arguments
# configure:5558: result: 1572864
# configure:5606: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5646: result: func_convert_file_noop
# configure:5653: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5673: result: func_convert_file_noop
# configure:5680: checking for /usr/bin/ld option to reload object files
# configure:5687: result: -r
# configure:5761: checking for objdump
# configure:5777: found /usr/bin/objdump
# configure:5788: result: objdump
# configure:5820: checking how to recognize dependent libraries
# configure:6020: result: pass_all
# configure:6105: checking for dlltool
# configure:6135: result: no
# configure:6165: checking how to associate runtime and link libraries
# configure:6192: result: printf %s\n
# configure:6252: checking for ar
# configure:6268: found /usr/bin/ar
# configure:6279: result: ar
# configure:6316: checking for archiver @FILE support
# configure:6333: clang -c -fomit-frame-pointer conftest.c >&5
# configure:6333: $? = 0
# configure:6336: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6339: $? = 0
# configure:6344: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6347: $? = 1
# configure:6359: result: @
# configure:6417: checking for strip
# configure:6433: found /usr/bin/strip
# configure:6444: result: strip
# configure:6516: checking for ranlib
# configure:6532: found /usr/bin/ranlib
# configure:6543: result: ranlib
# configure:6645: checking command to parse /usr/bin/nm -B output from clang object
# configure:6798: clang -c -fomit-frame-pointer conftest.c >&5
# configure:6801: $? = 0
# configure:6805: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6808: $? = 0
# configure:6874: clang -o conftest -fomit-frame-pointer conftest.c conftstm.o >&5
# configure:6877: $? = 0
# configure:6915: result: ok
# configure:6962: checking for sysroot
# configure:6992: result: no
# configure:6999: checking for a working dd
# configure:7037: result: /usr/bin/dd
# configure:7041: checking how to truncate binary pipes
# configure:7056: result: /usr/bin/dd bs=4096 count=1
# configure:7192: clang -c -fomit-frame-pointer conftest.c >&5
# configure:7195: $? = 0
# configure:7385: checking for mt
# configure:7415: result: no
# configure:7435: checking if : is a manifest tool
# configure:7441: : '-?'
# configure:7449: result: no
# configure:8123: checking for dlfcn.h
# configure:8123: clang -c -fomit-frame-pointer conftest.c >&5
# configure:8123: $? = 0
# configure:8123: result: yes
# configure:8379: checking for objdir
# configure:8394: result: .libs
# configure:8658: checking if clang supports -fno-rtti -fno-exceptions
# configure:8676: clang -c -fomit-frame-pointer -fno-rtti -fno-exceptions conftest.c >&5
# configure:8680: $? = 0
# configure:8693: result: yes
# configure:9051: checking for clang option to produce PIC
# configure:9058: result: -fPIC -DPIC
# configure:9066: checking if clang PIC flag -fPIC -DPIC works
# configure:9084: clang -c -fomit-frame-pointer -fPIC -DPIC -DPIC conftest.c >&5
# configure:9088: $? = 0
# configure:9101: result: yes
# configure:9130: checking if clang static flag -static works
# configure:9158: result: yes
# configure:9173: checking if clang supports -c -o file.o
# configure:9194: clang -c -fomit-frame-pointer -o out/conftest2.o conftest.c >&5
# configure:9198: $? = 0
# configure:9220: result: yes
# configure:9228: checking if clang supports -c -o file.o
# configure:9275: result: yes
# configure:9308: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10567: result: yes
# configure:10604: checking whether -lc should be explicitly linked in
# configure:10612: clang -c -fomit-frame-pointer conftest.c >&5
# configure:10615: $? = 0
# configure:10630: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10633: $? = 0
# configure:10647: result: no
# configure:10807: checking dynamic linker characteristics
# configure:11388: clang -o conftest -fomit-frame-pointer -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11388: $? = 0
# configure:11625: result: GNU/Linux ld.so
# configure:11747: checking how to hardcode library paths into programs
# configure:11772: result: immediate
# configure:12320: checking whether stripping libraries is possible
# configure:12325: result: yes
# configure:12360: checking if libtool supports shared libraries
# configure:12362: result: yes
# configure:12365: checking whether to build shared libraries
# configure:12390: result: yes
# configure:12393: checking whether to build static libraries
# configure:12397: result: yes
# configure:12513: checking for gcc
# configure:12540: result: clang
# configure:12769: checking for C compiler version
# configure:12778: 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:12789: $? = 0
# configure:12778: 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:12789: $? = 0
# configure:12778: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:12789: $? = 1
# configure:12778: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:12789: $? = 1
# configure:12793: checking whether we are using the GNU C compiler
# configure:12821: result: yes
# configure:12830: checking whether clang accepts -g
# configure:12891: result: yes
# configure:12908: checking for clang option to accept ISO C89
# configure:12984: result: none needed
# configure:13009: checking whether clang understands -c and -o together
# configure:13046: result: yes
# configure:13065: checking dependency style of clang
# configure:13176: result: gcc3
# configure:13303: checking for C++ compiler version
# configure:13312: 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:13323: $? = 0
# configure:13312: 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:13323: $? = 0
# configure:13312: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:13323: $? = 1
# configure:13312: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:13323: $? = 1
# configure:13327: checking whether we are using the GNU C++ compiler
# configure:13346: clang++ -c -fomit-frame-pointer conftest.cpp >&5
# configure:13346: $? = 0
# configure:13355: result: yes
# configure:13364: checking whether clang++ accepts -g
# configure:13384: clang++ -c -g conftest.cpp >&5
# configure:13384: $? = 0
# configure:13425: result: yes
# configure:13450: checking dependency style of clang++
# configure:13561: result: gcc3
# configure:13594: checking how to run the C++ preprocessor
# configure:13621: clang++ -E conftest.cpp
# configure:13621: $? = 0
# configure:13635: clang++ -E conftest.cpp
# conftest.cpp:31:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:13635: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lrzip"
# | #define PACKAGE_TARNAME "lrzip"
# | #define PACKAGE_VERSION "0.630"
# | #define PACKAGE_STRING "lrzip 0.630"
# | #define PACKAGE_BUGREPORT "kernel@kolivas.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lrzip"
# | #define VERSION "0.630"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LRZIP_MAJOR_VERSION 0
# | #define LRZIP_MINOR_VERSION 6
# | #define LRZIP_MINOR_SUBVERSION 30
# | /* end confdefs.h. */
# | #include
# configure:13660: result: clang++ -E
# configure:13680: clang++ -E conftest.cpp
# configure:13680: $? = 0
# configure:13694: clang++ -E conftest.cpp
# conftest.cpp:31:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:13694: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lrzip"
# | #define PACKAGE_TARNAME "lrzip"
# | #define PACKAGE_VERSION "0.630"
# | #define PACKAGE_STRING "lrzip 0.630"
# | #define PACKAGE_BUGREPORT "kernel@kolivas.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lrzip"
# | #define VERSION "0.630"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LRZIP_MAJOR_VERSION 0
# | #define LRZIP_MINOR_VERSION 6
# | #define LRZIP_MINOR_SUBVERSION 30
# | /* end confdefs.h. */
# | #include
# configure:13856: checking for ld used by clang++
# configure:13923: result: /usr/bin/ld -m elf_x86_64
# configure:13930: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:13945: result: yes
# configure:14000: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:15073: result: yes
# configure:15109: clang++ -c -fomit-frame-pointer conftest.cpp >&5
# configure:15112: $? = 0
# configure:15593: checking for clang++ option to produce PIC
# configure:15600: result: -fPIC -DPIC
# configure:15608: checking if clang++ PIC flag -fPIC -DPIC works
# configure:15626: clang++ -c -fomit-frame-pointer -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:15630: $? = 0
# configure:15643: result: yes
# configure:15666: checking if clang++ static flag -static works
# configure:15694: result: yes
# configure:15706: checking if clang++ supports -c -o file.o
# configure:15727: clang++ -c -fomit-frame-pointer -o out/conftest2.o conftest.cpp >&5
# configure:15731: $? = 0
# configure:15753: result: yes
# configure:15758: checking if clang++ supports -c -o file.o
# configure:15805: result: yes
# configure:15835: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:15875: result: yes
# configure:16016: checking dynamic linker characteristics
# configure:16761: result: GNU/Linux ld.so
# configure:16826: checking how to hardcode library paths into programs
# configure:16851: result: immediate
# configure:16892: checking whether ln -s works
# configure:16896: result: yes
# configure:16911: checking for special C compiler options needed for large files
# configure:16956: result: no
# configure:16962: checking for _FILE_OFFSET_BITS value needed for large files
# configure:16987: clang -c -fomit-frame-pointer conftest.c >&5
# configure:16987: $? = 0
# configure:17019: result: no
# configure:17104: checking for size_t
# configure:17104: clang -c -fomit-frame-pointer conftest.c >&5
# configure:17104: $? = 0
# configure:17104: clang -c -fomit-frame-pointer conftest.c >&5
# conftest.c:67:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:17104: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "lrzip"
# | #define PACKAGE_TARNAME "lrzip"
# | #define PACKAGE_VERSION "0.630"
# | #define PACKAGE_STRING "lrzip 0.630"
# | #define PACKAGE_BUGREPORT "kernel@kolivas.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "lrzip"
# | #define VERSION "0.630"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define LRZIP_MAJOR_VERSION 0
# | #define LRZIP_MINOR_VERSION 6
# | #define LRZIP_MINOR_SUBVERSION 30
# | /* 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:17104: result: yes
# configure:17117: checking for working alloca.h
# configure:17134: clang -o conftest -fomit-frame-pointer conftest.c >&5
# configure:17134: $? = 0
# configure:17142: result: yes
# configure:17150: checking for alloca
# configure:17187: clang -o conftest -fomit-frame-pointer conftest.c >&5
# configure:17187: $? = 0
# configure:17195: result: yes
# configure:17301: checking for clang option to accept ISO C99
# configure:17450: clang -c -fomit-frame-pointer conftest.c >&5
# configure:17450: $? = 0
# configure:17463: result: none needed
# configure:17483: checking for pod2man
# configure:17513: result: no
# configure:17519: error: in `/tmp/lrzip/src/lrzip-0.630':
# configure:17521: error: pod2man is needed to generate manual from POD
# See `config.log' for more details
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=' -fomit-frame-pointer'
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=' -fomit-frame-pointer'
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=
# ac_cv_env_host_alias_value=
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_alloca_works=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# 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_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/bin/dd
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=clang
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# 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_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_type_size_t=yes
# ac_cv_working_alloca_h=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/lrzip/src/lrzip-0.630/missing aclocal-1.15'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# ASM_CMD=''
# ASM_OBJ=''
# ASM_PROG=''
# AUTOCONF='${SHELL} /tmp/lrzip/src/lrzip-0.630/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/lrzip/src/lrzip-0.630/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/lrzip/src/lrzip-0.630/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -fomit-frame-pointer'
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=' -fomit-frame-pointer'
# CYGPATH_W='echo'
# DEFS=''
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EFL_BUILD_DOC_FALSE=''
# EFL_BUILD_DOC_TRUE=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# HAVE_POD2MAN=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# MAKEINFO='${SHELL} /tmp/lrzip/src/lrzip-0.630/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='lrzip'
# PACKAGE_BUGREPORT='kernel@kolivas.org'
# PACKAGE_NAME='lrzip'
# PACKAGE_STRING='lrzip 0.630'
# PACKAGE_TARNAME='lrzip'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.630'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STATIC_FALSE=''
# STATIC_TRUE=''
# STRIP='strip'
# USE_ASM_FALSE=''
# USE_ASM_TRUE=''
# VERSION='0.630'
# VMAJ='0'
# ac_ct_AR='ar'
# ac_ct_CC='clang'
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_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}'
# efl_doxygen=''
# efl_have_doxygen=''
# exec_prefix='NONE'
# host='x86_64-unknown-linux-gnu'
# host_alias=''
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/lrzip/src/lrzip-0.630/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}'
# release_info=''
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
# version_info='6:30:6'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "lrzip"
# #define PACKAGE_TARNAME "lrzip"
# #define PACKAGE_VERSION "0.630"
# #define PACKAGE_STRING "lrzip 0.630"
# #define PACKAGE_BUGREPORT "kernel@kolivas.org"
# #define PACKAGE_URL ""
# #define PACKAGE "lrzip"
# #define VERSION "0.630"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define LRZIP_MAJOR_VERSION 0
# #define LRZIP_MINOR_VERSION 6
# #define LRZIP_MINOR_SUBVERSION 30
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
#
# configure: exit 1