Build of faac with clang_glibc toolchain

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

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

SLOCLanguage
23,250 cpp
10,017 ansic
4,726 makefile
3,438 sh
41,431 total

The process tree of the build process is here.

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

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: faac 1.28-5 (Thu Apr 13 18:00:42 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) libmp4v2-2.0.0-4
#
# Total Installed Size: 1.38 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing libmp4v2...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# patching file configure.in
# patching file frontend/main.c
# patching file frontend/Makefile.am
# patching file configure.in
# Hunk #1 succeeded at 30 (offset -3 lines).
# Hunk #2 succeeded at 39 with fuzz 2 (offset -3 lines).
# patching file frontend/main.c
# Hunk #1 succeeded at 870 (offset -3 lines).
# Hunk #2 succeeded at 886 (offset -3 lines).
# Hunk #3 succeeded at 904 (offset -3 lines).
# Hunk #4 succeeded at 932 (offset -3 lines).
# Hunk #5 succeeded at 1182 (offset -3 lines).
# patching file configure.in
# Hunk #1 succeeded at 33 with fuzz 2.
# patching file frontend/main.c
# patching file common/mp4v2/mpeg4ip.h
# aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
# automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
# configure.in:15: installing './compile'
# common/mp4v2/Makefile.am:1: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
# automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
# frontend/Makefile.am:7: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
# libfaac/Makefile.am:11: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
# libfaac/Makefile.am:5: warning: source file 'kiss_fft/kiss_fftr.c' is in a subdirectory,
# libfaac/Makefile.am:5: but option 'subdir-objects' is disabled
# automake: warning: possible forward-incompatibility.
# automake: At least a source file is in a subdirectory, but the 'subdir-objects'
# automake: automake option hasn't been enabled. For now, the corresponding output
# automake: object file(s) will be placed in the top-level directory. However,
# automake: this behaviour will change in future Automake versions: they will
# automake: unconditionally cause object files to be placed in the same subdirectory
# automake: of the corresponding sources.
# automake: You are advised to start using 'subdir-objects' option throughout your
# automake: project, to avoid future incompatibilities.
# libfaac/Makefile.am:5: warning: source file 'kiss_fft/kiss_fft.c' is in a subdirectory,
# libfaac/Makefile.am:5: but option 'subdir-objects' is disabled
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# /tmp/faac/src/faac-1.28/missing: Unknown `--is-lightweight' option
# Try `/tmp/faac/src/faac-1.28/missing --help' for more information
# configure: WARNING: 'missing' script is too old or missing
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for a working dd... /usr/bin/dd
# checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking how to run the C++ preprocessor... clang++ -E
# 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 -DPIC
# checking if clang++ PIC flag -fPIC -DPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... (cached) GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking for u_int32_t... yes
# checking for u_int16_t... yes
# checking for int32_t... yes
# checking for int16_t... yes
# checking whether strcasecmp is declared... yes
# checking for getopt_long in -lgnugetopt... no
# checking whether MP4Create is declared... yes
# checking for MP4Create in -lmp4v2... yes
# configure: *** Building with external mp4v2 ***
# checking whether MP4TagsAlloc is declared... yes
# checking whether byte ordering is bigendian... no
# checking for ANSI C header files... (cached) yes
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for stdint.h... (cached) yes
# checking for inttypes.h... (cached) yes
# checking mathf.h usability... no
# checking mathf.h presence... no
# checking for mathf.h... no
# checking float.h usability... yes
# checking float.h presence... yes
# checking for float.h... yes
# checking whether strchr is declared... yes
# checking whether memcpy is declared... yes
# checking whether strsep is declared... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for off_t... yes
# checking for in_port_t... yes
# checking for socklen_t... yes
# checking for fpos_t.__pos... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating common/Makefile
# config.status: creating common/mp4v2/Makefile
# config.status: creating libfaac/Makefile
# config.status: creating frontend/Makefile
# config.status: creating include/Makefile
# config.status: creating Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/faac/src/faac-1.28'
# Making all in include
# make[2]: Entering directory '/tmp/faac/src/faac-1.28/include'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/faac/src/faac-1.28/include'
# Making all in libfaac
# make[2]: Entering directory '/tmp/faac/src/faac-1.28/libfaac'
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT aacquant.lo -MD -MP -MF .deps/aacquant.Tpo -c -o aacquant.lo aacquant.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT aacquant.lo -MD -MP -MF .deps/aacquant.Tpo -c aacquant.c -fPIC -DPIC -o .libs/aacquant.o
# In file included from aacquant.c:29:
# ./huffman.h:63:12: warning: unused function 'CalculateEscSequence' [-Wunused-function]
# static int CalculateEscSequence(int input, int *len_esc_sequence);
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT aacquant.lo -MD -MP -MF .deps/aacquant.Tpo -c aacquant.c -o aacquant.o >/dev/null 2>&1
# mv -f .deps/aacquant.Tpo .deps/aacquant.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c -o bitstream.lo bitstream.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c -fPIC -DPIC -o .libs/bitstream.o
# In file included from bitstream.c:35:
# ./huffman.h:63:12: warning: unused function 'CalculateEscSequence' [-Wunused-function]
# static int CalculateEscSequence(int input, int *len_esc_sequence);
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT bitstream.lo -MD -MP -MF .deps/bitstream.Tpo -c bitstream.c -o bitstream.o >/dev/null 2>&1
# mv -f .deps/bitstream.Tpo .deps/bitstream.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c -o fft.lo fft.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c fft.c -fPIC -DPIC -o .libs/fft.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT fft.lo -MD -MP -MF .deps/fft.Tpo -c fft.c -o fft.o >/dev/null 2>&1
# mv -f .deps/fft.Tpo .deps/fft.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT frame.lo -MD -MP -MF .deps/frame.Tpo -c -o frame.lo frame.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT frame.lo -MD -MP -MF .deps/frame.Tpo -c frame.c -fPIC -DPIC -o .libs/frame.o
# frame.c:829:44: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
# if ((coderInfo[channel].block_type == ONLY_SHORT_WINDOW)) {
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
# frame.c:829:44: note: remove extraneous parentheses around the comparison to silence this warning
# if ((coderInfo[channel].block_type == ONLY_SHORT_WINDOW)) {
# ~ ^ ~
# frame.c:829:44: note: use '=' to turn this equality comparison into an assignment
# if ((coderInfo[channel].block_type == ONLY_SHORT_WINDOW)) {
# ^~
# =
# In file included from frame.c:44:
# ./huffman.h:63:12: warning: unused function 'CalculateEscSequence' [-Wunused-function]
# static int CalculateEscSequence(int input, int *len_esc_sequence);
# ^
# 2 warnings generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT frame.lo -MD -MP -MF .deps/frame.Tpo -c frame.c -o frame.o >/dev/null 2>&1
# mv -f .deps/frame.Tpo .deps/frame.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT midside.lo -MD -MP -MF .deps/midside.Tpo -c -o midside.lo midside.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT midside.lo -MD -MP -MF .deps/midside.Tpo -c midside.c -fPIC -DPIC -o .libs/midside.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT midside.lo -MD -MP -MF .deps/midside.Tpo -c midside.c -o midside.o >/dev/null 2>&1
# mv -f .deps/midside.Tpo .deps/midside.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT psychkni.lo -MD -MP -MF .deps/psychkni.Tpo -c -o psychkni.lo psychkni.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT psychkni.lo -MD -MP -MF .deps/psychkni.Tpo -c psychkni.c -fPIC -DPIC -o .libs/psychkni.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT psychkni.lo -MD -MP -MF .deps/psychkni.Tpo -c psychkni.c -o psychkni.o >/dev/null 2>&1
# mv -f .deps/psychkni.Tpo .deps/psychkni.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -fPIC -DPIC -o .libs/util.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -o util.o >/dev/null 2>&1
# mv -f .deps/util.Tpo .deps/util.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT backpred.lo -MD -MP -MF .deps/backpred.Tpo -c -o backpred.lo backpred.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT backpred.lo -MD -MP -MF .deps/backpred.Tpo -c backpred.c -fPIC -DPIC -o .libs/backpred.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT backpred.lo -MD -MP -MF .deps/backpred.Tpo -c backpred.c -o backpred.o >/dev/null 2>&1
# mv -f .deps/backpred.Tpo .deps/backpred.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT channels.lo -MD -MP -MF .deps/channels.Tpo -c -o channels.lo channels.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT channels.lo -MD -MP -MF .deps/channels.Tpo -c channels.c -fPIC -DPIC -o .libs/channels.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT channels.lo -MD -MP -MF .deps/channels.Tpo -c channels.c -o channels.o >/dev/null 2>&1
# mv -f .deps/channels.Tpo .deps/channels.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT filtbank.lo -MD -MP -MF .deps/filtbank.Tpo -c -o filtbank.lo filtbank.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT filtbank.lo -MD -MP -MF .deps/filtbank.Tpo -c filtbank.c -fPIC -DPIC -o .libs/filtbank.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT filtbank.lo -MD -MP -MF .deps/filtbank.Tpo -c filtbank.c -o filtbank.o >/dev/null 2>&1
# mv -f .deps/filtbank.Tpo .deps/filtbank.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT huffman.lo -MD -MP -MF .deps/huffman.Tpo -c -o huffman.lo huffman.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT huffman.lo -MD -MP -MF .deps/huffman.Tpo -c huffman.c -fPIC -DPIC -o .libs/huffman.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT huffman.lo -MD -MP -MF .deps/huffman.Tpo -c huffman.c -o huffman.o >/dev/null 2>&1
# mv -f .deps/huffman.Tpo .deps/huffman.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT ltp.lo -MD -MP -MF .deps/ltp.Tpo -c -o ltp.lo ltp.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT ltp.lo -MD -MP -MF .deps/ltp.Tpo -c ltp.c -fPIC -DPIC -o .libs/ltp.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT ltp.lo -MD -MP -MF .deps/ltp.Tpo -c ltp.c -o ltp.o >/dev/null 2>&1
# mv -f .deps/ltp.Tpo .deps/ltp.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT tns.lo -MD -MP -MF .deps/tns.Tpo -c -o tns.lo tns.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT tns.lo -MD -MP -MF .deps/tns.Tpo -c tns.c -fPIC -DPIC -o .libs/tns.o
# tns.c:40:22: warning: unused variable 'tnsSupportedSamplingRates' [-Wunused-variable]
# static unsigned long tnsSupportedSamplingRates[13] =
# ^
# 1 warning generated.
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT tns.lo -MD -MP -MF .deps/tns.Tpo -c tns.c -o tns.o >/dev/null 2>&1
# mv -f .deps/tns.Tpo .deps/tns.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -O2 -Wall -o libfaac.la -rpath /usr/lib aacquant.lo bitstream.lo fft.lo frame.lo midside.lo psychkni.lo util.lo backpred.lo channels.lo filtbank.lo huffman.lo ltp.lo tns.lo -lm
# libtool: link: clang -shared -fPIC -DPIC .libs/aacquant.o .libs/bitstream.o .libs/fft.o .libs/frame.o .libs/midside.o .libs/psychkni.o .libs/util.o .libs/backpred.o .libs/channels.o .libs/filtbank.o .libs/huffman.o .libs/ltp.o .libs/tns.o -lm -O2 -Wl,-soname -Wl,libfaac.so.0 -o .libs/libfaac.so.0.0.0
# libtool: link: (cd ".libs" && rm -f "libfaac.so.0" && ln -s "libfaac.so.0.0.0" "libfaac.so.0")
# libtool: link: (cd ".libs" && rm -f "libfaac.so" && ln -s "libfaac.so.0.0.0" "libfaac.so")
# libtool: link: ar cru .libs/libfaac.a aacquant.o bitstream.o fft.o frame.o midside.o psychkni.o util.o backpred.o channels.o filtbank.o huffman.o ltp.o tns.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libfaac.a
# libtool: link: ( cd ".libs" && rm -f "libfaac.la" && ln -s "../libfaac.la" "libfaac.la" )
# make[2]: Leaving directory '/tmp/faac/src/faac-1.28/libfaac'
# Making all in common
# make[2]: Entering directory '/tmp/faac/src/faac-1.28/common'
# make[3]: Entering directory '/tmp/faac/src/faac-1.28/common'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/faac/src/faac-1.28/common'
# make[2]: Leaving directory '/tmp/faac/src/faac-1.28/common'
# Making all in frontend
# make[2]: Entering directory '/tmp/faac/src/faac-1.28/frontend'
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
# main.c:669:56: warning: passing 'u_int8_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# } else if (artSize < 12 || !check_image_header(art)) {
# ^~~
# main.c:335:43: note: passing argument to parameter 'buf' here
# static int check_image_header(const char *buf) {
# ^
# main.c:721:25: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
# fprintf(stderr, faac_copyright_string);
# ^~~~~~~~~~~~~~~~~~~~~
# main.c:955:50: warning: incompatible integer to pointer conversion passing 'u_int8_t' (aka 'unsigned char') to parameter of type 'const uint8_t *' (aka 'const unsigned char *'); take the address with & [-Wint-conversion]
# if (compilation) MP4TagsSetCompilation(tags, compilation);
# ^~~~~~~~~~~
# &
# /usr/include/mp4v2/itmf_tags.h:240:78: note: passing argument to parameter here
# MP4V2_EXPORT bool MP4TagsSetCompilation ( const MP4Tags*, const uint8_t* );
# ^
# 3 warnings generated.
# mv -f .deps/main.Tpo .deps/main.Po
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -O2 -Wall -MT input.o -MD -MP -MF .deps/input.Tpo -c -o input.o input.c
# input.c:390:8: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# bufi = (char *)buf + sizeof(*buf) * num - sndf->samplebytes * (num - 1) - sizeof(*buf);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning generated.
# mv -f .deps/input.Tpo .deps/input.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -O2 -Wall -o faac main.o input.o ../libfaac/libfaac.la -lm -lmp4v2
# libtool: link: clang -O2 -Wall -o .libs/faac main.o input.o ../libfaac/.libs/libfaac.so -lm -lmp4v2
# make[2]: Leaving directory '/tmp/faac/src/faac-1.28/frontend'
# make[2]: Entering directory '/tmp/faac/src/faac-1.28'
# make[2]: Leaving directory '/tmp/faac/src/faac-1.28'
# make[1]: Leaving directory '/tmp/faac/src/faac-1.28'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in include
# make[1]: Entering directory '/tmp/faac/src/faac-1.28/include'
# make[2]: Entering directory '/tmp/faac/src/faac-1.28/include'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/bin/mkdir -p '/tmp/faac/pkg/faac/usr/include'
# /usr/bin/install -c -m 644 faac.h faaccfg.h '/tmp/faac/pkg/faac/usr/include'
# make[2]: Leaving directory '/tmp/faac/src/faac-1.28/include'
# make[1]: Leaving directory '/tmp/faac/src/faac-1.28/include'
# Making install in libfaac
# make[1]: Entering directory '/tmp/faac/src/faac-1.28/libfaac'
# make[2]: Entering directory '/tmp/faac/src/faac-1.28/libfaac'
# /usr/bin/mkdir -p '/tmp/faac/pkg/faac/usr/lib'
# /bin/sh ../libtool --mode=install /usr/bin/install -c libfaac.la '/tmp/faac/pkg/faac/usr/lib'
# libtool: install: /usr/bin/install -c .libs/libfaac.so.0.0.0 /tmp/faac/pkg/faac/usr/lib/libfaac.so.0.0.0
# libtool: install: (cd /tmp/faac/pkg/faac/usr/lib && { ln -s -f libfaac.so.0.0.0 libfaac.so.0 || { rm -f libfaac.so.0 && ln -s libfaac.so.0.0.0 libfaac.so.0; }; })
# libtool: install: (cd /tmp/faac/pkg/faac/usr/lib && { ln -s -f libfaac.so.0.0.0 libfaac.so || { rm -f libfaac.so && ln -s libfaac.so.0.0.0 libfaac.so; }; })
# libtool: install: /usr/bin/install -c .libs/libfaac.lai /tmp/faac/pkg/faac/usr/lib/libfaac.la
# libtool: install: /usr/bin/install -c .libs/libfaac.a /tmp/faac/pkg/faac/usr/lib/libfaac.a
# libtool: install: chmod 644 /tmp/faac/pkg/faac/usr/lib/libfaac.a
# libtool: install: ranlib /tmp/faac/pkg/faac/usr/lib/libfaac.a
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/faac/src/faac-1.28/libfaac'
# make[1]: Leaving directory '/tmp/faac/src/faac-1.28/libfaac'
# Making install in common
# make[1]: Entering directory '/tmp/faac/src/faac-1.28/common'
# make[2]: Entering directory '/tmp/faac/src/faac-1.28/common'
# make[3]: Entering directory '/tmp/faac/src/faac-1.28/common'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/faac/src/faac-1.28/common'
# make[2]: Leaving directory '/tmp/faac/src/faac-1.28/common'
# make[1]: Leaving directory '/tmp/faac/src/faac-1.28/common'
# Making install in frontend
# make[1]: Entering directory '/tmp/faac/src/faac-1.28/frontend'
# make[2]: Entering directory '/tmp/faac/src/faac-1.28/frontend'
# /usr/bin/mkdir -p '/tmp/faac/pkg/faac/usr/bin'
# /bin/sh ../libtool --mode=install /usr/bin/install -c faac '/tmp/faac/pkg/faac/usr/bin'
# libtool: warning: '../libfaac/libfaac.la' has not been installed in '/usr/lib'
# libtool: install: /usr/bin/install -c .libs/faac /tmp/faac/pkg/faac/usr/bin/faac
# /usr/bin/mkdir -p '/tmp/faac/pkg/faac/usr/share/man/man1'
# /usr/bin/install -c -m 644 ../docs/faac.1 '/tmp/faac/pkg/faac/usr/share/man/man1'
# make[2]: Leaving directory '/tmp/faac/src/faac-1.28/frontend'
# make[1]: Leaving directory '/tmp/faac/src/faac-1.28/frontend'
# make[1]: Entering directory '/tmp/faac/src/faac-1.28'
# make[2]: Entering directory '/tmp/faac/src/faac-1.28'
# 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/faac/src/faac-1.28'
# make[1]: Leaving directory '/tmp/faac/src/faac-1.28'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "faac"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: faac 1.28-5 (Thu Apr 13 18:01:52 UTC 2017)

CMD: pacman --query --file faac-1.28-5-x86_64.pkg.tar.xz
# faac 1.28-5

Creating hybrid package for 'faac'

Trying to find vanilla package 'faac'...

CMD: pacman --query --file /mirror/faac-1.28-5.pkg.tar.xz
# faac 1.28-5

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/lib/libfaac.so.0
# /usr/lib/libfaac.so.0.0.0
# /usr/lib/libfaac.so
# /usr/share/man/man1/faac.1.gz
# /usr/share/licenses/faac/LICENSE
# /usr/include/faaccfg.h
# /usr/include/faac.h
# /usr/bin/faac
# /sysroot/usr/lib/libfaac.so.0.0.0
# /sysroot/usr/lib/libfaac.so.0
# /sysroot/usr/lib/libfaac.so
# /sysroot/usr/lib/libfaac.la
# /sysroot/usr/lib/libfaac.a
# /sysroot/usr/include/faac.h
# /sysroot/usr/include/faaccfg.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 faac.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/faac.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/faac.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/faac/src/faac-1.28/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 FAAC configure 1.28, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = d23d59b07966
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2561: checking for a BSD-compatible install
# configure:2629: result: /usr/bin/install -c
# configure:2640: checking whether build environment is sane
# configure:2695: result: yes
# configure:2733: WARNING: 'missing' script is too old or missing
# configure:2754: checking for x86_64-unknown-linux-strip
# configure:2784: result: no
# configure:2794: checking for strip
# configure:2810: found /usr/bin/strip
# configure:2821: result: strip
# configure:2846: checking for a thread-safe mkdir -p
# configure:2885: result: /usr/bin/mkdir -p
# configure:2892: checking for gawk
# configure:2908: found /usr/bin/gawk
# configure:2919: result: gawk
# configure:2930: checking whether make sets $(MAKE)
# configure:2952: result: yes
# configure:2981: checking whether make supports nested variables
# configure:2998: result: yes
# configure:3156: checking for x86_64-unknown-linux-gcc
# configure:3183: result: clang
# configure:3452: checking for C compiler version
# configure:3461: 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:3472: $? = 0
# configure:3461: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3472: $? = 0
# configure:3461: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3472: $? = 1
# configure:3461: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3472: $? = 1
# configure:3492: checking whether the C compiler works
# configure:3514: clang -O2 -Wall conftest.c >&5
# configure:3518: $? = 0
# configure:3566: result: yes
# configure:3569: checking for C compiler default output file name
# configure:3571: result: a.out
# configure:3577: checking for suffix of executables
# configure:3584: clang -o conftest -O2 -Wall conftest.c >&5
# configure:3588: $? = 0
# configure:3610: result:
# configure:3632: checking whether we are cross compiling
# configure:3640: clang -o conftest -O2 -Wall conftest.c >&5
# configure:3644: $? = 0
# configure:3651: ./conftest
# configure:3655: $? = 0
# configure:3670: result: no
# configure:3675: checking for suffix of object files
# configure:3697: clang -c -O2 -Wall conftest.c >&5
# configure:3701: $? = 0
# configure:3722: result: o
# configure:3726: checking whether we are using the GNU C compiler
# configure:3745: clang -c -O2 -Wall conftest.c >&5
# configure:3745: $? = 0
# configure:3754: result: yes
# configure:3763: checking whether clang accepts -g
# configure:3783: clang -c -g conftest.c >&5
# configure:3783: $? = 0
# configure:3824: result: yes
# configure:3841: checking for clang option to accept ISO C89
# configure:3904: clang -c -O2 -Wall conftest.c >&5
# configure:3904: $? = 0
# configure:3917: result: none needed
# configure:3942: checking whether clang understands -c and -o together
# configure:3964: clang -c conftest.c -o conftest2.o
# configure:3967: $? = 0
# configure:3964: clang -c conftest.c -o conftest2.o
# configure:3967: $? = 0
# configure:3979: result: yes
# configure:4007: checking for style of include used by make
# configure:4035: result: GNU
# configure:4061: checking dependency style of clang
# configure:4172: result: gcc3
# configure:4299: checking for C++ compiler version
# configure:4308: 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:4319: $? = 0
# configure:4308: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:4319: $? = 0
# configure:4308: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4319: $? = 1
# configure:4308: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4319: $? = 1
# configure:4323: checking whether we are using the GNU C++ compiler
# configure:4342: clang++ -c conftest.cpp >&5
# configure:4342: $? = 0
# configure:4351: result: yes
# configure:4360: checking whether clang++ accepts -g
# configure:4380: clang++ -c -g conftest.cpp >&5
# configure:4380: $? = 0
# configure:4421: result: yes
# configure:4446: checking dependency style of clang++
# configure:4557: result: gcc3
# configure:4601: checking build system type
# configure:4615: result: x86_64-unknown-linux-gnu
# configure:4635: checking host system type
# configure:4648: result: x86_64-unknown-linux-gnu
# configure:4689: checking how to print strings
# configure:4716: result: printf
# configure:4737: checking for a sed that does not truncate output
# configure:4801: result: /usr/bin/sed
# configure:4819: checking for grep that handles long lines and -e
# configure:4877: result: /usr/bin/grep
# configure:4882: checking for egrep
# configure:4944: result: /usr/bin/grep -E
# configure:4949: checking for fgrep
# configure:5011: result: /usr/bin/grep -F
# configure:5046: checking for ld used by clang
# configure:5113: result: /usr/bin/ld
# configure:5120: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5135: result: yes
# configure:5147: checking for BSD- or MS-compatible name lister (nm)
# configure:5201: result: /usr/bin/nm -B
# configure:5331: checking the name lister (/usr/bin/nm -B) interface
# configure:5338: clang -c -O2 -Wall conftest.c >&5
# configure:5341: /usr/bin/nm -B "conftest.o"
# configure:5344: output
# 0000000000000000 B some_variable
# configure:5351: result: BSD nm
# configure:5354: checking whether ln -s works
# configure:5358: result: yes
# configure:5366: checking the maximum length of command line arguments
# configure:5497: result: 1572864
# configure:5545: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5585: result: func_convert_file_noop
# configure:5592: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5612: result: func_convert_file_noop
# configure:5619: checking for /usr/bin/ld option to reload object files
# configure:5626: result: -r
# configure:5660: checking for x86_64-unknown-linux-objdump
# configure:5690: result: no
# configure:5700: checking for objdump
# configure:5716: found /usr/bin/objdump
# configure:5727: result: objdump
# configure:5759: checking how to recognize dependent libraries
# configure:5959: result: pass_all
# configure:6004: checking for x86_64-unknown-linux-dlltool
# configure:6034: result: no
# configure:6044: checking for dlltool
# configure:6074: result: no
# configure:6104: checking how to associate runtime and link libraries
# configure:6131: result: printf %s\n
# configure:6148: checking for x86_64-unknown-linux-ar
# configure:6178: result: no
# configure:6192: checking for ar
# configure:6208: found /usr/bin/ar
# configure:6219: result: ar
# configure:6256: checking for archiver @FILE support
# configure:6273: clang -c -O2 -Wall conftest.c >&5
# configure:6273: $? = 0
# configure:6276: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6279: $? = 0
# configure:6284: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6287: $? = 1
# configure:6299: result: @
# configure:6317: checking for x86_64-unknown-linux-strip
# configure:6344: result: strip
# configure:6416: checking for x86_64-unknown-linux-ranlib
# configure:6446: result: no
# configure:6456: checking for ranlib
# configure:6472: found /usr/bin/ranlib
# configure:6483: result: ranlib
# configure:6585: checking command to parse /usr/bin/nm -B output from clang object
# configure:6738: clang -c -O2 -Wall conftest.c >&5
# configure:6741: $? = 0
# configure:6745: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6748: $? = 0
# configure:6814: clang -o conftest -O2 -Wall conftest.c conftstm.o >&5
# configure:6817: $? = 0
# configure:6855: result: ok
# configure:6902: checking for sysroot
# configure:6932: result: no
# configure:6939: checking for a working dd
# configure:6977: result: /usr/bin/dd
# configure:6981: checking how to truncate binary pipes
# configure:6996: result: /usr/bin/dd bs=4096 count=1
# configure:7132: clang -c -O2 -Wall conftest.c >&5
# configure:7135: $? = 0
# configure:7285: checking for x86_64-unknown-linux-mt
# configure:7315: result: no
# configure:7325: checking for mt
# configure:7355: result: no
# configure:7375: checking if : is a manifest tool
# configure:7381: : '-?'
# configure:7389: result: no
# configure:8066: checking how to run the C preprocessor
# configure:8097: clang -E conftest.c
# configure:8097: $? = 0
# configure:8111: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8111: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FAAC"
# | #define PACKAGE_TARNAME "faac"
# | #define PACKAGE_VERSION "1.28"
# | #define PACKAGE_STRING "FAAC 1.28"
# | #define PACKAGE_BUGREPORT "faac-dev@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "faac"
# | #define VERSION "1.28"
# | /* end confdefs.h. */
# | #include
# configure:8136: result: clang -E
# configure:8156: clang -E conftest.c
# configure:8156: $? = 0
# configure:8170: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8170: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FAAC"
# | #define PACKAGE_TARNAME "faac"
# | #define PACKAGE_VERSION "1.28"
# | #define PACKAGE_STRING "FAAC 1.28"
# | #define PACKAGE_BUGREPORT "faac-dev@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "faac"
# | #define VERSION "1.28"
# | /* end confdefs.h. */
# | #include
# configure:8199: checking for ANSI C header files
# configure:8219: clang -c -O2 -Wall conftest.c >&5
# configure:8219: $? = 0
# configure:8292: clang -o conftest -O2 -Wall conftest.c >&5
# configure:8292: $? = 0
# configure:8292: ./conftest
# configure:8292: $? = 0
# configure:8303: result: yes
# configure:8316: checking for sys/types.h
# configure:8316: clang -c -O2 -Wall conftest.c >&5
# configure:8316: $? = 0
# configure:8316: result: yes
# configure:8316: checking for sys/stat.h
# configure:8316: clang -c -O2 -Wall conftest.c >&5
# configure:8316: $? = 0
# configure:8316: result: yes
# configure:8316: checking for stdlib.h
# configure:8316: clang -c -O2 -Wall conftest.c >&5
# configure:8316: $? = 0
# configure:8316: result: yes
# configure:8316: checking for string.h
# configure:8316: clang -c -O2 -Wall conftest.c >&5
# configure:8316: $? = 0
# configure:8316: result: yes
# configure:8316: checking for memory.h
# configure:8316: clang -c -O2 -Wall conftest.c >&5
# configure:8316: $? = 0
# configure:8316: result: yes
# configure:8316: checking for strings.h
# configure:8316: clang -c -O2 -Wall conftest.c >&5
# configure:8316: $? = 0
# configure:8316: result: yes
# configure:8316: checking for inttypes.h
# configure:8316: clang -c -O2 -Wall conftest.c >&5
# configure:8316: $? = 0
# configure:8316: result: yes
# configure:8316: checking for stdint.h
# configure:8316: clang -c -O2 -Wall conftest.c >&5
# configure:8316: $? = 0
# configure:8316: result: yes
# configure:8316: checking for unistd.h
# configure:8316: clang -c -O2 -Wall conftest.c >&5
# configure:8316: $? = 0
# configure:8316: result: yes
# configure:8330: checking for dlfcn.h
# configure:8330: clang -c -O2 -Wall conftest.c >&5
# configure:8330: $? = 0
# configure:8330: result: yes
# configure:8597: checking for objdir
# configure:8612: result: .libs
# configure:8872: checking if clang supports -fno-rtti -fno-exceptions
# configure:8890: clang -c -O2 -Wall -fno-rtti -fno-exceptions conftest.c >&5
# configure:8894: $? = 0
# configure:8907: result: yes
# configure:9265: checking for clang option to produce PIC
# configure:9272: result: -fPIC -DPIC
# configure:9280: checking if clang PIC flag -fPIC -DPIC works
# configure:9298: clang -c -O2 -Wall -fPIC -DPIC -DPIC conftest.c >&5
# configure:9302: $? = 0
# configure:9315: result: yes
# configure:9344: checking if clang static flag -static works
# configure:9372: result: yes
# configure:9387: checking if clang supports -c -o file.o
# configure:9408: clang -c -O2 -Wall -o out/conftest2.o conftest.c >&5
# configure:9412: $? = 0
# configure:9434: result: yes
# configure:9442: checking if clang supports -c -o file.o
# configure:9489: result: yes
# configure:9522: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10781: result: yes
# configure:10818: checking whether -lc should be explicitly linked in
# configure:10826: clang -c -O2 -Wall conftest.c >&5
# configure:10829: $? = 0
# configure:10844: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10847: $? = 0
# configure:10861: result: no
# configure:11021: checking dynamic linker characteristics
# configure:11602: clang -o conftest -O2 -Wall -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11602: $? = 0
# configure:11839: result: GNU/Linux ld.so
# configure:11961: checking how to hardcode library paths into programs
# configure:11986: result: immediate
# configure:12534: checking whether stripping libraries is possible
# configure:12539: result: yes
# configure:12574: checking if libtool supports shared libraries
# configure:12576: result: yes
# configure:12579: checking whether to build shared libraries
# configure:12604: result: yes
# configure:12607: checking whether to build static libraries
# configure:12611: result: yes
# configure:12634: checking how to run the C++ preprocessor
# configure:12661: clang++ -E conftest.cpp
# configure:12661: $? = 0
# configure:12675: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12675: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FAAC"
# | #define PACKAGE_TARNAME "faac"
# | #define PACKAGE_VERSION "1.28"
# | #define PACKAGE_STRING "FAAC 1.28"
# | #define PACKAGE_BUGREPORT "faac-dev@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "faac"
# | #define VERSION "1.28"
# | #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
# configure:12700: result: clang++ -E
# configure:12720: clang++ -E conftest.cpp
# configure:12720: $? = 0
# configure:12734: clang++ -E conftest.cpp
# conftest.cpp:23:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12734: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FAAC"
# | #define PACKAGE_TARNAME "faac"
# | #define PACKAGE_VERSION "1.28"
# | #define PACKAGE_STRING "FAAC 1.28"
# | #define PACKAGE_BUGREPORT "faac-dev@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "faac"
# | #define VERSION "1.28"
# | #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
# configure:12896: checking for ld used by clang++
# configure:12963: result: /usr/bin/ld -m elf_x86_64
# configure:12970: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:12985: result: yes
# configure:13040: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14113: result: yes
# configure:14149: clang++ -c conftest.cpp >&5
# configure:14152: $? = 0
# configure:14633: checking for clang++ option to produce PIC
# configure:14640: result: -fPIC -DPIC
# configure:14648: checking if clang++ PIC flag -fPIC -DPIC works
# configure:14666: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14670: $? = 0
# configure:14683: result: yes
# configure:14706: checking if clang++ static flag -static works
# configure:14734: result: yes
# configure:14746: checking if clang++ supports -c -o file.o
# configure:14767: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:14771: $? = 0
# configure:14793: result: yes
# configure:14798: checking if clang++ supports -c -o file.o
# configure:14845: result: yes
# configure:14875: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14915: result: yes
# configure:15056: checking dynamic linker characteristics
# configure:15801: result: GNU/Linux ld.so
# configure:15866: checking how to hardcode library paths into programs
# configure:15891: result: immediate
# configure:15955: checking getopt.h usability
# configure:15955: clang -c -O2 -Wall conftest.c >&5
# configure:15955: $? = 0
# configure:15955: result: yes
# configure:15955: checking getopt.h presence
# configure:15955: clang -E conftest.c
# configure:15955: $? = 0
# configure:15955: result: yes
# configure:15955: checking for getopt.h
# configure:15955: result: yes
# configure:15966: checking for u_int32_t
# configure:15966: clang -c -O2 -Wall conftest.c >&5
# configure:15966: $? = 0
# configure:15966: clang -c -O2 -Wall conftest.c >&5
# conftest.c:60:24: error: expected expression
# if (sizeof ((u_int32_t)))
# ^
# 1 error generated.
# configure:15966: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FAAC"
# | #define PACKAGE_TARNAME "faac"
# | #define PACKAGE_VERSION "1.28"
# | #define PACKAGE_STRING "FAAC 1.28"
# | #define PACKAGE_BUGREPORT "faac-dev@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "faac"
# | #define VERSION "1.28"
# | #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 HAVE_GETOPT_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
# | int
# | main ()
# | {
# | if (sizeof ((u_int32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15966: result: yes
# configure:15976: checking for u_int16_t
# configure:15976: clang -c -O2 -Wall conftest.c >&5
# configure:15976: $? = 0
# configure:15976: clang -c -O2 -Wall conftest.c >&5
# conftest.c:61:24: error: expected expression
# if (sizeof ((u_int16_t)))
# ^
# 1 error generated.
# configure:15976: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FAAC"
# | #define PACKAGE_TARNAME "faac"
# | #define PACKAGE_VERSION "1.28"
# | #define PACKAGE_STRING "FAAC 1.28"
# | #define PACKAGE_BUGREPORT "faac-dev@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "faac"
# | #define VERSION "1.28"
# | #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 HAVE_GETOPT_H 1
# | #define HAVE_U_INT32_T 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
# | int
# | main ()
# | {
# | if (sizeof ((u_int16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15976: result: yes
# configure:15986: checking for int32_t
# configure:15986: clang -c -O2 -Wall conftest.c >&5
# configure:15986: $? = 0
# configure:15986: clang -c -O2 -Wall conftest.c >&5
# conftest.c:62:22: error: expected expression
# if (sizeof ((int32_t)))
# ^
# 1 error generated.
# configure:15986: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FAAC"
# | #define PACKAGE_TARNAME "faac"
# | #define PACKAGE_VERSION "1.28"
# | #define PACKAGE_STRING "FAAC 1.28"
# | #define PACKAGE_BUGREPORT "faac-dev@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "faac"
# | #define VERSION "1.28"
# | #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 HAVE_GETOPT_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_U_INT16_T 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
# | int
# | main ()
# | {
# | if (sizeof ((int32_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15986: result: yes
# configure:15996: checking for int16_t
# configure:15996: clang -c -O2 -Wall conftest.c >&5
# configure:15996: $? = 0
# configure:15996: clang -c -O2 -Wall conftest.c >&5
# conftest.c:63:22: error: expected expression
# if (sizeof ((int16_t)))
# ^
# 1 error generated.
# configure:15996: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FAAC"
# | #define PACKAGE_TARNAME "faac"
# | #define PACKAGE_VERSION "1.28"
# | #define PACKAGE_STRING "FAAC 1.28"
# | #define PACKAGE_BUGREPORT "faac-dev@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "faac"
# | #define VERSION "1.28"
# | #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 HAVE_GETOPT_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_INT32_T 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
# | int
# | main ()
# | {
# | if (sizeof ((int16_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15996: result: yes
# configure:16007: checking whether strcasecmp is declared
# configure:16007: clang -c -O2 -Wall conftest.c >&5
# configure:16007: $? = 0
# configure:16007: result: yes
# configure:16015: checking for getopt_long in -lgnugetopt
# configure:16040: clang -o conftest -O2 -Wall conftest.c -lgnugetopt >&5
# /usr/bin/ld: cannot find -lgnugetopt
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16040: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FAAC"
# | #define PACKAGE_TARNAME "faac"
# | #define PACKAGE_VERSION "1.28"
# | #define PACKAGE_STRING "FAAC 1.28"
# | #define PACKAGE_BUGREPORT "faac-dev@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "faac"
# | #define VERSION "1.28"
# | #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 HAVE_GETOPT_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_STRCASECMP 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getopt_long ();
# | int
# | main ()
# | {
# | return getopt_long ();
# | ;
# | return 0;
# | }
# configure:16049: result: no
# configure:16078: checking whether MP4Create is declared
# configure:16078: clang -c -O2 -Wall conftest.c >&5
# configure:16078: $? = 0
# configure:16078: result: yes
# configure:16095: checking for MP4Create in -lmp4v2
# configure:16120: clang -o conftest -O2 -Wall conftest.c -lmp4v2 -lstdc++ >&5
# configure:16120: $? = 0
# configure:16129: result: yes
# configure:16143: *** Building with external mp4v2 ***
# configure:16156: checking whether MP4TagsAlloc is declared
# configure:16156: clang -c -O2 -Wall conftest.c >&5
# configure:16156: $? = 0
# configure:16156: result: yes
# configure:16215: checking whether byte ordering is bigendian
# configure:16230: clang -c -O2 -Wall conftest.c >&5
# conftest.c:33:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:33:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:16230: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FAAC"
# | #define PACKAGE_TARNAME "faac"
# | #define PACKAGE_VERSION "1.28"
# | #define PACKAGE_STRING "FAAC 1.28"
# | #define PACKAGE_BUGREPORT "faac-dev@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "faac"
# | #define VERSION "1.28"
# | #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 HAVE_GETOPT_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_DECL_MP4CREATE 1
# | #define HAVE_LIBMP4V2 1
# | #define HAVE_DECL_MP4TAGSALLOC 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:16275: clang -c -O2 -Wall conftest.c >&5
# configure:16275: $? = 0
# configure:16293: clang -c -O2 -Wall conftest.c >&5
# conftest.c:39:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:16293: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FAAC"
# | #define PACKAGE_TARNAME "faac"
# | #define PACKAGE_VERSION "1.28"
# | #define PACKAGE_STRING "FAAC 1.28"
# | #define PACKAGE_BUGREPORT "faac-dev@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "faac"
# | #define VERSION "1.28"
# | #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 HAVE_GETOPT_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_DECL_MP4CREATE 1
# | #define HAVE_LIBMP4V2 1
# | #define HAVE_DECL_MP4TAGSALLOC 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:16421: result: no
# configure:16440: checking for ANSI C header files
# configure:16544: result: yes
# configure:16559: checking for special C compiler options needed for large files
# configure:16604: result: no
# configure:16610: checking for _FILE_OFFSET_BITS value needed for large files
# configure:16635: clang -c -O2 -Wall conftest.c >&5
# configure:16635: $? = 0
# configure:16667: result: no
# configure:16755: checking for stdint.h
# configure:16755: result: yes
# configure:16755: checking for inttypes.h
# configure:16755: result: yes
# configure:16767: checking mathf.h usability
# configure:16767: clang -c -O2 -Wall conftest.c >&5
# conftest.c:68:10: fatal error: 'mathf.h' file not found
# #include
# ^
# 1 error generated.
# configure:16767: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FAAC"
# | #define PACKAGE_TARNAME "faac"
# | #define PACKAGE_VERSION "1.28"
# | #define PACKAGE_STRING "FAAC 1.28"
# | #define PACKAGE_BUGREPORT "faac-dev@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "faac"
# | #define VERSION "1.28"
# | #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 HAVE_GETOPT_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_DECL_MP4CREATE 1
# | #define HAVE_LIBMP4V2 1
# | #define HAVE_DECL_MP4TAGSALLOC 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_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:16767: result: no
# configure:16767: checking mathf.h presence
# configure:16767: clang -E conftest.c
# conftest.c:35:10: fatal error: 'mathf.h' file not found
# #include
# ^
# 1 error generated.
# configure:16767: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FAAC"
# | #define PACKAGE_TARNAME "faac"
# | #define PACKAGE_VERSION "1.28"
# | #define PACKAGE_STRING "FAAC 1.28"
# | #define PACKAGE_BUGREPORT "faac-dev@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "faac"
# | #define VERSION "1.28"
# | #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 HAVE_GETOPT_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_DECL_MP4CREATE 1
# | #define HAVE_LIBMP4V2 1
# | #define HAVE_DECL_MP4TAGSALLOC 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | /* end confdefs.h. */
# | #include
# configure:16767: result: no
# configure:16767: checking for mathf.h
# configure:16767: result: no
# configure:16779: checking float.h usability
# configure:16779: clang -c -O2 -Wall conftest.c >&5
# configure:16779: $? = 0
# configure:16779: result: yes
# configure:16779: checking float.h presence
# configure:16779: clang -E conftest.c
# configure:16779: $? = 0
# configure:16779: result: yes
# configure:16779: checking for float.h
# configure:16779: result: yes
# configure:16789: checking whether strchr is declared
# configure:16789: clang -c -O2 -Wall conftest.c >&5
# configure:16789: $? = 0
# configure:16789: result: yes
# configure:16796: checking whether memcpy is declared
# configure:16796: clang -c -O2 -Wall conftest.c >&5
# configure:16796: $? = 0
# configure:16796: result: yes
# configure:16803: checking whether strsep is declared
# configure:16803: clang -c -O2 -Wall conftest.c >&5
# configure:16803: $? = 0
# configure:16803: result: yes
# configure:16812: checking sys/time.h usability
# configure:16812: clang -c -O2 -Wall conftest.c >&5
# configure:16812: $? = 0
# configure:16812: result: yes
# configure:16812: checking sys/time.h presence
# configure:16812: clang -E conftest.c
# configure:16812: $? = 0
# configure:16812: result: yes
# configure:16812: checking for sys/time.h
# configure:16812: result: yes
# configure:16822: checking whether time.h and sys/time.h may both be included
# configure:16842: clang -c -O2 -Wall conftest.c >&5
# configure:16842: $? = 0
# configure:16849: result: yes
# configure:16857: checking for off_t
# configure:16857: clang -c -O2 -Wall conftest.c >&5
# configure:16857: $? = 0
# configure:16857: clang -c -O2 -Wall conftest.c >&5
# conftest.c:77:20: error: expected expression
# if (sizeof ((off_t)))
# ^
# 1 error generated.
# configure:16857: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FAAC"
# | #define PACKAGE_TARNAME "faac"
# | #define PACKAGE_VERSION "1.28"
# | #define PACKAGE_STRING "FAAC 1.28"
# | #define PACKAGE_BUGREPORT "faac-dev@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "faac"
# | #define VERSION "1.28"
# | #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 HAVE_GETOPT_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_DECL_MP4CREATE 1
# | #define HAVE_LIBMP4V2 1
# | #define HAVE_DECL_MP4TAGSALLOC 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_STRSEP 1
# | #define HAVE_SYS_TIME_H 1
# | #define TIME_WITH_SYS_TIME 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
# | int
# | main ()
# | {
# | if (sizeof ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:16857: result: yes
# configure:16868: checking for in_port_t
# configure:16868: clang -c -O2 -Wall conftest.c >&5
# configure:16868: $? = 0
# configure:16868: clang -c -O2 -Wall conftest.c >&5
# conftest.c:48:24: error: expected expression
# if (sizeof ((in_port_t)))
# ^
# 1 error generated.
# configure:16868: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FAAC"
# | #define PACKAGE_TARNAME "faac"
# | #define PACKAGE_VERSION "1.28"
# | #define PACKAGE_STRING "FAAC 1.28"
# | #define PACKAGE_BUGREPORT "faac-dev@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "faac"
# | #define VERSION "1.28"
# | #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 HAVE_GETOPT_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_DECL_MP4CREATE 1
# | #define HAVE_LIBMP4V2 1
# | #define HAVE_DECL_MP4TAGSALLOC 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_STRSEP 1
# | #define HAVE_SYS_TIME_H 1
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((in_port_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:16868: result: yes
# configure:16880: checking for socklen_t
# configure:16880: clang -c -O2 -Wall conftest.c >&5
# configure:16880: $? = 0
# configure:16880: clang -c -O2 -Wall conftest.c >&5
# conftest.c:49:24: error: expected expression
# if (sizeof ((socklen_t)))
# ^
# 1 error generated.
# configure:16880: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "FAAC"
# | #define PACKAGE_TARNAME "faac"
# | #define PACKAGE_VERSION "1.28"
# | #define PACKAGE_STRING "FAAC 1.28"
# | #define PACKAGE_BUGREPORT "faac-dev@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "faac"
# | #define VERSION "1.28"
# | #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 HAVE_GETOPT_H 1
# | #define HAVE_U_INT32_T 1
# | #define HAVE_U_INT16_T 1
# | #define HAVE_INT32_T 1
# | #define HAVE_INT16_T 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_DECL_MP4CREATE 1
# | #define HAVE_LIBMP4V2 1
# | #define HAVE_DECL_MP4TAGSALLOC 1
# | #define STDC_HEADERS 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_FLOAT_H 1
# | #define HAVE_STRCHR 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_STRSEP 1
# | #define HAVE_SYS_TIME_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_IN_PORT_T 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((socklen_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:16880: result: yes
# configure:16893: checking for fpos_t.__pos
# configure:16893: clang -c -O2 -Wall conftest.c >&5
# configure:16893: $? = 0
# configure:16893: result: yes
# configure:17015: checking that generated files are newer than configure
# configure:17021: result: done
# configure:17073: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by FAAC config.status 1.28, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on d23d59b07966
#
# config.status:1184: creating common/Makefile
# config.status:1184: creating common/mp4v2/Makefile
# config.status:1184: creating libfaac/Makefile
# config.status:1184: creating frontend/Makefile
# config.status:1184: creating include/Makefile
# config.status:1184: creating Makefile
# config.status:1184: creating config.h
# config.status:1444: executing depfiles commands
# config.status:1444: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_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_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_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_have_decl_MP4Create=yes
# ac_cv_have_decl_MP4TagsAlloc=yes
# ac_cv_have_decl_memcpy=yes
# ac_cv_have_decl_strcasecmp=yes
# ac_cv_have_decl_strchr=yes
# ac_cv_have_decl_strsep=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_float_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_mathf_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_gnugetopt_getopt_long=no
# ac_cv_lib_mp4v2_MP4Create=yes
# ac_cv_member_fpos_t___pos=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/bin/dd
# 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_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_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_type_in_port_t=yes
# ac_cv_type_int16_t=yes
# ac_cv_type_int32_t=yes
# ac_cv_type_off_t=yes
# ac_cv_type_socklen_t=yes
# ac_cv_type_u_int16_t=yes
# ac_cv_type_u_int32_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=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_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='autoconf'
# AUTOHEADER='autoheader'
# AUTOMAKE='automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-O2 -Wall'
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# MAKEINFO='makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='faac'
# PACKAGE_BUGREPORT='faac-dev@lists.sourceforge.net'
# PACKAGE_NAME='FAAC'
# PACKAGE_STRING='FAAC 1.28'
# PACKAGE_TARNAME='faac'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.28'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_DRM_FALSE=''
# USE_DRM_TRUE='#'
# VERSION='1.28'
# WITH_EXTERNAL_MP4V2_FALSE='#'
# WITH_EXTERNAL_MP4V2_TRUE=''
# WITH_MP4V2_FALSE=''
# WITH_MP4V2_TRUE='#'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/faac/src/faac-1.28/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "FAAC"
# #define PACKAGE_TARNAME "faac"
# #define PACKAGE_VERSION "1.28"
# #define PACKAGE_STRING "FAAC 1.28"
# #define PACKAGE_BUGREPORT "faac-dev@lists.sourceforge.net"
# #define PACKAGE_URL ""
# #define PACKAGE "faac"
# #define VERSION "1.28"
# #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 HAVE_GETOPT_H 1
# #define HAVE_U_INT32_T 1
# #define HAVE_U_INT16_T 1
# #define HAVE_INT32_T 1
# #define HAVE_INT16_T 1
# #define HAVE_STRCASECMP 1
# #define HAVE_DECL_MP4CREATE 1
# #define HAVE_LIBMP4V2 1
# #define HAVE_DECL_MP4TAGSALLOC 1
# #define STDC_HEADERS 1
# #define HAVE_STDINT_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_FLOAT_H 1
# #define HAVE_STRCHR 1
# #define HAVE_MEMCPY 1
# #define HAVE_STRSEP 1
# #define HAVE_SYS_TIME_H 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_IN_PORT_T 1
# #define HAVE_SOCKLEN_T 1
# #define HAVE_FPOS_T___POS 1
#
# configure: exit 0