Build of dmapi with musl toolchain

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

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

SLOCLanguage
9,461 sh
3,011 ansic
314 makefile
12,786 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/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: dmapi 2.2.12-2 (Wed Apr 5 00:11:58 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure.ac:9: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
# ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
# ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
# ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
# m4/libtool.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
# m4/libtool.m4:4170: _LT_LINKER_SHLIBS is expanded from...
# m4/libtool.m4:5253: _LT_LANG_C_CONFIG is expanded from...
# m4/libtool.m4:138: _LT_SETUP is expanded from...
# m4/libtool.m4:67: LT_INIT is expanded from...
# m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
# configure.ac:9: the top level
# configure.ac:9: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
# ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
# ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
# ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
# m4/libtool.m4:4170: _LT_LINKER_SHLIBS is expanded from...
# m4/libtool.m4:5253: _LT_LANG_C_CONFIG is expanded from...
# m4/libtool.m4:138: _LT_SETUP is expanded from...
# m4/libtool.m4:67: LT_INIT is expanded from...
# m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
# configure.ac:9: the top level
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# 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 a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
# checking the name lister (/sysroot/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /sysroot/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# configure: WARNING: using cross tools not prefixed with host triplet
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /sysroot/bin/nm -B output from clang object... ok
# checking how to run the C preprocessor... clang -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 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... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/sysroot/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 x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking for gmake... no
# checking for make... /usr/bin/make
# checking for tar... /bin/tar
# checking for gzip... /bin/gzip
# checking for makedepend... /bin/true
# checking for awk... /bin/awk
# checking for sort... /bin/sort
# checking whether ln -s works... yes
# checking for rpm... no
# checking xfs/handle.h usability... no
# checking xfs/handle.h presence... no
# checking for xfs/handle.h... no
#
# FATAL ERROR: cannot find a valid header file.
# Install or upgrade the XFS development package.
# Alternatively, run "make install-dev" from the xfsprogs source.
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/dmapi/src/dmapi-2.2.12/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 dmapi configure 2.2.12, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = b90dce791410
# 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: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2388: checking build system type
# configure:2402: result: x86_64-unknown-linux-gnu
# configure:2422: checking host system type
# configure:2435: result: x86_64-unknown-linux-gnu
# configure:2463: checking for x86_64-unknown-linux-gcc
# configure:2490: result: clang
# configure:2759: checking for C compiler version
# configure:2768: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2779: $? = 0
# configure:2768: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2779: $? = 0
# configure:2768: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2779: $? = 1
# configure:2768: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2779: $? = 1
# configure:2799: checking whether the C compiler works
# configure:2821: clang -fPIC conftest.c >&5
# configure:2825: $? = 0
# configure:2873: result: yes
# configure:2876: checking for C compiler default output file name
# configure:2878: result: a.out
# configure:2884: checking for suffix of executables
# configure:2891: clang -o conftest -fPIC conftest.c >&5
# configure:2895: $? = 0
# configure:2917: result:
# configure:2939: checking whether we are cross compiling
# configure:2947: clang -o conftest -fPIC conftest.c >&5
# configure:2951: $? = 0
# configure:2958: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:2962: $? = 127
# configure:2977: result: yes
# configure:2982: checking for suffix of object files
# configure:3004: clang -c -fPIC conftest.c >&5
# configure:3008: $? = 0
# configure:3029: result: o
# configure:3033: checking whether we are using the GNU C compiler
# configure:3052: clang -c -fPIC conftest.c >&5
# configure:3052: $? = 0
# configure:3061: result: yes
# configure:3070: checking whether clang accepts -g
# configure:3090: clang -c -g conftest.c >&5
# configure:3090: $? = 0
# configure:3131: result: yes
# configure:3148: checking for clang option to accept ISO C89
# configure:3211: clang -c -fPIC conftest.c >&5
# configure:3211: $? = 0
# configure:3224: result: none needed
# configure:3244: checking for a sed that does not truncate output
# configure:3308: result: /usr/sbin/sed
# configure:3326: checking for grep that handles long lines and -e
# configure:3384: result: /usr/sbin/grep
# configure:3389: checking for egrep
# configure:3451: result: /usr/sbin/grep -E
# configure:3456: checking for fgrep
# configure:3518: result: /usr/sbin/grep -F
# configure:3553: checking for ld used by clang
# configure:3620: result: /sysroot/bin/ld
# configure:3627: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:3642: result: yes
# configure:3654: checking for BSD- or MS-compatible name lister (nm)
# configure:3703: result: /sysroot/bin/nm -B
# configure:3821: checking the name lister (/sysroot/bin/nm -B) interface
# configure:3828: clang -c -fPIC conftest.c >&5
# configure:3831: /sysroot/bin/nm -B "conftest.o"
# configure:3834: output
# 0000000000000000 B some_variable
# configure:3841: result: BSD nm
# configure:3844: checking whether ln -s works
# configure:3848: result: yes
# configure:3856: checking the maximum length of command line arguments
# configure:3976: result: 1572864
# configure:3993: checking whether the shell understands some XSI constructs
# configure:4003: result: yes
# configure:4007: checking whether the shell understands "+="
# configure:4013: result: yes
# configure:4048: checking for /sysroot/bin/ld option to reload object files
# configure:4055: result: -r
# configure:4084: checking for x86_64-unknown-linux-objdump
# configure:4114: result: no
# configure:4124: checking for objdump
# configure:4140: found /sysroot/bin/objdump
# configure:4151: result: objdump
# configure:4163: WARNING: using cross tools not prefixed with host triplet
# configure:4183: checking how to recognize dependent libraries
# configure:4379: result: pass_all
# configure:4399: checking for x86_64-unknown-linux-ar
# configure:4429: result: no
# configure:4439: checking for ar
# configure:4455: found /sysroot/bin/ar
# configure:4466: result: ar
# configure:4504: checking for x86_64-unknown-linux-strip
# configure:4534: result: no
# configure:4544: checking for strip
# configure:4560: found /sysroot/bin/strip
# configure:4571: result: strip
# configure:4603: checking for x86_64-unknown-linux-ranlib
# configure:4633: result: no
# configure:4643: checking for ranlib
# configure:4659: found /sysroot/bin/ranlib
# configure:4670: result: ranlib
# configure:4760: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:4878: clang -c -fPIC conftest.c >&5
# configure:4881: $? = 0
# configure:4885: /sysroot/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:4888: $? = 0
# configure:4942: clang -o conftest -fPIC conftest.c conftstm.o >&5
# configure:4945: $? = 0
# configure:4983: result: ok
# configure:5079: clang -c -fPIC conftest.c >&5
# configure:5082: $? = 0
# configure:5792: checking how to run the C preprocessor
# configure:5823: clang -E conftest.c
# configure:5823: $? = 0
# configure:5837: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5837: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dmapi"
# | #define PACKAGE_TARNAME "dmapi"
# | #define PACKAGE_VERSION "2.2.12"
# | #define PACKAGE_STRING "dmapi 2.2.12"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:5862: result: clang -E
# configure:5882: clang -E conftest.c
# configure:5882: $? = 0
# configure:5896: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5896: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dmapi"
# | #define PACKAGE_TARNAME "dmapi"
# | #define PACKAGE_VERSION "2.2.12"
# | #define PACKAGE_STRING "dmapi 2.2.12"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:5925: checking for ANSI C header files
# configure:5945: clang -c -fPIC conftest.c >&5
# configure:5945: $? = 0
# configure:6029: result: yes
# configure:6042: checking for sys/types.h
# configure:6042: clang -c -fPIC conftest.c >&5
# configure:6042: $? = 0
# configure:6042: result: yes
# configure:6042: checking for sys/stat.h
# configure:6042: clang -c -fPIC conftest.c >&5
# configure:6042: $? = 0
# configure:6042: result: yes
# configure:6042: checking for stdlib.h
# configure:6042: clang -c -fPIC conftest.c >&5
# configure:6042: $? = 0
# configure:6042: result: yes
# configure:6042: checking for string.h
# configure:6042: clang -c -fPIC conftest.c >&5
# configure:6042: $? = 0
# configure:6042: result: yes
# configure:6042: checking for memory.h
# configure:6042: clang -c -fPIC conftest.c >&5
# configure:6042: $? = 0
# configure:6042: result: yes
# configure:6042: checking for strings.h
# configure:6042: clang -c -fPIC conftest.c >&5
# configure:6042: $? = 0
# configure:6042: result: yes
# configure:6042: checking for inttypes.h
# configure:6042: clang -c -fPIC conftest.c >&5
# configure:6042: $? = 0
# configure:6042: result: yes
# configure:6042: checking for stdint.h
# configure:6042: clang -c -fPIC conftest.c >&5
# configure:6042: $? = 0
# configure:6042: result: yes
# configure:6042: checking for unistd.h
# configure:6042: clang -c -fPIC conftest.c >&5
# configure:6042: $? = 0
# configure:6042: result: yes
# configure:6056: checking for dlfcn.h
# configure:6056: clang -c -fPIC conftest.c >&5
# configure:6056: $? = 0
# configure:6056: result: yes
# configure:6240: checking for objdir
# configure:6255: result: .libs
# configure:6551: checking if clang supports -fno-rtti -fno-exceptions
# configure:6569: clang -c -fPIC -fno-rtti -fno-exceptions conftest.c >&5
# configure:6573: $? = 0
# configure:6586: result: yes
# configure:6606: checking for clang option to produce PIC
# configure:6878: result: -fPIC -DPIC
# configure:6890: checking if clang PIC flag -fPIC -DPIC works
# configure:6908: clang -c -fPIC -fPIC -DPIC -DPIC conftest.c >&5
# configure:6912: $? = 0
# configure:6925: result: yes
# configure:6949: checking if clang static flag -static works
# configure:6977: result: no
# configure:6992: checking if clang supports -c -o file.o
# configure:7013: clang -c -fPIC -o out/conftest2.o conftest.c >&5
# configure:7017: $? = 0
# configure:7039: result: yes
# configure:7047: checking if clang supports -c -o file.o
# configure:7094: result: yes
# configure:7127: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:8118: result: yes
# configure:8155: checking whether -lc should be explicitly linked in
# configure:8160: clang -c -fPIC conftest.c >&5
# configure:8163: $? = 0
# configure:8178: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:8181: $? = 0
# configure:8193: result: no
# configure:8357: checking dynamic linker characteristics
# configure:8790: clang -o conftest -fPIC -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:8790: $? = 0
# configure:9020: result: GNU/Linux ld.so
# configure:9122: checking how to hardcode library paths into programs
# configure:9147: result: immediate
# configure:9667: checking whether stripping libraries is possible
# configure:9672: result: yes
# configure:9707: checking if libtool supports shared libraries
# configure:9709: result: yes
# configure:9712: checking whether to build shared libraries
# configure:9733: result: yes
# configure:9736: checking whether to build static libraries
# configure:9740: result: yes
# configure:9805: checking for x86_64-unknown-linux-gcc
# configure:9832: result: clang
# configure:10101: checking for C compiler version
# configure:10110: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:10121: $? = 0
# configure:10110: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:10121: $? = 0
# configure:10110: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:10121: $? = 1
# configure:10110: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:10121: $? = 1
# configure:10125: checking whether we are using the GNU C compiler
# configure:10153: result: yes
# configure:10162: checking whether clang accepts -g
# configure:10223: result: yes
# configure:10240: checking for clang option to accept ISO C89
# configure:10316: result: none needed
# configure:10378: checking for x86_64-unknown-linux-gcc
# configure:10405: result: clang
# configure:10674: checking for C compiler version
# configure:10683: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:10694: $? = 0
# configure:10683: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:10694: $? = 0
# configure:10683: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:10694: $? = 1
# configure:10683: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:10694: $? = 1
# configure:10698: checking whether we are using the GNU C compiler
# configure:10726: result: yes
# configure:10735: checking whether clang accepts -g
# configure:10796: result: yes
# configure:10813: checking for clang option to accept ISO C89
# configure:10889: result: none needed
# configure:10922: checking for gmake
# configure:10956: result: no
# configure:10965: checking for make
# configure:10983: found /usr/bin/make
# configure:10995: result: /usr/bin/make
# configure:11017: checking for tar
# configure:11036: found /bin/tar
# configure:11048: result: /bin/tar
# configure:11062: checking for gzip
# configure:11081: found /bin/gzip
# configure:11093: result: /bin/gzip
# configure:11109: checking for makedepend
# configure:11140: result: /bin/true
# configure:11155: checking for awk
# configure:11174: found /bin/awk
# configure:11186: result: /bin/awk
# configure:11293: checking for sort
# configure:11312: found /bin/sort
# configure:11324: result: /bin/sort
# configure:11336: checking whether ln -s works
# configure:11340: result: yes
# configure:11459: checking for rpm
# configure:11493: result: no
# configure:11555: checking xfs/handle.h usability
# configure:11555: clang -c -fPIC conftest.c >&5
# conftest.c:54:10: fatal error: 'xfs/handle.h' file not found
# #include
# ^
# 1 error generated.
# configure:11555: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dmapi"
# | #define PACKAGE_TARNAME "dmapi"
# | #define PACKAGE_VERSION "2.2.12"
# | #define PACKAGE_STRING "dmapi 2.2.12"
# | #define PACKAGE_BUGREPORT ""
# | #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 LT_OBJDIR ".libs/"
# | /* 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:11555: result: no
# configure:11555: checking xfs/handle.h presence
# configure:11555: clang -E conftest.c
# conftest.c:21:10: fatal error: 'xfs/handle.h' file not found
# #include
# ^
# 1 error generated.
# configure:11555: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "dmapi"
# | #define PACKAGE_TARNAME "dmapi"
# | #define PACKAGE_VERSION "2.2.12"
# | #define PACKAGE_STRING "dmapi 2.2.12"
# | #define PACKAGE_BUGREPORT ""
# | #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 LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:11555: result: no
# configure:11555: checking for xfs/handle.h
# configure:11555: result: no
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=' -fPIC'
# 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=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_xfs_handle_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_AWK=/bin/awk
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_MAKE=/usr/bin/make
# ac_cv_path_MAKEDEPEND=/bin/true
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_SORT=/bin/sort
# ac_cv_path_TAR=/bin/tar
# ac_cv_path_ZIP=/bin/gzip
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_AR=ar
# 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_g=yes
# 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=/sysroot/bin/ld
# lt_cv_path_NM='/sysroot/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# AR='ar'
# AWK='/bin/awk'
# CC='clang'
# CFLAGS=' -fPIC'
# CPP='clang -E'
# CPPFLAGS=''
# DEFS=''
# DSYMUTIL=''
# DUMPBIN=''
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# LD='/sysroot/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKE='/usr/bin/make'
# MAKEDEPEND='/bin/true'
# MSGFMT=''
# MSGMERGE=''
# NM='/sysroot/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='dmapi'
# PACKAGE_STRING='dmapi 2.2.12'
# PACKAGE_TARNAME='dmapi'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.2.12'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# RPM=''
# RPMBUILD=''
# SED='/usr/sbin/sed'
# SHELL='/bin/sh'
# SORT='/bin/sort'
# STRIP='strip'
# TAR='/bin/tar'
# ZIP='/bin/gzip'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# awk='/bin/awk'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# cc='clang'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# debug_build='-DNDEBUG'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# echo='echo'
# enable_lib64='no'
# enable_shared='yes'
# exec_prefix='NONE'
# have_zipped_manpages=''
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libdirsuffix=''
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# make='/usr/bin/make'
# makedepend='/bin/true'
# malloc_lib=''
# mandir='${datarootdir}/man'
# msgfmt=''
# msgmerge=''
# oldincludedir='/usr/include'
# opt_build='-g -O2'
# pdfdir='${docdir}'
# pkg_distribution='Linux'
# pkg_group='root'
# pkg_name='dmapi'
# pkg_platform='linux'
# pkg_release='1'
# pkg_user='root'
# pkg_version='2.2.12'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# rpm=''
# rpm_version='0'
# rpmbuild=''
# sbindir='${exec_prefix}/sbin'
# sed='/usr/sbin/sed'
# sharedstatedir='${prefix}/com'
# sort='/bin/sort'
# sysconfdir='${prefix}/etc'
# tar='/bin/tar'
# target_alias=''
# zip='/bin/gzip'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "dmapi"
# #define PACKAGE_TARNAME "dmapi"
# #define PACKAGE_VERSION "2.2.12"
# #define PACKAGE_STRING "dmapi 2.2.12"
# #define PACKAGE_BUGREPORT ""
# #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 LT_OBJDIR ".libs/"
#
# configure: exit 1