Build of gavl with musl toolchain

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

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

SLOCLanguage
437,347 ansic
10,487 sh
447,834 total

The process tree of the build process is here.

List of Errors

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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/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: gavl 1.4.0-2 (Tue Apr 4 22:54:40 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking 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... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking dependency style of clang... gcc3
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
# checking the name lister (/sysroot/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /sysroot/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# configure: WARNING: using cross tools not prefixed with host triplet
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /sysroot/bin/nm -B output from clang object... ok
# 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... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking whether make sets $(MAKE)... (cached) yes
# checking __attribute__ ((aligned ())) support... 64
# checking whether byte ordering is bigendian... no
# checking for memalign... yes
# checking for sched_setaffinity... yes
# checking for library containing clock_gettime... none required
# checking for CLOCK_MONOTONIC... configure: error: in `/tmp/gavl/src/gavl-1.4.0':
# configure: error: cannot run test program while cross compiling
# See `config.log' for more details.
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/gavl/src/gavl-1.4.0/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --without-doxygen --with-cpuflags=none
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 03d2264c6116
# 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: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## 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:2690: result: yes
# configure:2739: checking for x86_64-unknown-linux-strip
# configure:2769: result: no
# configure:2779: checking for strip
# configure:2795: found /sysroot/bin/strip
# configure:2806: result: strip
# configure:2831: checking for a thread-safe mkdir -p
# configure:2870: result: /usr/sbin/mkdir -p
# configure:2883: checking for gawk
# configure:2899: found /usr/sbin/gawk
# configure:2910: result: gawk
# configure:2921: checking whether make sets $(MAKE)
# configure:2943: result: yes
# configure:3049: checking build system type
# configure:3063: result: x86_64-unknown-linux-gnu
# configure:3083: checking host system type
# configure:3096: result: x86_64-unknown-linux-gnu
# configure:3186: checking for style of include used by make
# configure:3214: result: GNU
# configure:3244: checking for x86_64-unknown-linux-gcc
# configure:3271: result: clang
# configure:3540: checking for C compiler version
# configure:3549: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3560: $? = 0
# configure:3549: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3560: $? = 0
# configure:3549: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3560: $? = 1
# configure:3549: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3560: $? = 1
# configure:3580: checking whether the C compiler works
# configure:3602: clang conftest.c >&5
# configure:3606: $? = 0
# configure:3655: result: yes
# configure:3658: checking for C compiler default output file name
# configure:3660: result: a.out
# configure:3666: checking for suffix of executables
# configure:3673: clang -o conftest conftest.c >&5
# configure:3677: $? = 0
# configure:3699: result:
# configure:3721: checking whether we are cross compiling
# configure:3729: clang -o conftest conftest.c >&5
# configure:3733: $? = 0
# configure:3740: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3744: $? = 127
# configure:3759: result: yes
# configure:3764: checking for suffix of object files
# configure:3786: clang -c conftest.c >&5
# configure:3790: $? = 0
# configure:3811: result: o
# configure:3815: checking whether we are using the GNU C compiler
# configure:3834: clang -c conftest.c >&5
# configure:3834: $? = 0
# configure:3843: result: yes
# configure:3852: checking whether clang accepts -g
# configure:3872: clang -c -g conftest.c >&5
# configure:3872: $? = 0
# configure:3913: result: yes
# configure:3930: checking for clang option to accept ISO C89
# configure:3994: clang -c conftest.c >&5
# configure:3994: $? = 0
# configure:4007: result: none needed
# configure:4029: checking dependency style of clang
# configure:4139: result: gcc3
# configure:4154: checking for a sed that does not truncate output
# configure:4218: result: /usr/sbin/sed
# configure:4236: checking for grep that handles long lines and -e
# configure:4294: result: /usr/sbin/grep
# configure:4299: checking for egrep
# configure:4361: result: /usr/sbin/grep -E
# configure:4366: checking for fgrep
# configure:4428: result: /usr/sbin/grep -F
# configure:4463: checking for ld used by clang
# configure:4530: result: /sysroot/bin/ld
# configure:4537: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:4552: result: yes
# configure:4564: checking for BSD- or MS-compatible name lister (nm)
# configure:4613: result: /sysroot/bin/nm -B
# configure:4731: checking the name lister (/sysroot/bin/nm -B) interface
# configure:4738: clang -c conftest.c >&5
# configure:4741: /sysroot/bin/nm -B "conftest.o"
# configure:4744: output
# 0000000000000000 B some_variable
# configure:4751: result: BSD nm
# configure:4754: checking whether ln -s works
# configure:4758: result: yes
# configure:4766: checking the maximum length of command line arguments
# configure:4886: result: 1572864
# configure:4903: checking whether the shell understands some XSI constructs
# configure:4913: result: yes
# configure:4917: checking whether the shell understands "+="
# configure:4923: result: yes
# configure:4958: checking for /sysroot/bin/ld option to reload object files
# configure:4965: result: -r
# configure:4994: checking for x86_64-unknown-linux-objdump
# configure:5024: result: no
# configure:5034: checking for objdump
# configure:5050: found /sysroot/bin/objdump
# configure:5061: result: objdump
# configure:5073: WARNING: using cross tools not prefixed with host triplet
# configure:5093: checking how to recognize dependent libraries
# configure:5289: result: pass_all
# configure:5309: checking for x86_64-unknown-linux-ar
# configure:5339: result: no
# configure:5349: checking for ar
# configure:5365: found /sysroot/bin/ar
# configure:5376: result: ar
# configure:5414: checking for x86_64-unknown-linux-strip
# configure:5441: result: strip
# configure:5513: checking for x86_64-unknown-linux-ranlib
# configure:5543: result: no
# configure:5553: checking for ranlib
# configure:5569: found /sysroot/bin/ranlib
# configure:5580: result: ranlib
# configure:5670: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:5788: clang -c conftest.c >&5
# configure:5791: $? = 0
# configure:5795: /sysroot/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:5798: $? = 0
# configure:5852: clang -o conftest conftest.c conftstm.o >&5
# configure:5855: $? = 0
# configure:5893: result: ok
# configure:5989: clang -c conftest.c >&5
# configure:5992: $? = 0
# configure:6702: checking how to run the C preprocessor
# configure:6733: clang -E conftest.c
# configure:6733: $? = 0
# configure:6747: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:6747: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "gavl"
# | #define VERSION "1.4.0"
# | /* end confdefs.h. */
# | #include
# configure:6772: result: clang -E
# configure:6792: clang -E conftest.c
# configure:6792: $? = 0
# configure:6806: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:6806: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "gavl"
# | #define VERSION "1.4.0"
# | /* end confdefs.h. */
# | #include
# configure:6835: checking for ANSI C header files
# configure:6855: clang -c conftest.c >&5
# configure:6855: $? = 0
# configure:6939: result: yes
# configure:6952: checking for sys/types.h
# configure:6952: clang -c conftest.c >&5
# configure:6952: $? = 0
# configure:6952: result: yes
# configure:6952: checking for sys/stat.h
# configure:6952: clang -c conftest.c >&5
# configure:6952: $? = 0
# configure:6952: result: yes
# configure:6952: checking for stdlib.h
# configure:6952: clang -c conftest.c >&5
# configure:6952: $? = 0
# configure:6952: result: yes
# configure:6952: checking for string.h
# configure:6952: clang -c conftest.c >&5
# configure:6952: $? = 0
# configure:6952: result: yes
# configure:6952: checking for memory.h
# configure:6952: clang -c conftest.c >&5
# configure:6952: $? = 0
# configure:6952: result: yes
# configure:6952: checking for strings.h
# configure:6952: clang -c conftest.c >&5
# configure:6952: $? = 0
# configure:6952: result: yes
# configure:6952: checking for inttypes.h
# configure:6952: clang -c conftest.c >&5
# configure:6952: $? = 0
# configure:6952: result: yes
# configure:6952: checking for stdint.h
# configure:6952: clang -c conftest.c >&5
# configure:6952: $? = 0
# configure:6952: result: yes
# configure:6952: checking for unistd.h
# configure:6952: clang -c conftest.c >&5
# configure:6952: $? = 0
# configure:6952: result: yes
# configure:6967: checking for dlfcn.h
# configure:6967: clang -c conftest.c >&5
# configure:6967: $? = 0
# configure:6967: result: yes
# configure:7121: checking for objdir
# configure:7136: result: .libs
# configure:7428: checking if clang supports -fno-rtti -fno-exceptions
# configure:7446: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7450: $? = 0
# configure:7463: result: yes
# configure:7483: checking for clang option to produce PIC
# configure:7755: result: -fPIC -DPIC
# configure:7767: checking if clang PIC flag -fPIC -DPIC works
# configure:7785: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:7789: $? = 0
# configure:7802: result: yes
# configure:7826: checking if clang static flag -static works
# configure:7854: result: no
# configure:7869: checking if clang supports -c -o file.o
# configure:7890: clang -c -o out/conftest2.o conftest.c >&5
# configure:7894: $? = 0
# configure:7916: result: yes
# configure:7924: checking if clang supports -c -o file.o
# configure:7971: result: yes
# configure:8004: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
# configure:8995: result: yes
# configure:9032: checking whether -lc should be explicitly linked in
# configure:9037: clang -c conftest.c >&5
# configure:9040: $? = 0
# configure:9055: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
# configure:9058: $? = 0
# configure:9070: result: no
# configure:9234: checking dynamic linker characteristics
# configure:9667: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:9667: $? = 0
# configure:9897: result: GNU/Linux ld.so
# configure:9999: checking how to hardcode library paths into programs
# configure:10024: result: immediate
# configure:10544: checking whether stripping libraries is possible
# configure:10549: result: yes
# configure:10584: checking if libtool supports shared libraries
# configure:10586: result: yes
# configure:10589: checking whether to build shared libraries
# configure:10610: result: yes
# configure:10613: checking whether to build static libraries
# configure:10617: result: no
# configure:10654: checking whether make sets $(MAKE)
# configure:10676: result: yes
# configure:10754: checking __attribute__ ((aligned ())) support
# configure:10772: clang -c conftest.c >&5
# configure:10772: $? = 0
# configure:10772: clang -c conftest.c >&5
# configure:10772: $? = 0
# configure:10772: clang -c conftest.c >&5
# configure:10772: $? = 0
# configure:10772: clang -c conftest.c >&5
# configure:10772: $? = 0
# configure:10772: clang -c conftest.c >&5
# configure:10772: $? = 0
# configure:10772: clang -c conftest.c >&5
# configure:10772: $? = 0
# configure:10778: result: 64
# configure:10788: checking whether byte ordering is bigendian
# configure:10803: clang -c conftest.c >&5
# conftest.c:25:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:25:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:10803: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "gavl"
# | #define VERSION "1.4.0"
# | #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 ATTRIBUTE_ALIGNED_MAX 64
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:10848: clang -c conftest.c >&5
# configure:10848: $? = 0
# configure:10866: clang -c conftest.c >&5
# conftest.c:31:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:10866: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "gavl"
# | #define VERSION "1.4.0"
# | #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 ATTRIBUTE_ALIGNED_MAX 64
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:10994: result: no
# configure:11090: checking for memalign
# configure:11090: clang -o conftest conftest.c >&5
# configure:11090: $? = 0
# configure:11090: result: yes
# configure:11101: checking for sched_setaffinity
# configure:11101: clang -o conftest conftest.c >&5
# configure:11101: $? = 0
# configure:11101: result: yes
# configure:11119: checking for library containing clock_gettime
# configure:11150: clang -o conftest conftest.c >&5
# configure:11150: $? = 0
# configure:11167: result: none required
# configure:11188: checking for CLOCK_MONOTONIC
# configure:11192: error: in `/tmp/gavl/src/gavl-1.4.0':
# configure:11195: error: cannot run test program while cross compiling
# See `config.log' for more details.
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_attr_align_try=64
# ac_cv_c_attribute_aligned=64
# ac_cv_c_bigendian=no
# 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_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_memalign=yes
# ac_cv_func_sched_setaffinity=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='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_make_make_set=yes
# ac_cv_search_clock_gettime='none required'
# am_cv_CC_dependencies_compiler_type=gcc3
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/sysroot/bin/ld
# lt_cv_path_NM='/sysroot/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=no
# lt_cv_prog_gnu_ld=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/gavl/src/gavl-1.4.0/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/gavl/src/gavl-1.4.0/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/gavl/src/gavl-1.4.0/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/gavl/src/gavl-1.4.0/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/gavl/src/gavl-1.4.0/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS=''
# DEPDIR='.deps'
# DOXYGEN=''
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GAVL_VERSION='1.4.0'
# GAVL_VERSION_MAJOR='1'
# GAVL_VERSION_MICRO='0'
# GAVL_VERSION_MINOR='4'
# GMERLIN_DEP_LIBS=''
# GREP='/usr/sbin/grep'
# HAVE_3DNOW_FALSE=''
# HAVE_3DNOW_TRUE=''
# HAVE_DOXYGEN_FALSE=''
# HAVE_DOXYGEN_TRUE='#'
# HAVE_LIBPNG_FALSE=''
# HAVE_LIBPNG_TRUE=''
# HAVE_MMX_FALSE=''
# HAVE_MMX_TRUE=''
# HAVE_SSE2_FALSE=''
# HAVE_SSE2_TRUE=''
# HAVE_SSE3_FALSE=''
# HAVE_SSE3_TRUE=''
# HAVE_SSE_FALSE=''
# HAVE_SSE_TRUE=''
# HAVE_SSSE3_FALSE=''
# HAVE_SSSE3_TRUE=''
# INCLUDES=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/sysroot/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBGAVL_CFLAGS=''
# LIBGAVL_LDFLAGS=''
# LIBGAVL_LIBS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LTVERSION_AGE='0'
# LTVERSION_CURRENT='1'
# LTVERSION_REVISION='0'
# MAKEINFO='${SHELL} /tmp/gavl/src/gavl-1.4.0/missing --run makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# NM='/sysroot/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OS_WIN32_FALSE=''
# OS_WIN32_TRUE='#'
# OTOOL64=''
# OTOOL=''
# PACKAGE='gavl'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PNG_CFLAGS=''
# PNG_LIBS=''
# PNG_REQUIRED=''
# RANLIB='ranlib'
# RT_LIBS=''
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# TOP_SRCDIR=''
# VERSION='1.4.0'
# 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__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='NONE'
# 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/gavl/src/gavl-1.4.0/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# lt_ECHO='echo'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/sbin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "gavl"
# #define VERSION "1.4.0"
# #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 ATTRIBUTE_ALIGNED_MAX 64
# #define HAVE_MEMALIGN 1
# #define HAVE_SCHED_SETAFFINITY 1
# #define HAVE_CLOCK_GETTIME 1
#
# configure: exit 1