Build of dd_rescue with clang_glibc toolchain

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

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

SLOCLanguage
16,708 ansic
476 makefile
222 sh
30 python
17,436 total

The process tree of the build process is here.

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

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: dd_rescue 1.99-1 (Thu Apr 13 16:48:44 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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 for an ANSI C-conforming const... yes
# checking for inline... inline
# 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 fallocate.h usability... no
# checking fallocate.h presence... no
# checking for fallocate.h... no
# checking dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking for unistd.h... (cached) yes
# checking attr/xattr.h usability... yes
# checking attr/xattr.h presence... yes
# checking for attr/xattr.h... yes
# checking sys/acl.h usability... yes
# checking sys/acl.h presence... yes
# checking for sys/acl.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking endian.h usability... yes
# checking endian.h presence... yes
# checking for endian.h... yes
# checking linux/fs.h usability... yes
# checking linux/fs.h presence... yes
# checking for linux/fs.h... yes
# checking linux/fiemap.h usability... yes
# checking linux/fiemap.h presence... yes
# checking for linux/fiemap.h... yes
# checking for stdint.h... (cached) yes
# checking lzo/lzo1x.h usability... yes
# checking lzo/lzo1x.h presence... yes
# checking for lzo/lzo1x.h... yes
# checking openssl/evp.h usability... yes
# checking openssl/evp.h presence... yes
# checking for openssl/evp.h... yes
# checking linux/random.h usability... yes
# checking linux/random.h presence... yes
# checking for linux/random.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking sched.h usability... yes
# checking sched.h presence... yes
# checking for sched.h... yes
# checking for ffs... yes
# checking for ffsl... yes
# checking for basename... yes
# checking for fallocate64... yes
# checking for splice... yes
# checking for getopt_long... yes
# checking for open64... yes
# checking for pread... yes
# checking for pread64... yes
# checking for lseek64... yes
# checking for stat64... yes
# checking for posix_fadvise... yes
# checking for posix_fadvise64... yes
# checking for __builtin_prefetch... no
# checking for htobe64... no
# checking for feof_unlocked... yes
# checking for getline... yes
# checking for getentropy... no
# checking for getrandom... no
# checking for posix_memalign... yes
# checking for valloc... yes
# checking for sched_yield... yes
# checking for dlsym in -ldl... yes
# checking for linux_fallocate64 in -lfallocate... no
# checking for lzo1x_1_compress in -llzo2... yes
# checking for EVP_aes_192_ctr in -lcrypto... yes
# checking if clang supports -msse4.2... yes
# checking if clang supports -mavx2... yes
# checking if clang supports -mrdrnd... yes
# checking if clang supports -maes... yes
# configure: creating ./config.status
# config.status: creating config.h
# #gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -DGEN_DEP -msse4.2 -mavx2 -maes -mrdrnd -MM *.c >.dep
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -DGEN_DEP -D__AES__ -D__SSE4_1__ -D__SSSE3__ -D__SSE3__ -D__SSE2__ -D__SSE__ -D__MMX__ -MM *.c >.dep
# ffs_sse42.c:38:3: warning: compile ffs_sse42 with -msse4.2 [-W#warnings]
# # warning compile ffs_sse42 with -msse4.2
# ^
# 1 warning generated.
# find_nonzero_arm.c:105:2: warning: no point compiling this on non-ARM 32bit arch [-W#warnings]
# #warning no point compiling this on non-ARM 32bit arch
# ^
# 1 warning generated.
# find_nonzero_arm64.c:85:2: warning: no point compiling this on non-ARM64 arch [-W#warnings]
# #warning no point compiling this on non-ARM64 arch
# ^
# 1 warning generated.
# rdrand.c:59:3: warning: compile rdrand with -mrdrnd [-W#warnings]
# # warning compile rdrand with -mrdrnd
# ^
# 1 warning generated.
# sed 's/\.o:/\.po:/' <.dep >.dep2
# cat .dep2 >> .dep
# rm .dep2
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIE -c random.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -O3 -fPIE -c frandom.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -O3 -fPIE -c fmt_no.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -O3 -fPIE -c find_nonzero.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIE -c fstrim.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -O3 -fPIE -msse2 -c find_nonzero_sse2.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -O3 -fPIE -msse4.2 -c ffs_sse42.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -O3 -fPIE -mavx2 -c find_nonzero_avx.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIE -mrdrnd -maes -c rdrand.c
# fatal: Not a git repository (or any of the parent directories): .git
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIE -pie -DVERSION=\"1.99\" -D__COMPILER__="\"clang version 3.8.0 (tags/RELEASE_380/final)\"" -DID=\"DD_RESCUE_1_99_FINAL\" dd_rescue.c -o dd_rescue random.o frandom.o fmt_no.o find_nonzero.o fstrim.o find_nonzero_sse2.o ffs_sse42.o find_nonzero_avx.o rdrand.o -ldl
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIC -o libddr_hash.po -c libddr_hash.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -O3 -fPIC -o md5.po -c md5.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -O3 -fPIC -o sha256.po -c sha256.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -O3 -fPIC -o sha512.po -c sha512.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -O3 -fPIC -o sha1.po -c sha1.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIC -o pbkdf2.po -c pbkdf2.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIC -o checksum_file.po -c checksum_file.c
# gcc -shared -o libddr_hash.so libddr_hash.po md5.po sha256.po sha512.po sha1.po pbkdf2.po checksum_file.po
# ln -sf libddr_hash.so libddr_MD5.so
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIC -o libddr_null.po -c libddr_null.c
# gcc -shared -o libddr_null.so libddr_null.po
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIC -o libddr_crypt.po -c libddr_crypt.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIC -o aes.po -c aes.c
# aes.c:289:6: warning: unused function 'be4_inc4' [-Wunused-function]
# void be4_inc4(uchar ctr[64])
# ^
# 1 warning generated.
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIC -o aes_c.po -c aes_c.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIC -O3 -maes -msse4.1 -c aesni.c -o aesni.po
# aesni.c:388:6: warning: unused function 'Encrypt_4Blocks' [-Wunused-function]
# void Encrypt_4Blocks(__m128i *i0, __m128i *i1, __m128i *i2, __m128i *i3,
# ^
# 1 warning generated.
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIC -o aes_ossl.po -c aes_ossl.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIC -o pbkdf_ossl.po -c pbkdf_ossl.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIC -o secmem.po -c secmem.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIC -o random.po -c random.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIC -o find_nonzero.po -c find_nonzero.c
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIC -mrdrnd -maes -o rdrand.po -c rdrand.c
# gcc -shared -o libddr_crypt.so libddr_crypt.po aes.po aes_c.po aesni.po aes_ossl.po pbkdf2.po sha256.po pbkdf_ossl.po md5.po checksum_file.po secmem.po random.po find_nonzero.po rdrand.po -lcrypto
# gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -DHAVE_AESNI -fPIC -fstack-protector -o libddr_lzo.po -c libddr_lzo.c
# libddr_lzo.c:801:31: warning: signed shift result (0xD0A1A000000) requires 45 bits to represent, but 'int' only has 32 bits [-Wshift-overflow]
# static const uint32_t lzo2 = HTONL(0x000d0a1a);
# ^~~~~~~~~~~~~~~~~
# libddr_lzo.c:787:21: note: expanded from macro 'HTONL'
# #define HTONL(x) ((x<<24)&0xff000000) | ((x<<8)&0x00ff0000) | ((x>>8)&0x0000ff00) | ((x>>24)&0x000000ff)
# ~^ ~~
# 1 warning generated.
# gcc -shared -o libddr_lzo.so libddr_lzo.po -llzo2
# ==> Entering fakeroot environment...
# ==> Starting package()...
# mkdir -p /tmp/dd_rescue/pkg/dd_rescue/usr/bin
# install -s -o root -g root -m 755 dd_rescue /tmp/dd_rescue/pkg/dd_rescue/usr/bin
# install: cannot change ownership of '/tmp/dd_rescue/pkg/dd_rescue/usr/bin/dd_rescue': Operation not permitted
# make: *** [Makefile:392: install] Error 1
# ==> ERROR: A failure occurred in package().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/dd_rescue/src/dd_rescue-1.99/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 dd_rescue configure 1.99, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 0f95e2d205e5
# 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:2135: checking for gcc
# configure:2162: result: clang
# configure:2391: checking for C compiler version
# configure:2400: 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:2411: $? = 0
# configure:2400: 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:2411: $? = 0
# configure:2400: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2411: $? = 1
# configure:2400: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2411: $? = 1
# configure:2431: checking whether the C compiler works
# configure:2453: clang conftest.c >&5
# configure:2457: $? = 0
# configure:2505: result: yes
# configure:2508: checking for C compiler default output file name
# configure:2510: result: a.out
# configure:2516: checking for suffix of executables
# configure:2523: clang -o conftest conftest.c >&5
# configure:2527: $? = 0
# configure:2549: result:
# configure:2571: checking whether we are cross compiling
# configure:2579: clang -o conftest conftest.c >&5
# configure:2583: $? = 0
# configure:2590: ./conftest
# configure:2594: $? = 0
# configure:2609: result: no
# configure:2614: checking for suffix of object files
# configure:2636: clang -c conftest.c >&5
# configure:2640: $? = 0
# configure:2661: result: o
# configure:2665: checking whether we are using the GNU C compiler
# configure:2684: clang -c conftest.c >&5
# configure:2684: $? = 0
# configure:2693: result: yes
# configure:2702: checking whether clang accepts -g
# configure:2722: clang -c -g conftest.c >&5
# configure:2722: $? = 0
# configure:2763: result: yes
# configure:2780: checking for clang option to accept ISO C89
# configure:2843: clang -c conftest.c >&5
# configure:2843: $? = 0
# configure:2856: result: none needed
# configure:2877: checking for an ANSI C-conforming const
# configure:2943: clang -c conftest.c >&5
# configure:2943: $? = 0
# configure:2950: result: yes
# configure:2958: checking for inline
# configure:2974: clang -c conftest.c >&5
# configure:2974: $? = 0
# configure:2982: result: inline
# configure:3005: checking how to run the C preprocessor
# configure:3036: clang -E conftest.c
# configure:3036: $? = 0
# configure:3050: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3050: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dd_rescue"
# | #define PACKAGE_TARNAME "dd_rescue"
# | #define PACKAGE_VERSION "1.99"
# | #define PACKAGE_STRING "dd_rescue 1.99"
# | #define PACKAGE_BUGREPORT "kurt@garloff.de"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3075: result: clang -E
# configure:3095: clang -E conftest.c
# configure:3095: $? = 0
# configure:3109: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3109: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dd_rescue"
# | #define PACKAGE_TARNAME "dd_rescue"
# | #define PACKAGE_VERSION "1.99"
# | #define PACKAGE_STRING "dd_rescue 1.99"
# | #define PACKAGE_BUGREPORT "kurt@garloff.de"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3138: checking for grep that handles long lines and -e
# configure:3196: result: /usr/bin/grep
# configure:3201: checking for egrep
# configure:3263: result: /usr/bin/grep -E
# configure:3268: checking for ANSI C header files
# configure:3288: clang -c conftest.c >&5
# configure:3288: $? = 0
# configure:3361: clang -o conftest conftest.c >&5
# configure:3361: $? = 0
# configure:3361: ./conftest
# configure:3361: $? = 0
# configure:3372: result: yes
# configure:3387: checking for sys/types.h
# configure:3387: clang -c conftest.c >&5
# configure:3387: $? = 0
# configure:3387: result: yes
# configure:3387: checking for sys/stat.h
# configure:3387: clang -c conftest.c >&5
# configure:3387: $? = 0
# configure:3387: result: yes
# configure:3387: checking for stdlib.h
# configure:3387: clang -c conftest.c >&5
# configure:3387: $? = 0
# configure:3387: result: yes
# configure:3387: checking for string.h
# configure:3387: clang -c conftest.c >&5
# configure:3387: $? = 0
# configure:3387: result: yes
# configure:3387: checking for memory.h
# configure:3387: clang -c conftest.c >&5
# configure:3387: $? = 0
# configure:3387: result: yes
# configure:3387: checking for strings.h
# configure:3387: clang -c conftest.c >&5
# configure:3387: $? = 0
# configure:3387: result: yes
# configure:3387: checking for inttypes.h
# configure:3387: clang -c conftest.c >&5
# configure:3387: $? = 0
# configure:3387: result: yes
# configure:3387: checking for stdint.h
# configure:3387: clang -c conftest.c >&5
# configure:3387: $? = 0
# configure:3387: result: yes
# configure:3387: checking for unistd.h
# configure:3387: clang -c conftest.c >&5
# configure:3387: $? = 0
# configure:3387: result: yes
# configure:3402: checking fallocate.h usability
# configure:3402: clang -c conftest.c >&5
# conftest.c:52:10: fatal error: 'fallocate.h' file not found
# #include
# ^
# 1 error generated.
# configure:3402: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dd_rescue"
# | #define PACKAGE_TARNAME "dd_rescue"
# | #define PACKAGE_VERSION "1.99"
# | #define PACKAGE_STRING "dd_rescue 1.99"
# | #define PACKAGE_BUGREPORT "kurt@garloff.de"
# | #define PACKAGE_URL ""
# | #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:3402: result: no
# configure:3402: checking fallocate.h presence
# configure:3402: clang -E conftest.c
# conftest.c:19:10: fatal error: 'fallocate.h' file not found
# #include
# ^
# 1 error generated.
# configure:3402: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dd_rescue"
# | #define PACKAGE_TARNAME "dd_rescue"
# | #define PACKAGE_VERSION "1.99"
# | #define PACKAGE_STRING "dd_rescue 1.99"
# | #define PACKAGE_BUGREPORT "kurt@garloff.de"
# | #define PACKAGE_URL ""
# | #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:3402: result: no
# configure:3402: checking for fallocate.h
# configure:3402: result: no
# configure:3402: checking dlfcn.h usability
# configure:3402: clang -c conftest.c >&5
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking dlfcn.h presence
# configure:3402: clang -E conftest.c
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking for dlfcn.h
# configure:3402: result: yes
# configure:3402: checking for unistd.h
# configure:3402: result: yes
# configure:3402: checking attr/xattr.h usability
# configure:3402: clang -c conftest.c >&5
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking attr/xattr.h presence
# configure:3402: clang -E conftest.c
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking for attr/xattr.h
# configure:3402: result: yes
# configure:3402: checking sys/acl.h usability
# configure:3402: clang -c conftest.c >&5
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking sys/acl.h presence
# configure:3402: clang -E conftest.c
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking for sys/acl.h
# configure:3402: result: yes
# configure:3402: checking sys/ioctl.h usability
# configure:3402: clang -c conftest.c >&5
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking sys/ioctl.h presence
# configure:3402: clang -E conftest.c
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking for sys/ioctl.h
# configure:3402: result: yes
# configure:3402: checking endian.h usability
# configure:3402: clang -c conftest.c >&5
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking endian.h presence
# configure:3402: clang -E conftest.c
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking for endian.h
# configure:3402: result: yes
# configure:3402: checking linux/fs.h usability
# configure:3402: clang -c conftest.c >&5
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking linux/fs.h presence
# configure:3402: clang -E conftest.c
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking for linux/fs.h
# configure:3402: result: yes
# configure:3402: checking linux/fiemap.h usability
# configure:3402: clang -c conftest.c >&5
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking linux/fiemap.h presence
# configure:3402: clang -E conftest.c
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking for linux/fiemap.h
# configure:3402: result: yes
# configure:3402: checking for stdint.h
# configure:3402: result: yes
# configure:3402: checking lzo/lzo1x.h usability
# configure:3402: clang -c conftest.c >&5
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking lzo/lzo1x.h presence
# configure:3402: clang -E conftest.c
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking for lzo/lzo1x.h
# configure:3402: result: yes
# configure:3402: checking openssl/evp.h usability
# configure:3402: clang -c conftest.c >&5
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking openssl/evp.h presence
# configure:3402: clang -E conftest.c
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking for openssl/evp.h
# configure:3402: result: yes
# configure:3402: checking linux/random.h usability
# configure:3402: clang -c conftest.c >&5
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking linux/random.h presence
# configure:3402: clang -E conftest.c
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking for linux/random.h
# configure:3402: result: yes
# configure:3402: checking malloc.h usability
# configure:3402: clang -c conftest.c >&5
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking malloc.h presence
# configure:3402: clang -E conftest.c
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking for malloc.h
# configure:3402: result: yes
# configure:3402: checking sched.h usability
# configure:3402: clang -c conftest.c >&5
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking sched.h presence
# configure:3402: clang -E conftest.c
# configure:3402: $? = 0
# configure:3402: result: yes
# configure:3402: checking for sched.h
# configure:3402: result: yes
# configure:3415: checking for ffs
# configure:3415: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3415: result: yes
# configure:3415: checking for ffsl
# configure:3415: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3415: result: yes
# configure:3415: checking for basename
# configure:3415: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3415: result: yes
# configure:3415: checking for fallocate64
# configure:3415: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3415: result: yes
# configure:3415: checking for splice
# configure:3415: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3415: result: yes
# configure:3415: checking for getopt_long
# configure:3415: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3415: result: yes
# configure:3415: checking for open64
# configure:3415: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3415: result: yes
# configure:3415: checking for pread
# configure:3415: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3415: result: yes
# configure:3415: checking for pread64
# configure:3415: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3415: result: yes
# configure:3415: checking for lseek64
# configure:3415: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3415: result: yes
# configure:3415: checking for stat64
# configure:3415: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3415: result: yes
# configure:3415: checking for posix_fadvise
# configure:3415: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3415: result: yes
# configure:3415: checking for posix_fadvise64
# configure:3415: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3415: result: yes
# configure:3415: checking for __builtin_prefetch
# configure:3415: clang -o conftest conftest.c >&5
# conftest.c:69:6: error: conflicting types for '__builtin_prefetch'
# char __builtin_prefetch ();
# ^
# conftest.c:69:6: note: '__builtin_prefetch' is a builtin with type 'void (const void *, ...)'
# conftest.c:80:28: error: too few arguments to function call, expected at least 1, have 0
# return __builtin_prefetch ();
# ~~~~~~~~~~~~~~~~~~ ^
# 2 errors generated.
# configure:3415: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dd_rescue"
# | #define PACKAGE_TARNAME "dd_rescue"
# | #define PACKAGE_VERSION "1.99"
# | #define PACKAGE_STRING "dd_rescue 1.99"
# | #define PACKAGE_BUGREPORT "kurt@garloff.de"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ATTR_XATTR_H 1
# | #define HAVE_SYS_ACL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_LINUX_FS_H 1
# | #define HAVE_LINUX_FIEMAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_LINUX_RANDOM_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_FFS 1
# | #define HAVE_FFSL 1
# | #define HAVE_BASENAME 1
# | #define HAVE_FALLOCATE64 1
# | #define HAVE_SPLICE 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPEN64 1
# | #define HAVE_PREAD 1
# | #define HAVE_PREAD64 1
# | #define HAVE_LSEEK64 1
# | #define HAVE_STAT64 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_POSIX_FADVISE64 1
# | /* end confdefs.h. */
# | /* Define __builtin_prefetch to an innocuous variant, in case declares __builtin_prefetch.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define __builtin_prefetch innocuous___builtin_prefetch
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char __builtin_prefetch (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef __builtin_prefetch
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char __builtin_prefetch ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub___builtin_prefetch || defined __stub_____builtin_prefetch
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return __builtin_prefetch ();
# | ;
# | return 0;
# | }
# configure:3415: result: no
# configure:3415: checking for htobe64
# configure:3415: clang -o conftest conftest.c >&5
# /tmp/conftest-d302d2.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `htobe64'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3415: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dd_rescue"
# | #define PACKAGE_TARNAME "dd_rescue"
# | #define PACKAGE_VERSION "1.99"
# | #define PACKAGE_STRING "dd_rescue 1.99"
# | #define PACKAGE_BUGREPORT "kurt@garloff.de"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ATTR_XATTR_H 1
# | #define HAVE_SYS_ACL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_LINUX_FS_H 1
# | #define HAVE_LINUX_FIEMAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_LINUX_RANDOM_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_FFS 1
# | #define HAVE_FFSL 1
# | #define HAVE_BASENAME 1
# | #define HAVE_FALLOCATE64 1
# | #define HAVE_SPLICE 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPEN64 1
# | #define HAVE_PREAD 1
# | #define HAVE_PREAD64 1
# | #define HAVE_LSEEK64 1
# | #define HAVE_STAT64 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_POSIX_FADVISE64 1
# | /* end confdefs.h. */
# | /* Define htobe64 to an innocuous variant, in case declares htobe64.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define htobe64 innocuous_htobe64
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char htobe64 (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef htobe64
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char htobe64 ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_htobe64 || defined __stub___htobe64
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return htobe64 ();
# | ;
# | return 0;
# | }
# configure:3415: result: no
# configure:3415: checking for feof_unlocked
# configure:3415: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3415: result: yes
# configure:3415: checking for getline
# configure:3415: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3415: result: yes
# configure:3415: checking for getentropy
# configure:3415: clang -o conftest conftest.c >&5
# /tmp/conftest-9b8d6c.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `getentropy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3415: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dd_rescue"
# | #define PACKAGE_TARNAME "dd_rescue"
# | #define PACKAGE_VERSION "1.99"
# | #define PACKAGE_STRING "dd_rescue 1.99"
# | #define PACKAGE_BUGREPORT "kurt@garloff.de"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ATTR_XATTR_H 1
# | #define HAVE_SYS_ACL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_LINUX_FS_H 1
# | #define HAVE_LINUX_FIEMAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_LINUX_RANDOM_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_FFS 1
# | #define HAVE_FFSL 1
# | #define HAVE_BASENAME 1
# | #define HAVE_FALLOCATE64 1
# | #define HAVE_SPLICE 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPEN64 1
# | #define HAVE_PREAD 1
# | #define HAVE_PREAD64 1
# | #define HAVE_LSEEK64 1
# | #define HAVE_STAT64 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_POSIX_FADVISE64 1
# | #define HAVE_FEOF_UNLOCKED 1
# | #define HAVE_GETLINE 1
# | /* end confdefs.h. */
# | /* Define getentropy to an innocuous variant, in case declares getentropy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getentropy innocuous_getentropy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getentropy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getentropy
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getentropy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_getentropy || defined __stub___getentropy
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getentropy ();
# | ;
# | return 0;
# | }
# configure:3415: result: no
# configure:3415: checking for getrandom
# configure:3415: clang -o conftest conftest.c >&5
# /tmp/conftest-68e92a.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `getrandom'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3415: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dd_rescue"
# | #define PACKAGE_TARNAME "dd_rescue"
# | #define PACKAGE_VERSION "1.99"
# | #define PACKAGE_STRING "dd_rescue 1.99"
# | #define PACKAGE_BUGREPORT "kurt@garloff.de"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ATTR_XATTR_H 1
# | #define HAVE_SYS_ACL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_LINUX_FS_H 1
# | #define HAVE_LINUX_FIEMAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_LINUX_RANDOM_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_FFS 1
# | #define HAVE_FFSL 1
# | #define HAVE_BASENAME 1
# | #define HAVE_FALLOCATE64 1
# | #define HAVE_SPLICE 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPEN64 1
# | #define HAVE_PREAD 1
# | #define HAVE_PREAD64 1
# | #define HAVE_LSEEK64 1
# | #define HAVE_STAT64 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_POSIX_FADVISE64 1
# | #define HAVE_FEOF_UNLOCKED 1
# | #define HAVE_GETLINE 1
# | /* end confdefs.h. */
# | /* Define getrandom to an innocuous variant, in case declares getrandom.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getrandom innocuous_getrandom
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getrandom (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getrandom
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getrandom ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_getrandom || defined __stub___getrandom
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getrandom ();
# | ;
# | return 0;
# | }
# configure:3415: result: no
# configure:3415: checking for posix_memalign
# configure:3415: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3415: result: yes
# configure:3415: checking for valloc
# configure:3415: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3415: result: yes
# configure:3415: checking for sched_yield
# configure:3415: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3415: result: yes
# configure:3424: checking for dlsym in -ldl
# configure:3449: clang -o conftest conftest.c -ldl >&5
# configure:3449: $? = 0
# configure:3458: result: yes
# configure:3469: checking for linux_fallocate64 in -lfallocate
# configure:3494: clang -o conftest conftest.c -lfallocate -ldl >&5
# /usr/bin/ld: cannot find -lfallocate
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3494: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dd_rescue"
# | #define PACKAGE_TARNAME "dd_rescue"
# | #define PACKAGE_VERSION "1.99"
# | #define PACKAGE_STRING "dd_rescue 1.99"
# | #define PACKAGE_BUGREPORT "kurt@garloff.de"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_ATTR_XATTR_H 1
# | #define HAVE_SYS_ACL_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_ENDIAN_H 1
# | #define HAVE_LINUX_FS_H 1
# | #define HAVE_LINUX_FIEMAP_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_LZO_LZO1X_H 1
# | #define HAVE_OPENSSL_EVP_H 1
# | #define HAVE_LINUX_RANDOM_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_SCHED_H 1
# | #define HAVE_FFS 1
# | #define HAVE_FFSL 1
# | #define HAVE_BASENAME 1
# | #define HAVE_FALLOCATE64 1
# | #define HAVE_SPLICE 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_OPEN64 1
# | #define HAVE_PREAD 1
# | #define HAVE_PREAD64 1
# | #define HAVE_LSEEK64 1
# | #define HAVE_STAT64 1
# | #define HAVE_POSIX_FADVISE 1
# | #define HAVE_POSIX_FADVISE64 1
# | #define HAVE_FEOF_UNLOCKED 1
# | #define HAVE_GETLINE 1
# | #define HAVE_POSIX_MEMALIGN 1
# | #define HAVE_VALLOC 1
# | #define HAVE_SCHED_YIELD 1
# | #define HAVE_LIBDL 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char linux_fallocate64 ();
# | int
# | main ()
# | {
# | return linux_fallocate64 ();
# | ;
# | return 0;
# | }
# configure:3503: result: no
# configure:3514: checking for lzo1x_1_compress in -llzo2
# configure:3539: clang -o conftest conftest.c -llzo2 -ldl >&5
# configure:3539: $? = 0
# configure:3548: result: yes
# configure:3559: checking for EVP_aes_192_ctr in -lcrypto
# configure:3584: clang -o conftest conftest.c -lcrypto -llzo2 -ldl >&5
# configure:3584: $? = 0
# configure:3593: result: yes
# configure:3607: checking if clang supports -msse4.2
# configure:3622: clang -c -Werror -msse4.2 conftest.c >&5
# configure:3622: $? = 0
# configure:3623: result: yes
# configure:3639: checking if clang supports -mavx2
# configure:3654: clang -c -Werror -mavx2 conftest.c >&5
# configure:3654: $? = 0
# configure:3655: result: yes
# configure:3671: checking if clang supports -mrdrnd
# configure:3686: clang -c -Werror -mrdrnd conftest.c >&5
# configure:3686: $? = 0
# configure:3687: result: yes
# configure:3703: checking if clang supports -maes
# configure:3718: clang -c -Werror -maes conftest.c >&5
# configure:3718: $? = 0
# configure:3719: result: yes
# configure:3849: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by dd_rescue config.status 1.99, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 0f95e2d205e5
#
# config.status:713: creating config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_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___builtin_prefetch=no
# ac_cv_func_basename=yes
# ac_cv_func_fallocate64=yes
# ac_cv_func_feof_unlocked=yes
# ac_cv_func_ffs=yes
# ac_cv_func_ffsl=yes
# ac_cv_func_getentropy=no
# ac_cv_func_getline=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_getrandom=no
# ac_cv_func_htobe64=no
# ac_cv_func_lseek64=yes
# ac_cv_func_open64=yes
# ac_cv_func_posix_fadvise64=yes
# ac_cv_func_posix_fadvise=yes
# ac_cv_func_posix_memalign=yes
# ac_cv_func_pread64=yes
# ac_cv_func_pread=yes
# ac_cv_func_sched_yield=yes
# ac_cv_func_splice=yes
# ac_cv_func_stat64=yes
# ac_cv_func_valloc=yes
# ac_cv_header_attr_xattr_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_endian_h=yes
# ac_cv_header_fallocate_h=no
# ac_cv_header_inttypes_h=yes
# ac_cv_header_linux_fiemap_h=yes
# ac_cv_header_linux_fs_h=yes
# ac_cv_header_linux_random_h=yes
# ac_cv_header_lzo_lzo1x_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_openssl_evp_h=yes
# ac_cv_header_sched_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_acl_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_lib_crypto_EVP_aes_192_ctr=yes
# ac_cv_lib_dl_dlsym=yes
# ac_cv_lib_fallocate_linux_fallocate64=no
# ac_cv_lib_lzo2_lzo1x_1_compress=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_CC=clang
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='clang'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lcrypto -llzo2 -ldl '
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT='kurt@garloff.de'
# PACKAGE_NAME='dd_rescue'
# PACKAGE_STRING='dd_rescue 1.99'
# PACKAGE_TARNAME='dd_rescue'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.99'
# PATH_SEPARATOR=':'
# SHELL='/bin/sh'
# ac_ct_CC='clang'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias=''
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr/local'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "dd_rescue"
# #define PACKAGE_TARNAME "dd_rescue"
# #define PACKAGE_VERSION "1.99"
# #define PACKAGE_STRING "dd_rescue 1.99"
# #define PACKAGE_BUGREPORT "kurt@garloff.de"
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_ATTR_XATTR_H 1
# #define HAVE_SYS_ACL_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_ENDIAN_H 1
# #define HAVE_LINUX_FS_H 1
# #define HAVE_LINUX_FIEMAP_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_LZO_LZO1X_H 1
# #define HAVE_OPENSSL_EVP_H 1
# #define HAVE_LINUX_RANDOM_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_SCHED_H 1
# #define HAVE_FFS 1
# #define HAVE_FFSL 1
# #define HAVE_BASENAME 1
# #define HAVE_FALLOCATE64 1
# #define HAVE_SPLICE 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_OPEN64 1
# #define HAVE_PREAD 1
# #define HAVE_PREAD64 1
# #define HAVE_LSEEK64 1
# #define HAVE_STAT64 1
# #define HAVE_POSIX_FADVISE 1
# #define HAVE_POSIX_FADVISE64 1
# #define HAVE_FEOF_UNLOCKED 1
# #define HAVE_GETLINE 1
# #define HAVE_POSIX_MEMALIGN 1
# #define HAVE_VALLOC 1
# #define HAVE_SCHED_YIELD 1
# #define HAVE_LIBDL 1
# #define HAVE_LIBLZO2 1
# #define HAVE_LIBCRYPTO 1
# #define CC_FLAGS_SSE42 -msse4.2
# #define CC_FLAGS_AVX2 -mavx2
# #define CC_FLAGS_RDRND -mrdrnd
# #define CC_FLAGS_AES -maes
#
# configure: exit 0