Build of dmapi with clang_glibc toolchain

The build took 00h 01m 51s 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...

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: dmapi 2.2.12-2 (Thu Apr 13 15:44:31 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... 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 a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# 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 whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# 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 /usr/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... 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 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... yes
# checking xfs/handle.h presence... yes
# checking for xfs/handle.h... yes
# configure: creating ./config.status
# config.status: creating include/builddefs
# config.status: executing libtool commands
# /usr/bin/make include libdm m4 man doc debian build
# make[1]: Entering directory '/tmp/dmapi/src/dmapi-2.2.12'
# /usr/bin/make -C include
# make[2]: Entering directory '/tmp/dmapi/src/dmapi-2.2.12/include'
# ln -s . xfs
# make[2]: Leaving directory '/tmp/dmapi/src/dmapi-2.2.12/include'
# /usr/bin/make -C libdm
# make[2]: Entering directory '/tmp/dmapi/src/dmapi-2.2.12/libdm'
# /bin/sh ../libtool --mode=compile clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dmapi_lib.c
# libtool: compile: clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dmapi_lib.c -fPIC -DPIC -o .libs/dmapi_lib.o
# libtool: compile: clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dmapi_lib.c -o dmapi_lib.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_attr.c
# libtool: compile: clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_attr.c -fPIC -DPIC -o .libs/dm_attr.o
# libtool: compile: clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_attr.c -o dm_attr.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_bulkattr.c
# libtool: compile: clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_bulkattr.c -fPIC -DPIC -o .libs/dm_bulkattr.o
# libtool: compile: clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_bulkattr.c -o dm_bulkattr.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_config.c
# libtool: compile: clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_config.c -fPIC -DPIC -o .libs/dm_config.o
# libtool: compile: clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_config.c -o dm_config.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_dmattr.c
# libtool: compile: clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_dmattr.c -fPIC -DPIC -o .libs/dm_dmattr.o
# libtool: compile: clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_dmattr.c -o dm_dmattr.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_event.c
# libtool: compile: clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_event.c -fPIC -DPIC -o .libs/dm_event.o
# libtool: compile: clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_event.c -o dm_event.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_handle.c
# libtool: compile: clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_handle.c -fPIC -DPIC -o .libs/dm_handle.o
# libtool: compile: clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_handle.c -o dm_handle.o >/dev/null 2>&1
# /bin/sh ../libtool --mode=compile clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_handle2path.c
# libtool: compile: clang -fPIC -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.12\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"dmapi\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -c dm_handle2path.c -fPIC -DPIC -o .libs/dm_handle2path.o
# dm_handle2path.c:64:16: warning: implicit declaration of function 'open' is invalid in C99 [-Wimplicit-function-declaration]
# if ((origfd = open(".", O_RDONLY)) < 0) {
# ^
# dm_handle2path.c:64:26: error: use of undeclared identifier 'O_RDONLY'
# if ((origfd = open(".", O_RDONLY)) < 0) {
# ^
# dm_handle2path.c:72:3: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
# close(origfd);
# ^
# dm_handle2path.c:76:23: error: use of undeclared identifier 'O_RDONLY'
# if((mfd = open(mtpt, O_RDONLY)) < 0) {
# ^
# dm_handle2path.c:83:56: error: use of undeclared identifier 'O_RDONLY'
# dirfd = dmi(DM_OPEN_BY_HANDLE, mfd, dirhanp, dirhlen, O_RDONLY);
# ^
# dm_handle2path.c:87:13: warning: implicit declaration of function 'fchdir' is invalid in C99 [-Wimplicit-function-declaration]
# } else if (fchdir(dirfd)) {
# ^
# dm_handle2path.c:92:8: warning: implicit declaration of function 'getcwd' is invalid in C99 [-Wimplicit-function-declaration]
# if (!getcwd(pathbufp, buflen)) {
# ^
# dm_handle2path.c:189:11: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Wimplicit-function-declaration]
# dirlen = strlen(bufp);
# ^
# dm_handle2path.c:189:11: note: include the header or explicitly provide a declaration for 'strlen'
# dm_handle2path.c:232:9: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' [-Wimplicit-function-declaration]
# (void)strcpy(bufp + dirlen, dp->d_name);
# ^
# dm_handle2path.c:232:9: note: include the header or explicitly provide a declaration for 'strcpy'
# dm_handle2path.c:244:7: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration]
# if (!strcmp(dp->d_name, ".")) { /* the directory itself */
# ^
# dm_handle2path.c:244:7: note: include the header or explicitly provide a declaration for 'strcmp'
# dm_handle2path.c:257:16: warning: implicitly declaring library function 'strrchr' with type 'char *(const char *, int)' [-Wimplicit-function-declaration]
# if ((slash = strrchr(bufp, '/')) == NULL)
# ^
# dm_handle2path.c:257:16: note: include the header or explicitly provide a declaration for 'strrchr'
# dm_handle2path.c:309:11: warning: implicitly declaring library function 'strdup' with type 'char *(const char *)' [-Wimplicit-function-declaration]
# mtpt = strdup(mntent->mnt_dir);
# ^
# dm_handle2path.c:309:11: note: include the header or explicitly provide a declaration for 'strdup'
# 9 warnings and 3 errors generated.
# make[2]: *** [../include/buildrules:39: dm_handle2path.lo] Error 1
# make[2]: Leaving directory '/tmp/dmapi/src/dmapi-2.2.12/libdm'
# make[1]: *** [include/buildrules:22: libdm] Error 2
# make[1]: Leaving directory '/tmp/dmapi/src/dmapi-2.2.12'
# make: *** [Makefile:30: default] Error 2
# ==> 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 = 8c620c29a064
# 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: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.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2779: $? = 0
# configure:2768: 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: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
# configure:2962: $? = 0
# configure:2977: result: no
# 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/bin/sed
# configure:3326: checking for grep that handles long lines and -e
# configure:3384: result: /usr/bin/grep
# configure:3389: checking for egrep
# configure:3451: result: /usr/bin/grep -E
# configure:3456: checking for fgrep
# configure:3518: result: /usr/bin/grep -F
# configure:3553: checking for ld used by clang
# configure:3620: result: /usr/bin/ld
# configure:3627: checking if the linker (/usr/bin/ld) is GNU ld
# configure:3642: result: yes
# configure:3654: checking for BSD- or MS-compatible name lister (nm)
# configure:3703: result: /usr/bin/nm -B
# configure:3821: checking the name lister (/usr/bin/nm -B) interface
# configure:3828: clang -c -fPIC conftest.c >&5
# configure:3831: /usr/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 /usr/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 /usr/bin/objdump
# configure:4151: result: objdump
# 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 /usr/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 /usr/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 /usr/bin/ranlib
# configure:4670: result: ranlib
# configure:4760: checking command to parse /usr/bin/nm -B output from clang object
# configure:4878: clang -c -fPIC conftest.c >&5
# configure:4881: $? = 0
# configure:4885: /usr/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:6018: clang -o conftest -fPIC conftest.c >&5
# configure:6018: $? = 0
# configure:6018: ./conftest
# configure:6018: $? = 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: yes
# 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 (/usr/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/bin/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.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:10121: $? = 0
# configure:10110: 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: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.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:10694: $? = 0
# configure:10683: 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: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
# configure:11555: $? = 0
# configure:11555: result: yes
# configure:11555: checking xfs/handle.h presence
# configure:11555: clang -E conftest.c
# configure:11555: $? = 0
# configure:11555: result: yes
# configure:11555: checking for xfs/handle.h
# configure:11555: result: yes
# configure:11757: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by dmapi config.status 2.2.12, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 8c620c29a064
#
# config.status:982: creating include/builddefs
# config.status:1143: executing libtool commands
#
# ## ---------------- ##
# ## 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=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_AWK=/bin/awk
# 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_MAKE=/usr/bin/make
# ac_cv_path_MAKEDEPEND=/bin/true
# ac_cv_path_SED=/usr/bin/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=/usr/bin/ld
# lt_cv_path_NM='/usr/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=yes
# 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='-DPACKAGE_NAME=\"dmapi\" -DPACKAGE_TARNAME=\"dmapi\" -DPACKAGE_VERSION=\"2.2.12\" -DPACKAGE_STRING=\"dmapi\ 2.2.12\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_XFS_HANDLE_H=1'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# LD='/usr/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='/usr/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/bin/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='${prefix}'
# have_zipped_manpages='true'
# 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/bin/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/"
# #define HAVE_XFS_HANDLE_H 1
#
# configure: exit 0