The build took 00h 01m 21s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
10,708 |
sh |
4,317 |
ansic |
2,672 |
makefile |
17,697 |
total |
The process tree of the build process is here.
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:
There were existing files in /sysroot, using those
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: libdbi 0.9.0-2 (Tue Apr 4 23:08:35 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
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 how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/sbin/grep
checking for egrep... /usr/sbin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
configure: WARNING: using cross tools not prefixed with host triplet
checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of clang... gcc3
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... (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 how to run the C preprocessor... clang -E
checking for a sed that does not truncate output... /usr/sbin/sed
checking for fgrep... /usr/sbin/grep -F
checking how to print strings... printf
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 how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /sysroot/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-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-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 for sysroot... no
checking for x86_64-unknown-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... 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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... cross
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 mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking for dlfcn.h... (cached) yes
checking for dlopen... (cached) yes
checking whether readdir_r is declared... no
checking whether gmtime_r is declared... no
checking whether vasprintf is declared... yes
checking whether asprintf is declared... yes
checking for strtoll... yes
checking for readdir_r... yes
checking for gmtime_r... yes
checking for fpathconf... yes
checking for dirfd... yes
checking for vasprintf... yes
checking for atoll... yes
checking for timegm... yes
checking for asprintf... yes
checking for vasprintf... (cached) yes
checking for asprintf... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating include/dbi/dbi.h
config.status: creating libdbi.spec
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating include/Makefile
config.status: creating include/dbi/Makefile
config.status: creating dbi.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory '/tmp/libdbi/src/libdbi-0.9.0'
Making all in src
make[2]: Entering directory '/tmp/libdbi/src/libdbi-0.9.0/src'
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -fno-fast-math -MT dbi_main.lo -MD -MP -MF .deps/dbi_main.Tpo -c -o dbi_main.lo dbi_main.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -fno-fast-math -MT dbi_result.lo -MD -MP -MF .deps/dbi_result.Tpo -c -o dbi_result.lo dbi_result.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -fno-fast-math -MT dbd_helper.lo -MD -MP -MF .deps/dbd_helper.Tpo -c -o dbd_helper.lo dbd_helper.c
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -fno-fast-math -MT atoll.lo -MD -MP -MF .deps/atoll.Tpo -c -o atoll.lo atoll.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -fno-fast-math -MT atoll.lo -MD -MP -MF .deps/atoll.Tpo -c atoll.c -fPIC -DPIC -o .libs/atoll.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -fno-fast-math -MT dbd_helper.lo -MD -MP -MF .deps/dbd_helper.Tpo -c dbd_helper.c -fPIC -DPIC -o .libs/dbd_helper.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -fno-fast-math -MT dbi_result.lo -MD -MP -MF .deps/dbi_result.Tpo -c dbi_result.c -fPIC -DPIC -o .libs/dbi_result.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -fno-fast-math -MT dbi_main.lo -MD -MP -MF .deps/dbi_main.Tpo -c dbi_main.c -fPIC -DPIC -o .libs/dbi_main.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -fno-fast-math -MT atoll.lo -MD -MP -MF .deps/atoll.Tpo -c atoll.c -o atoll.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -fno-fast-math -MT dbd_helper.lo -MD -MP -MF .deps/dbd_helper.Tpo -c dbd_helper.c -o dbd_helper.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -fno-fast-math -MT dbi_main.lo -MD -MP -MF .deps/dbi_main.Tpo -c dbi_main.c -o dbi_main.o >/dev/null 2>&1
dbi_result.c:1473:33: warning: format specifies type 'unsigned short' but the argument has type 'char' [-Wformat]
snprintf(newstring, 32, "%hu", RESULT->rows[RESULT->currowidx]->field_values[fieldidx].d_char);
~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%hhd
dbi_result.c:49:16: note: expanded from macro 'RESULT'
#define RESULT ((dbi_result_t*)Result)
^
dbi_result.c:1476:33: warning: format specifies type 'short' but the argument has type 'char' [-Wformat]
snprintf(newstring, 32, "%hd", RESULT->rows[RESULT->currowidx]->field_values[fieldidx].d_char);
~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%hhd
dbi_result.c:49:16: note: expanded from macro 'RESULT'
#define RESULT ((dbi_result_t*)Result)
^
mv -f .deps/atoll.Tpo .deps/atoll.Plo
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -fno-fast-math -MT asprintf.lo -MD -MP -MF .deps/asprintf.Tpo -c -o asprintf.lo asprintf.c
mv -f .deps/dbd_helper.Tpo .deps/dbd_helper.Plo
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -fno-fast-math -MT timegm.lo -MD -MP -MF .deps/timegm.Tpo -c -o timegm.lo timegm.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -fno-fast-math -MT asprintf.lo -MD -MP -MF .deps/asprintf.Tpo -c asprintf.c -fPIC -DPIC -o .libs/asprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -fno-fast-math -MT timegm.lo -MD -MP -MF .deps/timegm.Tpo -c timegm.c -fPIC -DPIC -o .libs/timegm.o
2 warnings generated.
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -fno-fast-math -MT asprintf.lo -MD -MP -MF .deps/asprintf.Tpo -c asprintf.c -o asprintf.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -fno-fast-math -MT dbi_result.lo -MD -MP -MF .deps/dbi_result.Tpo -c dbi_result.c -o dbi_result.o >/dev/null 2>&1
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -DDBI_DRIVER_DIR=\"/usr/lib/dbd\" -fno-fast-math -MT timegm.lo -MD -MP -MF .deps/timegm.Tpo -c timegm.c -o timegm.o >/dev/null 2>&1
mv -f .deps/asprintf.Tpo .deps/asprintf.Plo
mv -f .deps/dbi_main.Tpo .deps/dbi_main.Plo
mv -f .deps/timegm.Tpo .deps/timegm.Plo
mv -f .deps/dbi_result.Tpo .deps/dbi_result.Plo
/bin/sh ../libtool --tag=CC --mode=link clang -fno-fast-math -version-info 2:0:1 -no-undefined -o libdbi.la -rpath /usr/lib dbi_main.lo dbi_result.lo dbd_helper.lo atoll.lo asprintf.lo timegm.lo -lm
libtool: link: clang -shared -fPIC -DPIC .libs/dbi_main.o .libs/dbi_result.o .libs/dbd_helper.o .libs/atoll.o .libs/asprintf.o .libs/timegm.o -lm -Wl,-soname -Wl,libdbi.so.1 -o .libs/libdbi.so.1.1.0
libtool: link: (cd ".libs" && rm -f "libdbi.so.1" && ln -s "libdbi.so.1.1.0" "libdbi.so.1")
libtool: link: (cd ".libs" && rm -f "libdbi.so" && ln -s "libdbi.so.1.1.0" "libdbi.so")
libtool: link: ar cru .libs/libdbi.a dbi_main.o dbi_result.o dbd_helper.o atoll.o asprintf.o timegm.o
/r: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libdbi.a
libtool: link: ( cd ".libs" && rm -f "libdbi.la" && ln -s "../libdbi.la" "libdbi.la" )
make[2]: Leaving directory '/tmp/libdbi/src/libdbi-0.9.0/src'
Making all in include
make[2]: Entering directory '/tmp/libdbi/src/libdbi-0.9.0/include'
Making all in dbi
make[3]: Entering directory '/tmp/libdbi/src/libdbi-0.9.0/include/dbi'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/libdbi/src/libdbi-0.9.0/include/dbi'
make[3]: Entering directory '/tmp/libdbi/src/libdbi-0.9.0/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/libdbi/src/libdbi-0.9.0/include'
make[2]: Leaving directory '/tmp/libdbi/src/libdbi-0.9.0/include'
Making all in doc
make[2]: Entering directory '/tmp/libdbi/src/libdbi-0.9.0/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/libdbi/src/libdbi-0.9.0/doc'
make[2]: Entering directory '/tmp/libdbi/src/libdbi-0.9.0'
make[2]: Leaving directory '/tmp/libdbi/src/libdbi-0.9.0'
make[1]: Leaving directory '/tmp/libdbi/src/libdbi-0.9.0'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/tmp/libdbi/src/libdbi-0.9.0/src'
make[2]: Entering directory '/tmp/libdbi/src/libdbi-0.9.0/src'
make[2]: Nothing to be done for 'install-data-am'.
/usr/sbin/mkdir -p '/tmp/libdbi/pkg/libdbi/usr/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libdbi.la '/tmp/libdbi/pkg/libdbi/usr/lib'
libtool: install: /usr/bin/install -c .libs/libdbi.so.1.1.0 /tmp/libdbi/pkg/libdbi/usr/lib/libdbi.so.1.1.0
libtool: install: (cd /tmp/libdbi/pkg/libdbi/usr/lib && { ln -s -f libdbi.so.1.1.0 libdbi.so.1 || { rm -f libdbi.so.1 && ln -s libdbi.so.1.1.0 libdbi.so.1; }; })
libtool: install: (cd /tmp/libdbi/pkg/libdbi/usr/lib && { ln -s -f libdbi.so.1.1.0 libdbi.so || { rm -f libdbi.so && ln -s libdbi.so.1.1.0 libdbi.so; }; })
libtool: install: /usr/bin/install -c .libs/libdbi.lai /tmp/libdbi/pkg/libdbi/usr/lib/libdbi.la
libtool: install: /usr/bin/install -c .libs/libdbi.a /tmp/libdbi/pkg/libdbi/usr/lib/libdbi.a
libtool: install: chmod 644 /tmp/libdbi/pkg/libdbi/usr/lib/libdbi.a
libtool: install: ranlib /tmp/libdbi/pkg/libdbi/usr/lib/libdbi.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[2]: Leaving directory '/tmp/libdbi/src/libdbi-0.9.0/src'
make[1]: Leaving directory '/tmp/libdbi/src/libdbi-0.9.0/src'
Making install in include
make[1]: Entering directory '/tmp/libdbi/src/libdbi-0.9.0/include'
Making install in dbi
make[2]: Entering directory '/tmp/libdbi/src/libdbi-0.9.0/include/dbi'
make[3]: Entering directory '/tmp/libdbi/src/libdbi-0.9.0/include/dbi'
make[3]: Nothing to be done for 'install-data-am'.
/usr/sbin/mkdir -p '/tmp/libdbi/pkg/libdbi/usr/include/dbi'
/usr/bin/install -c -m 644 dbi.h dbi-dev.h dbd.h '/tmp/libdbi/pkg/libdbi/usr/include/dbi'
make[3]: Leaving directory '/tmp/libdbi/src/libdbi-0.9.0/include/dbi'
make[2]: Leaving directory '/tmp/libdbi/src/libdbi-0.9.0/include/dbi'
make[2]: Entering directory '/tmp/libdbi/src/libdbi-0.9.0/include'
make[3]: Entering directory '/tmp/libdbi/src/libdbi-0.9.0/include'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/libdbi/src/libdbi-0.9.0/include'
make[2]: Leaving directory '/tmp/libdbi/src/libdbi-0.9.0/include'
make[1]: Leaving directory '/tmp/libdbi/src/libdbi-0.9.0/include'
Making install in doc
make[1]: Entering directory '/tmp/libdbi/src/libdbi-0.9.0/doc'
make[2]: Entering directory '/tmp/libdbi/src/libdbi-0.9.0/doc'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/sbin/mkdir -p '/tmp/libdbi/pkg/libdbi/usr/share/doc/libdbi-0.9.0'
/usr/sbin/mkdir -p '/tmp/libdbi/pkg/libdbi/usr/share/doc/libdbi-0.9.0/programmers-guide'
/usr/sbin/mkdir -p '/tmp/libdbi/pkg/libdbi/usr/share/doc/libdbi-0.9.0/driver-guide'
/usr/bin/install -c -m 644 driver-guide/contact.html driver-guide/copying-fdl.html driver-guide/databasedirectories.html driver-guide/description.html driver-guide/drivercaps.html driver-guide/driverdata.html driver-guide/driverfuncs-dbquery.html driver-guide/driverfuncs-infrastructure.html driver-guide/driverfuncs-publicdbquery.html driver-guide/driverfuncs.html driver-guide/driverinfrastructure.html driver-guide/gnugpl.html driver-guide/helperfuncs.html driver-guide/index.html driver-guide/intro.html driver-guide/terminology.html '/tmp/libdbi/pkg/libdbi/usr/share/doc/libdbi-0.9.0/driver-guide'
/usr/bin/install -c -m 644 programmers-guide.pdf driver-guide.pdf '/tmp/libdbi/pkg/libdbi/usr/share/doc/libdbi-0.9.0'
/usr/bin/install -c -m 644 programmers-guide/addtoproject.html programmers-guide/buildinstall.html programmers-guide/connerrors.html programmers-guide/contact.html programmers-guide/copying-fdl.html programmers-guide/description.html programmers-guide/errorhandling.html programmers-guide/errornumbers.html programmers-guide/gnugpl.html programmers-guide/index.html programmers-guide/intro.html programmers-guide/libdbi-and-drivers-versions.html programmers-guide/loadinglibdbi.html programmers-guide/package-library-version.html programmers-guide/quickstart-code.html programmers-guide/quickstart-debriefing.html programmers-guide/quickstart.html programmers-guide/reference-conn.html programmers-guide/reference-core.html programmers-guide/reference-database.html programmers-guide/reference-driver.html programmers-guide/reference-field-idx.html programmers-guide/reference-field-meta.html programmers-guide/reference-field.html programmers-guide/reference-query.html programmers-guide/reference-results.html programmers-guide/reference.html programmers-guide/savepoints.html programmers-guide/terminology.html programmers-guide/threads.html programmers-guide/transactions-savepoints.html programmers-guide/transactions.html programmers-guide/version-at-runtime.html programmers-guide/versioning.html '/tmp/libdbi/pkg/libdbi/usr/share/doc/libdbi-0.9.0/programmers-guide'
make[2]: Leaving directory '/tmp/libdbi/src/libdbi-0.9.0/doc'
make[1]: Leaving directory '/tmp/libdbi/src/libdbi-0.9.0/doc'
make[1]: Entering directory '/tmp/libdbi/src/libdbi-0.9.0'
make[2]: Entering directory '/tmp/libdbi/src/libdbi-0.9.0'
make[2]: Nothing to be done for 'install-data-am'.
/usr/sbin/mkdir -p '/tmp/libdbi/pkg/libdbi/usr/lib/pkgconfig'
/usr/bin/install -c -m 644 dbi.pc '/tmp/libdbi/pkg/libdbi/usr/lib/pkgconfig'
make[2]: Leaving directory '/tmp/libdbi/src/libdbi-0.9.0'
make[1]: Leaving directory '/tmp/libdbi/src/libdbi-0.9.0'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "libdbi"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Adding install file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libdbi 0.9.0-2 (Tue Apr 4 23:08:52 UTC 2017)
CMD: pacman --query --file libdbi-0.9.0-2-x86_64.pkg.tar.xz
Creating hybrid package for 'libdbi'
Trying to find vanilla package 'libdbi'...
CMD: pacman --query --file /mirror/libdbi-0.9.0-2.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.INSTALL
/.MTREE
/usr/lib/libdbi.so.1
/usr/lib/libdbi.so
/usr/lib/libdbi.so.1.1.0
/usr/lib/pkgconfig/dbi.pc
/usr/include/dbi/dbi.h
/usr/include/dbi/dbi-dev.h
/usr/include/dbi/dbd.h
/usr/share/doc/libdbi-0.9.0/programmers-guide.pdf
/usr/share/doc/libdbi-0.9.0/driver-guide.pdf
/usr/share/doc/libdbi-0.9.0/programmers-guide/addtoproject.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/buildinstall.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/connerrors.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/contact.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/copying-fdl.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/description.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/errorhandling.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/errornumbers.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/gnugpl.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/index.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/intro.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/libdbi-and-drivers-versions.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/loadinglibdbi.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/package-library-version.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/quickstart-code.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/quickstart-debriefing.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/quickstart.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/reference-conn.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/reference-core.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/reference-database.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/reference-driver.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/reference-field-idx.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/reference-field-meta.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/reference-field.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/reference-query.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/reference-results.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/reference.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/savepoints.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/terminology.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/threads.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/transactions-savepoints.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/transactions.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/version-at-runtime.html
/usr/share/doc/libdbi-0.9.0/programmers-guide/versioning.html
/usr/share/doc/libdbi-0.9.0/driver-guide/contact.html
/usr/share/doc/libdbi-0.9.0/driver-guide/copying-fdl.html
/usr/share/doc/libdbi-0.9.0/driver-guide/databasedirectories.html
/usr/share/doc/libdbi-0.9.0/driver-guide/description.html
/usr/share/doc/libdbi-0.9.0/driver-guide/drivercaps.html
/usr/share/doc/libdbi-0.9.0/driver-guide/driverdata.html
/usr/share/doc/libdbi-0.9.0/driver-guide/driverfuncs-dbquery.html
/usr/share/doc/libdbi-0.9.0/driver-guide/driverfuncs-infrastructure.html
/usr/share/doc/libdbi-0.9.0/driver-guide/driverfuncs-publicdbquery.html
/usr/share/doc/libdbi-0.9.0/driver-guide/driverfuncs.html
/usr/share/doc/libdbi-0.9.0/driver-guide/driverinfrastructure.html
/usr/share/doc/libdbi-0.9.0/driver-guide/gnugpl.html
/usr/share/doc/libdbi-0.9.0/driver-guide/helperfuncs.html
/usr/share/doc/libdbi-0.9.0/driver-guide/index.html
/usr/share/doc/libdbi-0.9.0/driver-guide/intro.html
/usr/share/doc/libdbi-0.9.0/driver-guide/terminology.html
/sysroot/usr/lib/libdbi.so.1.1.0
/sysroot/usr/lib/libdbi.so.1
/sysroot/usr/lib/libdbi.so
/sysroot/usr/lib/libdbi.la
/sysroot/usr/lib/libdbi.a
/sysroot/usr/lib/pkgconfig/dbi.pc
/sysroot/usr/include/dbi/dbi.h
/sysroot/usr/include/dbi/dbi-dev.h
/sysroot/usr/include/dbi/dbd.h
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .INSTALL usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .INSTALL usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .INSTALL usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf libdbi.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/libdbi.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libdbi.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/libdbi.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'
Printing config logfiles
CMD: config logfiles '/tmp/libdbi/src/libdbi-0.9.0/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 configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 355494e29cc0
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:2269: checking for x86_64-unknown-linux-gcc
configure:2296: result: clang
configure:2565: checking for C compiler version
configure:2574: clang --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:2585: $? = 0
configure:2574: 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:2585: $? = 0
configure:2574: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2585: $? = 1
configure:2574: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:2585: $? = 1
configure:2605: checking whether the C compiler works
configure:2627: clang conftest.c >&5
configure:2631: $? = 0
configure:2679: result: yes
configure:2682: checking for C compiler default output file name
configure:2684: result: a.out
configure:2690: checking for suffix of executables
configure:2697: clang -o conftest conftest.c >&5
configure:2701: $? = 0
configure:2723: result:
configure:2745: checking whether we are cross compiling
configure:2753: clang -o conftest conftest.c >&5
configure:2757: $? = 0
configure:2764: ./conftest
./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
configure:2768: $? = 127
configure:2783: result: yes
configure:2788: checking for suffix of object files
configure:2810: clang -c conftest.c >&5
configure:2814: $? = 0
configure:2835: result: o
configure:2839: checking whether we are using the GNU C compiler
configure:2858: clang -c conftest.c >&5
configure:2858: $? = 0
configure:2867: result: yes
configure:2876: checking whether clang accepts -g
configure:2896: clang -c -g conftest.c >&5
configure:2896: $? = 0
configure:2937: result: yes
configure:2954: checking for clang option to accept ISO C89
configure:3017: clang -c conftest.c >&5
configure:3017: $? = 0
configure:3030: result: none needed
configure:3056: checking how to run the C preprocessor
configure:3087: clang -E conftest.c
configure:3087: $? = 0
configure:3101: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3101: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include
configure:3126: result: clang -E
configure:3146: clang -E conftest.c
configure:3146: $? = 0
configure:3160: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3160: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include
configure:3189: checking for grep that handles long lines and -e
configure:3247: result: /usr/sbin/grep
configure:3252: checking for egrep
configure:3314: result: /usr/sbin/grep -E
configure:3319: checking for ANSI C header files
configure:3339: clang -c conftest.c >&5
configure:3339: $? = 0
configure:3423: result: yes
configure:3436: checking for sys/types.h
configure:3436: clang -c conftest.c >&5
configure:3436: $? = 0
configure:3436: result: yes
configure:3436: checking for sys/stat.h
configure:3436: clang -c conftest.c >&5
configure:3436: $? = 0
configure:3436: result: yes
configure:3436: checking for stdlib.h
configure:3436: clang -c conftest.c >&5
configure:3436: $? = 0
configure:3436: result: yes
configure:3436: checking for string.h
configure:3436: clang -c conftest.c >&5
configure:3436: $? = 0
configure:3436: result: yes
configure:3436: checking for memory.h
configure:3436: clang -c conftest.c >&5
configure:3436: $? = 0
configure:3436: result: yes
configure:3436: checking for strings.h
configure:3436: clang -c conftest.c >&5
configure:3436: $? = 0
configure:3436: result: yes
configure:3436: checking for inttypes.h
configure:3436: clang -c conftest.c >&5
configure:3436: $? = 0
configure:3436: result: yes
configure:3436: checking for stdint.h
configure:3436: clang -c conftest.c >&5
configure:3436: $? = 0
configure:3436: result: yes
configure:3436: checking for unistd.h
configure:3436: clang -c conftest.c >&5
configure:3436: $? = 0
configure:3436: result: yes
configure:3449: checking minix/config.h usability
configure:3449: clang -c conftest.c >&5
conftest.c:52:10: fatal error: 'minix/config.h' file not found
#include
^
1 error generated.
configure:3449: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #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
| /* 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:3449: result: no
configure:3449: checking minix/config.h presence
configure:3449: clang -E conftest.c
conftest.c:19:10: fatal error: 'minix/config.h' file not found
#include
^
1 error generated.
configure:3449: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #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
| /* end confdefs.h. */
| #include
configure:3449: result: no
configure:3449: checking for minix/config.h
configure:3449: result: no
configure:3470: checking whether it is safe to define __EXTENSIONS__
configure:3488: clang -c conftest.c >&5
configure:3488: $? = 0
configure:3495: result: yes
configure:3510: checking whether to enable maintainer-specific portions of Makefiles
configure:3519: result: no
configure:3586: checking for a BSD-compatible install
configure:3654: result: /usr/bin/install -c
configure:3665: checking whether build environment is sane
configure:3720: result: yes
configure:3779: checking for x86_64-unknown-linux-strip
configure:3809: result: no
configure:3819: checking for strip
configure:3835: found /sysroot/bin/strip
configure:3846: result: strip
configure:3858: WARNING: using cross tools not prefixed with host triplet
configure:3871: checking for a thread-safe mkdir -p
configure:3910: result: /usr/sbin/mkdir -p
configure:3917: checking for gawk
configure:3933: found /usr/sbin/gawk
configure:3944: result: gawk
configure:3955: checking whether make sets $(MAKE)
configure:3977: result: yes
configure:4007: checking for style of include used by make
configure:4035: result: GNU
configure:4128: checking dependency style of clang
configure:4239: result: gcc3
configure:4270: checking build system type
configure:4284: result: x86_64-unknown-linux-gnu
configure:4304: checking host system type
configure:4317: result: x86_64-unknown-linux-gnu
configure:4352: checking for x86_64-unknown-linux-gcc
configure:4379: result: clang
configure:4648: checking for C compiler version
configure:4657: clang --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:4668: $? = 0
configure:4657: 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:4668: $? = 0
configure:4657: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:4668: $? = 1
configure:4657: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:4668: $? = 1
configure:4672: checking whether we are using the GNU C compiler
configure:4700: result: yes
configure:4709: checking whether clang accepts -g
configure:4770: result: yes
configure:4787: checking for clang option to accept ISO C89
configure:4863: result: none needed
configure:4888: checking how to run the C preprocessor
configure:4958: result: clang -E
configure:4978: clang -E conftest.c
configure:4978: $? = 0
configure:4992: clang -E conftest.c
conftest.c:26:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:4992: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "libdbi"
| #define VERSION "0.9.0"
| /* end confdefs.h. */
| #include
configure:5020: checking for a sed that does not truncate output
configure:5084: result: /usr/sbin/sed
configure:5102: checking for fgrep
configure:5164: result: /usr/sbin/grep -F
configure:5191: checking how to print strings
configure:5218: result: printf
configure:5251: checking for ld used by clang
configure:5318: result: /sysroot/bin/ld
configure:5325: checking if the linker (/sysroot/bin/ld) is GNU ld
configure:5340: result: yes
configure:5395: checking for BSD- or MS-compatible name lister (nm)
configure:5444: result: /sysroot/bin/nm -B
configure:5574: checking the name lister (/sysroot/bin/nm -B) interface
configure:5581: clang -c conftest.c >&5
configure:5584: /sysroot/bin/nm -B "conftest.o"
configure:5587: output
0000000000000000 B some_variable
configure:5594: result: BSD nm
configure:5597: checking whether ln -s works
configure:5601: result: yes
configure:5609: checking the maximum length of command line arguments
configure:5739: result: 1572864
configure:5756: checking whether the shell understands some XSI constructs
configure:5766: result: yes
configure:5770: checking whether the shell understands "+="
configure:5776: result: yes
configure:5811: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:5851: result: func_convert_file_noop
configure:5858: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5878: result: func_convert_file_noop
configure:5885: checking for /sysroot/bin/ld option to reload object files
configure:5892: result: -r
configure:5926: checking for x86_64-unknown-linux-objdump
configure:5956: result: no
configure:5966: checking for objdump
configure:5982: found /sysroot/bin/objdump
configure:5993: result: objdump
configure:6025: checking how to recognize dependent libraries
configure:6227: result: pass_all
configure:6272: checking for x86_64-unknown-linux-dlltool
configure:6302: result: no
configure:6312: checking for dlltool
configure:6342: result: no
configure:6372: checking how to associate runtime and link libraries
configure:6399: result: printf %s\n
configure:6415: checking for x86_64-unknown-linux-ar
configure:6445: result: no
configure:6459: checking for ar
configure:6475: found /sysroot/bin/ar
configure:6486: result: ar
configure:6523: checking for archiver @FILE support
configure:6540: clang -c conftest.c >&5
configure:6540: $? = 0
configure:6543: ar cru libconftest.a @conftest.lst >&5
/r: `u' modifier ignored since `D' is the default (see `U')
configure:6546: $? = 0
configure:6551: ar cru libconftest.a @conftest.lst >&5
/r: `u' modifier ignored since `D' is the default (see `U')
/r: conftest.o: No such file or directory
configure:6554: $? = 1
configure:6566: result: @
configure:6584: checking for x86_64-unknown-linux-strip
configure:6611: result: strip
configure:6683: checking for x86_64-unknown-linux-ranlib
configure:6713: result: no
configure:6723: checking for ranlib
configure:6739: found /sysroot/bin/ranlib
configure:6750: result: ranlib
configure:6852: checking command to parse /sysroot/bin/nm -B output from clang object
configure:6972: clang -c conftest.c >&5
configure:6975: $? = 0
configure:6979: /sysroot/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6982: $? = 0
configure:7048: clang -o conftest conftest.c conftstm.o >&5
configure:7051: $? = 0
configure:7089: result: ok
configure:7126: checking for sysroot
configure:7156: result: no
configure:7233: clang -c conftest.c >&5
configure:7236: $? = 0
configure:7372: checking for x86_64-unknown-linux-mt
configure:7402: result: no
configure:7412: checking for mt
configure:7442: result: no
configure:7462: checking if : is a manifest tool
configure:7468: : '-?'
configure:7476: result: no
configure:8115: checking for dlfcn.h
configure:8115: clang -c conftest.c >&5
configure:8115: $? = 0
configure:8115: result: yes
configure:8320: checking for objdir
configure:8335: result: .libs
configure:8606: checking if clang supports -fno-rtti -fno-exceptions
configure:8624: clang -c -fno-rtti -fno-exceptions conftest.c >&5
configure:8628: $? = 0
configure:8641: result: yes
configure:8968: checking for clang option to produce PIC
configure:8975: result: -fPIC -DPIC
configure:8983: checking if clang PIC flag -fPIC -DPIC works
configure:9001: clang -c -fPIC -DPIC -DPIC conftest.c >&5
configure:9005: $? = 0
configure:9018: result: yes
configure:9047: checking if clang static flag -static works
configure:9075: result: no
configure:9090: checking if clang supports -c -o file.o
configure:9111: clang -c -o out/conftest2.o conftest.c >&5
configure:9115: $? = 0
configure:9137: result: yes
configure:9145: checking if clang supports -c -o file.o
configure:9192: result: yes
configure:9225: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
configure:10378: result: yes
configure:10415: checking whether -lc should be explicitly linked in
configure:10423: clang -c conftest.c >&5
configure:10426: $? = 0
configure:10441: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
configure:10444: $? = 0
configure:10458: result: no
configure:10618: checking dynamic linker characteristics
configure:11129: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11129: $? = 0
configure:11351: result: GNU/Linux ld.so
configure:11458: checking how to hardcode library paths into programs
configure:11483: result: immediate
configure:11577: checking for shl_load
configure:11577: clang -o conftest conftest.c >&5
/tmp/conftest-265e62.o:conftest.c:function main: error: undefined reference to 'shl_load'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "libdbi"
| #define VERSION "0.9.0"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case declares shl_load.
| For example, HP-UX 11i declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef shl_load
|
| /* 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 shl_load ();
| /* 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_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:11577: result: no
configure:11581: checking for shl_load in -ldld
configure:11606: clang -o conftest conftest.c -ldld >&5
/sysroot/bin/ld: error: cannot find -ldld
/tmp/conftest-18af85.o:conftest.c:function main: error: undefined reference to 'shl_load'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:11606: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "libdbi"
| #define VERSION "0.9.0"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* 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 shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:11615: result: no
configure:11620: checking for dlopen
configure:11620: clang -o conftest conftest.c >&5
configure:11620: $? = 0
configure:11620: result: yes
configure:11777: checking whether a program can dlopen itself
configure:11878: result: cross
configure:12023: checking whether stripping libraries is possible
configure:12028: result: yes
configure:12063: checking if libtool supports shared libraries
configure:12065: result: yes
configure:12068: checking whether to build shared libraries
configure:12089: result: yes
configure:12092: checking whether to build static libraries
configure:12096: result: yes
configure:12235: checking mach-o/dyld.h usability
configure:12235: clang -c -std=gnu99 conftest.c >&5
conftest.c:63:10: fatal error: 'mach-o/dyld.h' file not found
#include
^
1 error generated.
configure:12235: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "libdbi"
| #define VERSION "0.9.0"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DLOPEN_FLAG RTLD_NOW
| #define DLSYM_HANDLE 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:12235: result: no
configure:12235: checking mach-o/dyld.h presence
configure:12235: clang -E conftest.c
conftest.c:30:10: fatal error: 'mach-o/dyld.h' file not found
#include
^
1 error generated.
configure:12235: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "libdbi"
| #define VERSION "0.9.0"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DLOPEN_FLAG RTLD_NOW
| #define DLSYM_HANDLE 1
| /* end confdefs.h. */
| #include
configure:12235: result: no
configure:12235: checking for mach-o/dyld.h
configure:12235: result: no
configure:12258: checking for dlfcn.h
configure:12258: result: yes
configure:12270: checking for dlopen
configure:12270: result: yes
configure:12365: checking whether readdir_r is declared
configure:12365: clang -c -std=gnu99 conftest.c >&5
conftest.c:74:10: error: use of undeclared identifier 'readdir_r'
(void) readdir_r;
^
1 error generated.
configure:12365: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "libdbi"
| #define VERSION "0.9.0"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DLOPEN_FLAG RTLD_NOW
| #define DLSYM_HANDLE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define DRIVER_EXT ".so"
| #define DLSYM_PREFIX ""
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| #ifndef readdir_r
| #ifdef __cplusplus
| (void) readdir_r;
| #else
| (void) readdir_r;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:12365: result: no
configure:12375: checking whether gmtime_r is declared
configure:12375: clang -c -std=gnu99 conftest.c >&5
conftest.c:75:10: error: use of undeclared identifier 'gmtime_r'
(void) gmtime_r;
^
1 error generated.
configure:12375: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "libdbi"
| #define VERSION "0.9.0"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define DLOPEN_FLAG RTLD_NOW
| #define DLSYM_HANDLE 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DLOPEN 1
| #define DRIVER_EXT ".so"
| #define DLSYM_PREFIX ""
| #define HAVE_DECL_READDIR_R 0
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| #ifndef gmtime_r
| #ifdef __cplusplus
| (void) gmtime_r;
| #else
| (void) gmtime_r;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:12375: result: no
configure:12385: checking whether vasprintf is declared
configure:12385: clang -c -std=gnu99 conftest.c >&5
configure:12385: $? = 0
configure:12385: result: yes
configure:12395: checking whether asprintf is declared
configure:12395: clang -c -std=gnu99 conftest.c >&5
configure:12395: $? = 0
configure:12395: result: yes
configure:12409: checking for strtoll
configure:12409: clang -o conftest -std=gnu99 conftest.c >&5
configure:12409: $? = 0
configure:12409: result: yes
configure:12409: checking for readdir_r
configure:12409: clang -o conftest -std=gnu99 conftest.c >&5
configure:12409: $? = 0
configure:12409: result: yes
configure:12409: checking for gmtime_r
configure:12409: clang -o conftest -std=gnu99 conftest.c >&5
configure:12409: $? = 0
configure:12409: result: yes
configure:12409: checking for fpathconf
configure:12409: clang -o conftest -std=gnu99 conftest.c >&5
configure:12409: $? = 0
configure:12409: result: yes
configure:12409: checking for dirfd
configure:12409: clang -o conftest -std=gnu99 conftest.c >&5
configure:12409: $? = 0
configure:12409: result: yes
configure:12409: checking for vasprintf
configure:12409: clang -o conftest -std=gnu99 conftest.c >&5
conftest.c:77:19: warning: format string missing [-Wformat]
return vasprintf ();
~~~~~~~~~ ^
1 warning generated.
configure:12409: $? = 0
configure:12409: result: yes
configure:12418: checking for atoll
configure:12418: clang -o conftest -std=gnu99 conftest.c >&5
configure:12418: $? = 0
configure:12418: result: yes
configure:12431: checking for timegm
configure:12431: clang -o conftest -std=gnu99 conftest.c >&5
configure:12431: $? = 0
configure:12431: result: yes
configure:12444: checking for asprintf
configure:12444: clang -o conftest -std=gnu99 conftest.c >&5
conftest.c:80:18: warning: format string missing [-Wformat]
return asprintf ();
~~~~~~~~ ^
1 warning generated.
configure:12444: $? = 0
configure:12444: result: yes
configure:12460: checking for vasprintf
configure:12460: result: yes
configure:12469: checking for asprintf
configure:12469: result: yes
configure:12488: checking for string.h
configure:12488: result: yes
configure:12488: checking for strings.h
configure:12488: result: yes
configure:12636: checking that generated files are newer than configure
configure:12642: result: done
configure:12665: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 355494e29cc0
config.status:1125: creating include/dbi/dbi.h
config.status:1125: creating libdbi.spec
config.status:1125: creating Makefile
config.status:1125: creating src/Makefile
config.status:1125: creating doc/Makefile
config.status:1125: creating include/Makefile
config.status:1125: creating include/dbi/Makefile
config.status:1125: creating dbi.pc
config.status:1125: creating config.h
config.status:1354: executing depfiles commands
config.status:1354: 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=
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_func_asprintf=yes
ac_cv_func_atoll=yes
ac_cv_func_dirfd=yes
ac_cv_func_dlopen=yes
ac_cv_func_fpathconf=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_readdir_r=yes
ac_cv_func_shl_load=no
ac_cv_func_strtoll=yes
ac_cv_func_timegm=yes
ac_cv_func_vasprintf=yes
ac_cv_have_decl_asprintf=yes
ac_cv_have_decl_gmtime_r=no
ac_cv_have_decl_readdir_r=no
ac_cv_have_decl_vasprintf=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_mach_o_dyld_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_dld_shl_load=no
ac_cv_objext=o
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_SED=/usr/sbin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/sbin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_STRIP=strip
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
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
am_cv_CC_dependencies_compiler_type=gcc3
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=
lt_cv_dlopen_self=cross
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_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
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_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\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
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/libdbi/src/libdbi-0.9.0/missing --run aclocal-1.12'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AR='ar'
AUTOCONF='${SHELL} /tmp/libdbi/src/libdbi-0.9.0/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/libdbi/src/libdbi-0.9.0/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/libdbi/src/libdbi-0.9.0/missing --run automake-1.12'
AWK='gawk'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS='-std=gnu99 '
CPP='clang -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEBUG='-g -Wall -std=gnu99 '
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sbin/grep -E'
EXEEXT=''
FGREP='/usr/sbin/grep -F'
GREP='/usr/sbin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/sysroot/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBADD_DL=''
LIBDBI_MAJOR='0'
LIBDBI_MINOR='9'
LIBDBI_PATCH='0'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIB_AGE='1'
LIB_CURRENT='2'
LIB_REVISION='0'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /tmp/libdbi/src/libdbi-0.9.0/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/sbin/mkdir -p'
NM='/sysroot/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='libdbi'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PROFILE='-g -p -std=gnu99 '
RANLIB='ranlib'
SED='/usr/sbin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.9.0'
ac_ct_AR='ar'
ac_ct_CC=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
docs_subdirs='doc'
driverdir='${exec_prefix}/lib/dbd'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/libdbi/src/libdbi-0.9.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define PACKAGE "libdbi"
#define VERSION "0.9.0"
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define DLOPEN_FLAG RTLD_NOW
#define DLSYM_HANDLE 1
#define HAVE_DLFCN_H 1
#define HAVE_DLOPEN 1
#define DRIVER_EXT ".so"
#define DLSYM_PREFIX ""
#define HAVE_DECL_READDIR_R 0
#define HAVE_DECL_GMTIME_R 0
#define HAVE_DECL_VASPRINTF 1
#define HAVE_DECL_ASPRINTF 1
#define HAVE_STRTOLL 1
#define HAVE_READDIR_R 1
#define HAVE_GMTIME_R 1
#define HAVE_FPATHCONF 1
#define HAVE_DIRFD 1
#define HAVE_VASPRINTF 1
#define HAVE_ATOLL 1
#define HAVE_TIMEGM 1
#define HAVE_ASPRINTF 1
#define HAVE_VASPRINTF 1
#define HAVE_ASPRINTF 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
configure: exit 0