Build of libaacs with clang_glibc toolchain

The build took 00h 01m 33s and was NOT successful.

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

SLOCLanguage
4,777 ansic
4,238 sh
1,156 makefile
629 yacc
162 lex
10,962 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: libaacs 0.8.1-1 (Thu Apr 13 15:55:10 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# autoreconf: Entering directory `.'
# autoreconf: configure.ac: not using Gettext
# autoreconf: running: aclocal --force -I m4
# autoreconf: configure.ac: tracing
# autoreconf: running: libtoolize --copy --force
# libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
# libtoolize: copying file 'build-aux/ltmain.sh'
# libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
# libtoolize: copying file 'm4/libtool.m4'
# libtoolize: copying file 'm4/ltoptions.m4'
# libtoolize: copying file 'm4/ltsugar.m4'
# libtoolize: copying file 'm4/ltversion.m4'
# libtoolize: copying file 'm4/lt~obsolete.m4'
# autoreconf: running: /usr/bin/autoconf --force
# autoreconf: running: /usr/bin/autoheader --force
# autoreconf: running: automake --add-missing --copy --force-missing
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
# configure.ac:86: installing 'build-aux/compile'
# configure.ac:26: installing 'build-aux/missing'
# Makefile.am: installing 'build-aux/depcomp'
# autoreconf: Leaving directory `.'
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether UID '1000' is supported by ustar format... yes
# checking whether GID '1000' is supported by ustar format... yes
# checking how to create a ustar tar archive... gnutar
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking whether make supports nested variables... (cached) 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 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... (cached) 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 for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# checking for bison... bison -y
# checking return type of signal handlers... void
# checking stdarg.h usability... yes
# checking stdarg.h presence... yes
# checking for stdarg.h... yes
# checking for sys/types.h... (cached) yes
# checking dirent.h usability... yes
# checking dirent.h presence... yes
# checking for dirent.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking libgen.h usability... yes
# checking libgen.h presence... yes
# checking for libgen.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking for stdlib.h... (cached) yes
# checking mntent.h usability... yes
# checking mntent.h presence... yes
# checking for mntent.h... yes
# checking linux/cdrom.h usability... yes
# checking linux/cdrom.h presence... yes
# checking for linux/cdrom.h... yes
# checking for inttypes.h... (cached) yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking sys/mount.h usability... yes
# checking sys/mount.h presence... yes
# checking for sys/mount.h... yes
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking for struct dirent.d_type... 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 snprintf... yes
# checking for x86_64-unknown-linux-libgcrypt-config... no
# checking for libgcrypt-config... /usr/bin/libgcrypt-config
# checking for LIBGCRYPT - version >= 1.6.0... yes (1.7.1)
# checking whether strerror_r is declared... yes
# checking for strerror_r... yes
# checking whether strerror_r returns char *... no
# checking for x86_64-unknown-linux-gpg-error-config... no
# checking for gpg-error-config... /usr/bin/gpg-error-config
# checking for GPG Error - version >= 0.5... yes (1.23)
# configure: WARNING:
# ***
# *** The config script /usr/bin/gpg-error-config was
# *** built for x86_64-pc-linux-gnu and thus may not match the
# *** used host x86_64-unknown-linux-gnu.
# *** You may want to use the configure option --with-gpg-error-prefix
# *** to specify a matching config script.
# ***
# checking if clang supports -Wall flag... yes
# checking if clang supports -Wdisabled-optimization flag... yes
# checking if clang supports -Wpointer-arith flag... yes
# checking if clang supports -Wredundant-decls flag... yes
# checking if clang supports -Wcast-qual flag... yes
# checking if clang supports -Wwrite-strings flag... yes
# checking if clang supports -Wtype-limits flag... yes
# checking if clang supports -Wundef flag... yes
# checking if clang supports -Wmissing-prototypes flag... yes
# checking if clang supports -Wshadow flag... yes
# checking if clang supports -Werror=implicit-function-declaration flag... yes
# checking for clang way to treat warnings as errors... -Werror
# checking if clang supports -Wextra flag... yes
# checking if clang supports -Winline flag... yes
# checking if clang supports -O3 flag... yes
# checking if clang supports -fomit-frame-pointer flag... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/libaacs.pc
# config.status: creating src/libaacs/aacs-version.h
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# YACC src/file/keydbcfg-parser.c
# ./build-aux/ylwrap: line 174: 3598 Segmentation fault (core dumped) "$prog" "$@" "$input"
# make: *** [Makefile:902: src/file/keydbcfg-parser.c] Error 139
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/libaacs/src/libaacs-0.8.1/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 libaacs configure 0.8.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = c519fde9e294
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2410: checking build system type
# configure:2424: result: x86_64-unknown-linux-gnu
# configure:2444: checking host system type
# configure:2457: result: x86_64-unknown-linux-gnu
# configure:2477: checking target system type
# configure:2490: result: x86_64-unknown-linux-gnu
# configure:2533: checking for a BSD-compatible install
# configure:2601: result: /usr/bin/install -c
# configure:2612: checking whether build environment is sane
# configure:2667: result: yes
# configure:2726: checking for x86_64-unknown-linux-strip
# configure:2756: result: no
# configure:2766: checking for strip
# configure:2782: found /usr/bin/strip
# configure:2793: result: strip
# configure:2818: checking for a thread-safe mkdir -p
# configure:2857: result: /usr/bin/mkdir -p
# configure:2864: checking for gawk
# configure:2880: found /usr/bin/gawk
# configure:2891: result: gawk
# configure:2902: checking whether make sets $(MAKE)
# configure:2924: result: yes
# configure:2953: checking whether make supports nested variables
# configure:2970: result: yes
# configure:3059: checking whether UID '1000' is supported by ustar format
# configure:3062: result: yes
# configure:3069: checking whether GID '1000' is supported by ustar format
# configure:3072: result: yes
# configure:3080: checking how to create a ustar tar archive
# configure:3091: tar --version
# tar (GNU tar) 1.29
# Copyright (C) 2015 Free Software Foundation, Inc.
# License GPLv3+: GNU GPL version 3 or later .
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.
#
# Written by John Gilmore and Jay Fenlason.
# configure:3094: $? = 0
# configure:3134: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
# configure:3137: $? = 0
# configure:3141: tar -xf -
# configure:3144: $? = 0
# configure:3146: cat conftest.dir/file
# GrepMe
# configure:3149: $? = 0
# configure:3162: result: gnutar
# configure:3215: checking whether to enable maintainer-specific portions of Makefiles
# configure:3224: result: no
# configure:3249: checking whether make supports nested variables
# configure:3266: result: yes
# configure:3366: checking for x86_64-unknown-linux-gcc
# configure:3393: result: clang
# configure:3662: checking for C compiler version
# configure:3671: 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:3682: $? = 0
# configure:3671: 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:3682: $? = 0
# configure:3671: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3682: $? = 1
# configure:3671: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3682: $? = 1
# configure:3702: checking whether the C compiler works
# configure:3724: clang conftest.c >&5
# configure:3728: $? = 0
# configure:3776: result: yes
# configure:3779: checking for C compiler default output file name
# configure:3781: result: a.out
# configure:3787: checking for suffix of executables
# configure:3794: clang -o conftest conftest.c >&5
# configure:3798: $? = 0
# configure:3820: result:
# configure:3842: checking whether we are cross compiling
# configure:3850: clang -o conftest conftest.c >&5
# configure:3854: $? = 0
# configure:3861: ./conftest
# configure:3865: $? = 0
# configure:3880: result: no
# configure:3885: checking for suffix of object files
# configure:3907: clang -c conftest.c >&5
# configure:3911: $? = 0
# configure:3932: result: o
# configure:3936: checking whether we are using the GNU C compiler
# configure:3955: clang -c conftest.c >&5
# configure:3955: $? = 0
# configure:3964: result: yes
# configure:3973: checking whether clang accepts -g
# configure:3993: clang -c -g conftest.c >&5
# configure:3993: $? = 0
# configure:4034: result: yes
# configure:4051: checking for clang option to accept ISO C89
# configure:4114: clang -c conftest.c >&5
# configure:4114: $? = 0
# configure:4127: result: none needed
# configure:4152: checking whether clang understands -c and -o together
# configure:4174: clang -c conftest.c -o conftest2.o
# configure:4177: $? = 0
# configure:4174: clang -c conftest.c -o conftest2.o
# configure:4177: $? = 0
# configure:4189: result: yes
# configure:4217: checking for style of include used by make
# configure:4245: result: GNU
# configure:4271: checking dependency style of clang
# configure:4382: result: gcc3
# configure:4443: checking how to print strings
# configure:4470: result: printf
# configure:4491: checking for a sed that does not truncate output
# configure:4555: result: /usr/bin/sed
# configure:4573: checking for grep that handles long lines and -e
# configure:4631: result: /usr/bin/grep
# configure:4636: checking for egrep
# configure:4698: result: /usr/bin/grep -E
# configure:4703: checking for fgrep
# configure:4765: result: /usr/bin/grep -F
# configure:4800: checking for ld used by clang
# configure:4867: result: /usr/bin/ld
# configure:4874: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4889: result: yes
# configure:4901: checking for BSD- or MS-compatible name lister (nm)
# configure:4955: result: /usr/bin/nm -B
# configure:5085: checking the name lister (/usr/bin/nm -B) interface
# configure:5092: clang -c conftest.c >&5
# configure:5095: /usr/bin/nm -B "conftest.o"
# configure:5098: output
# 0000000000000000 B some_variable
# configure:5105: result: BSD nm
# configure:5108: checking whether ln -s works
# configure:5112: result: yes
# configure:5120: checking the maximum length of command line arguments
# configure:5251: result: 1572864
# configure:5299: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5339: result: func_convert_file_noop
# configure:5346: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5366: result: func_convert_file_noop
# configure:5373: checking for /usr/bin/ld option to reload object files
# configure:5380: result: -r
# configure:5414: checking for x86_64-unknown-linux-objdump
# configure:5444: result: no
# configure:5454: checking for objdump
# configure:5470: found /usr/bin/objdump
# configure:5481: result: objdump
# configure:5513: checking how to recognize dependent libraries
# configure:5713: result: pass_all
# configure:5758: checking for x86_64-unknown-linux-dlltool
# configure:5788: result: no
# configure:5798: checking for dlltool
# configure:5828: result: no
# configure:5858: checking how to associate runtime and link libraries
# configure:5885: result: printf %s\n
# configure:5902: checking for x86_64-unknown-linux-ar
# configure:5932: result: no
# configure:5946: checking for ar
# configure:5962: found /usr/bin/ar
# configure:5973: result: ar
# configure:6010: checking for archiver @FILE support
# configure:6027: clang -c conftest.c >&5
# configure:6027: $? = 0
# configure:6030: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6033: $? = 0
# configure:6038: 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:6041: $? = 1
# configure:6053: result: @
# configure:6071: checking for x86_64-unknown-linux-strip
# configure:6098: result: strip
# configure:6170: checking for x86_64-unknown-linux-ranlib
# configure:6200: result: no
# configure:6210: checking for ranlib
# configure:6226: found /usr/bin/ranlib
# configure:6237: result: ranlib
# configure:6339: checking command to parse /usr/bin/nm -B output from clang object
# configure:6492: clang -c conftest.c >&5
# configure:6495: $? = 0
# configure:6499: /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:6502: $? = 0
# configure:6568: clang -o conftest conftest.c conftstm.o >&5
# configure:6571: $? = 0
# configure:6609: result: ok
# configure:6656: checking for sysroot
# configure:6686: result: no
# configure:6693: checking for a working dd
# configure:6731: result: /usr/bin/dd
# configure:6735: checking how to truncate binary pipes
# configure:6750: result: /usr/bin/dd bs=4096 count=1
# configure:6886: clang -c conftest.c >&5
# configure:6889: $? = 0
# configure:7039: checking for x86_64-unknown-linux-mt
# configure:7069: result: no
# configure:7079: checking for mt
# configure:7109: result: no
# configure:7129: checking if : is a manifest tool
# configure:7135: : '-?'
# configure:7143: result: no
# configure:7820: checking how to run the C preprocessor
# configure:7851: clang -E conftest.c
# configure:7851: $? = 0
# configure:7865: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7865: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libaacs"
# | #define PACKAGE_TARNAME "libaacs"
# | #define PACKAGE_VERSION "0.8.1"
# | #define PACKAGE_STRING "libaacs 0.8.1"
# | #define PACKAGE_BUGREPORT "http://www.videolan.org/developers/libaacs.html"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libaacs"
# | #define VERSION "0.8.1"
# | /* end confdefs.h. */
# | #include
# configure:7890: result: clang -E
# configure:7910: clang -E conftest.c
# configure:7910: $? = 0
# configure:7924: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7924: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libaacs"
# | #define PACKAGE_TARNAME "libaacs"
# | #define PACKAGE_VERSION "0.8.1"
# | #define PACKAGE_STRING "libaacs 0.8.1"
# | #define PACKAGE_BUGREPORT "http://www.videolan.org/developers/libaacs.html"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libaacs"
# | #define VERSION "0.8.1"
# | /* end confdefs.h. */
# | #include
# configure:7953: checking for ANSI C header files
# configure:7973: clang -c conftest.c >&5
# configure:7973: $? = 0
# configure:8046: clang -o conftest conftest.c >&5
# configure:8046: $? = 0
# configure:8046: ./conftest
# configure:8046: $? = 0
# configure:8057: result: yes
# configure:8070: checking for sys/types.h
# configure:8070: clang -c conftest.c >&5
# configure:8070: $? = 0
# configure:8070: result: yes
# configure:8070: checking for sys/stat.h
# configure:8070: clang -c conftest.c >&5
# configure:8070: $? = 0
# configure:8070: result: yes
# configure:8070: checking for stdlib.h
# configure:8070: clang -c conftest.c >&5
# configure:8070: $? = 0
# configure:8070: result: yes
# configure:8070: checking for string.h
# configure:8070: clang -c conftest.c >&5
# configure:8070: $? = 0
# configure:8070: result: yes
# configure:8070: checking for memory.h
# configure:8070: clang -c conftest.c >&5
# configure:8070: $? = 0
# configure:8070: result: yes
# configure:8070: checking for strings.h
# configure:8070: clang -c conftest.c >&5
# configure:8070: $? = 0
# configure:8070: result: yes
# configure:8070: checking for inttypes.h
# configure:8070: clang -c conftest.c >&5
# configure:8070: $? = 0
# configure:8070: result: yes
# configure:8070: checking for stdint.h
# configure:8070: clang -c conftest.c >&5
# configure:8070: $? = 0
# configure:8070: result: yes
# configure:8070: checking for unistd.h
# configure:8070: clang -c conftest.c >&5
# configure:8070: $? = 0
# configure:8070: result: yes
# configure:8084: checking for dlfcn.h
# configure:8084: clang -c conftest.c >&5
# configure:8084: $? = 0
# configure:8084: result: yes
# configure:8340: checking for objdir
# configure:8355: result: .libs
# configure:8619: checking if clang supports -fno-rtti -fno-exceptions
# configure:8637: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8641: $? = 0
# configure:8654: result: yes
# configure:9012: checking for clang option to produce PIC
# configure:9019: result: -fPIC -DPIC
# configure:9027: checking if clang PIC flag -fPIC -DPIC works
# configure:9045: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9049: $? = 0
# configure:9062: result: yes
# configure:9091: checking if clang static flag -static works
# configure:9119: result: yes
# configure:9134: checking if clang supports -c -o file.o
# configure:9155: clang -c -o out/conftest2.o conftest.c >&5
# configure:9159: $? = 0
# configure:9181: result: yes
# configure:9189: checking if clang supports -c -o file.o
# configure:9236: result: yes
# configure:9269: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10528: result: yes
# configure:10565: checking whether -lc should be explicitly linked in
# configure:10573: clang -c conftest.c >&5
# configure:10576: $? = 0
# configure:10591: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10594: $? = 0
# configure:10608: result: no
# configure:10768: checking dynamic linker characteristics
# configure:11349: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11349: $? = 0
# configure:11586: result: GNU/Linux ld.so
# configure:11708: checking how to hardcode library paths into programs
# configure:11733: result: immediate
# configure:12281: checking whether stripping libraries is possible
# configure:12286: result: yes
# configure:12321: checking if libtool supports shared libraries
# configure:12323: result: yes
# configure:12326: checking whether to build shared libraries
# configure:12351: result: yes
# configure:12354: checking whether to build static libraries
# configure:12358: result: yes
# configure:12696: checking for flex
# configure:12712: found /usr/bin/flex
# configure:12723: result: flex
# configure:12761: flex conftest.l
# configure:12765: $? = 1
# configure:12767: checking lex output file root
# configure:12781: result: lex.yy
# configure:12786: checking lex library
# configure:12800: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12800: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libaacs"
# | #define PACKAGE_TARNAME "libaacs"
# | #define PACKAGE_VERSION "0.8.1"
# | #define PACKAGE_STRING "libaacs 0.8.1"
# | #define PACKAGE_BUGREPORT "http://www.videolan.org/developers/libaacs.html"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libaacs"
# | #define VERSION "0.8.1"
# | #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. */
# |
# configure:12800: clang -o conftest conftest.c -lfl >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12800: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libaacs"
# | #define PACKAGE_TARNAME "libaacs"
# | #define PACKAGE_VERSION "0.8.1"
# | #define PACKAGE_STRING "libaacs 0.8.1"
# | #define PACKAGE_BUGREPORT "http://www.videolan.org/developers/libaacs.html"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libaacs"
# | #define VERSION "0.8.1"
# | #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. */
# |
# configure:12800: clang -o conftest conftest.c -ll >&5
# /usr/bin/ld: cannot find -ll
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12800: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libaacs"
# | #define PACKAGE_TARNAME "libaacs"
# | #define PACKAGE_VERSION "0.8.1"
# | #define PACKAGE_STRING "libaacs 0.8.1"
# | #define PACKAGE_BUGREPORT "http://www.videolan.org/developers/libaacs.html"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libaacs"
# | #define VERSION "0.8.1"
# | #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. */
# |
# configure:12810: result: none needed
# configure:12816: checking whether yytext is a pointer
# configure:12833: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12833: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libaacs"
# | #define PACKAGE_TARNAME "libaacs"
# | #define PACKAGE_VERSION "0.8.1"
# | #define PACKAGE_STRING "libaacs 0.8.1"
# | #define PACKAGE_BUGREPORT "http://www.videolan.org/developers/libaacs.html"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libaacs"
# | #define VERSION "0.8.1"
# | #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. */
# |
# | #define YYTEXT_POINTER 1
# |
# configure:12841: result: no
# configure:12858: checking for bison
# configure:12874: found /usr/bin/bison
# configure:12885: result: bison -y
# configure:12898: checking return type of signal handlers
# configure:12916: clang -c conftest.c >&5
# conftest.c:29:8: error: indirection requires pointer operand ('void' invalid)
# return *(signal (0, 0)) (0) == 1;
# ^~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:12916: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libaacs"
# | #define PACKAGE_TARNAME "libaacs"
# | #define PACKAGE_VERSION "0.8.1"
# | #define PACKAGE_STRING "libaacs 0.8.1"
# | #define PACKAGE_BUGREPORT "http://www.videolan.org/developers/libaacs.html"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libaacs"
# | #define VERSION "0.8.1"
# | #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 ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:12923: result: void
# configure:12935: checking stdarg.h usability
# configure:12935: clang -c conftest.c >&5
# configure:12935: $? = 0
# configure:12935: result: yes
# configure:12935: checking stdarg.h presence
# configure:12935: clang -E conftest.c
# configure:12935: $? = 0
# configure:12935: result: yes
# configure:12935: checking for stdarg.h
# configure:12935: result: yes
# configure:12935: checking for sys/types.h
# configure:12935: result: yes
# configure:12935: checking dirent.h usability
# configure:12935: clang -c conftest.c >&5
# configure:12935: $? = 0
# configure:12935: result: yes
# configure:12935: checking dirent.h presence
# configure:12935: clang -E conftest.c
# configure:12935: $? = 0
# configure:12935: result: yes
# configure:12935: checking for dirent.h
# configure:12935: result: yes
# configure:12935: checking errno.h usability
# configure:12935: clang -c conftest.c >&5
# configure:12935: $? = 0
# configure:12935: result: yes
# configure:12935: checking errno.h presence
# configure:12935: clang -E conftest.c
# configure:12935: $? = 0
# configure:12935: result: yes
# configure:12935: checking for errno.h
# configure:12935: result: yes
# configure:12935: checking libgen.h usability
# configure:12935: clang -c conftest.c >&5
# configure:12935: $? = 0
# configure:12935: result: yes
# configure:12935: checking libgen.h presence
# configure:12935: clang -E conftest.c
# configure:12935: $? = 0
# configure:12935: result: yes
# configure:12935: checking for libgen.h
# configure:12935: result: yes
# configure:12935: checking malloc.h usability
# configure:12935: clang -c conftest.c >&5
# configure:12935: $? = 0
# configure:12935: result: yes
# configure:12935: checking malloc.h presence
# configure:12935: clang -E conftest.c
# configure:12935: $? = 0
# configure:12935: result: yes
# configure:12935: checking for malloc.h
# configure:12935: result: yes
# configure:12948: checking for stdlib.h
# configure:12948: result: yes
# configure:12948: checking mntent.h usability
# configure:12948: clang -c conftest.c >&5
# configure:12948: $? = 0
# configure:12948: result: yes
# configure:12948: checking mntent.h presence
# configure:12948: clang -E conftest.c
# configure:12948: $? = 0
# configure:12948: result: yes
# configure:12948: checking for mntent.h
# configure:12948: result: yes
# configure:12948: checking linux/cdrom.h usability
# configure:12948: clang -c conftest.c >&5
# configure:12948: $? = 0
# configure:12948: result: yes
# configure:12948: checking linux/cdrom.h presence
# configure:12948: clang -E conftest.c
# configure:12948: $? = 0
# configure:12948: result: yes
# configure:12948: checking for linux/cdrom.h
# configure:12948: result: yes
# configure:12948: checking for inttypes.h
# configure:12948: result: yes
# configure:12961: checking sys/time.h usability
# configure:12961: clang -c conftest.c >&5
# configure:12961: $? = 0
# configure:12961: result: yes
# configure:12961: checking sys/time.h presence
# configure:12961: clang -E conftest.c
# configure:12961: $? = 0
# configure:12961: result: yes
# configure:12961: checking for sys/time.h
# configure:12961: result: yes
# configure:12961: checking time.h usability
# configure:12961: clang -c conftest.c >&5
# configure:12961: $? = 0
# configure:12961: result: yes
# configure:12961: checking time.h presence
# configure:12961: clang -E conftest.c
# configure:12961: $? = 0
# configure:12961: result: yes
# configure:12961: checking for time.h
# configure:12961: result: yes
# configure:12961: checking sys/select.h usability
# configure:12961: clang -c conftest.c >&5
# configure:12961: $? = 0
# configure:12961: result: yes
# configure:12961: checking sys/select.h presence
# configure:12961: clang -E conftest.c
# configure:12961: $? = 0
# configure:12961: result: yes
# configure:12961: checking for sys/select.h
# configure:12961: result: yes
# configure:12961: checking limits.h usability
# configure:12961: clang -c conftest.c >&5
# configure:12961: $? = 0
# configure:12961: result: yes
# configure:12961: checking limits.h presence
# configure:12961: clang -E conftest.c
# configure:12961: $? = 0
# configure:12961: result: yes
# configure:12961: checking for limits.h
# configure:12961: result: yes
# configure:12961: checking sys/param.h usability
# configure:12961: clang -c conftest.c >&5
# configure:12961: $? = 0
# configure:12961: result: yes
# configure:12961: checking sys/param.h presence
# configure:12961: clang -E conftest.c
# configure:12961: $? = 0
# configure:12961: result: yes
# configure:12961: checking for sys/param.h
# configure:12961: result: yes
# configure:12973: checking sys/mount.h usability
# configure:12973: clang -c conftest.c >&5
# configure:12973: $? = 0
# configure:12973: result: yes
# configure:12973: checking sys/mount.h presence
# configure:12973: clang -E conftest.c
# configure:12973: $? = 0
# configure:12973: result: yes
# configure:12973: checking for sys/mount.h
# configure:12973: result: yes
# configure:12987: checking for dirent.h that defines DIR
# configure:13006: clang -c conftest.c >&5
# configure:13006: $? = 0
# configure:13014: result: yes
# configure:13027: checking for library containing opendir
# configure:13058: clang -o conftest conftest.c >&5
# configure:13058: $? = 0
# configure:13075: result: none required
# configure:13144: checking for struct dirent.d_type
# configure:13144: clang -c conftest.c >&5
# configure:13144: $? = 0
# configure:13144: result: yes
# configure:13180: checking for special C compiler options needed for large files
# configure:13225: result: no
# configure:13231: checking for _FILE_OFFSET_BITS value needed for large files
# configure:13256: clang -c conftest.c >&5
# configure:13256: $? = 0
# configure:13288: result: no
# configure:13374: checking for snprintf
# configure:13374: clang -o conftest conftest.c >&5
# conftest.c:65:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
# char snprintf ();
# ^
# conftest.c:65:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
# 1 warning generated.
# configure:13374: $? = 0
# configure:13374: result: yes
# configure:13401: checking for x86_64-unknown-linux-libgcrypt-config
# configure:13434: result: no
# configure:13444: checking for libgcrypt-config
# configure:13462: found /usr/bin/libgcrypt-config
# configure:13474: result: /usr/bin/libgcrypt-config
# configure:13505: checking for LIBGCRYPT - version >= 1.6.0
# configure:13539: result: yes (1.7.1)
# configure:13892: checking whether strerror_r is declared
# configure:13892: clang -c conftest.c >&5
# configure:13892: $? = 0
# configure:13892: result: yes
# configure:13905: checking for strerror_r
# configure:13905: clang -o conftest conftest.c >&5
# configure:13905: $? = 0
# configure:13905: result: yes
# configure:13914: checking whether strerror_r returns char *
# configure:13938: clang -c conftest.c >&5
# conftest.c:82:13: error: indirection requires pointer operand ('int' invalid)
# char x = *strerror_r (0, buf, sizeof buf);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:83:10: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion]
# char *p = strerror_r (0, buf, sizeof buf);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning and 1 error generated.
# configure:13938: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libaacs"
# | #define PACKAGE_TARNAME "libaacs"
# | #define PACKAGE_VERSION "0.8.1"
# | #define PACKAGE_STRING "libaacs 0.8.1"
# | #define PACKAGE_BUGREPORT "http://www.videolan.org/developers/libaacs.html"
# | #define PACKAGE_URL ""
# | #define PACKAGE "libaacs"
# | #define VERSION "0.8.1"
# | #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 RETSIGTYPE void
# | #define HAVE_STDARG_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_ERRNO_H 1
# | #define HAVE_LIBGEN_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_LINUX_CDROM_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_DIRENT_H 1
# | #define HAVE_STRUCT_DIRENT_D_TYPE 1
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 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 ()
# | {
# |
# | char buf[100];
# | char x = *strerror_r (0, buf, sizeof buf);
# | char *p = strerror_r (0, buf, sizeof buf);
# | return !p || x;
# |
# | ;
# | return 0;
# | }
# configure:13976: result: no
# configure:14009: checking for x86_64-unknown-linux-gpg-error-config
# configure:14042: result: no
# configure:14052: checking for gpg-error-config
# configure:14070: found /usr/bin/gpg-error-config
# configure:14082: result: /usr/bin/gpg-error-config
# configure:14105: checking for GPG Error - version >= 0.5
# configure:14134: result: yes (1.23)
# configure:14149: WARNING:
# ***
# *** The config script /usr/bin/gpg-error-config was
# *** built for x86_64-pc-linux-gnu and thus may not match the
# *** used host x86_64-unknown-linux-gnu.
# *** You may want to use the configure option --with-gpg-error-prefix
# *** to specify a matching config script.
# ***
# configure:14178: checking if clang supports -Wall flag
# configure:14193: clang -o conftest -Wall conftest.c >&5
# configure:14193: $? = 0
# configure:14211: result: yes
# configure:14178: checking if clang supports -Wdisabled-optimization flag
# configure:14193: clang -o conftest -Wall -Wdisabled-optimization conftest.c >&5
# configure:14193: $? = 0
# configure:14211: result: yes
# configure:14178: checking if clang supports -Wpointer-arith flag
# configure:14193: clang -o conftest -Wall -Wdisabled-optimization -Wpointer-arith conftest.c >&5
# configure:14193: $? = 0
# configure:14211: result: yes
# configure:14178: checking if clang supports -Wredundant-decls flag
# configure:14193: clang -o conftest -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls conftest.c >&5
# configure:14193: $? = 0
# configure:14211: result: yes
# configure:14178: checking if clang supports -Wcast-qual flag
# configure:14193: clang -o conftest -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual conftest.c >&5
# configure:14193: $? = 0
# configure:14211: result: yes
# configure:14178: checking if clang supports -Wwrite-strings flag
# configure:14193: clang -o conftest -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings conftest.c >&5
# configure:14193: $? = 0
# configure:14211: result: yes
# configure:14178: checking if clang supports -Wtype-limits flag
# configure:14193: clang -o conftest -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wtype-limits conftest.c >&5
# configure:14193: $? = 0
# configure:14211: result: yes
# configure:14178: checking if clang supports -Wundef flag
# configure:14193: clang -o conftest -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef conftest.c >&5
# configure:14193: $? = 0
# configure:14211: result: yes
# configure:14178: checking if clang supports -Wmissing-prototypes flag
# configure:14193: clang -o conftest -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes conftest.c >&5
# configure:14193: $? = 0
# configure:14211: result: yes
# configure:14178: checking if clang supports -Wshadow flag
# configure:14193: clang -o conftest -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wshadow conftest.c >&5
# configure:14193: $? = 0
# configure:14211: result: yes
# configure:14224: checking if clang supports -Werror=implicit-function-declaration flag
# configure:14239: clang -o conftest -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wshadow -Werror=implicit-function-declaration conftest.c >&5
# configure:14239: $? = 0
# configure:14257: result: yes
# configure:14268: checking for clang way to treat warnings as errors
# configure:14283: clang -o conftest -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wshadow -Werror=implicit-function-declaration -Werror conftest.c >&5
# configure:14283: $? = 0
# configure:14328: result: -Werror
# configure:14342: checking if clang supports -Wextra flag
# configure:14357: clang -o conftest -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wshadow -Werror=implicit-function-declaration -Wextra conftest.c >&5
# configure:14357: $? = 0
# configure:14375: result: yes
# configure:14342: checking if clang supports -Winline flag
# configure:14357: clang -o conftest -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wshadow -Werror=implicit-function-declaration -Wextra -Winline conftest.c >&5
# configure:14357: $? = 0
# configure:14375: result: yes
# configure:14392: checking if clang supports -O3 flag
# configure:14407: clang -o conftest -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wshadow -Werror=implicit-function-declaration -Wextra -Winline -O3 conftest.c >&5
# configure:14407: $? = 0
# configure:14425: result: yes
# configure:14392: checking if clang supports -fomit-frame-pointer flag
# configure:14407: clang -o conftest -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wshadow -Werror=implicit-function-declaration -Wextra -Winline -O3 -fomit-frame-pointer conftest.c >&5
# configure:14407: $? = 0
# configure:14425: result: yes
# configure:14560: checking that generated files are newer than configure
# configure:14566: result: done
# configure:14601: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libaacs config.status 0.8.1, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on c519fde9e294
#
# config.status:1139: creating Makefile
# config.status:1139: creating src/libaacs.pc
# config.status:1139: creating src/libaacs/aacs-version.h
# config.status:1139: creating config.h
# config.status:1368: executing depfiles commands
# config.status:1368: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# 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_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_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_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_snprintf=yes
# ac_cv_func_strerror_r=yes
# ac_cv_func_strerror_r_char_p=no
# ac_cv_have_decl_strerror_r=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_dirent_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libgen_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_linux_cdrom_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_mntent_h=yes
# ac_cv_header_stdarg_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_mount_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_select_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_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_lex='none needed'
# ac_cv_member_struct_dirent_d_type=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_ac_pt_GPG_ERROR_CONFIG=/usr/bin/gpg-error-config
# ac_cv_path_ac_pt_LIBGCRYPT_CONFIG=/usr/bin/libgcrypt-config
# 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_LEX=flex
# ac_cv_prog_STRIP=strip
# ac_cv_prog_YACC='bison -y'
# 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_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make_make_set=yes
# ac_cv_search_opendir='none required'
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_type_signal=void
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# am_cv_prog_tar_ustar=gnutar
# cc_cv_cflags__O3=yes
# cc_cv_cflags__Wall=yes
# cc_cv_cflags__Wcast_qual=yes
# cc_cv_cflags__Wdisabled_optimization=yes
# cc_cv_cflags__Werror=yes
# cc_cv_cflags__Werror_implicit_function_declaration=yes
# cc_cv_cflags__Wextra=yes
# cc_cv_cflags__Winline=yes
# cc_cv_cflags__Wmissing_prototypes=yes
# cc_cv_cflags__Wpointer_arith=yes
# cc_cv_cflags__Wredundant_decls=yes
# cc_cv_cflags__Wshadow=yes
# cc_cv_cflags__Wtype_limits=yes
# cc_cv_cflags__Wundef=yes
# cc_cv_cflags__Wwrite_strings=yes
# cc_cv_cflags__fomit_frame_pointer=yes
# cc_cv_werror=-Werror
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][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. ##
# ## ----------------- ##
#
# AACS_VERSION_MAJOR='0'
# AACS_VERSION_MICRO='1'
# AACS_VERSION_MINOR='8'
# ACLOCAL='${SHELL} /tmp/libaacs/src/libaacs-0.8.1/build-aux/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/libaacs/src/libaacs-0.8.1/build-aux/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/libaacs/src/libaacs-0.8.1/build-aux/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/libaacs/src/libaacs-0.8.1/build-aux/missing automake-1.15'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wshadow -Werror=implicit-function-declaration -Wextra -Winline -O3 -fomit-frame-pointer'
# CPP='clang -E'
# CPPFLAGS=''
# 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'
# GPG_ERROR_CFLAGS=''
# GPG_ERROR_CONFIG='/usr/bin/gpg-error-config'
# GPG_ERROR_LIBS='-lgpg-error'
# GPG_ERROR_MT_CFLAGS=''
# GPG_ERROR_MT_LIBS='-lgpg-error -lpthread'
# GREP='/usr/bin/grep'
# HAVE_DARWIN_FALSE=''
# HAVE_DARWIN_TRUE='#'
# HAVE_WIN32_FALSE=''
# HAVE_WIN32_TRUE='#'
# 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=''
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBGCRYPT_CFLAGS=''
# LIBGCRYPT_CONFIG='/usr/bin/libgcrypt-config'
# LIBGCRYPT_LIBS='-lgcrypt -lgpg-error'
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# LT_VERSION_INFO='5:1:5'
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/libaacs/src/libaacs-0.8.1/build-aux/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='libaacs'
# PACKAGE_BUGREPORT='http://www.videolan.org/developers/libaacs.html'
# PACKAGE_NAME='libaacs'
# PACKAGE_STRING='libaacs 0.8.1'
# PACKAGE_TARNAME='libaacs'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.8.1'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_FEATURES='-D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112L'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.8.1'
# YACC='bison -y'
# YFLAGS=''
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='tar --format=ustar -chf - "$$tardir"'
# am__untar='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/libaacs/src/libaacs-0.8.1/build-aux/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='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libaacs"
# #define PACKAGE_TARNAME "libaacs"
# #define PACKAGE_VERSION "0.8.1"
# #define PACKAGE_STRING "libaacs 0.8.1"
# #define PACKAGE_BUGREPORT "http://www.videolan.org/developers/libaacs.html"
# #define PACKAGE_URL ""
# #define PACKAGE "libaacs"
# #define VERSION "0.8.1"
# #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 RETSIGTYPE void
# #define HAVE_STDARG_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_DIRENT_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_LIBGEN_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MNTENT_H 1
# #define HAVE_LINUX_CDROM_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_TIME_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_MOUNT_H 1
# #define HAVE_DIRENT_H 1
# #define HAVE_STRUCT_DIRENT_D_TYPE 1
# #define HAVE_DECL_STRERROR_R 1
# #define HAVE_STRERROR_R 1
# #define HAVE_LIBGPG_ERROR 1
#
# configure: exit 0