Build of celt0.5.1 with clang_glibc toolchain

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

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

SLOCLanguage
9,783 ansic
9,065 sh
2,116 makefile
20,964 total

The process tree of the build process is here.

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: celt0.5.1 0.5.1.3-3 (Thu Apr 13 18:26:18 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking 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 ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... /usr/bin/nm -B
# checking whether ln -s works... yes
# checking how to recognize dependent libraries... pass_all
# 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 dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking how to run the C++ preprocessor... clang++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... no
# checking for x86_64-unknown-linux-cf77... no
# checking for x86_64-unknown-linux-fort77... no
# checking for x86_64-unknown-linux-fl32... no
# checking for x86_64-unknown-linux-af77... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-f90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-pghpf... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-gfortran... no
# checking for x86_64-unknown-linux-g95... no
# checking for x86_64-unknown-linux-xlf95... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-ifort... no
# checking for x86_64-unknown-linux-ifc... no
# checking for x86_64-unknown-linux-efc... no
# checking for x86_64-unknown-linux-pgf95... no
# checking for x86_64-unknown-linux-lf95... no
# checking for x86_64-unknown-linux-ftn... no
# checking for g77... no
# checking for xlf... no
# checking for f77... no
# checking for frt... no
# checking for pgf77... no
# checking for cf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for xlf90... no
# checking for f90... no
# checking for pgf90... no
# checking for pghpf... no
# checking for epcf90... no
# checking for gfortran... gfortran
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether gfortran accepts -g... yes
# checking the maximum length of command line arguments... 1572864
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC
# checking if clang++ PIC flag -fPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# (cached) (cached) checking how to hardcode library paths into programs... immediate
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for gfortran option to produce PIC... -fPIC
# checking if gfortran PIC flag -fPIC works... yes
# checking if gfortran static flag -static works... no
# checking if gfortran supports -c -o file.o... yes
# checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# (cached) (cached) checking how to hardcode library paths into programs... immediate
# 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 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 Ogg... yes
# checking for sin in -lm... yes
# checking for getopt_long... yes
# checking for main in -lwinmm... no
# checking for lrintf... yes
# checking for lrint... yes
# checking for short... yes
# checking size of short... 2
# checking for int... yes
# checking size of int... 4
# checking for long... yes
# checking size of long... 8
# checking for long long... yes
# checking size of long long... 8
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating libcelt/Makefile
# config.status: creating tests/Makefile
# config.status: creating celt051.pc
# config.status: creating tools/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# Type "make; make install" to compile and install
# make all-recursive
# make[1]: Entering directory '/tmp/celt0.5.1/src/celt-0.5.1.3'
# Making all in libcelt
# make[2]: Entering directory '/tmp/celt0.5.1/src/celt-0.5.1.3/libcelt'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT bands.lo -MD -MP -MF .deps/bands.Tpo -c -o bands.lo bands.c
# mkdir .libs
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT bands.lo -MD -MP -MF .deps/bands.Tpo -c bands.c -fPIC -DPIC -o .libs/bands.o
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT bands.lo -MD -MP -MF .deps/bands.Tpo -c bands.c -o bands.o >/dev/null 2>&1
# mv -f .deps/bands.Tpo .deps/bands.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT celt.lo -MD -MP -MF .deps/celt.Tpo -c -o celt.lo celt.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT celt.lo -MD -MP -MF .deps/celt.Tpo -c celt.c -fPIC -DPIC -o .libs/celt.o
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT celt.lo -MD -MP -MF .deps/celt.Tpo -c celt.c -o celt.o >/dev/null 2>&1
# mv -f .deps/celt.Tpo .deps/celt.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT cwrs.lo -MD -MP -MF .deps/cwrs.Tpo -c -o cwrs.lo cwrs.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT cwrs.lo -MD -MP -MF .deps/cwrs.Tpo -c cwrs.c -fPIC -DPIC -o .libs/cwrs.o
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT cwrs.lo -MD -MP -MF .deps/cwrs.Tpo -c cwrs.c -o cwrs.o >/dev/null 2>&1
# mv -f .deps/cwrs.Tpo .deps/cwrs.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT entcode.lo -MD -MP -MF .deps/entcode.Tpo -c -o entcode.lo entcode.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT entcode.lo -MD -MP -MF .deps/entcode.Tpo -c entcode.c -fPIC -DPIC -o .libs/entcode.o
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT entcode.lo -MD -MP -MF .deps/entcode.Tpo -c entcode.c -o entcode.o >/dev/null 2>&1
# mv -f .deps/entcode.Tpo .deps/entcode.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT entdec.lo -MD -MP -MF .deps/entdec.Tpo -c -o entdec.lo entdec.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT entdec.lo -MD -MP -MF .deps/entdec.Tpo -c entdec.c -fPIC -DPIC -o .libs/entdec.o
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT entdec.lo -MD -MP -MF .deps/entdec.Tpo -c entdec.c -o entdec.o >/dev/null 2>&1
# mv -f .deps/entdec.Tpo .deps/entdec.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT entenc.lo -MD -MP -MF .deps/entenc.Tpo -c -o entenc.lo entenc.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT entenc.lo -MD -MP -MF .deps/entenc.Tpo -c entenc.c -fPIC -DPIC -o .libs/entenc.o
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT entenc.lo -MD -MP -MF .deps/entenc.Tpo -c entenc.c -o entenc.o >/dev/null 2>&1
# mv -f .deps/entenc.Tpo .deps/entenc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT header.lo -MD -MP -MF .deps/header.Tpo -c -o header.lo header.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT header.lo -MD -MP -MF .deps/header.Tpo -c header.c -fPIC -DPIC -o .libs/header.o
# header.c:93:8: warning: cast from 'unsigned char *' to 'celt_int32_t *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
# h = (celt_int32_t*)(packet+28);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT header.lo -MD -MP -MF .deps/header.Tpo -c header.c -o header.o >/dev/null 2>&1
# mv -f .deps/header.Tpo .deps/header.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT kfft_single.lo -MD -MP -MF .deps/kfft_single.Tpo -c -o kfft_single.lo kfft_single.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT kfft_single.lo -MD -MP -MF .deps/kfft_single.Tpo -c kfft_single.c -fPIC -DPIC -o .libs/kfft_single.o
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT kfft_single.lo -MD -MP -MF .deps/kfft_single.Tpo -c kfft_single.c -o kfft_single.o >/dev/null 2>&1
# mv -f .deps/kfft_single.Tpo .deps/kfft_single.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT kiss_fft.lo -MD -MP -MF .deps/kiss_fft.Tpo -c -o kiss_fft.lo kiss_fft.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT kiss_fft.lo -MD -MP -MF .deps/kiss_fft.Tpo -c kiss_fft.c -fPIC -DPIC -o .libs/kiss_fft.o
# kiss_fft.c:649:22: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
# st->bitrev = (int*)((char*)st + memneeded - sizeof(int)*nfft);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT kiss_fft.lo -MD -MP -MF .deps/kiss_fft.Tpo -c kiss_fft.c -o kiss_fft.o >/dev/null 2>&1
# mv -f .deps/kiss_fft.Tpo .deps/kiss_fft.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT kiss_fftr.lo -MD -MP -MF .deps/kiss_fftr.Tpo -c -o kiss_fftr.lo kiss_fftr.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT kiss_fftr.lo -MD -MP -MF .deps/kiss_fftr.Tpo -c kiss_fftr.c -fPIC -DPIC -o .libs/kiss_fftr.o
# kiss_fftr.c:58:26: warning: cast from 'char *' to 'kiss_twiddle_cpx *' increases required alignment from 1 to 4 [-Wcast-align]
# st->super_twiddles = (kiss_twiddle_cpx*) (((char *) st->substate) + subsize);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT kiss_fftr.lo -MD -MP -MF .deps/kiss_fftr.Tpo -c kiss_fftr.c -o kiss_fftr.o >/dev/null 2>&1
# mv -f .deps/kiss_fftr.Tpo .deps/kiss_fftr.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT laplace.lo -MD -MP -MF .deps/laplace.Tpo -c -o laplace.lo laplace.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT laplace.lo -MD -MP -MF .deps/laplace.Tpo -c laplace.c -fPIC -DPIC -o .libs/laplace.o
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT laplace.lo -MD -MP -MF .deps/laplace.Tpo -c laplace.c -o laplace.o >/dev/null 2>&1
# mv -f .deps/laplace.Tpo .deps/laplace.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c -o mdct.lo mdct.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c mdct.c -fPIC -DPIC -o .libs/mdct.o
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c mdct.c -o mdct.o >/dev/null 2>&1
# mv -f .deps/mdct.Tpo .deps/mdct.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT modes.lo -MD -MP -MF .deps/modes.Tpo -c -o modes.lo modes.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT modes.lo -MD -MP -MF .deps/modes.Tpo -c modes.c -fPIC -DPIC -o .libs/modes.o
# modes.c:433:20: warning: cast from 'const celt_int16_t *' (aka 'const short *') to 'int *' increases required alignment from 2 to 4 [-Wcast-align]
# celt_free((int*)mode->bits[i]);
# ^~~~~~~~~~~~~~~~~~~
# modes.c:444:23: warning: cast from 'const celt_int16_t *' (aka 'const short *') to 'int *' increases required alignment from 2 to 4 [-Wcast-align]
# celt_free((int*)mode->bits_stereo[i]);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~
# modes.c:451:14: warning: cast from 'const celt_int16_t *' (aka 'const short *') to 'int *' increases required alignment from 2 to 4 [-Wcast-align]
# celt_free((int*)mode->eBands);
# ^~~~~~~~~~~~~~~~~~
# modes.c:452:14: warning: cast from 'const celt_int16_t *' (aka 'const short *') to 'int *' increases required alignment from 2 to 4 [-Wcast-align]
# celt_free((int*)mode->pBands);
# ^~~~~~~~~~~~~~~~~~
# modes.c:453:14: warning: cast from 'const celt_int16_t *' (aka 'const short *') to 'int *' increases required alignment from 2 to 4 [-Wcast-align]
# celt_free((int*)mode->allocVectors);
# ^~~~~~~~~~~~~~~~~~~~~~~~
# 5 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT modes.lo -MD -MP -MF .deps/modes.Tpo -c modes.c -o modes.o >/dev/null 2>&1
# mv -f .deps/modes.Tpo .deps/modes.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT pitch.lo -MD -MP -MF .deps/pitch.Tpo -c -o pitch.lo pitch.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT pitch.lo -MD -MP -MF .deps/pitch.Tpo -c pitch.c -fPIC -DPIC -o .libs/pitch.o
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT pitch.lo -MD -MP -MF .deps/pitch.Tpo -c pitch.c -o pitch.o >/dev/null 2>&1
# mv -f .deps/pitch.Tpo .deps/pitch.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT psy.lo -MD -MP -MF .deps/psy.Tpo -c -o psy.lo psy.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT psy.lo -MD -MP -MF .deps/psy.Tpo -c psy.c -fPIC -DPIC -o .libs/psy.o
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT psy.lo -MD -MP -MF .deps/psy.Tpo -c psy.c -o psy.o >/dev/null 2>&1
# mv -f .deps/psy.Tpo .deps/psy.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT quant_bands.lo -MD -MP -MF .deps/quant_bands.Tpo -c -o quant_bands.lo quant_bands.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT quant_bands.lo -MD -MP -MF .deps/quant_bands.Tpo -c quant_bands.c -fPIC -DPIC -o .libs/quant_bands.o
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT quant_bands.lo -MD -MP -MF .deps/quant_bands.Tpo -c quant_bands.c -o quant_bands.o >/dev/null 2>&1
# mv -f .deps/quant_bands.Tpo .deps/quant_bands.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT quant_pitch.lo -MD -MP -MF .deps/quant_pitch.Tpo -c -o quant_pitch.lo quant_pitch.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT quant_pitch.lo -MD -MP -MF .deps/quant_pitch.Tpo -c quant_pitch.c -fPIC -DPIC -o .libs/quant_pitch.o
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT quant_pitch.lo -MD -MP -MF .deps/quant_pitch.Tpo -c quant_pitch.c -o quant_pitch.o >/dev/null 2>&1
# mv -f .deps/quant_pitch.Tpo .deps/quant_pitch.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT rangedec.lo -MD -MP -MF .deps/rangedec.Tpo -c -o rangedec.lo rangedec.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT rangedec.lo -MD -MP -MF .deps/rangedec.Tpo -c rangedec.c -fPIC -DPIC -o .libs/rangedec.o
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT rangedec.lo -MD -MP -MF .deps/rangedec.Tpo -c rangedec.c -o rangedec.o >/dev/null 2>&1
# mv -f .deps/rangedec.Tpo .deps/rangedec.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT rangeenc.lo -MD -MP -MF .deps/rangeenc.Tpo -c -o rangeenc.lo rangeenc.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT rangeenc.lo -MD -MP -MF .deps/rangeenc.Tpo -c rangeenc.c -fPIC -DPIC -o .libs/rangeenc.o
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT rangeenc.lo -MD -MP -MF .deps/rangeenc.Tpo -c rangeenc.c -o rangeenc.o >/dev/null 2>&1
# mv -f .deps/rangeenc.Tpo .deps/rangeenc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT rate.lo -MD -MP -MF .deps/rate.Tpo -c -o rate.lo rate.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT rate.lo -MD -MP -MF .deps/rate.Tpo -c rate.c -fPIC -DPIC -o .libs/rate.o
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT rate.lo -MD -MP -MF .deps/rate.Tpo -c rate.c -o rate.o >/dev/null 2>&1
# mv -f .deps/rate.Tpo .deps/rate.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT vq.lo -MD -MP -MF .deps/vq.Tpo -c -o vq.lo vq.c
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT vq.lo -MD -MP -MF .deps/vq.Tpo -c vq.c -fPIC -DPIC -o .libs/vq.o
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT vq.lo -MD -MP -MF .deps/vq.Tpo -c vq.c -o vq.o >/dev/null 2>&1
# mv -f .deps/vq.Tpo .deps/vq.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -version-info 0:0:0 -o libcelt051.la -rpath /usr/lib bands.lo celt.lo cwrs.lo entcode.lo entdec.lo entenc.lo header.lo kfft_single.lo kiss_fft.lo kiss_fftr.lo laplace.lo mdct.lo modes.lo pitch.lo psy.lo quant_bands.lo quant_pitch.lo rangedec.lo rangeenc.lo rate.lo vq.lo -lm
# clang -shared .libs/bands.o .libs/celt.o .libs/cwrs.o .libs/entcode.o .libs/entdec.o .libs/entenc.o .libs/header.o .libs/kfft_single.o .libs/kiss_fft.o .libs/kiss_fftr.o .libs/laplace.o .libs/mdct.o .libs/modes.o .libs/pitch.o .libs/psy.o .libs/quant_bands.o .libs/quant_pitch.o .libs/rangedec.o .libs/rangeenc.o .libs/rate.o .libs/vq.o -lm -Wl,-soname -Wl,libcelt051.so.0 -o .libs/libcelt051.so.0.0.0
# (cd .libs && rm -f libcelt051.so.0 && ln -s libcelt051.so.0.0.0 libcelt051.so.0)
# (cd .libs && rm -f libcelt051.so && ln -s libcelt051.so.0.0.0 libcelt051.so)
# ar cru .libs/libcelt051.a bands.o celt.o cwrs.o entcode.o entdec.o entenc.o header.o kfft_single.o kiss_fft.o kiss_fftr.o laplace.o mdct.o modes.o pitch.o psy.o quant_bands.o quant_pitch.o rangedec.o rangeenc.o rate.o vq.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib .libs/libcelt051.a
# creating libcelt051.la
# (cd .libs && rm -f libcelt051.la && ln -s ../libcelt051.la libcelt051.la)
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT testcelt.o -MD -MP -MF .deps/testcelt.Tpo -c -o testcelt.o testcelt.c
# mv -f .deps/testcelt.Tpo .deps/testcelt.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o testcelt testcelt.o libcelt051.la -lm
# clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o .libs/testcelt testcelt.o ./.libs/libcelt051.so -lm
# creating testcelt
# clang -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT dump_modes.o -MD -MP -MF .deps/dump_modes.Tpo -c -o dump_modes.o dump_modes.c
# mv -f .deps/dump_modes.Tpo .deps/dump_modes.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o dump_modes dump_modes.o libcelt051.la -lm
# clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o .libs/dump_modes dump_modes.o ./.libs/libcelt051.so -lm
# creating dump_modes
# make[2]: Leaving directory '/tmp/celt0.5.1/src/celt-0.5.1.3/libcelt'
# Making all in tests
# make[2]: Entering directory '/tmp/celt0.5.1/src/celt-0.5.1.3/tests'
# clang -DHAVE_CONFIG_H -I. -I.. -I../libcelt -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT type-test.o -MD -MP -MF .deps/type-test.Tpo -c -o type-test.o type-test.c
# mv -f .deps/type-test.Tpo .deps/type-test.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o type-test type-test.o -lm
# mkdir .libs
# clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o type-test type-test.o -lm
# clang -DHAVE_CONFIG_H -I. -I.. -I../libcelt -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT ectest.o -MD -MP -MF .deps/ectest.Tpo -c -o ectest.o ectest.c
# mv -f .deps/ectest.Tpo .deps/ectest.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o ectest ectest.o -lm
# clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o ectest ectest.o -lm
# clang -DHAVE_CONFIG_H -I. -I.. -I../libcelt -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT cwrs32-test.o -MD -MP -MF .deps/cwrs32-test.Tpo -c -o cwrs32-test.o cwrs32-test.c
# mv -f .deps/cwrs32-test.Tpo .deps/cwrs32-test.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o cwrs32-test cwrs32-test.o -lm
# clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o cwrs32-test cwrs32-test.o -lm
# clang -DHAVE_CONFIG_H -I. -I.. -I../libcelt -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT real-fft-test.o -MD -MP -MF .deps/real-fft-test.Tpo -c -o real-fft-test.o real-fft-test.c
# In file included from real-fft-test.c:5:
# ../libcelt/kiss_fftr.c:58:26: warning: cast from 'char *' to 'kiss_twiddle_cpx *' increases required alignment from 1 to 4 [-Wcast-align]
# st->super_twiddles = (kiss_twiddle_cpx*) (((char *) st->substate) + subsize);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# In file included from real-fft-test.c:6:
# ../libcelt/kiss_fft.c:649:22: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
# st->bitrev = (int*)((char*)st + memneeded - sizeof(int)*nfft);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 2 warnings generated.
# mv -f .deps/real-fft-test.Tpo .deps/real-fft-test.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o real-fft-test real-fft-test.o -lm
# clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o real-fft-test real-fft-test.o -lm
# clang -DHAVE_CONFIG_H -I. -I.. -I../libcelt -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT dft-test.o -MD -MP -MF .deps/dft-test.Tpo -c -o dft-test.o dft-test.c
# In file included from dft-test.c:6:
# ../libcelt/kiss_fft.c:649:22: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
# st->bitrev = (int*)((char*)st + memneeded - sizeof(int)*nfft);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning generated.
# mv -f .deps/dft-test.Tpo .deps/dft-test.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o dft-test dft-test.o -lm
# clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o dft-test dft-test.o -lm
# clang -DHAVE_CONFIG_H -I. -I.. -I../libcelt -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT laplace-test.o -MD -MP -MF .deps/laplace-test.Tpo -c -o laplace-test.o laplace-test.c
# mv -f .deps/laplace-test.Tpo .deps/laplace-test.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o laplace-test laplace-test.o -lm
# clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o laplace-test laplace-test.o -lm
# clang -DHAVE_CONFIG_H -I. -I.. -I../libcelt -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT mdct-test.o -MD -MP -MF .deps/mdct-test.Tpo -c -o mdct-test.o mdct-test.c
# In file included from mdct-test.c:8:
# ../libcelt/kiss_fft.c:649:22: warning: cast from 'char *' to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
# st->bitrev = (int*)((char*)st + memneeded - sizeof(int)*nfft);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning generated.
# mv -f .deps/mdct-test.Tpo .deps/mdct-test.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o mdct-test mdct-test.o -lm
# clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o mdct-test mdct-test.o -lm
# clang -DHAVE_CONFIG_H -I. -I.. -I../libcelt -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT mathops-test.o -MD -MP -MF .deps/mathops-test.Tpo -c -o mathops-test.o mathops-test.c
# mv -f .deps/mathops-test.Tpo .deps/mathops-test.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o mathops-test mathops-test.o -lm
# clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o mathops-test mathops-test.o -lm
# make[2]: Leaving directory '/tmp/celt0.5.1/src/celt-0.5.1.3/tests'
# Making all in tools
# make[2]: Entering directory '/tmp/celt0.5.1/src/celt-0.5.1.3/tools'
# clang -DHAVE_CONFIG_H -I. -I.. -I../libcelt -I../ -I/usr/include -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT celtenc.o -MD -MP -MF .deps/celtenc.Tpo -c -o celtenc.o celtenc.c
# celtenc.c:115:6: warning: cast from 'unsigned char *' to 'short *' increases required alignment from 1 to 2 [-Wcast-align]
# s=(short*)in;
# ^~~~~~~~~~
# 1 warning generated.
# mv -f .deps/celtenc.Tpo .deps/celtenc.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../libcelt -I../ -I/usr/include -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT wav_io.o -MD -MP -MF .deps/wav_io.Tpo -c -o wav_io.o wav_io.c
# mv -f .deps/wav_io.Tpo .deps/wav_io.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../libcelt -I../ -I/usr/include -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT skeleton.o -MD -MP -MF .deps/skeleton.Tpo -c -o skeleton.o skeleton.c
# skeleton.c:79:12: warning: cast from 'unsigned char *' to 'ogg_int64_t *' (aka 'long *') increases required alignment from 1 to 8 [-Wcast-align]
# return (*(ogg_int64_t *)ucptr);
# ^~~~~~~~~~~~~~~~~~~~
# skeleton.c:124:7: warning: cast from 'unsigned char *' to 'ogg_uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
# *((ogg_uint16_t*)(op.packet+8)) = _le_16 (SKELETON_VERSION_MAJOR); /* version major */
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# skeleton.c:125:7: warning: cast from 'unsigned char *' to 'ogg_uint16_t *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
# *((ogg_uint16_t*)(op.packet+10)) = _le_16 (SKELETON_VERSION_MINOR); /* version minor */
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# skeleton.c:126:7: warning: cast from 'unsigned char *' to 'ogg_int64_t *' (aka 'long *') increases required alignment from 1 to 8 [-Wcast-align]
# *((ogg_int64_t*)(op.packet+12)) = _le_64 (fp->ptime_n); /* presentationtime numerator */
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# skeleton.c:127:7: warning: cast from 'unsigned char *' to 'ogg_int64_t *' (aka 'long *') increases required alignment from 1 to 8 [-Wcast-align]
# *((ogg_int64_t*)(op.packet+20)) = _le_64 (fp->ptime_d); /* presentationtime denominator */
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# skeleton.c:128:7: warning: cast from 'unsigned char *' to 'ogg_int64_t *' (aka 'long *') increases required alignment from 1 to 8 [-Wcast-align]
# *((ogg_int64_t*)(op.packet+28)) = _le_64 (fp->btime_n); /* basetime numerator */
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# skeleton.c:129:7: warning: cast from 'unsigned char *' to 'ogg_int64_t *' (aka 'long *') increases required alignment from 1 to 8 [-Wcast-align]
# *((ogg_int64_t*)(op.packet+36)) = _le_64 (fp->btime_d); /* basetime denominator */
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# skeleton.c:152:7: warning: cast from 'unsigned char *' to 'ogg_uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
# *((ogg_uint32_t*)(op.packet+8)) = _le_32 (FISBONE_MESSAGE_HEADER_OFFSET); /* offset of the message header fields */
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# skeleton.c:153:7: warning: cast from 'unsigned char *' to 'ogg_uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
# *((ogg_uint32_t*)(op.packet+12)) = _le_32 (fp->serial_no); /* serialno of the respective stream */
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# skeleton.c:154:7: warning: cast from 'unsigned char *' to 'ogg_uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
# *((ogg_uint32_t*)(op.packet+16)) = _le_32 (fp->nr_header_packet); /* number of header packets */
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# skeleton.c:155:7: warning: cast from 'unsigned char *' to 'ogg_int64_t *' (aka 'long *') increases required alignment from 1 to 8 [-Wcast-align]
# *((ogg_int64_t*)(op.packet+20)) = _le_64 (fp->granule_rate_n); /* granulrate numerator */
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# skeleton.c:156:7: warning: cast from 'unsigned char *' to 'ogg_int64_t *' (aka 'long *') increases required alignment from 1 to 8 [-Wcast-align]
# *((ogg_int64_t*)(op.packet+28)) = _le_64 (fp->granule_rate_d); /* granulrate denominator */
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# skeleton.c:157:7: warning: cast from 'unsigned char *' to 'ogg_int64_t *' (aka 'long *') increases required alignment from 1 to 8 [-Wcast-align]
# *((ogg_int64_t*)(op.packet+36)) = _le_64 (fp->start_granule); /* start granule */
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# skeleton.c:158:7: warning: cast from 'unsigned char *' to 'ogg_uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
# *((ogg_uint32_t*)(op.packet+44)) = _le_32 (fp->preroll); /* preroll, for theora its 0 */
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 14 warnings generated.
# mv -f .deps/skeleton.Tpo .deps/skeleton.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o celtenc051 celtenc.o wav_io.o skeleton.o ../libcelt/libcelt051.la -L/usr/lib -logg -lm
# mkdir .libs
# clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o .libs/celtenc051 celtenc.o wav_io.o skeleton.o ../libcelt/.libs/libcelt051.so -L/usr/lib -logg -lm
# creating celtenc051
# clang -DHAVE_CONFIG_H -I. -I.. -I../libcelt -I../ -I/usr/include -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -MT celtdec.o -MD -MP -MF .deps/celtdec.Tpo -c -o celtdec.o celtdec.c
# mv -f .deps/celtdec.Tpo .deps/celtdec.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o celtdec051 celtdec.o wav_io.o ../libcelt/libcelt051.la -L/usr/lib -logg -lm
# clang -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o .libs/celtdec051 celtdec.o wav_io.o ../libcelt/.libs/libcelt051.so -L/usr/lib -logg -lm
# creating celtdec051
# make[2]: Leaving directory '/tmp/celt0.5.1/src/celt-0.5.1.3/tools'
# make[2]: Entering directory '/tmp/celt0.5.1/src/celt-0.5.1.3'
# make[2]: Leaving directory '/tmp/celt0.5.1/src/celt-0.5.1.3'
# make[1]: Leaving directory '/tmp/celt0.5.1/src/celt-0.5.1.3'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in libcelt
# make[1]: Entering directory '/tmp/celt0.5.1/src/celt-0.5.1.3/libcelt'
# make[2]: Entering directory '/tmp/celt0.5.1/src/celt-0.5.1.3/libcelt'
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/celt0.5.1/pkg/celt0.5.1/usr/lib"
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'libcelt051.la' '/tmp/celt0.5.1/pkg/celt0.5.1/usr/lib/libcelt051.la'
# /usr/bin/install -c .libs/libcelt051.so.0.0.0 /tmp/celt0.5.1/pkg/celt0.5.1/usr/lib/libcelt051.so.0.0.0
# (cd /tmp/celt0.5.1/pkg/celt0.5.1/usr/lib && { ln -s -f libcelt051.so.0.0.0 libcelt051.so.0 || { rm -f libcelt051.so.0 && ln -s libcelt051.so.0.0.0 libcelt051.so.0; }; })
# (cd /tmp/celt0.5.1/pkg/celt0.5.1/usr/lib && { ln -s -f libcelt051.so.0.0.0 libcelt051.so || { rm -f libcelt051.so && ln -s libcelt051.so.0.0.0 libcelt051.so; }; })
# /usr/bin/install -c .libs/libcelt051.lai /tmp/celt0.5.1/pkg/celt0.5.1/usr/lib/libcelt051.la
# /usr/bin/install -c .libs/libcelt051.a /tmp/celt0.5.1/pkg/celt0.5.1/usr/lib/libcelt051.a
# chmod 644 /tmp/celt0.5.1/pkg/celt0.5.1/usr/lib/libcelt051.a
# ranlib /tmp/celt0.5.1/pkg/celt0.5.1/usr/lib/libcelt051.a
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# test -z "/usr/include/celt051" || /usr/bin/mkdir -p "/tmp/celt0.5.1/pkg/celt0.5.1/usr/include/celt051"
# /usr/bin/install -c -m 644 'celt.h' '/tmp/celt0.5.1/pkg/celt0.5.1/usr/include/celt051/celt.h'
# /usr/bin/install -c -m 644 'celt_types.h' '/tmp/celt0.5.1/pkg/celt0.5.1/usr/include/celt051/celt_types.h'
# /usr/bin/install -c -m 644 'celt_header.h' '/tmp/celt0.5.1/pkg/celt0.5.1/usr/include/celt051/celt_header.h'
# make[2]: Leaving directory '/tmp/celt0.5.1/src/celt-0.5.1.3/libcelt'
# make[1]: Leaving directory '/tmp/celt0.5.1/src/celt-0.5.1.3/libcelt'
# Making install in tests
# make[1]: Entering directory '/tmp/celt0.5.1/src/celt-0.5.1.3/tests'
# make[2]: Entering directory '/tmp/celt0.5.1/src/celt-0.5.1.3/tests'
# 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/celt0.5.1/src/celt-0.5.1.3/tests'
# make[1]: Leaving directory '/tmp/celt0.5.1/src/celt-0.5.1.3/tests'
# Making install in tools
# make[1]: Entering directory '/tmp/celt0.5.1/src/celt-0.5.1.3/tools'
# make[2]: Entering directory '/tmp/celt0.5.1/src/celt-0.5.1.3/tools'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/celt0.5.1/pkg/celt0.5.1/usr/bin"
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'celtenc051' '/tmp/celt0.5.1/pkg/celt0.5.1/usr/bin/celtenc051'
# libtool: install: warning: `../libcelt/libcelt051.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/celtenc051 /tmp/celt0.5.1/pkg/celt0.5.1/usr/bin/celtenc051
# /bin/sh ../libtool --mode=install /usr/bin/install -c 'celtdec051' '/tmp/celt0.5.1/pkg/celt0.5.1/usr/bin/celtdec051'
# libtool: install: warning: `../libcelt/libcelt051.la' has not been installed in `/usr/lib'
# /usr/bin/install -c .libs/celtdec051 /tmp/celt0.5.1/pkg/celt0.5.1/usr/bin/celtdec051
# test -z "/usr/include" || /usr/bin/mkdir -p "/tmp/celt0.5.1/pkg/celt0.5.1/usr/include"
# make[2]: Leaving directory '/tmp/celt0.5.1/src/celt-0.5.1.3/tools'
# make[1]: Leaving directory '/tmp/celt0.5.1/src/celt-0.5.1.3/tools'
# make[1]: Entering directory '/tmp/celt0.5.1/src/celt-0.5.1.3'
# make[2]: Entering directory '/tmp/celt0.5.1/src/celt-0.5.1.3'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/tmp/celt0.5.1/pkg/celt0.5.1/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 'celt051.pc' '/tmp/celt0.5.1/pkg/celt0.5.1/usr/lib/pkgconfig/celt051.pc'
# make[2]: Leaving directory '/tmp/celt0.5.1/src/celt-0.5.1.3'
# make[1]: Leaving directory '/tmp/celt0.5.1/src/celt-0.5.1.3'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "celt0.5.1"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: celt0.5.1 0.5.1.3-3 (Thu Apr 13 18:26:36 UTC 2017)

CMD: pacman --query --file celt0.5.1-0.5.1.3-3-x86_64.pkg.tar.xz
# celt0.5.1 0.5.1.3-3

Creating hybrid package for 'celt0.5.1'

Trying to find vanilla package 'celt0.5.1'...

CMD: pacman --query --file /mirror/celt0.5.1-0.5.1.3-3.pkg.tar.xz
# celt0.5.1 0.5.1.3-3

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/licenses/celt0.5.1/BSD
# /usr/lib/libcelt051.so.0.0.0
# /usr/lib/libcelt051.so.0
# /usr/lib/libcelt051.so
# /usr/lib/pkgconfig/celt051.pc
# /usr/bin/celtdec051
# /usr/bin/celtenc051
# /usr/include/celt051/celt_header.h
# /usr/include/celt051/celt_types.h
# /usr/include/celt051/celt.h
# /sysroot/usr/lib/libcelt051.so.0.0.0
# /sysroot/usr/lib/libcelt051.so.0
# /sysroot/usr/lib/libcelt051.so
# /sysroot/usr/lib/libcelt051.la
# /sysroot/usr/lib/libcelt051.a
# /sysroot/usr/lib/pkgconfig/celt051.pc
# /sysroot/usr/include/celt051/celt.h
# /sysroot/usr/include/celt051/celt_types.h
# /sysroot/usr/include/celt051/celt_header.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 celt0.5.1.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/celt0.5.1.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/celt0.5.1.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/celt0.5.1/src/celt-0.5.1.3/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 6f46904bda75
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2017: checking for a BSD-compatible install
# configure:2073: result: /usr/bin/install -c
# configure:2084: checking whether build environment is sane
# configure:2127: result: yes
# configure:2155: checking for a thread-safe mkdir -p
# configure:2194: result: /usr/bin/mkdir -p
# configure:2207: checking for gawk
# configure:2223: found /usr/bin/gawk
# configure:2234: result: gawk
# configure:2245: checking whether make sets $(MAKE)
# configure:2266: result: yes
# configure:2337: checking for x86_64-unknown-linux-strip
# configure:2367: result: no
# configure:2377: checking for strip
# configure:2393: found /usr/bin/strip
# configure:2404: result: strip
# configure:2445: checking whether to enable maintainer-specific portions of Makefiles
# configure:2454: result: no
# configure:2474: checking build system type
# configure:2492: result: x86_64-unknown-linux-gnu
# configure:2514: checking host system type
# configure:2529: result: x86_64-unknown-linux-gnu
# configure:2635: checking for style of include used by make
# configure:2663: result: GNU
# configure:2693: checking for x86_64-unknown-linux-gcc
# configure:2720: result: clang
# configure:2998: checking for C compiler version
# configure:3005: 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:3008: $? = 0
# configure:3015: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3018: $? = 0
# configure:3025: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3028: $? = 1
# configure:3051: checking for C compiler default output file name
# configure:3078: clang conftest.c >&5
# configure:3081: $? = 0
# configure:3119: result: a.out
# configure:3136: checking whether the C compiler works
# configure:3146: ./a.out
# configure:3149: $? = 0
# configure:3166: result: yes
# configure:3173: checking whether we are cross compiling
# configure:3175: result: no
# configure:3178: checking for suffix of executables
# configure:3185: clang -o conftest conftest.c >&5
# configure:3188: $? = 0
# configure:3212: result:
# configure:3218: checking for suffix of object files
# configure:3244: clang -c conftest.c >&5
# configure:3247: $? = 0
# configure:3270: result: o
# configure:3274: checking whether we are using the GNU C compiler
# configure:3303: clang -c conftest.c >&5
# configure:3309: $? = 0
# configure:3326: result: yes
# configure:3331: checking whether clang accepts -g
# configure:3361: clang -c -g conftest.c >&5
# configure:3367: $? = 0
# configure:3466: result: yes
# configure:3483: checking for clang option to accept ISO C89
# configure:3557: clang -c conftest.c >&5
# configure:3563: $? = 0
# configure:3586: result: none needed
# configure:3606: checking dependency style of clang
# configure:3697: result: gcc3
# configure:3712: checking for a sed that does not truncate output
# configure:3768: result: /usr/bin/sed
# configure:3771: checking for grep that handles long lines and -e
# configure:3845: result: /usr/bin/grep
# configure:3850: checking for egrep
# configure:3928: result: /usr/bin/grep -E
# configure:3944: checking for ld used by clang
# configure:4011: result: /usr/bin/ld
# configure:4020: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4035: result: yes
# configure:4040: checking for /usr/bin/ld option to reload object files
# configure:4047: result: -r
# configure:4065: checking for BSD-compatible nm
# configure:4114: result: /usr/bin/nm -B
# configure:4118: checking whether ln -s works
# configure:4122: result: yes
# configure:4129: checking how to recognize dependent libraries
# configure:4315: result: pass_all
# configure:4404: clang -c conftest.c >&5
# configure:4407: $? = 0
# configure:4560: checking how to run the C preprocessor
# configure:4600: clang -E conftest.c
# configure:4606: $? = 0
# configure:4637: clang -E conftest.c
# conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4643: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:4676: result: clang -E
# configure:4705: clang -E conftest.c
# configure:4711: $? = 0
# configure:4742: clang -E conftest.c
# conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4748: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure:4786: checking for ANSI C header files
# configure:4816: clang -c conftest.c >&5
# configure:4822: $? = 0
# configure:4921: clang -o conftest conftest.c >&5
# configure:4924: $? = 0
# configure:4930: ./conftest
# configure:4933: $? = 0
# configure:4950: result: yes
# configure:4974: checking for sys/types.h
# configure:4995: clang -c conftest.c >&5
# configure:5001: $? = 0
# configure:5017: result: yes
# configure:4974: checking for sys/stat.h
# configure:4995: clang -c conftest.c >&5
# configure:5001: $? = 0
# configure:5017: result: yes
# configure:4974: checking for stdlib.h
# configure:4995: clang -c conftest.c >&5
# configure:5001: $? = 0
# configure:5017: result: yes
# configure:4974: checking for string.h
# configure:4995: clang -c conftest.c >&5
# configure:5001: $? = 0
# configure:5017: result: yes
# configure:4974: checking for memory.h
# configure:4995: clang -c conftest.c >&5
# configure:5001: $? = 0
# configure:5017: result: yes
# configure:4974: checking for strings.h
# configure:4995: clang -c conftest.c >&5
# configure:5001: $? = 0
# configure:5017: result: yes
# configure:4974: checking for inttypes.h
# configure:4995: clang -c conftest.c >&5
# configure:5001: $? = 0
# configure:5017: result: yes
# configure:4974: checking for stdint.h
# configure:4995: clang -c conftest.c >&5
# configure:5001: $? = 0
# configure:5017: result: yes
# configure:4974: checking for unistd.h
# configure:4995: clang -c conftest.c >&5
# configure:5001: $? = 0
# configure:5017: result: yes
# configure:5044: checking dlfcn.h usability
# configure:5061: clang -c conftest.c >&5
# configure:5067: $? = 0
# configure:5081: result: yes
# configure:5085: checking dlfcn.h presence
# configure:5100: clang -E conftest.c
# configure:5106: $? = 0
# configure:5120: result: yes
# configure:5148: checking for dlfcn.h
# configure:5156: result: yes
# configure:5285: checking for C++ compiler version
# configure:5292: 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:5295: $? = 0
# configure:5302: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:5305: $? = 0
# configure:5312: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5315: $? = 1
# configure:5318: checking whether we are using the GNU C++ compiler
# configure:5347: clang++ -c conftest.cpp >&5
# configure:5353: $? = 0
# configure:5370: result: yes
# configure:5375: checking whether clang++ accepts -g
# configure:5405: clang++ -c -g conftest.cpp >&5
# configure:5411: $? = 0
# configure:5510: result: yes
# configure:5535: checking dependency style of clang++
# configure:5626: result: gcc3
# configure:5651: checking how to run the C++ preprocessor
# configure:5687: clang++ -E conftest.cpp
# configure:5693: $? = 0
# configure:5724: clang++ -E conftest.cpp
# conftest.cpp:19:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5730: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:5763: result: clang++ -E
# configure:5792: clang++ -E conftest.cpp
# configure:5798: $? = 0
# configure:5829: clang++ -E conftest.cpp
# conftest.cpp:19:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5835: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# configure:5884: checking for x86_64-unknown-linux-g77
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-xlf
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-f77
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-frt
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-pgf77
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-cf77
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-fort77
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-fl32
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-af77
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-xlf90
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-f90
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-pgf90
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-pghpf
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-epcf90
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-gfortran
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-g95
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-xlf95
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-f95
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-fort
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-ifort
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-ifc
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-efc
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-pgf95
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-lf95
# configure:5914: result: no
# configure:5884: checking for x86_64-unknown-linux-ftn
# configure:5914: result: no
# configure:5928: checking for g77
# configure:5958: result: no
# configure:5928: checking for xlf
# configure:5958: result: no
# configure:5928: checking for f77
# configure:5958: result: no
# configure:5928: checking for frt
# configure:5958: result: no
# configure:5928: checking for pgf77
# configure:5958: result: no
# configure:5928: checking for cf77
# configure:5958: result: no
# configure:5928: checking for fort77
# configure:5958: result: no
# configure:5928: checking for fl32
# configure:5958: result: no
# configure:5928: checking for af77
# configure:5958: result: no
# configure:5928: checking for xlf90
# configure:5958: result: no
# configure:5928: checking for f90
# configure:5958: result: no
# configure:5928: checking for pgf90
# configure:5958: result: no
# configure:5928: checking for pghpf
# configure:5958: result: no
# configure:5928: checking for epcf90
# configure:5958: result: no
# configure:5928: checking for gfortran
# configure:5944: found /usr/bin/gfortran
# configure:5955: result: gfortran
# configure:5985: checking for Fortran 77 compiler version
# configure:5992: gfortran --version >&5
# GNU Fortran (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:5995: $? = 0
# configure:6002: gfortran -v >&5
# Using built-in specs.
# COLLECT_GCC=gfortran
# 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:6005: $? = 0
# configure:6012: gfortran -V >&5
# gfortran: error: unrecognized command line option '-V'
# gfortran: fatal error: no input files
# compilation terminated.
# configure:6015: $? = 1
# configure:6023: checking whether we are using the GNU Fortran 77 compiler
# configure:6042: gfortran -c conftest.F >&5
# configure:6048: $? = 0
# configure:6065: result: yes
# configure:6071: checking whether gfortran accepts -g
# configure:6088: gfortran -c -g conftest.f >&5
# configure:6094: $? = 0
# configure:6110: result: yes
# configure:6139: checking the maximum length of command line arguments
# configure:6251: result: 1572864
# configure:6263: checking command to parse /usr/bin/nm -B output from clang object
# configure:6368: clang -c conftest.c >&5
# configure:6371: $? = 0
# configure:6375: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:6378: $? = 0
# configure:6430: clang -o conftest conftest.c conftstm.o >&5
# configure:6433: $? = 0
# configure:6471: result: ok
# configure:6475: checking for objdir
# configure:6490: result: .libs
# configure:6542: checking for x86_64-unknown-linux-ar
# configure:6572: result: no
# configure:6582: checking for ar
# configure:6598: found /usr/bin/ar
# configure:6609: result: ar
# configure:6638: checking for x86_64-unknown-linux-ranlib
# configure:6668: result: no
# configure:6678: checking for ranlib
# configure:6694: found /usr/bin/ranlib
# configure:6705: result: ranlib
# configure:6734: checking for x86_64-unknown-linux-strip
# configure:6761: result: strip
# configure:7399: checking if clang supports -fno-rtti -fno-exceptions
# configure:7417: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7421: $? = 0
# configure:7434: result: yes
# configure:7449: checking for clang option to produce PIC
# configure:7681: result: -fPIC
# configure:7689: checking if clang PIC flag -fPIC works
# configure:7707: clang -c -fPIC -DPIC conftest.c >&5
# configure:7711: $? = 0
# configure:7724: result: yes
# configure:7752: checking if clang static flag -static works
# configure:7780: result: yes
# configure:7790: checking if clang supports -c -o file.o
# configure:7811: clang -c -o out/conftest2.o conftest.c >&5
# configure:7815: $? = 0
# configure:7837: result: yes
# configure:7863: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:8844: result: yes
# configure:8865: checking whether -lc should be explicitly linked in
# configure:8870: clang -c conftest.c >&5
# configure:8873: $? = 0
# configure:8888: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:8891: $? = 0
# configure:8903: result: no
# configure:8911: checking dynamic linker characteristics
# configure:9525: result: GNU/Linux ld.so
# configure:9549: checking how to hardcode library paths into programs
# configure:9574: result: immediate
# configure:9588: checking whether stripping libraries is possible
# configure:9593: result: yes
# configure:10395: checking if libtool supports shared libraries
# configure:10397: result: yes
# configure:10400: checking whether to build shared libraries
# configure:10421: result: yes
# configure:10424: checking whether to build static libraries
# configure:10428: result: yes
# configure:10522: creating libtool
# configure:11115: checking for ld used by clang++
# configure:11182: result: /usr/bin/ld -m elf_x86_64
# configure:11191: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:11206: result: yes
# configure:11257: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12203: result: yes
# configure:12220: clang++ -c conftest.cpp >&5
# configure:12223: $? = 0
# configure:12379: checking for clang++ option to produce PIC
# configure:12663: result: -fPIC
# configure:12671: checking if clang++ PIC flag -fPIC works
# configure:12689: clang++ -c -fPIC -DPIC conftest.cpp >&5
# configure:12693: $? = 0
# configure:12706: result: yes
# configure:12734: checking if clang++ static flag -static works
# configure:12762: result: yes
# configure:12772: checking if clang++ supports -c -o file.o
# configure:12793: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:12797: $? = 0
# configure:12819: result: yes
# configure:12845: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:12874: result: yes
# configure:12941: checking dynamic linker characteristics
# configure:13503: result: GNU/Linux ld.so
# configure:13527: checking how to hardcode library paths into programs
# configure:13552: result: immediate
# configure:14091: checking if libtool supports shared libraries
# configure:14093: result: yes
# configure:14096: checking whether to build shared libraries
# configure:14116: result: yes
# configure:14119: checking whether to build static libraries
# configure:14123: result: yes
# configure:14133: checking for gfortran option to produce PIC
# configure:14365: result: -fPIC
# configure:14373: checking if gfortran PIC flag -fPIC works
# configure:14391: gfortran -c -g -O2 -fPIC conftest.f >&5
# configure:14395: $? = 0
# configure:14408: result: yes
# configure:14436: checking if gfortran static flag -static works
# configure:14464: result: no
# configure:14474: checking if gfortran supports -c -o file.o
# configure:14495: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:14499: $? = 0
# configure:14521: result: yes
# configure:14547: checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:15508: result: yes
# configure:15575: checking dynamic linker characteristics
# configure:16137: result: GNU/Linux ld.so
# configure:16161: checking how to hardcode library paths into programs
# configure:16186: result: immediate
# configure:19800: checking whether byte ordering is bigendian
# configure:19833: clang -c conftest.c >&5
# configure:19839: $? = 0
# configure:19871: clang -c conftest.c >&5
# conftest.c:26:2: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:19877: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:20017: result: no
# configure:20036: checking for an ANSI C-conforming const
# configure:20111: clang -c conftest.c >&5
# configure:20117: $? = 0
# configure:20132: result: yes
# configure:20142: checking for inline
# configure:20168: clang -c conftest.c >&5
# configure:20174: $? = 0
# configure:20192: result: inline
# configure:20211: checking for C/C++ restrict keyword
# configure:20247: clang -c conftest.c >&5
# configure:20253: $? = 0
# configure:20271: result: restrict
# configure:20293: checking for C99 variable-size arrays
# configure:20319: clang -c conftest.c >&5
# configure:20325: $? = 0
# configure:20345: result: yes
# configure:20364: checking alloca.h usability
# configure:20381: clang -c conftest.c >&5
# configure:20387: $? = 0
# configure:20401: result: yes
# configure:20405: checking alloca.h presence
# configure:20420: clang -E conftest.c
# configure:20426: $? = 0
# configure:20440: result: yes
# configure:20468: checking for alloca.h
# configure:20476: result: yes
# configure:20364: checking getopt.h usability
# configure:20381: clang -c conftest.c >&5
# configure:20387: $? = 0
# configure:20401: result: yes
# configure:20405: checking getopt.h presence
# configure:20420: clang -E conftest.c
# configure:20426: $? = 0
# configure:20440: result: yes
# configure:20468: checking for getopt.h
# configure:20476: result: yes
# configure:20489: checking for alloca
# configure:20515: clang -c conftest.c >&5
# configure:20521: $? = 0
# configure:20545: result: yes
# configure:20564: checking sys/soundcard.h usability
# configure:20581: clang -c conftest.c >&5
# configure:20587: $? = 0
# configure:20601: result: yes
# configure:20605: checking sys/soundcard.h presence
# configure:20620: clang -E conftest.c
# configure:20626: $? = 0
# configure:20640: result: yes
# configure:20668: checking for sys/soundcard.h
# configure:20676: result: yes
# configure:20564: checking sys/audioio.h usability
# configure:20581: clang -c conftest.c >&5
# conftest.c:57:10: fatal error: 'sys/audioio.h' file not found
# #include
# ^
# 1 error generated.
# configure:20587: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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 CELT_BUILD
# | #define VAR_ARRAYS
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT_H 1
# | #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:20601: result: no
# configure:20605: checking sys/audioio.h presence
# configure:20620: clang -E conftest.c
# conftest.c:24:10: fatal error: 'sys/audioio.h' file not found
# #include
# ^
# 1 error generated.
# configure:20626: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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 CELT_BUILD
# | #define VAR_ARRAYS
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | /* end confdefs.h. */
# | #include
# configure:20640: result: no
# configure:20668: checking for sys/audioio.h
# configure:20676: result: no
# configure:20740: checking for Ogg
# configure:20780: clang -o conftest -I/usr/include conftest.c -L/usr/lib -logg >&5
# configure:20783: $? = 0
# configure:20789: ./conftest
# configure:20792: $? = 0
# configure:20812: result: yes
# configure:20894: checking for sin in -lm
# configure:20929: clang -o conftest conftest.c -lm >&5
# conftest.c:31:6: warning: incompatible redeclaration of library function 'sin' [-Wincompatible-library-redeclaration]
# char sin ();
# ^
# conftest.c:31:6: note: 'sin' is a builtin with type 'double (double)'
# 1 warning generated.
# configure:20935: $? = 0
# configure:20953: result: yes
# configure:20970: checking for getopt_long
# configure:21026: clang -o conftest conftest.c -lm >&5
# configure:21032: $? = 0
# configure:21050: result: yes
# configure:21146: checking for main in -lwinmm
# configure:21175: clang -o conftest conftest.c -lwinmm -lm >&5
# /usr/bin/ld: cannot find -lwinmm
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:21181: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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 CELT_BUILD
# | #define VAR_ARRAYS
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_SYS_SOUNDCARD_H 1
# | #define HAVE_LIBM 1
# | #define HAVE_GETOPT_LONG 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:21199: result: no
# configure:21312: checking for lrintf
# configure:21343: clang -c -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare conftest.c >&5
# conftest.c:41:6: warning: unused variable 'value' [-Wunused-variable]
# int value = lrintf (0.432) ;
# ^
# 1 warning generated.
# configure:21349: $? = 0
# configure:21364: result: yes
# configure:21374: checking for lrint
# configure:21405: clang -c -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare conftest.c >&5
# conftest.c:42:6: warning: unused variable 'value' [-Wunused-variable]
# int value = lrint (0.432) ;
# ^
# 1 warning generated.
# configure:21411: $? = 0
# configure:21426: result: yes
# configure:21437: checking for short
# configure:21467: clang -c -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare conftest.c >&5
# configure:21473: $? = 0
# configure:21488: result: yes
# configure:21495: checking size of short
# configure:21797: clang -o conftest -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare conftest.c -lm >&5
# configure:21800: $? = 0
# configure:21806: ./conftest
# configure:21809: $? = 0
# configure:21832: result: 2
# configure:21842: checking for int
# configure:21872: clang -c -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare conftest.c >&5
# configure:21878: $? = 0
# configure:21893: result: yes
# configure:21900: checking size of int
# configure:22202: clang -o conftest -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare conftest.c -lm >&5
# configure:22205: $? = 0
# configure:22211: ./conftest
# configure:22214: $? = 0
# configure:22237: result: 4
# configure:22247: checking for long
# configure:22277: clang -c -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare conftest.c >&5
# configure:22283: $? = 0
# configure:22298: result: yes
# configure:22305: checking size of long
# configure:22607: clang -o conftest -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare conftest.c -lm >&5
# configure:22610: $? = 0
# configure:22616: ./conftest
# configure:22619: $? = 0
# configure:22642: result: 8
# configure:22652: checking for long long
# configure:22682: clang -c -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare conftest.c >&5
# configure:22688: $? = 0
# configure:22703: result: yes
# configure:22710: checking size of long long
# configure:23012: clang -o conftest -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare conftest.c -lm >&5
# configure:23015: $? = 0
# configure:23021: ./conftest
# configure:23024: $? = 0
# configure:23047: result: 8
# configure:23217: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 6f46904bda75
#
# config.status:681: creating Makefile
# config.status:681: creating libcelt/Makefile
# config.status:681: creating tests/Makefile
# config.status:681: creating celt051.pc
# config.status:681: creating tools/Makefile
# config.status:681: creating config.h
# config.status:972: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c99_lrint=yes
# ac_cv_c99_lrintf=yes
# 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_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_F77_set=
# ac_cv_env_F77_value=
# ac_cv_env_FFLAGS_set=
# ac_cv_env_FFLAGS_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_f77_compiler_gnu=yes
# 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_sin=yes
# ac_cv_lib_winmm_main=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_F77=gfortran
# 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_cxx_g=yes
# ac_cv_prog_f77_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=8
# ac_cv_sizeof_long_long=8
# ac_cv_sizeof_short=2
# ac_cv_type_int=yes
# ac_cv_type_long=yes
# ac_cv_type_long_long=yes
# ac_cv_type_short=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_c_o_F77=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_pic_works_F77=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_compiler_static_works_F77=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=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_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/R/lib /usr/lib/libfakeroot '
# lt_cv_sys_lib_search_path_spec='/usr/lib/clang/3.8.0 /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1 /usr/lib64 /lib64 /usr/lib /lib'
# lt_cv_sys_max_cmd_len=1572864
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_prog_compiler_c_o_F77='"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/celt0.5.1/src/celt-0.5.1.3/missing --run aclocal-1.10'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/celt0.5.1/src/celt-0.5.1.3/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/celt0.5.1/src/celt-0.5.1.3/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/celt0.5.1/src/celt-0.5.1.3/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/celt0.5.1/src/celt-0.5.1.3/missing --run automake-1.10'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CELT_LT_AGE='0'
# CELT_LT_CURRENT='0'
# CELT_LT_REVISION='0'
# CELT_VERSION='0.5.1.3'
# CFLAGS=' -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare'
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DSYMUTIL=''
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# F77='gfortran'
# FFLAGS='-g -O2'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lm '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/celt0.5.1/src/celt-0.5.1.3/missing --run makeinfo'
# NMEDIT=''
# OBJEXT='o'
# OGG_CFLAGS='-I/usr/include'
# OGG_LIBS='-L/usr/lib -logg'
# PACKAGE='celt'
# PACKAGE_APPEND='051'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SIZE16='short'
# SIZE32='int'
# STRIP='strip'
# VERSION='0.5.1.3'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_F77='gfortran'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_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}'
# 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/celt0.5.1/src/celt-0.5.1.3/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
# tools='tools'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #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 CELT_BUILD
# #define VAR_ARRAYS
# #define HAVE_ALLOCA_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_SYS_SOUNDCARD_H 1
# #define HAVE_LIBM 1
# #define HAVE_GETOPT_LONG 1
# #define CELT_VERSION "0.5.1.3"
# #define CELT_MAJOR_VERSION 0
# #define CELT_MINOR_VERSION 5
# #define CELT_MICRO_VERSION 1
# #define CELT_EXTRA_VERSION "3"
# #define FLOATING_POINT
# #define HAVE_LRINTF 1
# #define HAVE_LRINT 1
# #define SIZEOF_SHORT 2
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_LONG_LONG 8
#
# configure: exit 0