Build of libdca with clang_glibc toolchain

The build took 00h 02m 13s and was SUCCESSFUL.

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

SLOCLanguage
14,082 ansic
9,154 sh
3,146 makefile
26,382 total

The process tree of the build process is here.

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

Log

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

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

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

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libdca 0.0.5-4 (Thu Apr 13 20:04:02 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking whether to enable maintainer-specific portions of Makefiles... no
# 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 for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# 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 style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether clang and cc understand -c and -o together... yes
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking whether clang needs -traditional... no
# checking if clang supports -Wall flags... yes
# checking if clang supports -Wall -O3 flags... yes
# checking if clang supports -Wall -O3 -fomit-frame-pointer flags... yes
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... /usr/bin/nm -B
# checking whether ln -s works... yes
# checking how to recognise dependent libraries... pass_all
# 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 dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking the maximum length of command line arguments... 32768
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... 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... no
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC...
# checking if clang++ static flag works... yes
# checking if clang++ supports -c -o file.o... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... unsupported
# appending configuration tag "F77" to libtool
# checking for cos in -lm... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking sys/timeb.h usability... yes
# checking sys/timeb.h presence... yes
# checking for sys/timeb.h... yes
# checking io.h usability... no
# checking io.h presence... no
# checking for io.h... no
# checking for struct timeval... yes
# checking for inttypes.h... (cached) yes
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for always_inline... yes
# checking for C/C++ restrict keyword... restrict
# checking for __builtin_expect... yes
# checking for size_t... yes
# checking whether byte ordering is bigendian... no
# checking for memalign... yes
# checking for gettimeofday... yes
# checking for ftime... yes
# checking return type of signal handlers... void
# checking for _oss_ioctl in -lossaudio... no
# checking __attribute__ ((aligned ())) support... 64
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating autotools/Makefile
# config.status: creating include/Makefile
# config.status: creating test/Makefile
# config.status: creating src/Makefile
# config.status: creating libdca/Makefile
# config.status: creating libao/Makefile
# config.status: creating vc++/Makefile
# config.status: creating libdca/libdca.pc
# config.status: creating libdca/libdts.pc
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/libdca/src/libdca-0.0.5'
# Making all in libdca
# make[2]: Entering directory '/tmp/libdca/src/libdca-0.0.5/libdca'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c -o bitstream.lo bitstream.c
# mkdir .libs
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c -fPIC -DPIC -o .libs/bitstream.o
# mv -f .deps/bitstream.Tpo .deps/bitstream.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c -o parse.lo parse.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT parse.lo -MD -MP -MF .deps/parse.Tpo -c parse.c -fPIC -DPIC -o .libs/parse.o
# mv -f .deps/parse.Tpo .deps/parse.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT downmix.lo -MD -MP -MF .deps/downmix.Tpo -c -o downmix.lo downmix.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT downmix.lo -MD -MP -MF .deps/downmix.Tpo -c downmix.c -fPIC -DPIC -o .libs/downmix.o
# mv -f .deps/downmix.Tpo .deps/downmix.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -O3 -fomit-frame-pointer -no-undefined -version 0:0:0 -export-symbol-regex dca_.* -o libdca.la -rpath /usr/lib bitstream.lo parse.lo downmix.lo -lm
# clang -shared .libs/bitstream.o .libs/parse.o .libs/downmix.o -lm -Wl,-soname -Wl,libdca.so.0 -o .libs/libdca.so.0.0.0
# (cd .libs && rm -f libdca.so.0 && ln -s libdca.so.0.0.0 libdca.so.0)
# (cd .libs && rm -f libdca.so && ln -s libdca.so.0.0.0 libdca.so)
# creating libdca.la
# (cd .libs && rm -f libdca.la && ln -s ../libdca.la libdca.la)
# make[2]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/libdca'
# Making all in libao
# make[2]: Entering directory '/tmp/libdca/src/libdca-0.0.5/libao'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out.lo -MD -MP -MF .deps/audio_out.Tpo -c -o audio_out.lo audio_out.c
# mkdir .libs
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out.lo -MD -MP -MF .deps/audio_out.Tpo -c audio_out.c -fPIC -DPIC -o .libs/audio_out.o
# mv -f .deps/audio_out.Tpo .deps/audio_out.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_null.lo -MD -MP -MF .deps/audio_out_null.Tpo -c -o audio_out_null.lo audio_out_null.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_null.lo -MD -MP -MF .deps/audio_out_null.Tpo -c audio_out_null.c -fPIC -DPIC -o .libs/audio_out_null.o
# mv -f .deps/audio_out_null.Tpo .deps/audio_out_null.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_float.lo -MD -MP -MF .deps/audio_out_float.Tpo -c -o audio_out_float.lo audio_out_float.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_float.lo -MD -MP -MF .deps/audio_out_float.Tpo -c audio_out_float.c -fPIC -DPIC -o .libs/audio_out_float.o
# mv -f .deps/audio_out_float.Tpo .deps/audio_out_float.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_oss.lo -MD -MP -MF .deps/audio_out_oss.Tpo -c -o audio_out_oss.lo audio_out_oss.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_oss.lo -MD -MP -MF .deps/audio_out_oss.Tpo -c audio_out_oss.c -fPIC -DPIC -o .libs/audio_out_oss.o
# mv -f .deps/audio_out_oss.Tpo .deps/audio_out_oss.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_solaris.lo -MD -MP -MF .deps/audio_out_solaris.Tpo -c -o audio_out_solaris.lo audio_out_solaris.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_solaris.lo -MD -MP -MF .deps/audio_out_solaris.Tpo -c audio_out_solaris.c -fPIC -DPIC -o .libs/audio_out_solaris.o
# mv -f .deps/audio_out_solaris.Tpo .deps/audio_out_solaris.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_al.lo -MD -MP -MF .deps/audio_out_al.Tpo -c -o audio_out_al.lo audio_out_al.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_al.lo -MD -MP -MF .deps/audio_out_al.Tpo -c audio_out_al.c -fPIC -DPIC -o .libs/audio_out_al.o
# mv -f .deps/audio_out_al.Tpo .deps/audio_out_al.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_win.lo -MD -MP -MF .deps/audio_out_win.Tpo -c -o audio_out_win.lo audio_out_win.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_win.lo -MD -MP -MF .deps/audio_out_win.Tpo -c audio_out_win.c -fPIC -DPIC -o .libs/audio_out_win.o
# mv -f .deps/audio_out_win.Tpo .deps/audio_out_win.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_wav.lo -MD -MP -MF .deps/audio_out_wav.Tpo -c -o audio_out_wav.lo audio_out_wav.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_wav.lo -MD -MP -MF .deps/audio_out_wav.Tpo -c audio_out_wav.c -fPIC -DPIC -o .libs/audio_out_wav.o
# mv -f .deps/audio_out_wav.Tpo .deps/audio_out_wav.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_aif.lo -MD -MP -MF .deps/audio_out_aif.Tpo -c -o audio_out_aif.lo audio_out_aif.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_aif.lo -MD -MP -MF .deps/audio_out_aif.Tpo -c audio_out_aif.c -fPIC -DPIC -o .libs/audio_out_aif.o
# mv -f .deps/audio_out_aif.Tpo .deps/audio_out_aif.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_peak.lo -MD -MP -MF .deps/audio_out_peak.Tpo -c -o audio_out_peak.lo audio_out_peak.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT audio_out_peak.lo -MD -MP -MF .deps/audio_out_peak.Tpo -c audio_out_peak.c -fPIC -DPIC -o .libs/audio_out_peak.o
# mv -f .deps/audio_out_peak.Tpo .deps/audio_out_peak.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT convert2s16.lo -MD -MP -MF .deps/convert2s16.Tpo -c -o convert2s16.lo convert2s16.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT convert2s16.lo -MD -MP -MF .deps/convert2s16.Tpo -c convert2s16.c -fPIC -DPIC -o .libs/convert2s16.o
# mv -f .deps/convert2s16.Tpo .deps/convert2s16.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -O3 -fomit-frame-pointer -o libao.la audio_out.lo audio_out_null.lo audio_out_float.lo audio_out_oss.lo audio_out_solaris.lo audio_out_al.lo audio_out_win.lo audio_out_wav.lo audio_out_aif.lo audio_out_peak.lo convert2s16.lo -lm
# ar cru .libs/libao.a .libs/audio_out.o .libs/audio_out_null.o .libs/audio_out_float.o .libs/audio_out_oss.o .libs/audio_out_solaris.o .libs/audio_out_al.o .libs/audio_out_win.o .libs/audio_out_wav.o .libs/audio_out_aif.o .libs/audio_out_peak.o .libs/convert2s16.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib .libs/libao.a
# creating libao.la
# (cd .libs && rm -f libao.la && ln -s ../libao.la libao.la)
# make[2]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/libao'
# Making all in src
# make[2]: Entering directory '/tmp/libdca/src/libdca-0.0.5/src'
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT dcadec.o -MD -MP -MF .deps/dcadec.Tpo -c -o dcadec.o dcadec.c
# mv -f .deps/dcadec.Tpo .deps/dcadec.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c
# mv -f .deps/getopt.Tpo .deps/getopt.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT gettimeofday.o -MD -MP -MF .deps/gettimeofday.Tpo -c -o gettimeofday.o gettimeofday.c
# mv -f .deps/gettimeofday.Tpo .deps/gettimeofday.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -O3 -fomit-frame-pointer -o dcadec dcadec.o getopt.o gettimeofday.o ../libdca/libdca.la ../libao/libao.la
# mkdir .libs
# clang -Wall -O3 -fomit-frame-pointer -o .libs/dcadec dcadec.o getopt.o gettimeofday.o ../libdca/.libs/libdca.so ../libao/.libs/libao.a -lm
# creating dcadec
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -O3 -fomit-frame-pointer -MT extract_dca.o -MD -MP -MF .deps/extract_dca.Tpo -c -o extract_dca.o extract_dca.c
# mv -f .deps/extract_dca.Tpo .deps/extract_dca.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -O3 -fomit-frame-pointer -o extract_dca extract_dca.o getopt.o
# clang -Wall -O3 -fomit-frame-pointer -o extract_dca extract_dca.o getopt.o
# { \
# echo '#! /bin/sh' ; \
# echo 'exec "$(dirname "$0")/$(basename "$0" | sed -e 's/ts/ca/')" "$@"' ; \
# } > dtsdec.tmp
# chmod +x dtsdec.tmp
# mv -f dtsdec.tmp dtsdec
# { \
# echo '#! /bin/sh' ; \
# echo 'exec "$(dirname "$0")/$(basename "$0" | sed -e 's/ts/ca/')" "$@"' ; \
# } > extract_dts.tmp
# chmod +x extract_dts.tmp
# mv -f extract_dts.tmp extract_dts
# make[2]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/src'
# Making all in test
# make[2]: Entering directory '/tmp/libdca/src/libdca-0.0.5/test'
# clang -DHAVE_CONFIG_H -I. -I.. -Wall -O3 -fomit-frame-pointer -MT compare.o -MD -MP -MF .deps/compare.Tpo -c -o compare.o compare.c
# mv -f .deps/compare.Tpo .deps/compare.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -O3 -fomit-frame-pointer -o compare compare.o -lm
# mkdir .libs
# clang -Wall -O3 -fomit-frame-pointer -o compare compare.o -lm
# make[2]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/test'
# Making all in include
# make[2]: Entering directory '/tmp/libdca/src/libdca-0.0.5/include'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/include'
# make[2]: Entering directory '/tmp/libdca/src/libdca-0.0.5'
# make[2]: Leaving directory '/tmp/libdca/src/libdca-0.0.5'
# make[1]: Leaving directory '/tmp/libdca/src/libdca-0.0.5'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in libdca
# make[1]: Entering directory '/tmp/libdca/src/libdca-0.0.5/libdca'
# make[2]: Entering directory '/tmp/libdca/src/libdca-0.0.5/libdca'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/libdca/pkg/libdca/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'libdca.la' '/tmp/libdca/pkg/libdca/usr/lib/libdca.la'
# /usr/bin/install -c .libs/libdca.so.0.0.0 /tmp/libdca/pkg/libdca/usr/lib/libdca.so.0.0.0
# (cd /tmp/libdca/pkg/libdca/usr/lib && { ln -s -f libdca.so.0.0.0 libdca.so.0 || { rm -f libdca.so.0 && ln -s libdca.so.0.0.0 libdca.so.0; }; })
# (cd /tmp/libdca/pkg/libdca/usr/lib && { ln -s -f libdca.so.0.0.0 libdca.so || { rm -f libdca.so && ln -s libdca.so.0.0.0 libdca.so; }; })
# /usr/bin/install -c .libs/libdca.lai /tmp/libdca/pkg/libdca/usr/lib/libdca.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make install-exec-hook
# make[3]: Entering directory '/tmp/libdca/src/libdca-0.0.5/libdca'
# ln -sf "/usr/lib/libdca.a" "/tmp/libdca/pkg/libdca/usr/lib/libdts.a"
# make[3]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/libdca'
# test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/tmp/libdca/pkg/libdca/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 'libdca.pc' '/tmp/libdca/pkg/libdca/usr/lib/pkgconfig/libdca.pc'
# /usr/bin/install -c -m 644 'libdts.pc' '/tmp/libdca/pkg/libdca/usr/lib/pkgconfig/libdts.pc'
# make[2]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/libdca'
# make[1]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/libdca'
# Making install in libao
# make[1]: Entering directory '/tmp/libdca/src/libdca-0.0.5/libao'
# make[2]: Entering directory '/tmp/libdca/src/libdca-0.0.5/libao'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/libao'
# make[1]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/libao'
# Making install in src
# make[1]: Entering directory '/tmp/libdca/src/libdca-0.0.5/src'
# make[2]: Entering directory '/tmp/libdca/src/libdca-0.0.5/src'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/libdca/pkg/libdca/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'dcadec' '/tmp/libdca/pkg/libdca/usr/bin/dcadec'
# libtool: install: warning: `../libdca/libdca.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/dcadec /tmp/libdca/pkg/libdca/usr/bin/dcadec
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'extract_dca' '/tmp/libdca/pkg/libdca/usr/bin/extract_dca'
# /usr/bin/install -c extract_dca /tmp/libdca/pkg/libdca/usr/bin/extract_dca
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/libdca/pkg/libdca/usr/bin"
# /usr/bin/install -c 'dtsdec' '/tmp/libdca/pkg/libdca/usr/bin/dtsdec'
# /usr/bin/install -c 'extract_dts' '/tmp/libdca/pkg/libdca/usr/bin/extract_dts'
# test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/libdca/pkg/libdca/usr/share/man/man1"
# /usr/bin/install -c -m 644 './dcadec.1' '/tmp/libdca/pkg/libdca/usr/share/man/man1/dcadec.1'
# /usr/bin/install -c -m 644 './extract_dca.1' '/tmp/libdca/pkg/libdca/usr/share/man/man1/extract_dca.1'
# make install-data-hook
# make[3]: Entering directory '/tmp/libdca/src/libdca-0.0.5/src'
# for a in dcadec extract_dca; do \
# oldname=`echo "$a" | sed -e 's/ca/ts/' | sed 's,x,x,'` ; \
# name=`echo "$a" | sed 's,x,x,'` ; \
# ln -sf "/usr/share/man/man1/${name}.1" "/tmp/libdca/pkg/libdca/usr/share/man/man1/${oldname}.1" ; \
# done
# make[3]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/src'
# make[2]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/src'
# make[1]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/src'
# Making install in test
# make[1]: Entering directory '/tmp/libdca/src/libdca-0.0.5/test'
# make[2]: Entering directory '/tmp/libdca/src/libdca-0.0.5/test'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/test'
# make[1]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/test'
# Making install in include
# make[1]: Entering directory '/tmp/libdca/src/libdca-0.0.5/include'
# make[2]: Entering directory '/tmp/libdca/src/libdca-0.0.5/include'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/include" || /usr/bin/mkdir -p "/tmp/libdca/pkg/libdca/usr/include"
# /usr/bin/install -c -m 644 'dca.h' '/tmp/libdca/pkg/libdca/usr/include/dca.h'
# /usr/bin/install -c -m 644 'dts.h' '/tmp/libdca/pkg/libdca/usr/include/dts.h'
# make[2]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/include'
# make[1]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/include'
# make[1]: Entering directory '/tmp/libdca/src/libdca-0.0.5'
# make[2]: Entering directory '/tmp/libdca/src/libdca-0.0.5'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/libdca/src/libdca-0.0.5'
# make[1]: Leaving directory '/tmp/libdca/src/libdca-0.0.5'
# ==> Tidying install...
# -> Removing doc files...
# -> Removing empty directories...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "libdca"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: libdca 0.0.5-4 (Thu Apr 13 20:05:04 UTC 2017)

CMD: pacman --query --file libdca-0.0.5-4-x86_64.pkg.tar.xz
# libdca 0.0.5-4

Creating hybrid package for 'libdca'

Trying to find vanilla package 'libdca'...

CMD: pacman --query --file /mirror/libdca-0.0.5-4.pkg.tar.xz
# libdca 0.0.5-4

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libdca.so.0
# /usr/lib/libdca.so
# /usr/lib/libdca.so.0.0.0
# /usr/lib/pkgconfig/libdca.pc
# /usr/lib/pkgconfig/libdts.pc
# /usr/bin/dtsdec
# /usr/bin/extract_dts
# /usr/bin/dcadec
# /usr/bin/extract_dca
# /usr/share/man/man1/dtsdec.1.gz
# /usr/share/man/man1/extract_dts.1.gz
# /usr/share/man/man1/dcadec.1.gz
# /usr/share/man/man1/extract_dca.1.gz
# /usr/include/dca.h
# /usr/include/dts.h
# /sysroot/usr/lib/libdca.so.0.0.0
# /sysroot/usr/lib/libdca.so.0
# /sysroot/usr/lib/libdca.so
# /sysroot/usr/lib/libdca.la
# /sysroot/usr/lib/libdts.a
# /sysroot/usr/lib/pkgconfig/libdca.pc
# /sysroot/usr/lib/pkgconfig/libdts.pc
# /sysroot/usr/include/dca.h
# /sysroot/usr/include/dts.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf libdca.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/libdca.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/libdca.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/libdca.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/libdca/src/libdca-0.0.5/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 libdca configure 0.0.5, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 193752dcf487
# 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:1980: checking for a BSD-compatible install
# configure:2036: result: /usr/bin/install -c
# configure:2047: checking whether build environment is sane
# configure:2090: result: yes
# configure:2118: checking for a thread-safe mkdir -p
# configure:2157: result: /usr/bin/mkdir -p
# configure:2170: checking for gawk
# configure:2186: found /usr/bin/gawk
# configure:2197: result: gawk
# configure:2208: checking whether make sets $(MAKE)
# configure:2229: result: yes
# configure:2309: checking for x86_64-unknown-linux-strip
# configure:2339: result: no
# configure:2349: checking for strip
# configure:2365: found /usr/bin/strip
# configure:2376: result: strip
# configure:2419: checking whether to enable maintainer-specific portions of Makefiles
# configure:2428: result: no
# configure:2447: checking build system type
# configure:2465: result: x86_64-unknown-linux-gnu
# configure:2487: checking host system type
# configure:2502: result: x86_64-unknown-linux-gnu
# configure:2533: checking for x86_64-unknown-linux-gcc
# configure:2560: result: clang
# configure:2838: checking for C compiler version
# configure:2845: 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:2848: $? = 0
# configure:2855: 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
# Selected multilib: .;@m64
# configure:2858: $? = 0
# configure:2865: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2868: $? = 1
# configure:2891: checking for C compiler default output file name
# configure:2918: clang conftest.c >&5
# configure:2921: $? = 0
# configure:2959: result: a.out
# configure:2976: checking whether the C compiler works
# configure:2986: ./a.out
# configure:2989: $? = 0
# configure:3006: result: yes
# configure:3013: checking whether we are cross compiling
# configure:3015: result: no
# configure:3018: checking for suffix of executables
# configure:3025: clang -o conftest conftest.c >&5
# configure:3028: $? = 0
# configure:3052: result:
# configure:3058: checking for suffix of object files
# configure:3084: clang -c conftest.c >&5
# configure:3087: $? = 0
# configure:3110: result: o
# configure:3114: checking whether we are using the GNU C compiler
# configure:3143: clang -c conftest.c >&5
# configure:3149: $? = 0
# configure:3166: result: yes
# configure:3171: checking whether clang accepts -g
# configure:3201: clang -c -g conftest.c >&5
# configure:3207: $? = 0
# configure:3306: result: yes
# configure:3323: checking for clang option to accept ISO C89
# configure:3397: clang -c conftest.c >&5
# configure:3403: $? = 0
# configure:3426: result: none needed
# configure:3455: checking for style of include used by make
# configure:3483: result: GNU
# configure:3508: checking dependency style of clang
# configure:3599: result: gcc3
# configure:3615: checking whether clang and cc understand -c and -o together
# configure:3650: clang -c conftest.c -o conftest2.o >&5
# configure:3653: $? = 0
# configure:3659: clang -c conftest.c -o conftest2.o >&5
# configure:3662: $? = 0
# configure:3673: cc -c conftest.c >&5
# configure:3676: $? = 0
# configure:3684: cc -c conftest.c -o conftest2.o >&5
# configure:3687: $? = 0
# configure:3693: cc -c conftest.c -o conftest2.o >&5
# configure:3696: $? = 0
# configure:3714: result: yes
# configure:3746: checking how to run the C preprocessor
# configure:3786: clang -E conftest.c
# configure:3792: $? = 0
# configure:3823: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3829: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdca"
# | #define PACKAGE_TARNAME "libdca"
# | #define PACKAGE_VERSION "0.0.5"
# | #define PACKAGE_STRING "libdca 0.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdca"
# | #define VERSION "0.0.5"
# | /* end confdefs.h. */
# | #include
# configure:3862: result: clang -E
# configure:3891: clang -E conftest.c
# configure:3897: $? = 0
# configure:3928: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3934: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdca"
# | #define PACKAGE_TARNAME "libdca"
# | #define PACKAGE_VERSION "0.0.5"
# | #define PACKAGE_STRING "libdca 0.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdca"
# | #define VERSION "0.0.5"
# | /* end confdefs.h. */
# | #include
# configure:3972: checking for grep that handles long lines and -e
# configure:4046: result: /usr/bin/grep
# configure:4051: checking for egrep
# configure:4129: result: /usr/bin/grep -E
# configure:4135: checking whether clang needs -traditional
# configure:4177: result: no
# configure:4190: checking if clang supports -Wall flags
# configure:4215: clang -c -Wall conftest.c >&5
# configure:4221: $? = 0
# configure:4236: result: yes
# configure:4248: checking if clang supports -Wall -O3 flags
# configure:4273: clang -c -Wall -O3 conftest.c >&5
# configure:4279: $? = 0
# configure:4294: result: yes
# configure:4315: checking if clang supports -Wall -O3 -fomit-frame-pointer flags
# configure:4340: clang -c -Wall -O3 -fomit-frame-pointer conftest.c >&5
# configure:4346: $? = 0
# configure:4361: result: yes
# configure:4634: checking for a sed that does not truncate output
# configure:4688: result: /usr/bin/sed
# configure:4702: checking for ld used by clang
# configure:4769: result: /usr/bin/ld
# configure:4778: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4793: result: yes
# configure:4798: checking for /usr/bin/ld option to reload object files
# configure:4805: result: -r
# configure:4823: checking for BSD-compatible nm
# configure:4872: result: /usr/bin/nm -B
# configure:4876: checking whether ln -s works
# configure:4880: result: yes
# configure:4887: checking how to recognise dependent libraries
# configure:5063: result: pass_all
# configure:5150: clang -c conftest.c >&5
# configure:5153: $? = 0
# configure:5291: checking for ANSI C header files
# configure:5321: clang -c conftest.c >&5
# configure:5327: $? = 0
# configure:5426: clang -o conftest conftest.c >&5
# configure:5429: $? = 0
# configure:5435: ./conftest
# configure:5438: $? = 0
# configure:5455: result: yes
# configure:5479: checking for sys/types.h
# configure:5500: clang -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for sys/stat.h
# configure:5500: clang -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for stdlib.h
# configure:5500: clang -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for string.h
# configure:5500: clang -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for memory.h
# configure:5500: clang -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for strings.h
# configure:5500: clang -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for inttypes.h
# configure:5500: clang -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for stdint.h
# configure:5500: clang -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for unistd.h
# configure:5500: clang -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5549: checking dlfcn.h usability
# configure:5566: clang -c conftest.c >&5
# configure:5572: $? = 0
# configure:5586: result: yes
# configure:5590: checking dlfcn.h presence
# configure:5605: clang -E conftest.c
# configure:5611: $? = 0
# configure:5625: result: yes
# configure:5653: checking for dlfcn.h
# configure:5661: result: yes
# configure:5685: checking how to run the C++ preprocessor
# configure:5721: clang++ -E conftest.cpp
# configure:5727: $? = 0
# configure:5758: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5764: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdca"
# | #define PACKAGE_TARNAME "libdca"
# | #define PACKAGE_VERSION "0.0.5"
# | #define PACKAGE_STRING "libdca 0.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdca"
# | #define VERSION "0.0.5"
# | #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
# | /* end confdefs.h. */
# | #include
# configure:5797: result: clang++ -E
# configure:5826: clang++ -E conftest.cpp
# configure:5832: $? = 0
# configure:5863: clang++ -E conftest.cpp
# conftest.cpp:21:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5869: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdca"
# | #define PACKAGE_TARNAME "libdca"
# | #define PACKAGE_VERSION "0.0.5"
# | #define PACKAGE_STRING "libdca 0.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdca"
# | #define VERSION "0.0.5"
# | #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
# | /* end confdefs.h. */
# | #include
# configure:5915: checking the maximum length of command line arguments
# configure:6024: result: 32768
# configure:6035: checking command to parse /usr/bin/nm -B output from clang object
# configure:6140: clang++ -c conftest.cpp >&5
# configure:6143: $? = 0
# configure:6147: /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:6150: $? = 0
# configure:6202: clang++ -o conftest conftest.cpp conftstm.o >&5
# configure:6205: $? = 0
# configure:6243: result: ok
# configure:6247: checking for objdir
# configure:6262: result: .libs
# configure:6314: checking for x86_64-unknown-linux-ar
# configure:6344: result: no
# configure:6354: checking for ar
# configure:6370: found /usr/bin/ar
# configure:6381: result: ar
# configure:6410: checking for x86_64-unknown-linux-ranlib
# configure:6440: result: no
# configure:6450: checking for ranlib
# configure:6466: found /usr/bin/ranlib
# configure:6477: result: ranlib
# configure:6506: checking for x86_64-unknown-linux-strip
# configure:6533: result: strip
# configure:6859: checking if clang supports -fno-rtti -fno-exceptions
# configure:6877: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:6881: $? = 0
# configure:6894: result: yes
# configure:6909: checking for clang option to produce PIC
# configure:7119: result: -fPIC
# configure:7127: checking if clang PIC flag -fPIC works
# configure:7145: clang -c -fPIC -DPIC conftest.c >&5
# configure:7149: $? = 0
# configure:7162: result: yes
# configure:7190: checking if clang static flag -static works
# configure:7218: result: yes
# configure:7228: checking if clang supports -c -o file.o
# configure:7249: clang -c -o out/conftest2.o conftest.c >&5
# configure:7253: $? = 0
# configure:7275: result: yes
# configure:7301: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:8256: result: yes
# configure:8277: checking whether -lc should be explicitly linked in
# configure:8282: clang -c conftest.c >&5
# configure:8285: $? = 0
# configure:8300: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:8303: $? = 0
# configure:8315: result: no
# configure:8323: checking dynamic linker characteristics
# configure:8899: result: GNU/Linux ld.so
# configure:8908: checking how to hardcode library paths into programs
# configure:8933: result: immediate
# configure:8947: checking whether stripping libraries is possible
# configure:8952: result: yes
# configure:9753: checking if libtool supports shared libraries
# configure:9755: result: yes
# configure:9758: checking whether to build shared libraries
# configure:9779: result: yes
# configure:9782: checking whether to build static libraries
# configure:9786: result: no
# configure:9878: creating libtool
# configure:10608: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11542: result: yes
# configure:11560: clang++ -c conftest.cpp >&5
# configure:11563: $? = 0
# configure:11682: checking for clang++ option to produce PIC
# configure:11956: result:
# configure:12027: checking if clang++ static flag works
# configure:12055: result: yes
# configure:12065: checking if clang++ supports -c -o file.o
# configure:12086: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:12090: $? = 0
# configure:12112: result: yes
# configure:12138: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12166: result: yes
# configure:12233: checking dynamic linker characteristics
# configure:12809: result: GNU/Linux ld.so
# configure:12818: checking how to hardcode library paths into programs
# configure:12843: result: unsupported
# configure:18962: checking for cos in -lm
# configure:18997: clang -o conftest conftest.c -lm >&5
# conftest.c:28:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
# char cos ();
# ^
# conftest.c:28:6: note: 'cos' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:19003: $? = 0
# configure:19021: result: yes
# configure:19053: checking sys/time.h usability
# configure:19070: clang -c conftest.c >&5
# configure:19076: $? = 0
# configure:19090: result: yes
# configure:19094: checking sys/time.h presence
# configure:19109: clang -E conftest.c
# configure:19115: $? = 0
# configure:19129: result: yes
# configure:19157: checking for sys/time.h
# configure:19165: result: yes
# configure:19053: checking time.h usability
# configure:19070: clang -c conftest.c >&5
# configure:19076: $? = 0
# configure:19090: result: yes
# configure:19094: checking time.h presence
# configure:19109: clang -E conftest.c
# configure:19115: $? = 0
# configure:19129: result: yes
# configure:19157: checking for time.h
# configure:19165: result: yes
# configure:19053: checking sys/timeb.h usability
# configure:19070: clang -c conftest.c >&5
# configure:19076: $? = 0
# configure:19090: result: yes
# configure:19094: checking sys/timeb.h presence
# configure:19109: clang -E conftest.c
# configure:19115: $? = 0
# configure:19129: result: yes
# configure:19157: checking for sys/timeb.h
# configure:19165: result: yes
# configure:19053: checking io.h usability
# configure:19070: clang -c conftest.c >&5
# conftest.c:57:10: fatal error: 'io.h' file not found
# #include
# ^
# 1 error generated.
# configure:19076: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdca"
# | #define PACKAGE_TARNAME "libdca"
# | #define PACKAGE_VERSION "0.0.5"
# | #define PACKAGE_STRING "libdca 0.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdca"
# | #define VERSION "0.0.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIMEB_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:19090: result: no
# configure:19094: checking io.h presence
# configure:19109: clang -E conftest.c
# conftest.c:24:10: fatal error: 'io.h' file not found
# #include
# ^
# 1 error generated.
# configure:19115: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdca"
# | #define PACKAGE_TARNAME "libdca"
# | #define PACKAGE_VERSION "0.0.5"
# | #define PACKAGE_STRING "libdca 0.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdca"
# | #define VERSION "0.0.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | /* end confdefs.h. */
# | #include
# configure:19129: result: no
# configure:19157: checking for io.h
# configure:19165: result: no
# configure:19178: checking for struct timeval
# configure:19210: clang -c conftest.c >&5
# configure:19216: $? = 0
# configure:19231: result: yes
# configure:19244: checking for inttypes.h
# configure:19249: result: yes
# configure:22142: checking for an ANSI C-conforming const
# configure:22217: clang -c conftest.c >&5
# configure:22223: $? = 0
# configure:22238: result: yes
# configure:22248: checking for inline
# configure:22274: clang -c conftest.c >&5
# configure:22280: $? = 0
# configure:22298: result: inline
# configure:22318: checking for always_inline
# configure:22346: clang -c -Wall -Werror conftest.c >&5
# configure:22352: $? = 0
# configure:22367: result: yes
# configure:22376: checking for C/C++ restrict keyword
# configure:22412: clang -c conftest.c >&5
# configure:22418: $? = 0
# configure:22436: result: restrict
# configure:22451: checking for __builtin_expect
# configure:22466: clang -nostdlib -nostartfiles
# -o conftest conftest.c -lgcc >&5
# /usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 00000000004000f0
# configure:22469: $? = 0
# configure:22477: result: yes
# configure:22486: checking for size_t
# configure:22516: clang -c conftest.c >&5
# configure:22522: $? = 0
# configure:22537: result: yes
# configure:22549: checking whether byte ordering is bigendian
# configure:22582: clang -c conftest.c >&5
# configure:22588: $? = 0
# configure:22620: clang -c conftest.c >&5
# conftest.c:34:2: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:22626: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdca"
# | #define PACKAGE_TARNAME "libdca"
# | #define PACKAGE_VERSION "0.0.5"
# | #define PACKAGE_STRING "libdca 0.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdca"
# | #define VERSION "0.0.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define inline __attribute__ ((__always_inline__))
# | #define HAVE_BUILTIN_EXPECT
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:22766: result: no
# configure:22792: checking for memalign
# configure:22848: clang -o conftest conftest.c >&5
# configure:22854: $? = 0
# configure:22872: result: yes
# configure:22792: checking for gettimeofday
# configure:22848: clang -o conftest conftest.c >&5
# configure:22854: $? = 0
# configure:22872: result: yes
# configure:22792: checking for ftime
# configure:22848: clang -o conftest conftest.c >&5
# configure:22854: $? = 0
# configure:22872: result: yes
# configure:22882: checking return type of signal handlers
# configure:22910: clang -c conftest.c >&5
# conftest.c:36:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:22916: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdca"
# | #define PACKAGE_TARNAME "libdca"
# | #define PACKAGE_VERSION "0.0.5"
# | #define PACKAGE_STRING "libdca 0.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdca"
# | #define VERSION "0.0.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define inline __attribute__ ((__always_inline__))
# | #define HAVE_BUILTIN_EXPECT
# | #define HAVE_MEMALIGN 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:22931: result: void
# configure:23007: checking for _oss_ioctl in -lossaudio
# configure:23042: clang -o conftest conftest.c -lossaudio >&5
# /usr/bin/ld: cannot find -lossaudio
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:23048: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "libdca"
# | #define PACKAGE_TARNAME "libdca"
# | #define PACKAGE_VERSION "0.0.5"
# | #define PACKAGE_STRING "libdca 0.0.5"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libdca"
# | #define VERSION "0.0.5"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIMEB_H 1
# | #define HAVE_STRUCT_TIMEVAL 1
# | #define inline __attribute__ ((__always_inline__))
# | #define HAVE_BUILTIN_EXPECT
# | #define HAVE_MEMALIGN 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_FTIME 1
# | #define RETSIGTYPE void
# | #define LIBAO_OSS
# | /* 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 _oss_ioctl ();
# | int
# | main ()
# | {
# | return _oss_ioctl ();
# | ;
# | return 0;
# | }
# configure:23066: result: no
# configure:23212: checking __attribute__ ((aligned ())) support
# configure:23240: clang -c -Werror conftest.c >&5
# configure:23246: $? = 0
# configure:23240: clang -c -Werror conftest.c >&5
# configure:23246: $? = 0
# configure:23240: clang -c -Werror conftest.c >&5
# configure:23246: $? = 0
# configure:23240: clang -c -Werror conftest.c >&5
# configure:23246: $? = 0
# configure:23240: clang -c -Werror conftest.c >&5
# configure:23246: $? = 0
# configure:23240: clang -c -Werror conftest.c >&5
# configure:23246: $? = 0
# configure:23262: result: 64
# configure:23394: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libdca config.status 0.0.5, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 193752dcf487
#
# config.status:689: creating Makefile
# config.status:689: creating autotools/Makefile
# config.status:689: creating include/Makefile
# config.status:689: creating test/Makefile
# config.status:689: creating src/Makefile
# config.status:689: creating libdca/Makefile
# config.status:689: creating libao/Makefile
# config.status:689: creating vc++/Makefile
# config.status:689: creating libdca/libdca.pc
# config.status:689: creating libdca/libdts.pc
# config.status:689: creating config.h
# config.status:974: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_always_inline=yes
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_builtin_expect=yes
# ac_cv_c_attr_align_try=64
# ac_cv_c_attribute_aligned=64
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_c_restrict=restrict
# 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_CXXCPP_set=
# ac_cv_env_CXXCPP_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_ftime=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_memalign=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_io_h=no
# 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_time_h=yes
# ac_cv_header_sys_timeb_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_m_cos=yes
# ac_cv_lib_ossaudio__oss_ioctl=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_clang_c_o=yes
# ac_cv_prog_cc_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_try_cflags_ok=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_struct_timeval=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# 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_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX=
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=
# 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\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_max_cmd_len=32768
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libdca/src/libdca-0.0.5/autotools/missing --run aclocal-1.10'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/libdca/src/libdca-0.0.5/autotools/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libdca/src/libdca-0.0.5/autotools/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libdca/src/libdca-0.0.5/autotools/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libdca/src/libdca-0.0.5/autotools/missing --run automake-1.10'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# COMPARE_LIBS='-lm'
# CPP='clang -E'
# CPPFLAGS=''
# CXXCPP='clang++ -E'
# CYGPATH_W='echo'
# DCADEC_CFLAGS=' -Wall -O3 -fomit-frame-pointer'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBAO_LIBS='-lm'
# LIBDCA_CFLAGS=''
# LIBDCA_LIBS='-lm'
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/libdca/src/libdca-0.0.5/autotools/missing --run makeinfo'
# OBJEXT='o'
# OPT_CFLAGS=' -Wall -O3 -fomit-frame-pointer'
# PACKAGE='libdca'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='libdca'
# PACKAGE_STRING='libdca 0.0.5'
# PACKAGE_TARNAME='libdca'
# PACKAGE_VERSION='0.0.5'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.0.5'
# ac_ct_CC=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# 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/libdca/src/libdca-0.0.5/autotools/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# mkdir_p='/usr/bin/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. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "libdca"
# #define PACKAGE_TARNAME "libdca"
# #define PACKAGE_VERSION "0.0.5"
# #define PACKAGE_STRING "libdca 0.0.5"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE "libdca"
# #define VERSION "0.0.5"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_TIME_H 1
# #define HAVE_SYS_TIMEB_H 1
# #define HAVE_STRUCT_TIMEVAL 1
# #define inline __attribute__ ((__always_inline__))
# #define HAVE_BUILTIN_EXPECT
# #define HAVE_MEMALIGN 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_FTIME 1
# #define RETSIGTYPE void
# #define LIBAO_OSS
# #define ATTRIBUTE_ALIGNED_MAX 64
#
# configure: exit 0