Build of libdca with vanilla toolchain

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

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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libdca 0.0.5-4 (Wed Aug 24 14:12:53 UTC 2016)
# ==> 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/sbin/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... no
# checking for gcc... gcc
# 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 gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking whether gcc and cc understand -c and -o together... yes
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking whether gcc needs -traditional... no
# checking if gcc supports -Wall flags... yes
# checking if gcc supports -Wall -O3 flags... yes
# checking if gcc supports -Wall -O3 -fomit-frame-pointer flags... yes
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for /usr/sbin/ld option to reload object files... -r
# checking for BSD-compatible nm... /usr/sbin/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 the maximum length of command line arguments... 32768
# checking command to parse /usr/sbin/nm -B output from gcc 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 gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC
# checking if gcc PIC flag -fPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking whether the gcc linker (/usr/sbin/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
# 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 gcc -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
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# mkdir .libs
# gcc -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
# gcc -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
# bitstream.c:50:20: warning: always_inline function might not be inlinable [-Wattributes]
# static inline void bitstream_fill_current (dca_state_t * state)
# ^~~~~~~~~~~~~~~~~~~~~~
# In file included from bitstream.c:32:0:
# bitstream.h:55:24: warning: always_inline function might not be inlinable [-Wattributes]
# static inline uint32_t bitstream_get (dca_state_t * state, uint32_t num_bits)
# ^~~~~~~~~~~~~
# mv -f .deps/bitstream.Tpo .deps/bitstream.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# gcc -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
# parse.c: In function 'dca_subframe_header':
# parse.c:669:17: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses]
# if (!state->debug_flag & 0x02)
# ^~~~~~~~~~~~~~~~~~
# In file included from parse.c:40:0:
# At top level:
# bitstream.h:55:24: warning: always_inline function might not be inlinable [-Wattributes]
# static inline uint32_t bitstream_get (dca_state_t * state, uint32_t num_bits)
# ^~~~~~~~~~~~~
# mv -f .deps/downmix.Tpo .deps/downmix.Plo
# mv -f .deps/parse.Tpo .deps/parse.Plo
# /bin/sh ../libtool --tag=CC --mode=link gcc -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
# gcc -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 gcc -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
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# mkdir .libs
# gcc -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
# gcc -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_null.Tpo .deps/audio_out_null.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# mv -f .deps/audio_out.Tpo .deps/audio_out.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# gcc -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 gcc -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
# gcc -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
# gcc -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 gcc -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
# mv -f .deps/audio_out_oss.Tpo .deps/audio_out_oss.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# gcc -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 gcc -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
# gcc -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 gcc -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
# gcc -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 gcc -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
# gcc -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 gcc -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
# gcc -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
# gcc -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/audio_out_peak.Tpo .deps/audio_out_peak.Plo
# convert2s16.c:34:23: warning: always_inline function might not be inlinable [-Wattributes]
# static inline int16_t convert (int32_t i)
# ^~~~~~~
# mv -f .deps/convert2s16.Tpo .deps/convert2s16.Plo
# /bin/sh ../libtool --tag=CC --mode=link gcc -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'
# gcc -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
# gcc -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
# gcc -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
# gcc -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
# { \
# 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
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O3 -fomit-frame-pointer -o extract_dca extract_dca.o getopt.o
# mv -f .deps/dcadec.Tpo .deps/dcadec.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -O3 -fomit-frame-pointer -o dcadec dcadec.o getopt.o gettimeofday.o ../libdca/libdca.la ../libao/libao.la
# mkdir .libs
# gcc -Wall -O3 -fomit-frame-pointer -o extract_dca extract_dca.o getopt.o
# gcc -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
# 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'
# gcc -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 gcc -Wall -O3 -fomit-frame-pointer -o compare compare.o -lm
# mkdir .libs
# gcc -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/sbin/mkdir -p "/tmp/libdca/pkg/libdca/usr/lib"
# test -z "/usr/lib/pkgconfig" || /usr/sbin/mkdir -p "/tmp/libdca/pkg/libdca/usr/lib/pkgconfig"
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'libdca.la' '/tmp/libdca/pkg/libdca/usr/lib/libdca.la'
# /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'
# /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'
# 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/sbin/mkdir -p "/tmp/libdca/pkg/libdca/usr/bin"
# test -z "/usr/bin" || /usr/sbin/mkdir -p "/tmp/libdca/pkg/libdca/usr/bin"
# /usr/bin/install -c 'dtsdec' '/tmp/libdca/pkg/libdca/usr/bin/dtsdec'
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'dcadec' '/tmp/libdca/pkg/libdca/usr/bin/dcadec'
# /usr/bin/install -c 'extract_dts' '/tmp/libdca/pkg/libdca/usr/bin/extract_dts'
# test -z "/usr/share/man/man1" || /usr/sbin/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
# 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'
# make[3]: Leaving directory '/tmp/libdca/src/libdca-0.0.5/src'
# /usr/bin/install -c extract_dca /tmp/libdca/pkg/libdca/usr/bin/extract_dca
# 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/sbin/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 (Wed Aug 24 14:13:13 UTC 2016)

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
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 555

Attempting to access local repository, attempt 2

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 = 1dcdd7021d2d
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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/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/sbin/mkdir -p
# configure:2170: checking for gawk
# configure:2186: found /usr/sbin/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/sbin/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:2563: result: no
# configure:2573: checking for gcc
# configure:2589: found /usr/sbin/gcc
# configure:2600: result: gcc
# configure:2838: checking for C compiler version
# configure:2845: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2848: $? = 0
# configure:2855: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2858: $? = 0
# configure:2865: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2868: $? = 1
# configure:2891: checking for C compiler default output file name
# configure:2918: gcc 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: gcc -o conftest conftest.c >&5
# configure:3028: $? = 0
# configure:3052: result:
# configure:3058: checking for suffix of object files
# configure:3084: gcc -c conftest.c >&5
# configure:3087: $? = 0
# configure:3110: result: o
# configure:3114: checking whether we are using the GNU C compiler
# configure:3143: gcc -c conftest.c >&5
# configure:3149: $? = 0
# configure:3166: result: yes
# configure:3171: checking whether gcc accepts -g
# configure:3201: gcc -c -g conftest.c >&5
# configure:3207: $? = 0
# configure:3306: result: yes
# configure:3323: checking for gcc option to accept ISO C89
# configure:3397: gcc -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 gcc
# configure:3599: result: gcc3
# configure:3615: checking whether gcc and cc understand -c and -o together
# configure:3650: gcc -c conftest.c -o conftest2.o >&5
# configure:3653: $? = 0
# configure:3659: gcc -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: gcc -E conftest.c
# configure:3792: $? = 0
# configure:3823: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E
# configure:3891: gcc -E conftest.c
# configure:3897: $? = 0
# configure:3928: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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/sbin/grep
# configure:4051: checking for egrep
# configure:4129: result: /usr/sbin/grep -E
# configure:4135: checking whether gcc needs -traditional
# configure:4177: result: no
# configure:4190: checking if gcc supports -Wall flags
# configure:4215: gcc -c -Wall conftest.c >&5
# configure:4221: $? = 0
# configure:4236: result: yes
# configure:4248: checking if gcc supports -Wall -O3 flags
# configure:4273: gcc -c -Wall -O3 conftest.c >&5
# configure:4279: $? = 0
# configure:4294: result: yes
# configure:4315: checking if gcc supports -Wall -O3 -fomit-frame-pointer flags
# configure:4340: gcc -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/sbin/sed
# configure:4702: checking for ld used by gcc
# configure:4769: result: /usr/sbin/ld
# configure:4778: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:4793: result: yes
# configure:4798: checking for /usr/sbin/ld option to reload object files
# configure:4805: result: -r
# configure:4823: checking for BSD-compatible nm
# configure:4872: result: /usr/sbin/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: gcc -c conftest.c >&5
# configure:5153: $? = 0
# configure:5291: checking for ANSI C header files
# configure:5321: gcc -c conftest.c >&5
# configure:5327: $? = 0
# configure:5426: gcc -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: gcc -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for sys/stat.h
# configure:5500: gcc -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for stdlib.h
# configure:5500: gcc -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for string.h
# configure:5500: gcc -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for memory.h
# configure:5500: gcc -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for strings.h
# configure:5500: gcc -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for inttypes.h
# configure:5500: gcc -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for stdint.h
# configure:5500: gcc -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5479: checking for unistd.h
# configure:5500: gcc -c conftest.c >&5
# configure:5506: $? = 0
# configure:5522: result: yes
# configure:5549: checking dlfcn.h usability
# configure:5566: gcc -c conftest.c >&5
# configure:5572: $? = 0
# configure:5586: result: yes
# configure:5590: checking dlfcn.h presence
# configure:5605: gcc -E conftest.c
# configure:5611: $? = 0
# configure:5625: result: yes
# configure:5653: checking for dlfcn.h
# configure:5661: result: yes
# configure:5915: checking the maximum length of command line arguments
# configure:6024: result: 32768
# configure:6035: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:6140: gcc -c conftest.c >&5
# configure:6143: $? = 0
# configure:6147: /usr/sbin/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: gcc -o conftest conftest.c 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/sbin/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/sbin/ranlib
# configure:6477: result: ranlib
# configure:6506: checking for x86_64-unknown-linux-strip
# configure:6533: result: strip
# configure:6859: checking if gcc supports -fno-rtti -fno-exceptions
# configure:6877: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:6881: $? = 0
# configure:6894: result: no
# configure:6909: checking for gcc option to produce PIC
# configure:7119: result: -fPIC
# configure:7127: checking if gcc PIC flag -fPIC works
# configure:7145: gcc -c -fPIC -DPIC conftest.c >&5
# configure:7149: $? = 0
# configure:7162: result: yes
# configure:7190: checking if gcc static flag -static works
# configure:7218: result: yes
# configure:7228: checking if gcc supports -c -o file.o
# configure:7249: gcc -c -o out/conftest2.o conftest.c >&5
# configure:7253: $? = 0
# configure:7275: result: yes
# configure:7301: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:8256: result: yes
# configure:8277: checking whether -lc should be explicitly linked in
# configure:8282: gcc -c conftest.c >&5
# configure:8285: $? = 0
# configure:8300: gcc -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:18962: checking for cos in -lm
# configure:18997: gcc -o conftest conftest.c -lm >&5
# conftest.c:28:6: warning: conflicting types for built-in function 'cos'
# char cos ();
# ^~~
# configure:19003: $? = 0
# configure:19021: result: yes
# configure:19053: checking sys/time.h usability
# configure:19070: gcc -c conftest.c >&5
# configure:19076: $? = 0
# configure:19090: result: yes
# configure:19094: checking sys/time.h presence
# configure:19109: gcc -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: gcc -c conftest.c >&5
# configure:19076: $? = 0
# configure:19090: result: yes
# configure:19094: checking time.h presence
# configure:19109: gcc -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: gcc -c conftest.c >&5
# configure:19076: $? = 0
# configure:19090: result: yes
# configure:19094: checking sys/timeb.h presence
# configure:19109: gcc -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: gcc -c conftest.c >&5
# conftest.c:57:16: fatal error: io.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E conftest.c
# conftest.c:24:16: fatal error: io.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -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: gcc -c conftest.c >&5
# configure:22223: $? = 0
# configure:22238: result: yes
# configure:22248: checking for inline
# configure:22274: gcc -c conftest.c >&5
# configure:22280: $? = 0
# configure:22298: result: inline
# configure:22318: checking for always_inline
# configure:22346: gcc -c -Wall -Werror conftest.c >&5
# configure:22352: $? = 0
# configure:22367: result: yes
# configure:22376: checking for C/C++ restrict keyword
# configure:22412: gcc -c conftest.c >&5
# configure:22418: $? = 0
# configure:22436: result: restrict
# configure:22451: checking for __builtin_expect
# configure:22466: gcc -nostdlib -nostartfiles
# -o conftest conftest.c -lgcc >&5
# /usr/sbin/ld: warning: cannot find entry symbol _start; defaulting to 0000000000400144
# configure:22469: $? = 0
# configure:22477: result: yes
# configure:22486: checking for size_t
# configure:22516: gcc -c conftest.c >&5
# configure:22522: $? = 0
# configure:22537: result: yes
# configure:22549: checking whether byte ordering is bigendian
# configure:22582: gcc -c conftest.c >&5
# configure:22588: $? = 0
# configure:22620: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:34:2: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:34:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# 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: gcc -o conftest conftest.c >&5
# configure:22854: $? = 0
# configure:22872: result: yes
# configure:22792: checking for gettimeofday
# configure:22848: gcc -o conftest conftest.c >&5
# configure:22854: $? = 0
# configure:22872: result: yes
# configure:22792: checking for ftime
# configure:22848: gcc -o conftest conftest.c >&5
# configure:22854: $? = 0
# configure:22872: result: yes
# configure:22882: checking return type of signal handlers
# configure:22910: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:36:10: error: void value not ignored as it ought to be
# return *(signal (0, 0)) (0) == 1;
# ~^~~~~~~~~~~~~~~~~~
# 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: gcc -o conftest conftest.c -lossaudio >&5
# /usr/sbin/ld: cannot find -lossaudio
# collect2: error: ld returned 1 exit status
# 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: gcc -c -Werror conftest.c >&5
# configure:23246: $? = 0
# configure:23240: gcc -c -Werror conftest.c >&5
# configure:23246: $? = 0
# configure:23240: gcc -c -Werror conftest.c >&5
# configure:23246: $? = 0
# configure:23240: gcc -c -Werror conftest.c >&5
# configure:23246: $? = 0
# configure:23240: gcc -c -Werror conftest.c >&5
# configure:23246: $? = 0
# configure:23240: gcc -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 1dcdd7021d2d
#
# 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=
# ac_cv_env_CC_value=
# 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/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# 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_cc_gcc_c_o=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/sbin/ld
# lt_cv_path_NM='/usr/sbin/nm -B'
# lt_cv_path_SED=/usr/sbin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (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_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='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# COMPARE_LIBS='-lm'
# CPP='gcc -E'
# CPPFLAGS=''
# CXXCPP=''
# 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/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/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='gcc'
# 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/sbin/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