Build of celt with vanilla toolchain

The build took 00h 00m 57s and was SUCCESSFUL.

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

SLOCLanguage
12,977 ansic
10,147 sh
2,367 makefile
25,491 total

The process tree of the build process is here.

Log

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

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

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

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: celt 0.11.3-2 (Wed Aug 24 13:47:18 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# 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... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking dependency style of gcc... gcc3
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
# checking the name lister (/usr/sbin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /usr/sbin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/sbin/nm -B output from gcc object... ok
# checking how to run the C preprocessor... gcc -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking for gcc option to accept ISO C99... none needed
# 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 if supports -fvisibility=hidden... yes
# checking for lrintf... yes
# checking for lrint... yes
# checking size of short... 2
# checking size of int... 4
# checking size of long... 8
# 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 celt.pc
# config.status: creating tools/Makefile
# config.status: creating libcelt.spec
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
#
# ------------------------------------------------------------------------
# celt 0.11.3: Automatic configuration OK.
#
# Compiler support:
#
# C99 var arrays: ................ yes
# C99 lrintf: .................... yes
# Alloca: ........................ yes
#
# General configuration:
#
# Fast float approximations: ..... no
# Fixed point support: ........... no
# Fixed point debugging: ......... no
# Custom modes: .................. yes
# Assertion checking: ............ no
# ------------------------------------------------------------------------
#
# Type "make; make install" to compile and install
# Type "make check" to run the test suite
# make all-recursive
# make[1]: Entering directory '/tmp/celt/src/celt-0.11.3'
# Making all in libcelt
# make[2]: Entering directory '/tmp/celt/src/celt-0.11.3/libcelt'
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# libtool: compile: gcc -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
# libtool: compile: gcc -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
# celt.c: In function 'celt_encode_with_ec_float':
# celt.c:1169:14: warning: unused variable 'offset' [-Wunused-variable]
# int offset = st->mode->shortMdctSize-st->mode->overlap;
# ^~~~~~
# celt.c:909:16: warning: unused variable 'pf_threshold' [-Wunused-variable]
# celt_word16 pf_threshold;
# ^~~~~~~~~~~~
# celt.c:889:14: warning: variable '_overlap_mem' set but not used [-Wunused-but-set-variable]
# celt_sig *_overlap_mem;
# ^~~~~~~~~~~~
# celt.c: In function 'celt_decode_with_ec_float':
# celt.c:2231:8: warning: variable 'postfilter_tapset' set but not used [-Wunused-but-set-variable]
# int postfilter_tapset;
# ^~~~~~~~~~~~~~~~~
# celt.c:2224:16: warning: variable 'postfilter_gain' set but not used [-Wunused-but-set-variable]
# celt_word16 postfilter_gain;
# ^~~~~~~~~~~~~~~
# celt.c:2223:8: warning: variable 'postfilter_pitch' set but not used [-Wunused-but-set-variable]
# int postfilter_pitch;
# ^~~~~~~~~~~~~~~~
# At top level:
# celt.c:62:28: warning: 'tapset_icdf' defined but not used [-Wunused-const-variable=]
# static const unsigned char tapset_icdf[3]={2,1,0};
# ^~~~~~~~~~~
# mv -f .deps/bands.Tpo .deps/bands.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# mv -f .deps/celt.Tpo .deps/celt.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# libtool: compile: gcc -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
# libtool: compile: gcc -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
# mv -f .deps/entcode.Tpo .deps/entcode.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# libtool: compile: gcc -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
# mv -f .deps/cwrs.Tpo .deps/cwrs.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# libtool: compile: gcc -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
# mv -f .deps/entdec.Tpo .deps/entdec.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# libtool: compile: gcc -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
# mv -f .deps/entenc.Tpo .deps/entenc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# mv -f .deps/header.Tpo .deps/header.Plo
# libtool: compile: gcc -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
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# libtool: compile: gcc -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
# mv -f .deps/laplace.Tpo .deps/laplace.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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 mathops.lo -MD -MP -MF .deps/mathops.Tpo -c -o mathops.lo mathops.c
# libtool: compile: gcc -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 mathops.lo -MD -MP -MF .deps/mathops.Tpo -c mathops.c -fPIC -DPIC -o .libs/mathops.o
# mv -f .deps/kiss_fft.Tpo .deps/kiss_fft.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# libtool: compile: gcc -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
# mv -f .deps/mathops.Tpo .deps/mathops.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# mdct.c: In function 'clt_mdct_init':
# mdct.c:65:12: warning: variable 'N2' set but not used [-Wunused-but-set-variable]
# int N4, N2;
# ^~
# libtool: compile: gcc -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
# mv -f .deps/mdct.Tpo .deps/mdct.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# libtool: compile: gcc -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
# mv -f .deps/modes.Tpo .deps/modes.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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 plc.lo -MD -MP -MF .deps/plc.Tpo -c -o plc.lo plc.c
# libtool: compile: gcc -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 plc.lo -MD -MP -MF .deps/plc.Tpo -c plc.c -fPIC -DPIC -o .libs/plc.o
# mv -f .deps/pitch.Tpo .deps/pitch.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# libtool: compile: gcc -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
# mv -f .deps/plc.Tpo .deps/plc.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# libtool: compile: gcc -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
# mv -f .deps/quant_bands.Tpo .deps/quant_bands.Plo
# /bin/sh ../libtool --tag=CC --mode=compile gcc -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
# libtool: compile: gcc -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
# mv -f .deps/rate.Tpo .deps/rate.Plo
# gcc -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
# gcc -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/vq.Tpo .deps/vq.Plo
# /bin/sh ../libtool --tag=CC --mode=link gcc -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -version-info 2:0:0 -no-undefined -o libcelt0.la -rpath /usr/lib bands.lo celt.lo cwrs.lo entcode.lo entdec.lo entenc.lo header.lo kiss_fft.lo laplace.lo mathops.lo mdct.lo modes.lo pitch.lo plc.lo quant_bands.lo rate.lo vq.lo -lm
# mv -f .deps/dump_modes.Tpo .deps/dump_modes.Po
# libtool: link: gcc -shared .libs/bands.o .libs/celt.o .libs/cwrs.o .libs/entcode.o .libs/entdec.o .libs/entenc.o .libs/header.o .libs/kiss_fft.o .libs/laplace.o .libs/mathops.o .libs/mdct.o .libs/modes.o .libs/pitch.o .libs/plc.o .libs/quant_bands.o .libs/rate.o .libs/vq.o -lm -Wl,-soname -Wl,libcelt0.so.2 -o .libs/libcelt0.so.2.0.0
# libtool: link: (cd ".libs" && rm -f "libcelt0.so.2" && ln -s "libcelt0.so.2.0.0" "libcelt0.so.2")
# libtool: link: (cd ".libs" && rm -f "libcelt0.so" && ln -s "libcelt0.so.2.0.0" "libcelt0.so")
# libtool: link: ( cd ".libs" && rm -f "libcelt0.la" && ln -s "../libcelt0.la" "libcelt0.la" )
# /bin/sh ../libtool --tag=CC --mode=link gcc -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o testcelt testcelt.o libcelt0.la -lm
# /bin/sh ../libtool --tag=CC --mode=link gcc -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 libcelt0.la -lm
# libtool: link: gcc -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/libcelt0.so -lm
# libtool: link: gcc -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/libcelt0.so -lm
# make[2]: Leaving directory '/tmp/celt/src/celt-0.11.3/libcelt'
# Making all in tests
# make[2]: Entering directory '/tmp/celt/src/celt-0.11.3/tests'
# gcc -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
# gcc -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/type-test.Tpo .deps/type-test.Po
# gcc -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/ectest.Tpo .deps/ectest.Po
# gcc -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
# mv -f .deps/cwrs32-test.Tpo .deps/cwrs32-test.Po
# gcc -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/dft-test.Tpo .deps/dft-test.Po
# gcc -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:17:0:
# ../libcelt/mdct.c: In function 'clt_mdct_init':
# ../libcelt/mdct.c:65:12: warning: variable 'N2' set but not used [-Wunused-but-set-variable]
# int N4, N2;
# ^~
# mv -f .deps/laplace-test.Tpo .deps/laplace-test.Po
# gcc -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
# gcc -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 tandem-test.o -MD -MP -MF .deps/tandem-test.Tpo -c -o tandem-test.o tandem-test.c
# mv -f .deps/mdct-test.Tpo .deps/mdct-test.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc -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
# mv -f .deps/tandem-test.Tpo .deps/tandem-test.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc -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
# libtool: link: gcc -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
# /bin/sh ../libtool --tag=CC --mode=link gcc -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
# libtool: link: gcc -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
# /bin/sh ../libtool --tag=CC --mode=link gcc -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
# libtool: link: gcc -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
# /bin/sh ../libtool --tag=CC --mode=link gcc -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
# libtool: link: gcc -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
# /bin/sh ../libtool --tag=CC --mode=link gcc -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
# libtool: link: gcc -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
# /bin/sh ../libtool --tag=CC --mode=link gcc -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
# libtool: link: gcc -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
# /bin/sh ../libtool --tag=CC --mode=link gcc -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o tandem-test tandem-test.o ../libcelt/libcelt0.la -lm
# libtool: link: gcc -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
# libtool: link: gcc -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o .libs/tandem-test tandem-test.o ../libcelt/.libs/libcelt0.so -lm
# make[2]: Leaving directory '/tmp/celt/src/celt-0.11.3/tests'
# Making all in tools
# make[2]: Entering directory '/tmp/celt/src/celt-0.11.3/tools'
# gcc -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
# gcc -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
# wav_io.c: In function 'write_wav_header':
# wav_io.c:183:9: warning: variable 'ch' set but not used [-Wunused-but-set-variable]
# char ch[5];
# ^~
# celtenc.c: In function 'main':
# celtenc.c:287:8: warning: variable 'print_bitrate' set but not used [-Wunused-but-set-variable]
# int print_bitrate=0;
# ^~~~~~~~~~~~~
# mv -f .deps/wav_io.Tpo .deps/wav_io.Po
# gcc -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
# mv -f .deps/skeleton.Tpo .deps/skeleton.Po
# gcc -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/celtenc.Tpo .deps/celtenc.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o celtenc celtenc.o wav_io.o skeleton.o ../libcelt/libcelt0.la -L/usr/lib -logg -lm
# libtool: link: gcc -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o .libs/celtenc celtenc.o wav_io.o skeleton.o ../libcelt/.libs/libcelt0.so -L/usr/lib -logg -lm
# mv -f .deps/celtdec.Tpo .deps/celtdec.Po
# /bin/sh ../libtool --tag=CC --mode=link gcc -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o celtdec celtdec.o wav_io.o ../libcelt/libcelt0.la -L/usr/lib -logg -lm
# libtool: link: gcc -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare -o .libs/celtdec celtdec.o wav_io.o ../libcelt/.libs/libcelt0.so -L/usr/lib -logg -lm
# make[2]: Leaving directory '/tmp/celt/src/celt-0.11.3/tools'
# make[2]: Entering directory '/tmp/celt/src/celt-0.11.3'
# make[2]: Leaving directory '/tmp/celt/src/celt-0.11.3'
# make[1]: Leaving directory '/tmp/celt/src/celt-0.11.3'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in libcelt
# make[1]: Entering directory '/tmp/celt/src/celt-0.11.3/libcelt'
# make[2]: Entering directory '/tmp/celt/src/celt-0.11.3/libcelt'
# test -z "/usr/lib" || /usr/sbin/mkdir -p "/tmp/celt/pkg/celt/usr/lib"
# test -z "/usr/include/celt" || /usr/sbin/mkdir -p "/tmp/celt/pkg/celt/usr/include/celt"
# /bin/sh ../libtool --mode=install /usr/bin/install -c libcelt0.la '/tmp/celt/pkg/celt/usr/lib'
# /usr/bin/install -c -m 644 celt.h celt_types.h celt_header.h '/tmp/celt/pkg/celt/usr/include/celt'
# libtool: install: /usr/bin/install -c .libs/libcelt0.so.2.0.0 /tmp/celt/pkg/celt/usr/lib/libcelt0.so.2.0.0
# libtool: install: (cd /tmp/celt/pkg/celt/usr/lib && { ln -s -f libcelt0.so.2.0.0 libcelt0.so.2 || { rm -f libcelt0.so.2 && ln -s libcelt0.so.2.0.0 libcelt0.so.2; }; })
# libtool: install: (cd /tmp/celt/pkg/celt/usr/lib && { ln -s -f libcelt0.so.2.0.0 libcelt0.so || { rm -f libcelt0.so && ln -s libcelt0.so.2.0.0 libcelt0.so; }; })
# libtool: install: /usr/bin/install -c .libs/libcelt0.lai /tmp/celt/pkg/celt/usr/lib/libcelt0.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# make[2]: Leaving directory '/tmp/celt/src/celt-0.11.3/libcelt'
# make[1]: Leaving directory '/tmp/celt/src/celt-0.11.3/libcelt'
# Making install in tests
# make[1]: Entering directory '/tmp/celt/src/celt-0.11.3/tests'
# make[2]: Entering directory '/tmp/celt/src/celt-0.11.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/celt/src/celt-0.11.3/tests'
# make[1]: Leaving directory '/tmp/celt/src/celt-0.11.3/tests'
# Making install in tools
# make[1]: Entering directory '/tmp/celt/src/celt-0.11.3/tools'
# make[2]: Entering directory '/tmp/celt/src/celt-0.11.3/tools'
# test -z "/usr/bin" || /usr/sbin/mkdir -p "/tmp/celt/pkg/celt/usr/bin"
# test -z "/usr/include" || /usr/sbin/mkdir -p "/tmp/celt/pkg/celt/usr/include"
# /bin/sh ../libtool --mode=install /usr/bin/install -c celtenc celtdec '/tmp/celt/pkg/celt/usr/bin'
# libtool: install: warning: `../libcelt/libcelt0.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/celtenc /tmp/celt/pkg/celt/usr/bin/celtenc
# libtool: install: warning: `../libcelt/libcelt0.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c .libs/celtdec /tmp/celt/pkg/celt/usr/bin/celtdec
# make[2]: Leaving directory '/tmp/celt/src/celt-0.11.3/tools'
# make[1]: Leaving directory '/tmp/celt/src/celt-0.11.3/tools'
# make[1]: Entering directory '/tmp/celt/src/celt-0.11.3'
# make[2]: Entering directory '/tmp/celt/src/celt-0.11.3'
# make[2]: Nothing to be done for 'install-exec-am'.
# test -z "/usr/lib/pkgconfig" || /usr/sbin/mkdir -p "/tmp/celt/pkg/celt/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 celt.pc '/tmp/celt/pkg/celt/usr/lib/pkgconfig'
# make[2]: Leaving directory '/tmp/celt/src/celt-0.11.3'
# make[1]: Leaving directory '/tmp/celt/src/celt-0.11.3'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "celt"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: celt 0.11.3-2 (Wed Aug 24 13:47:29 UTC 2016)

CMD: pacman --query --file celt-0.11.3-2-x86_64.pkg.tar.xz
# celt 0.11.3-2

Creating hybrid package for 'celt'

Trying to find vanilla package 'celt'...

CMD: pacman --query --file /mirror/celt-0.11.3-2.pkg.tar.xz
# celt 0.11.3-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/include/celt/celt.h
# /usr/include/celt/celt_types.h
# /usr/include/celt/celt_header.h
# /usr/lib/libcelt0.so.2
# /usr/lib/libcelt0.so
# /usr/lib/libcelt0.so.2.0.0
# /usr/lib/pkgconfig/celt.pc
# /usr/bin/celtenc
# /usr/bin/celtdec
# /usr/share/licenses/celt/LICENSE
# /sysroot/usr/lib/libcelt0.so.2.0.0
# /sysroot/usr/lib/libcelt0.so.2
# /sysroot/usr/lib/libcelt0.so
# /sysroot/usr/lib/libcelt0.la
# /sysroot/usr/lib/pkgconfig/celt.pc
# /sysroot/usr/include/celt/celt.h
# /sysroot/usr/include/celt/celt_types.h
# /sysroot/usr/include/celt/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 celt.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/celt.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 1089

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/celt.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/celt.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/celt/src/celt-0.11.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.65. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --enable-custom-modes --disable-static
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 8202ecdabd2c
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2575: checking for a BSD-compatible install
# configure:2643: result: /usr/bin/install -c
# configure:2654: checking whether build environment is sane
# configure:2704: result: yes
# configure:2753: checking for x86_64-unknown-linux-strip
# configure:2783: result: no
# configure:2793: checking for strip
# configure:2809: found /usr/sbin/strip
# configure:2820: result: strip
# configure:2845: checking for a thread-safe mkdir -p
# configure:2884: result: /usr/sbin/mkdir -p
# configure:2897: checking for gawk
# configure:2913: found /usr/sbin/gawk
# configure:2924: result: gawk
# configure:2935: checking whether make sets $(MAKE)
# configure:2957: result: yes
# configure:3029: checking whether to enable maintainer-specific portions of Makefiles
# configure:3038: result: no
# configure:3056: checking build system type
# configure:3070: result: x86_64-unknown-linux-gnu
# configure:3090: checking host system type
# configure:3103: result: x86_64-unknown-linux-gnu
# configure:3160: checking for style of include used by make
# configure:3188: result: GNU
# configure:3218: checking for x86_64-unknown-linux-gcc
# configure:3248: result: no
# configure:3258: checking for gcc
# configure:3274: found /usr/sbin/gcc
# configure:3285: result: gcc
# configure:3514: checking for C compiler version
# configure:3523: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3534: $? = 0
# configure:3523: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3534: $? = 0
# configure:3523: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3534: $? = 1
# configure:3523: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3534: $? = 1
# configure:3554: checking whether the C compiler works
# configure:3576: gcc conftest.c >&5
# configure:3580: $? = 0
# configure:3629: result: yes
# configure:3632: checking for C compiler default output file name
# configure:3634: result: a.out
# configure:3640: checking for suffix of executables
# configure:3647: gcc -o conftest conftest.c >&5
# configure:3651: $? = 0
# configure:3673: result:
# configure:3695: checking whether we are cross compiling
# configure:3703: gcc -o conftest conftest.c >&5
# configure:3707: $? = 0
# configure:3714: ./conftest
# configure:3718: $? = 0
# configure:3733: result: no
# configure:3738: checking for suffix of object files
# configure:3760: gcc -c conftest.c >&5
# configure:3764: $? = 0
# configure:3785: result: o
# configure:3789: checking whether we are using the GNU C compiler
# configure:3808: gcc -c conftest.c >&5
# configure:3808: $? = 0
# configure:3817: result: yes
# configure:3826: checking whether gcc accepts -g
# configure:3846: gcc -c -g conftest.c >&5
# configure:3846: $? = 0
# configure:3887: result: yes
# configure:3904: checking for gcc option to accept ISO C89
# configure:3968: gcc -c conftest.c >&5
# configure:3968: $? = 0
# configure:3981: result: none needed
# configure:4003: checking dependency style of gcc
# configure:4113: result: gcc3
# configure:4128: checking for a sed that does not truncate output
# configure:4192: result: /usr/sbin/sed
# configure:4210: checking for grep that handles long lines and -e
# configure:4268: result: /usr/sbin/grep
# configure:4273: checking for egrep
# configure:4335: result: /usr/sbin/grep -E
# configure:4340: checking for fgrep
# configure:4402: result: /usr/sbin/grep -F
# configure:4437: checking for ld used by gcc
# configure:4504: result: /usr/sbin/ld
# configure:4511: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:4526: result: yes
# configure:4538: checking for BSD- or MS-compatible name lister (nm)
# configure:4587: result: /usr/sbin/nm -B
# configure:4705: checking the name lister (/usr/sbin/nm -B) interface
# configure:4712: gcc -c conftest.c >&5
# configure:4715: /usr/sbin/nm -B "conftest.o"
# configure:4718: output
# 0000000000000000 B some_variable
# configure:4725: result: BSD nm
# configure:4728: checking whether ln -s works
# configure:4732: result: yes
# configure:4740: checking the maximum length of command line arguments
# configure:4860: result: 1572864
# configure:4877: checking whether the shell understands some XSI constructs
# configure:4887: result: yes
# configure:4891: checking whether the shell understands "+="
# configure:4897: result: yes
# configure:4932: checking for /usr/sbin/ld option to reload object files
# configure:4939: result: -r
# configure:4968: checking for x86_64-unknown-linux-objdump
# configure:4998: result: no
# configure:5008: checking for objdump
# configure:5024: found /usr/sbin/objdump
# configure:5035: result: objdump
# configure:5067: checking how to recognize dependent libraries
# configure:5263: result: pass_all
# configure:5283: checking for x86_64-unknown-linux-ar
# configure:5313: result: no
# configure:5323: checking for ar
# configure:5339: found /usr/sbin/ar
# configure:5350: result: ar
# configure:5388: checking for x86_64-unknown-linux-strip
# configure:5415: result: strip
# configure:5487: checking for x86_64-unknown-linux-ranlib
# configure:5517: result: no
# configure:5527: checking for ranlib
# configure:5543: found /usr/sbin/ranlib
# configure:5554: result: ranlib
# configure:5644: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:5762: gcc -c conftest.c >&5
# configure:5765: $? = 0
# configure:5769: /usr/sbin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:5772: $? = 0
# configure:5826: gcc -o conftest conftest.c conftstm.o >&5
# configure:5829: $? = 0
# configure:5867: result: ok
# configure:5963: gcc -c conftest.c >&5
# configure:5966: $? = 0
# configure:6676: checking how to run the C preprocessor
# configure:6707: gcc -E conftest.c
# configure:6707: $? = 0
# configure:6721: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6721: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:6746: result: gcc -E
# configure:6766: gcc -E conftest.c
# configure:6766: $? = 0
# configure:6780: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6780: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:6809: checking for ANSI C header files
# configure:6829: gcc -c conftest.c >&5
# configure:6829: $? = 0
# configure:6902: gcc -o conftest conftest.c >&5
# configure:6902: $? = 0
# configure:6902: ./conftest
# configure:6902: $? = 0
# configure:6913: result: yes
# configure:6926: checking for sys/types.h
# configure:6926: gcc -c conftest.c >&5
# configure:6926: $? = 0
# configure:6926: result: yes
# configure:6926: checking for sys/stat.h
# configure:6926: gcc -c conftest.c >&5
# configure:6926: $? = 0
# configure:6926: result: yes
# configure:6926: checking for stdlib.h
# configure:6926: gcc -c conftest.c >&5
# configure:6926: $? = 0
# configure:6926: result: yes
# configure:6926: checking for string.h
# configure:6926: gcc -c conftest.c >&5
# configure:6926: $? = 0
# configure:6926: result: yes
# configure:6926: checking for memory.h
# configure:6926: gcc -c conftest.c >&5
# configure:6926: $? = 0
# configure:6926: result: yes
# configure:6926: checking for strings.h
# configure:6926: gcc -c conftest.c >&5
# configure:6926: $? = 0
# configure:6926: result: yes
# configure:6926: checking for inttypes.h
# configure:6926: gcc -c conftest.c >&5
# configure:6926: $? = 0
# configure:6926: result: yes
# configure:6926: checking for stdint.h
# configure:6926: gcc -c conftest.c >&5
# configure:6926: $? = 0
# configure:6926: result: yes
# configure:6926: checking for unistd.h
# configure:6926: gcc -c conftest.c >&5
# configure:6926: $? = 0
# configure:6926: result: yes
# configure:6941: checking for dlfcn.h
# configure:6941: gcc -c conftest.c >&5
# configure:6941: $? = 0
# configure:6941: result: yes
# configure:7125: checking for objdir
# configure:7140: result: .libs
# configure:7432: checking if gcc supports -fno-rtti -fno-exceptions
# configure:7450: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:7454: $? = 0
# configure:7467: result: no
# configure:7487: checking for gcc option to produce PIC
# configure:7759: result: -fPIC -DPIC
# configure:7771: checking if gcc PIC flag -fPIC -DPIC works
# configure:7789: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:7793: $? = 0
# configure:7806: result: yes
# configure:7830: checking if gcc static flag -static works
# configure:7858: result: yes
# configure:7873: checking if gcc supports -c -o file.o
# configure:7894: gcc -c -o out/conftest2.o conftest.c >&5
# configure:7898: $? = 0
# configure:7920: result: yes
# configure:7928: checking if gcc supports -c -o file.o
# configure:7975: result: yes
# configure:8008: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:8999: result: yes
# configure:9036: checking whether -lc should be explicitly linked in
# configure:9041: gcc -c conftest.c >&5
# configure:9044: $? = 0
# configure:9059: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:9062: $? = 0
# configure:9074: result: no
# configure:9238: checking dynamic linker characteristics
# configure:9671: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:9671: $? = 0
# configure:9901: result: GNU/Linux ld.so
# configure:10003: checking how to hardcode library paths into programs
# configure:10028: result: immediate
# configure:10548: checking whether stripping libraries is possible
# configure:10553: result: yes
# configure:10588: checking if libtool supports shared libraries
# configure:10590: result: yes
# configure:10593: checking whether to build shared libraries
# configure:10614: result: yes
# configure:10617: checking whether to build static libraries
# configure:10621: result: no
# configure:10657: checking for gcc option to accept ISO C99
# configure:10806: gcc -c conftest.c >&5
# configure:10806: $? = 0
# configure:10819: result: none needed
# configure:10834: checking whether byte ordering is bigendian
# configure:10849: gcc -c conftest.c >&5
# conftest.c:22:9: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:22:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:22:15: error: unknown type name 'universal'
# configure:10849: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:10894: gcc -c conftest.c >&5
# configure:10894: $? = 0
# configure:10912: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:28:4: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:28:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure:10912: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:11040: result: no
# configure:11058: checking for an ANSI C-conforming const
# configure:11123: gcc -c conftest.c >&5
# configure:11123: $? = 0
# configure:11130: result: yes
# configure:11138: checking for inline
# configure:11154: gcc -c conftest.c >&5
# configure:11154: $? = 0
# configure:11162: result: inline
# configure:11180: checking for C/C++ restrict keyword
# configure:11205: gcc -c conftest.c >&5
# configure:11205: $? = 0
# configure:11213: result: __restrict
# configure:11231: checking for C99 variable-size arrays
# configure:11247: gcc -c conftest.c >&5
# configure:11247: $? = 0
# configure:11257: result: yes
# configure:11263: checking alloca.h usability
# configure:11263: gcc -c conftest.c >&5
# configure:11263: $? = 0
# configure:11263: result: yes
# configure:11263: checking alloca.h presence
# configure:11263: gcc -E conftest.c
# configure:11263: $? = 0
# configure:11263: result: yes
# configure:11263: checking for alloca.h
# configure:11263: result: yes
# configure:11263: checking getopt.h usability
# configure:11263: gcc -c conftest.c >&5
# configure:11263: $? = 0
# configure:11263: result: yes
# configure:11263: checking getopt.h presence
# configure:11263: gcc -E conftest.c
# configure:11263: $? = 0
# configure:11263: result: yes
# configure:11263: checking for getopt.h
# configure:11263: result: yes
# configure:11274: checking for alloca
# configure:11290: gcc -c conftest.c >&5
# configure:11290: $? = 0
# configure:11304: result: yes
# configure:11310: checking sys/soundcard.h usability
# configure:11310: gcc -c conftest.c >&5
# configure:11310: $? = 0
# configure:11310: result: yes
# configure:11310: checking sys/soundcard.h presence
# configure:11310: gcc -E conftest.c
# configure:11310: $? = 0
# configure:11310: result: yes
# configure:11310: checking for sys/soundcard.h
# configure:11310: result: yes
# configure:11310: checking sys/audioio.h usability
# configure:11310: gcc -c conftest.c >&5
# conftest.c:60:25: fatal error: sys/audioio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:11310: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define restrict __restrict
# | #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:11310: result: no
# configure:11310: checking sys/audioio.h presence
# configure:11310: gcc -E conftest.c
# conftest.c:27:25: fatal error: sys/audioio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:11310: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define restrict __restrict
# | #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:11310: result: no
# configure:11310: checking for sys/audioio.h
# configure:11310: result: no
# configure:11379: checking for Ogg
# configure:11414: gcc -o conftest -I/usr/include conftest.c -L/usr/lib -logg >&5
# configure:11414: $? = 0
# configure:11414: ./conftest
# configure:11414: $? = 0
# configure:11432: result: yes
# configure:11491: checking for sin in -lm
# configure:11516: gcc -o conftest conftest.c -lm >&5
# conftest.c:34:6: warning: conflicting types for built-in function 'sin'
# char sin ();
# ^~~
# configure:11516: $? = 0
# configure:11525: result: yes
# configure:11540: checking for getopt_long
# configure:11540: gcc -o conftest conftest.c -lm >&5
# configure:11540: $? = 0
# configure:11540: result: yes
# configure:11607: checking for main in -lwinmm
# configure:11626: gcc -o conftest conftest.c -lwinmm -lm >&5
# /usr/sbin/ld: cannot find -lwinmm
# collect2: error: ld returned 1 exit status
# configure:11626: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define restrict __restrict
# | #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:11635: result: no
# configure:11772: checking if supports -fvisibility=hidden
# configure:11778: gcc -c -fvisibility=hidden conftest.c >&5
# configure:11778: $? = 0
# configure:11779: result: yes
# configure:11797: checking for lrintf
# configure:11797: gcc -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
# conftest.c:59:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char lrintf ();
# ^~~~
# conftest.c:59:6: warning: conflicting types for built-in function 'lrintf'
# char lrintf ();
# ^~~~~~
# conftest.c:68:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:11797: $? = 0
# configure:11797: result: yes
# configure:11808: checking for lrint
# configure:11808: gcc -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
# conftest.c:60:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# char lrint ();
# ^~~~
# conftest.c:60:6: warning: conflicting types for built-in function 'lrint'
# char lrint ();
# ^~~~~
# conftest.c:69:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:11808: $? = 0
# configure:11808: result: yes
# configure:11822: checking size of short
# configure:11827: gcc -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
# conftest.c:71:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# static long int longval () { return (long int) (sizeof (short)); }
# ^~~~~~~
# conftest.c:72:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# static unsigned long int ulongval () { return (long int) (sizeof (short)); }
# ^~~~~~~~
# conftest.c:76:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:11827: $? = 0
# configure:11827: ./conftest
# configure:11827: $? = 0
# configure:11842: result: 2
# configure:11856: checking size of int
# configure:11861: gcc -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
# conftest.c:72:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# static long int longval () { return (long int) (sizeof (int)); }
# ^~~~~~~
# conftest.c:73:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# static unsigned long int ulongval () { return (long int) (sizeof (int)); }
# ^~~~~~~~
# conftest.c:77:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:11861: $? = 0
# configure:11861: ./conftest
# configure:11861: $? = 0
# configure:11876: result: 4
# configure:11890: checking size of long
# configure:11895: gcc -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
# conftest.c:73:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# static long int longval () { return (long int) (sizeof (long)); }
# ^~~~~~~
# conftest.c:74:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# static unsigned long int ulongval () { return (long int) (sizeof (long)); }
# ^~~~~~~~
# conftest.c:78:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:11895: $? = 0
# configure:11895: ./conftest
# configure:11895: $? = 0
# configure:11910: result: 8
# configure:11924: checking size of long long
# configure:11929: gcc -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
# conftest.c:74:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# static long int longval () { return (long int) (sizeof (long long)); }
# ^~~~~~~
# conftest.c:75:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# static unsigned long int ulongval () { return (long int) (sizeof (long long)); }
# ^~~~~~~~
# conftest.c:79:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
# main ()
# ^~~~
# configure:11929: $? = 0
# configure:11929: ./conftest
# configure:11929: $? = 0
# configure:11944: result: 8
# configure:12115: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 8202ecdabd2c
#
# config.status:1101: creating Makefile
# config.status:1101: creating libcelt/Makefile
# config.status:1101: creating tests/Makefile
# config.status:1101: creating celt.pc
# config.status:1101: creating tools/Makefile
# config.status:1101: creating libcelt.spec
# config.status:1101: creating config.h
# config.status:1321: executing depfiles commands
# config.status:1321: executing libtool commands
# configure:14342: result:
# ------------------------------------------------------------------------
# celt 0.11.3: Automatic configuration OK.
#
# Compiler support:
#
# C99 var arrays: ................ yes
# C99 lrintf: .................... yes
# Alloca: ........................ yes
#
# General configuration:
#
# Fast float approximations: ..... no
# Fixed point support: ........... no
# Fixed point debugging: ......... no
# Custom modes: .................. yes
# Assertion checking: ............ no
# ------------------------------------------------------------------------
#
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# ac_cv_c_restrict=__restrict
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_getopt_long=yes
# ac_cv_func_lrint=yes
# ac_cv_func_lrintf=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/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_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
# am_cv_CC_dependencies_compiler_type=gcc3
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/sbin/ld
# lt_cv_path_NM='/usr/sbin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/celt/src/celt-0.11.3/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/celt/src/celt-0.11.3/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/celt/src/celt-0.11.3/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/celt/src/celt-0.11.3/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/celt/src/celt-0.11.3/missing --run automake-1.11'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CELT_LT_AGE='0'
# CELT_LT_CURRENT='2'
# CELT_LT_REVISION='0'
# CELT_VERSION='0.11.3'
# CFLAGS=' -fvisibility=hidden -W -Wstrict-prototypes -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare'
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBCELT_SUFFIX='0'
# LIBOBJS=''
# LIBS='-lm '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/celt/src/celt-0.11.3/missing --run makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OGG_CFLAGS='-I/usr/include'
# OGG_LIBS='-L/usr/lib -logg'
# OTOOL64=''
# OTOOL=''
# PACKAGE='celt'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SIZE16='short'
# SIZE32='int'
# STRIP='strip'
# SYMBOL_VISIBILITY='-fvisibility=hidden'
# VERSION='0.11.3'
# ac_ct_CC='gcc'
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# 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/celt/src/celt-0.11.3/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/sbin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
# tools='tools'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define restrict __restrict
# #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.11.3"
# #define CELT_MAJOR_VERSION 0
# #define CELT_MINOR_VERSION 11
# #define CELT_MICRO_VERSION 3
# #define CELT_EXTRA_VERSION ""
# #define FLOATING_POINT /**/
# #define CUSTOM_MODES /**/
# #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