Build of speex with clang_glibc toolchain

The build took 00h 01m 53s and was SUCCESSFUL.

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

SLOCLanguage
18,482 ansic
13,523 makefile
11,009 sh
43,014 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: speex 1.2rc2-1 (Thu Apr 13 19:03:04 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) speexdsp-1.2rc3-2
#
# Total Installed Size: 0.53 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing speexdsp...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking whether make supports nested variables... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether to enable maintainer-specific portions of Makefiles... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking dependency style of clang... gcc3
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... dlltool
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking whether byte ordering is bigendian... no
# checking for an ANSI C-conforming const... yes
# checking for inline... inline
# checking for C/C++ restrict keyword... __restrict
# checking for C99 variable-size arrays... yes
# checking alloca.h usability... yes
# checking alloca.h presence... yes
# checking for alloca.h... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking for alloca... yes
# checking for SSE in current arch/CFLAGS... yes
# checking for ELF visibility... yes
# checking sys/soundcard.h usability... yes
# checking sys/soundcard.h presence... yes
# checking for sys/soundcard.h... yes
# checking sys/audioio.h usability... no
# checking sys/audioio.h presence... no
# checking for sys/audioio.h... no
# checking for cos in -lm... yes
# checking for getopt_long... yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for OGG... yes
# checking for SPEEXDSP... yes
# checking size of int16_t... 2
# checking size of uint16_t... 2
# checking size of u_int16_t... 2
# checking size of int32_t... 4
# checking size of uint32_t... 4
# checking size of u_int32_t... 4
# checking size of short... 2
# checking size of int... 4
# checking size of long... 8
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating libspeex/Makefile
# config.status: creating src/Makefile
# config.status: creating doc/Makefile
# config.status: creating Speex.spec
# config.status: creating include/Makefile
# config.status: creating include/speex/Makefile
# config.status: creating speex.pc
# config.status: creating win32/Makefile
# config.status: creating win32/libspeex/Makefile
# config.status: creating win32/speexenc/Makefile
# config.status: creating win32/speexdec/Makefile
# config.status: creating symbian/Makefile
# config.status: creating win32/VS2003/Makefile
# config.status: creating win32/VS2003/tests/Makefile
# config.status: creating win32/VS2003/libspeex/Makefile
# config.status: creating win32/VS2003/speexdec/Makefile
# config.status: creating win32/VS2003/speexenc/Makefile
# config.status: creating win32/VS2005/Makefile
# config.status: creating win32/VS2005/libspeex/Makefile
# config.status: creating win32/VS2005/speexdec/Makefile
# config.status: creating win32/VS2005/speexenc/Makefile
# config.status: creating win32/VS2005/tests/Makefile
# config.status: creating win32/VS2008/Makefile
# config.status: creating win32/VS2008/speexdec/Makefile
# config.status: creating win32/VS2008/tests/Makefile
# config.status: creating win32/VS2008/libspeex/Makefile
# config.status: creating win32/VS2008/speexenc/Makefile
# config.status: creating include/speex/speex_config_types.h
# config.status: creating ti/Makefile
# config.status: creating ti/speex_C54_test/Makefile
# config.status: creating ti/speex_C55_test/Makefile
# config.status: creating ti/speex_C64_test/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# Type "make; make install" to compile and install Speex
# make all-recursive
# make[1]: Entering directory '/tmp/speex/src/speex-1.2rc2'
# Making all in libspeex
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/libspeex'
# CC cb_search.lo
# CC exc_10_32_table.lo
# CC exc_8_128_table.lo
# CC filters.lo
# CC gain_table.lo
# CC hexc_table.lo
# CC high_lsp_tables.lo
# CC lsp.lo
# CC ltp.lo
# CC speex.lo
# CC stereo.lo
# CC vbr.lo
# CC vq.lo
# CC bits.lo
# CC exc_10_16_table.lo
# CC exc_20_32_table.lo
# CC exc_5_256_table.lo
# CC exc_5_64_table.lo
# CC gain_table_lbr.lo
# CC hexc_10_32_table.lo
# CC lpc.lo
# CC lsp_tables_nb.lo
# CC modes.lo
# CC modes_wb.lo
# CC nb_celp.lo
# CC quant_lsp.lo
# CC sb_celp.lo
# CC speex_callbacks.lo
# CC speex_header.lo
# CC window.lo
# CCLD libspeex.la
# CC testenc.o
# CCLD testenc
# CC testenc_wb.o
# CCLD testenc_wb
# CC testenc_uwb.o
# CCLD testenc_uwb
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/libspeex'
# Making all in include
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/include'
# Making all in speex
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/include/speex'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/include/speex'
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/include'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/include'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/include'
# Making all in doc
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/doc'
# Making all in win32
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32'
# Making all in libspeex
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/libspeex'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/libspeex'
# Making all in speexenc
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/speexenc'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/speexenc'
# Making all in speexdec
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/speexdec'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/speexdec'
# Making all in VS2003
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003'
# Making all in libspeex
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/libspeex'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/libspeex'
# Making all in speexenc
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/speexenc'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/speexenc'
# Making all in speexdec
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/speexdec'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/speexdec'
# Making all in tests
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/tests'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/tests'
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003'
# Making all in VS2005
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005'
# Making all in libspeex
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/libspeex'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/libspeex'
# Making all in speexenc
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/speexenc'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/speexenc'
# Making all in speexdec
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/speexdec'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/speexdec'
# Making all in tests
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/tests'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/tests'
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005'
# Making all in VS2008
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008'
# Making all in libspeex
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/libspeex'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/libspeex'
# Making all in speexenc
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/speexenc'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/speexenc'
# Making all in speexdec
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/speexdec'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/speexdec'
# Making all in tests
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/tests'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/tests'
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008'
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32'
# Making all in symbian
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/symbian'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/symbian'
# Making all in ti
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/ti'
# Making all in speex_C54_test
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/ti/speex_C54_test'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/ti/speex_C54_test'
# Making all in speex_C55_test
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/ti/speex_C55_test'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/ti/speex_C55_test'
# Making all in speex_C64_test
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/ti/speex_C64_test'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/ti/speex_C64_test'
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/ti'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/ti'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/ti'
# Making all in src
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/src'
# CC speexenc.o
# CC wav_io.o
# CC skeleton.o
# CCLD speexenc
# CC speexdec.o
# CCLD speexdec
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/src'
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2'
# make[1]: Leaving directory '/tmp/speex/src/speex-1.2rc2'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in libspeex
# make[1]: Entering directory '/tmp/speex/src/speex-1.2rc2/libspeex'
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/libspeex'
# /usr/bin/mkdir -p '/tmp/speex/pkg/speex/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libspeex.la '/tmp/speex/pkg/speex/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libspeex.so.1.5.0 /tmp/speex/pkg/speex/usr/lib/libspeex.so.1.5.0
# libtool: install: (cd /tmp/speex/pkg/speex/usr/lib && { ln -s -f libspeex.so.1.5.0 libspeex.so.1 || { rm -f libspeex.so.1 && ln -s libspeex.so.1.5.0 libspeex.so.1; }; })
# libtool: install: (cd /tmp/speex/pkg/speex/usr/lib && { ln -s -f libspeex.so.1.5.0 libspeex.so || { rm -f libspeex.so && ln -s libspeex.so.1.5.0 libspeex.so; }; })
# libtool: install: /usr/bin/install -c .libs/libspeex.lai /tmp/speex/pkg/speex/usr/lib/libspeex.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/libspeex'
# make[1]: Leaving directory '/tmp/speex/src/speex-1.2rc2/libspeex'
# Making install in include
# make[1]: Entering directory '/tmp/speex/src/speex-1.2rc2/include'
# Making install in speex
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/include/speex'
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/include/speex'
# make[3]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/speex/pkg/speex/usr/include/speex'
# /usr/bin/install -c -m 644 speex_config_types.h '/tmp/speex/pkg/speex/usr/include/speex'
# /usr/bin/mkdir -p '/tmp/speex/pkg/speex/usr/include/speex'
# /usr/bin/install -c -m 644 speex.h speex_bits.h speex_callbacks.h speex_header.h speex_stereo.h speex_types.h '/tmp/speex/pkg/speex/usr/include/speex'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/include/speex'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/include/speex'
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/include'
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/include'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/include'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/include'
# make[1]: Leaving directory '/tmp/speex/src/speex-1.2rc2/include'
# Making install in doc
# make[1]: Entering directory '/tmp/speex/src/speex-1.2rc2/doc'
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/speex/pkg/speex/usr/share/doc/speex'
# /usr/bin/install -c -m 644 manual.pdf '/tmp/speex/pkg/speex/usr/share/doc/speex'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/doc'
# make[1]: Leaving directory '/tmp/speex/src/speex-1.2rc2/doc'
# Making install in win32
# make[1]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32'
# Making install in libspeex
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/libspeex'
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/libspeex'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/libspeex'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/libspeex'
# Making install in speexenc
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/speexenc'
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/speexenc'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/speexenc'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/speexenc'
# Making install in speexdec
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/speexdec'
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/speexdec'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/speexdec'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/speexdec'
# Making install in VS2003
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003'
# Making install in libspeex
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/libspeex'
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/libspeex'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/libspeex'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/libspeex'
# Making install in speexenc
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/speexenc'
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/speexenc'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/speexenc'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/speexenc'
# Making install in speexdec
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/speexdec'
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/speexdec'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/speexdec'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/speexdec'
# Making install in tests
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/tests'
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/tests'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/tests'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003/tests'
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003'
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2003'
# Making install in VS2005
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005'
# Making install in libspeex
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/libspeex'
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/libspeex'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/libspeex'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/libspeex'
# Making install in speexenc
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/speexenc'
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/speexenc'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/speexenc'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/speexenc'
# Making install in speexdec
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/speexdec'
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/speexdec'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/speexdec'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/speexdec'
# Making install in tests
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/tests'
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/tests'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/tests'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005/tests'
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005'
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2005'
# Making install in VS2008
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008'
# Making install in libspeex
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/libspeex'
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/libspeex'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/libspeex'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/libspeex'
# Making install in speexenc
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/speexenc'
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/speexenc'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/speexenc'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/speexenc'
# Making install in speexdec
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/speexdec'
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/speexdec'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/speexdec'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/speexdec'
# Making install in tests
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/tests'
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/tests'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/tests'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008/tests'
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008'
# make[4]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008'
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32/VS2008'
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32'
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/win32'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32'
# make[1]: Leaving directory '/tmp/speex/src/speex-1.2rc2/win32'
# Making install in symbian
# make[1]: Entering directory '/tmp/speex/src/speex-1.2rc2/symbian'
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/symbian'
# 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/speex/src/speex-1.2rc2/symbian'
# make[1]: Leaving directory '/tmp/speex/src/speex-1.2rc2/symbian'
# Making install in ti
# make[1]: Entering directory '/tmp/speex/src/speex-1.2rc2/ti'
# Making install in speex_C54_test
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/ti/speex_C54_test'
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/ti/speex_C54_test'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/ti/speex_C54_test'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/ti/speex_C54_test'
# Making install in speex_C55_test
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/ti/speex_C55_test'
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/ti/speex_C55_test'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/ti/speex_C55_test'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/ti/speex_C55_test'
# Making install in speex_C64_test
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/ti/speex_C64_test'
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/ti/speex_C64_test'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/ti/speex_C64_test'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/ti/speex_C64_test'
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/ti'
# make[3]: Entering directory '/tmp/speex/src/speex-1.2rc2/ti'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/speex/src/speex-1.2rc2/ti'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/ti'
# make[1]: Leaving directory '/tmp/speex/src/speex-1.2rc2/ti'
# Making install in src
# make[1]: Entering directory '/tmp/speex/src/speex-1.2rc2/src'
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2/src'
# /usr/bin/mkdir -p '/tmp/speex/pkg/speex/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c speexenc speexdec '/tmp/speex/pkg/speex/usr/bin'
# libtool: install: warning: `../libspeex/libspeex.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/speexenc /tmp/speex/pkg/speex/usr/bin/speexenc
# libtool: install: warning: `../libspeex/libspeex.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/speexdec /tmp/speex/pkg/speex/usr/bin/speexdec
# /usr/bin/mkdir -p '/tmp/speex/pkg/speex/usr/share/man/man1'
# /usr/bin/install -c -m 644 speexenc.1 speexdec.1 '/tmp/speex/pkg/speex/usr/share/man/man1'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2/src'
# make[1]: Leaving directory '/tmp/speex/src/speex-1.2rc2/src'
# make[1]: Entering directory '/tmp/speex/src/speex-1.2rc2'
# make[2]: Entering directory '/tmp/speex/src/speex-1.2rc2'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/speex/pkg/speex/usr/share/aclocal'
# /usr/bin/install -c -m 644 speex.m4 '/tmp/speex/pkg/speex/usr/share/aclocal'
# /usr/bin/mkdir -p '/tmp/speex/pkg/speex/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 speex.pc '/tmp/speex/pkg/speex/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/speex/src/speex-1.2rc2'
# make[1]: Leaving directory '/tmp/speex/src/speex-1.2rc2'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "speex"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: speex 1.2rc2-1 (Thu Apr 13 19:03:45 UTC 2017)

CMD: pacman --query --file speex-1.2rc2-1-x86_64.pkg.tar.xz
# speex 1.2rc2-1

Creating hybrid package for 'speex'

Trying to find vanilla package 'speex'...

CMD: pacman --query --file /mirror/speexdsp-1.2rc3-2.pkg.tar.xz
# speexdsp 1.2rc3-2

CMD: pacman --query --file /mirror/speex-1.2rc2-1.pkg.tar.xz
# speex 1.2rc2-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libspeex.so.1
# /usr/lib/libspeex.so
# /usr/lib/libspeex.so.1.5.0
# /usr/lib/pkgconfig/speex.pc
# /usr/include/speex/speex.h
# /usr/include/speex/speex_bits.h
# /usr/include/speex/speex_config_types.h
# /usr/include/speex/speex_callbacks.h
# /usr/include/speex/speex_header.h
# /usr/include/speex/speex_stereo.h
# /usr/include/speex/speex_types.h
# /usr/share/doc/speex/manual.pdf
# /usr/share/man/man1/speexenc.1.gz
# /usr/share/man/man1/speexdec.1.gz
# /usr/share/aclocal/speex.m4
# /usr/share/licenses/speex/LICENSE
# /usr/bin/speexenc
# /usr/bin/speexdec
# /sysroot/usr/lib/libspeex.so.1.5.0
# /sysroot/usr/lib/libspeex.so.1
# /sysroot/usr/lib/libspeex.so
# /sysroot/usr/lib/libspeex.la
# /sysroot/usr/lib/pkgconfig/speex.pc
# /sysroot/usr/include/speex/speex_config_types.h
# /sysroot/usr/include/speex/speex.h
# /sysroot/usr/include/speex/speex_bits.h
# /sysroot/usr/include/speex/speex_callbacks.h
# /sysroot/usr/include/speex/speex_header.h
# /sysroot/usr/include/speex/speex_stereo.h
# /sysroot/usr/include/speex/speex_types.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 speex.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/speex.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/speex.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/speex/src/speex-1.2rc2/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 speex configure 1.2rc2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --enable-binaries
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 4020aae7520c
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2490: checking whether make supports nested variables
# configure:2507: result: yes
# configure:2579: checking for a BSD-compatible install
# configure:2647: result: /usr/bin/install -c
# configure:2658: checking whether build environment is sane
# configure:2713: result: yes
# configure:2772: checking for x86_64-unknown-linux-strip
# configure:2802: result: no
# configure:2812: checking for strip
# configure:2828: found /usr/bin/strip
# configure:2839: result: strip
# configure:2864: checking for a thread-safe mkdir -p
# configure:2903: result: /usr/bin/mkdir -p
# configure:2910: checking for gawk
# configure:2926: found /usr/bin/gawk
# configure:2937: result: gawk
# configure:2948: checking whether make sets $(MAKE)
# configure:2970: result: yes
# configure:3053: checking whether to enable maintainer-specific portions of Makefiles
# configure:3062: result: yes
# configure:3080: checking build system type
# configure:3094: result: x86_64-unknown-linux-gnu
# configure:3114: checking host system type
# configure:3127: result: x86_64-unknown-linux-gnu
# configure:3496: checking how to print strings
# configure:3523: result: printf
# configure:3556: checking for style of include used by make
# configure:3584: result: GNU
# configure:3615: checking for x86_64-unknown-linux-gcc
# configure:3642: result: clang
# configure:3911: checking for C compiler version
# configure:3920: 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:3931: $? = 0
# configure:3920: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3931: $? = 0
# configure:3920: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3931: $? = 1
# configure:3920: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3931: $? = 1
# configure:3951: checking whether the C compiler works
# configure:3973: clang conftest.c >&5
# configure:3977: $? = 0
# configure:4025: result: yes
# configure:4028: checking for C compiler default output file name
# configure:4030: result: a.out
# configure:4036: checking for suffix of executables
# configure:4043: clang -o conftest conftest.c >&5
# configure:4047: $? = 0
# configure:4069: result:
# configure:4091: checking whether we are cross compiling
# configure:4099: clang -o conftest conftest.c >&5
# configure:4103: $? = 0
# configure:4110: ./conftest
# configure:4114: $? = 0
# configure:4129: result: no
# configure:4134: checking for suffix of object files
# configure:4156: clang -c conftest.c >&5
# configure:4160: $? = 0
# configure:4181: result: o
# configure:4185: checking whether we are using the GNU C compiler
# configure:4204: clang -c conftest.c >&5
# configure:4204: $? = 0
# configure:4213: result: yes
# configure:4222: checking whether clang accepts -g
# configure:4242: clang -c -g conftest.c >&5
# configure:4242: $? = 0
# configure:4283: result: yes
# configure:4300: checking for clang option to accept ISO C89
# configure:4363: clang -c conftest.c >&5
# configure:4363: $? = 0
# configure:4376: result: none needed
# configure:4398: checking dependency style of clang
# configure:4509: result: gcc3
# configure:4524: checking for a sed that does not truncate output
# configure:4588: result: /usr/bin/sed
# configure:4606: checking for grep that handles long lines and -e
# configure:4664: result: /usr/bin/grep
# configure:4669: checking for egrep
# configure:4731: result: /usr/bin/grep -E
# configure:4736: checking for fgrep
# configure:4798: result: /usr/bin/grep -F
# configure:4833: checking for ld used by clang
# configure:4900: result: /usr/bin/ld
# configure:4907: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4922: result: yes
# configure:4934: checking for BSD- or MS-compatible name lister (nm)
# configure:4983: result: /usr/bin/nm -B
# configure:5113: checking the name lister (/usr/bin/nm -B) interface
# configure:5120: clang -c conftest.c >&5
# configure:5123: /usr/bin/nm -B "conftest.o"
# configure:5126: output
# 0000000000000000 B some_variable
# configure:5133: result: BSD nm
# configure:5136: checking whether ln -s works
# configure:5140: result: yes
# configure:5148: checking the maximum length of command line arguments
# configure:5278: result: 1572864
# configure:5295: checking whether the shell understands some XSI constructs
# configure:5305: result: yes
# configure:5309: checking whether the shell understands "+="
# configure:5315: result: yes
# configure:5350: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5390: result: func_convert_file_noop
# configure:5397: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5417: result: func_convert_file_noop
# configure:5424: checking for /usr/bin/ld option to reload object files
# configure:5431: result: -r
# configure:5465: checking for x86_64-unknown-linux-objdump
# configure:5492: result: objdump
# configure:5561: checking how to recognize dependent libraries
# configure:5763: result: pass_all
# configure:5808: checking for x86_64-unknown-linux-dlltool
# configure:5835: result: dlltool
# configure:5905: checking how to associate runtime and link libraries
# configure:5932: result: printf %s\n
# configure:5949: checking for x86_64-unknown-linux-ar
# configure:5979: result: no
# configure:5993: checking for ar
# configure:6009: found /usr/bin/ar
# configure:6020: result: ar
# configure:6057: checking for archiver @FILE support
# configure:6074: clang -c conftest.c >&5
# configure:6074: $? = 0
# configure:6077: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6080: $? = 0
# configure:6085: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6088: $? = 1
# configure:6100: result: @
# configure:6118: checking for x86_64-unknown-linux-strip
# configure:6145: result: strip
# configure:6217: checking for x86_64-unknown-linux-ranlib
# configure:6247: result: no
# configure:6257: checking for ranlib
# configure:6273: found /usr/bin/ranlib
# configure:6284: result: ranlib
# configure:6386: checking command to parse /usr/bin/nm -B output from clang object
# configure:6506: clang -c conftest.c >&5
# configure:6509: $? = 0
# configure:6513: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6516: $? = 0
# configure:6582: clang -o conftest conftest.c conftstm.o >&5
# configure:6585: $? = 0
# configure:6623: result: ok
# configure:6660: checking for sysroot
# configure:6690: result: no
# configure:6767: clang -c conftest.c >&5
# configure:6770: $? = 0
# configure:6912: checking for x86_64-unknown-linux-mt
# configure:6942: result: no
# configure:6952: checking for mt
# configure:6982: result: no
# configure:7002: checking if : is a manifest tool
# configure:7008: : '-?'
# configure:7016: result: no
# configure:7658: checking how to run the C preprocessor
# configure:7689: clang -E conftest.c
# configure:7689: $? = 0
# configure:7703: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7703: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "speex"
# | #define PACKAGE_TARNAME "speex"
# | #define PACKAGE_VERSION "1.2rc2"
# | #define PACKAGE_STRING "speex 1.2rc2"
# | #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:7728: result: clang -E
# configure:7748: clang -E conftest.c
# configure:7748: $? = 0
# configure:7762: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7762: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "speex"
# | #define PACKAGE_TARNAME "speex"
# | #define PACKAGE_VERSION "1.2rc2"
# | #define PACKAGE_STRING "speex 1.2rc2"
# | #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:7791: checking for ANSI C header files
# configure:7811: clang -c conftest.c >&5
# configure:7811: $? = 0
# configure:7884: clang -o conftest conftest.c >&5
# configure:7884: $? = 0
# configure:7884: ./conftest
# configure:7884: $? = 0
# configure:7895: result: yes
# configure:7908: checking for sys/types.h
# configure:7908: clang -c conftest.c >&5
# configure:7908: $? = 0
# configure:7908: result: yes
# configure:7908: checking for sys/stat.h
# configure:7908: clang -c conftest.c >&5
# configure:7908: $? = 0
# configure:7908: result: yes
# configure:7908: checking for stdlib.h
# configure:7908: clang -c conftest.c >&5
# configure:7908: $? = 0
# configure:7908: result: yes
# configure:7908: checking for string.h
# configure:7908: clang -c conftest.c >&5
# configure:7908: $? = 0
# configure:7908: result: yes
# configure:7908: checking for memory.h
# configure:7908: clang -c conftest.c >&5
# configure:7908: $? = 0
# configure:7908: result: yes
# configure:7908: checking for strings.h
# configure:7908: clang -c conftest.c >&5
# configure:7908: $? = 0
# configure:7908: result: yes
# configure:7908: checking for inttypes.h
# configure:7908: clang -c conftest.c >&5
# configure:7908: $? = 0
# configure:7908: result: yes
# configure:7908: checking for stdint.h
# configure:7908: clang -c conftest.c >&5
# configure:7908: $? = 0
# configure:7908: result: yes
# configure:7908: checking for unistd.h
# configure:7908: clang -c conftest.c >&5
# configure:7908: $? = 0
# configure:7908: result: yes
# configure:7922: checking for dlfcn.h
# configure:7922: clang -c conftest.c >&5
# configure:7922: $? = 0
# configure:7922: result: yes
# configure:8126: checking for objdir
# configure:8141: result: .libs
# configure:8412: checking if clang supports -fno-rtti -fno-exceptions
# configure:8430: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8434: $? = 0
# configure:8447: result: yes
# configure:8774: checking for clang option to produce PIC
# configure:8781: result: -fPIC -DPIC
# configure:8789: checking if clang PIC flag -fPIC -DPIC works
# configure:8807: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8811: $? = 0
# configure:8824: result: yes
# configure:8853: checking if clang static flag -static works
# configure:8881: result: yes
# configure:8896: checking if clang supports -c -o file.o
# configure:8917: clang -c -o out/conftest2.o conftest.c >&5
# configure:8921: $? = 0
# configure:8943: result: yes
# configure:8951: checking if clang supports -c -o file.o
# configure:8998: result: yes
# configure:9031: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10184: result: yes
# configure:10221: checking whether -lc should be explicitly linked in
# configure:10229: clang -c conftest.c >&5
# configure:10232: $? = 0
# configure:10247: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10250: $? = 0
# configure:10264: result: no
# configure:10424: checking dynamic linker characteristics
# configure:10935: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10935: $? = 0
# configure:11161: result: GNU/Linux ld.so
# configure:11268: checking how to hardcode library paths into programs
# configure:11293: result: immediate
# configure:11833: checking whether stripping libraries is possible
# configure:11838: result: yes
# configure:11873: checking if libtool supports shared libraries
# configure:11875: result: yes
# configure:11878: checking whether to build shared libraries
# configure:11899: result: yes
# configure:11902: checking whether to build static libraries
# configure:11906: result: no
# configure:11944: checking whether byte ordering is bigendian
# configure:11959: clang -c conftest.c >&5
# conftest.c:22:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:22:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:11959: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "speex"
# | #define PACKAGE_TARNAME "speex"
# | #define PACKAGE_VERSION "1.2rc2"
# | #define PACKAGE_STRING "speex 1.2rc2"
# | #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:12004: clang -c conftest.c >&5
# configure:12004: $? = 0
# configure:12022: clang -c conftest.c >&5
# conftest.c:28:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:12022: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "speex"
# | #define PACKAGE_TARNAME "speex"
# | #define PACKAGE_VERSION "1.2rc2"
# | #define PACKAGE_STRING "speex 1.2rc2"
# | #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:12150: result: no
# configure:12168: checking for an ANSI C-conforming const
# configure:12234: clang -c conftest.c >&5
# configure:12234: $? = 0
# configure:12241: result: yes
# configure:12249: checking for inline
# configure:12265: clang -c conftest.c >&5
# configure:12265: $? = 0
# configure:12273: result: inline
# configure:12291: checking for C/C++ restrict keyword
# configure:12316: clang -c conftest.c >&5
# configure:12316: $? = 0
# configure:12324: result: __restrict
# configure:12339: checking for C99 variable-size arrays
# configure:12356: clang -c conftest.c >&5
# configure:12356: $? = 0
# configure:12366: result: yes
# configure:12372: checking alloca.h usability
# configure:12372: clang -c conftest.c >&5
# configure:12372: $? = 0
# configure:12372: result: yes
# configure:12372: checking alloca.h presence
# configure:12372: clang -E conftest.c
# configure:12372: $? = 0
# configure:12372: result: yes
# configure:12372: checking for alloca.h
# configure:12372: result: yes
# configure:12372: checking getopt.h usability
# configure:12372: clang -c conftest.c >&5
# configure:12372: $? = 0
# configure:12372: result: yes
# configure:12372: checking getopt.h presence
# configure:12372: clang -E conftest.c
# configure:12372: $? = 0
# configure:12372: result: yes
# configure:12372: checking for getopt.h
# configure:12372: result: yes
# configure:12382: checking for alloca
# configure:12403: clang -c conftest.c >&5
# configure:12403: $? = 0
# configure:12417: result: yes
# configure:12420: checking for SSE in current arch/CFLAGS
# configure:12439: clang -o conftest conftest.c >&5
# configure:12439: $? = 0
# configure:12451: result: yes
# configure:12456: checking for ELF visibility
# configure:12474: clang -c -fvisibility=hidden conftest.c >&5
# configure:12474: $? = 0
# configure:12492: result: yes
# configure:12498: checking sys/soundcard.h usability
# configure:12498: clang -c -fvisibility=hidden conftest.c >&5
# configure:12498: $? = 0
# configure:12498: result: yes
# configure:12498: checking sys/soundcard.h presence
# configure:12498: clang -E conftest.c
# configure:12498: $? = 0
# configure:12498: result: yes
# configure:12498: checking for sys/soundcard.h
# configure:12498: result: yes
# configure:12498: checking sys/audioio.h usability
# configure:12498: clang -c -fvisibility=hidden conftest.c >&5
# conftest.c:60:10: fatal error: 'sys/audioio.h' file not found
# #include
# ^
# 1 error generated.
# configure:12498: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "speex"
# | #define PACKAGE_TARNAME "speex"
# | #define PACKAGE_VERSION "1.2rc2"
# | #define PACKAGE_STRING "speex 1.2rc2"
# | #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define restrict __restrict
# | #define VAR_ARRAYS /**/
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT_H 1
# | #define EXPORT __attribute__((visibility("default")))
# | #define HAVE_SYS_SOUNDCARD_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:12498: result: no
# configure:12498: checking sys/audioio.h presence
# configure:12498: clang -E conftest.c
# conftest.c:27:10: fatal error: 'sys/audioio.h' file not found
# #include
# ^
# 1 error generated.
# configure:12498: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "speex"
# | #define PACKAGE_TARNAME "speex"
# | #define PACKAGE_VERSION "1.2rc2"
# | #define PACKAGE_STRING "speex 1.2rc2"
# | #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define restrict __restrict
# | #define VAR_ARRAYS /**/
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT_H 1
# | #define EXPORT __attribute__((visibility("default")))
# | #define HAVE_SYS_SOUNDCARD_H 1
# | /* end confdefs.h. */
# | #include
# configure:12498: result: no
# configure:12498: checking for sys/audioio.h
# configure:12498: result: no
# configure:12597: checking for cos in -lm
# configure:12622: clang -o conftest -fvisibility=hidden conftest.c -lm >&5
# conftest.c:34:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
# char cos ();
# ^
# conftest.c:34:6: note: 'cos' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:12622: $? = 0
# configure:12631: result: yes
# configure:12645: checking for getopt_long
# configure:12645: clang -o conftest -fvisibility=hidden conftest.c >&5
# configure:12645: $? = 0
# configure:12645: result: yes
# configure:12821: checking for x86_64-unknown-linux-pkg-config
# configure:12854: result: no
# configure:12864: checking for pkg-config
# configure:12882: found /usr/bin/pkg-config
# configure:12894: result: /usr/bin/pkg-config
# configure:12919: checking pkg-config is at least version 0.9.0
# configure:12922: result: yes
# configure:12932: checking for OGG
# configure:12939: $PKG_CONFIG --exists --print-errors "ogg"
# configure:12942: $? = 0
# configure:12956: $PKG_CONFIG --exists --print-errors "ogg"
# configure:12959: $? = 0
# configure:13011: result: yes
# configure:13300: checking for SPEEXDSP
# configure:13307: $PKG_CONFIG --exists --print-errors "speexdsp"
# configure:13310: $? = 0
# configure:13324: $PKG_CONFIG --exists --print-errors "speexdsp"
# configure:13327: $? = 0
# configure:13365: result: yes
# configure:13377: checking size of int16_t
# configure:13382: clang -o conftest -fvisibility=hidden conftest.c >&5
# configure:13382: $? = 0
# configure:13382: ./conftest
# configure:13382: $? = 0
# configure:13396: result: 2
# configure:13410: checking size of uint16_t
# configure:13415: clang -o conftest -fvisibility=hidden conftest.c >&5
# configure:13415: $? = 0
# configure:13415: ./conftest
# configure:13415: $? = 0
# configure:13429: result: 2
# configure:13443: checking size of u_int16_t
# configure:13448: clang -o conftest -fvisibility=hidden conftest.c >&5
# configure:13448: $? = 0
# configure:13448: ./conftest
# configure:13448: $? = 0
# configure:13462: result: 2
# configure:13476: checking size of int32_t
# configure:13481: clang -o conftest -fvisibility=hidden conftest.c >&5
# configure:13481: $? = 0
# configure:13481: ./conftest
# configure:13481: $? = 0
# configure:13495: result: 4
# configure:13509: checking size of uint32_t
# configure:13514: clang -o conftest -fvisibility=hidden conftest.c >&5
# configure:13514: $? = 0
# configure:13514: ./conftest
# configure:13514: $? = 0
# configure:13528: result: 4
# configure:13542: checking size of u_int32_t
# configure:13547: clang -o conftest -fvisibility=hidden conftest.c >&5
# configure:13547: $? = 0
# configure:13547: ./conftest
# configure:13547: $? = 0
# configure:13561: result: 4
# configure:13575: checking size of short
# configure:13580: clang -o conftest -fvisibility=hidden conftest.c >&5
# configure:13580: $? = 0
# configure:13580: ./conftest
# configure:13580: $? = 0
# configure:13594: result: 2
# configure:13608: checking size of int
# configure:13613: clang -o conftest -fvisibility=hidden conftest.c >&5
# configure:13613: $? = 0
# configure:13613: ./conftest
# configure:13613: $? = 0
# configure:13627: result: 4
# configure:13641: checking size of long
# configure:13646: clang -o conftest -fvisibility=hidden conftest.c >&5
# configure:13646: $? = 0
# configure:13646: ./conftest
# configure:13646: $? = 0
# configure:13660: result: 8
# configure:13855: checking that generated files are newer than configure
# configure:13861: result: done
# configure:13913: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by speex config.status 1.2rc2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 4020aae7520c
#
# config.status:1168: creating Makefile
# config.status:1168: creating libspeex/Makefile
# config.status:1168: creating src/Makefile
# config.status:1168: creating doc/Makefile
# config.status:1168: creating Speex.spec
# config.status:1168: creating include/Makefile
# config.status:1168: creating include/speex/Makefile
# config.status:1168: creating speex.pc
# config.status:1168: creating win32/Makefile
# config.status:1168: creating win32/libspeex/Makefile
# config.status:1168: creating win32/speexenc/Makefile
# config.status:1168: creating win32/speexdec/Makefile
# config.status:1168: creating symbian/Makefile
# config.status:1168: creating win32/VS2003/Makefile
# config.status:1168: creating win32/VS2003/tests/Makefile
# config.status:1168: creating win32/VS2003/libspeex/Makefile
# config.status:1168: creating win32/VS2003/speexdec/Makefile
# config.status:1168: creating win32/VS2003/speexenc/Makefile
# config.status:1168: creating win32/VS2005/Makefile
# config.status:1168: creating win32/VS2005/libspeex/Makefile
# config.status:1168: creating win32/VS2005/speexdec/Makefile
# config.status:1168: creating win32/VS2005/speexenc/Makefile
# config.status:1168: creating win32/VS2005/tests/Makefile
# config.status:1168: creating win32/VS2008/Makefile
# config.status:1168: creating win32/VS2008/speexdec/Makefile
# config.status:1168: creating win32/VS2008/tests/Makefile
# config.status:1168: creating win32/VS2008/libspeex/Makefile
# config.status:1168: creating win32/VS2008/speexenc/Makefile
# config.status:1168: creating include/speex/speex_config_types.h
# config.status:1168: creating ti/Makefile
# config.status:1168: creating ti/speex_C54_test/Makefile
# config.status:1168: creating ti/speex_C55_test/Makefile
# config.status:1168: creating ti/speex_C64_test/Makefile
# config.status:1168: creating config.h
# config.status:1397: executing depfiles commands
# config.status:1397: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# 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_FFT_CFLAGS_set=
# ac_cv_env_FFT_CFLAGS_value=
# ac_cv_env_FFT_LIBS_set=
# ac_cv_env_FFT_LIBS_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_OGG_CFLAGS_set=
# ac_cv_env_OGG_CFLAGS_value=
# ac_cv_env_OGG_LIBS_set=
# ac_cv_env_OGG_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_SPEEXDSP_CFLAGS_set=
# ac_cv_env_SPEEXDSP_CFLAGS_value=
# ac_cv_env_SPEEXDSP_LIBS_set=
# ac_cv_env_SPEEXDSP_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_getopt_long=yes
# ac_cv_header_alloca_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_audioio_h=no
# ac_cv_header_sys_soundcard_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_m_cos=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# 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_DLLTOOL=dlltool
# ac_cv_prog_OBJDUMP=objdump
# 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_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sizeof_int16_t=2
# ac_cv_sizeof_int32_t=4
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=8
# ac_cv_sizeof_short=2
# ac_cv_sizeof_u_int16_t=2
# ac_cv_sizeof_u_int32_t=4
# ac_cv_sizeof_uint16_t=2
# ac_cv_sizeof_uint32_t=4
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# pkg_cv_OGG_CFLAGS=
# pkg_cv_OGG_LIBS=-logg
# pkg_cv_SPEEXDSP_CFLAGS=
# pkg_cv_SPEEXDSP_LIBS=-lspeexdsp
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/speex/src/speex-1.2rc2/missing aclocal-1.13'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/speex/src/speex-1.2rc2/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/speex/src/speex-1.2rc2/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/speex/src/speex-1.2rc2/missing automake-1.13'
# AWK='gawk'
# BUILD_BINARIES_FALSE='#'
# BUILD_BINARIES_TRUE=''
# BUILD_KISS_FFT_FALSE=''
# BUILD_KISS_FFT_TRUE='#'
# BUILD_SMALLFT_FALSE='#'
# BUILD_SMALLFT_TRUE=''
# BUILD_VORBIS_PSY_FALSE=''
# BUILD_VORBIS_PSY_TRUE='#'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -fvisibility=hidden'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FFT_CFLAGS=''
# FFT_LIBS=''
# FFT_PKGCONFIG=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# INCLUDE_STDINT='#include '
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBM='-lm'
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT=''
# MAINTAINER_MODE_FALSE='#'
# MAINTAINER_MODE_TRUE=''
# MAKEINFO='${SHELL} /tmp/speex/src/speex-1.2rc2/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OGG_CFLAGS=''
# OGG_LIBS='-logg'
# OTOOL64=''
# OTOOL=''
# PACKAGE='speex'
# PACKAGE_BUGREPORT='speex-dev@xiph.org'
# PACKAGE_NAME='speex'
# PACKAGE_STRING='speex 1.2rc2'
# PACKAGE_TARNAME='speex'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.2rc2'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SIZE16='int16_t'
# SIZE32='int32_t'
# SPEEXDSP_CFLAGS=''
# SPEEXDSP_LIBS='-lspeexdsp'
# SPEEX_LT_AGE='5'
# SPEEX_LT_CURRENT='6'
# SPEEX_LT_REVISION='0'
# SPEEX_VERSION='1.2rc2'
# STRIP='strip'
# USIZE16='uint16_t'
# USIZE32='uint32_t'
# VERSION='1.2rc2'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_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/speex/src/speex-1.2rc2/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "speex"
# #define PACKAGE_TARNAME "speex"
# #define PACKAGE_VERSION "1.2rc2"
# #define PACKAGE_STRING "speex 1.2rc2"
# #define PACKAGE_BUGREPORT "speex-dev@xiph.org"
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define restrict __restrict
# #define VAR_ARRAYS /**/
# #define HAVE_ALLOCA_H 1
# #define HAVE_GETOPT_H 1
# #define EXPORT __attribute__((visibility("default")))
# #define HAVE_SYS_SOUNDCARD_H 1
# #define HAVE_GETOPT_LONG 1
# #define SPEEX_VERSION "1.2rc2"
# #define SPEEX_MAJOR_VERSION 1
# #define SPEEX_MINOR_VERSION 1
# #define SPEEX_MICRO_VERSION 16
# #define SPEEX_EXTRA_VERSION ""
# #define FLOATING_POINT /**/
# #define _USE_SSE /**/
# #define USE_SMALLFT /**/
# #define USE_SPEEXDSP /**/
# #define SIZEOF_INT16_T 2
# #define SIZEOF_UINT16_T 2
# #define SIZEOF_U_INT16_T 2
# #define SIZEOF_INT32_T 4
# #define SIZEOF_UINT32_T 4
# #define SIZEOF_U_INT32_T 4
# #define SIZEOF_SHORT 2
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
#
# configure: exit 0