The build took 00h 01m 04s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
3,336 |
ansic |
3,033 |
sh |
489 |
makefile |
6,858 |
total |
The process tree of the build process is here.
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:
Copied permanent toolchain into container-local sysroot
/toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
/toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
/toolchain_root/sysroot --> /sysroot/sysroot
/toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/SOURCES --> /sysroot/SOURCES
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/COPYING --> /sysroot/COPYING
/toolchain_root/COPYING3 --> /sysroot/COPYING3
/toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: vorbisgain 0.37-4 (Tue Apr 4 21:34:05 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-linux-androideabi-gcc accepts -g... yes
checking for arm-linux-androideabi-gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of arm-linux-androideabi-gcc... gcc3
checking for Ogg... cross compiling; assumed OK...
yes
checking for Vorbis... cross compiling; assumed OK...
yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking whether termios.h defines TIOCGWINSZ... 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 errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether lstat dereferences a symlink specified with a trailing slash... no
checking whether stat accepts an empty string... yes
checking for vprintf... yes
checking for _doprnt... no
checking for floor... no
checking for getcwd... yes
checking for memmove... yes
checking for memset... yes
checking for pow... no
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for ov_read_float in -lvorbisfile... no
configure: error: *** libvorbisfile does not contain ov_read_float - please upgrade ***
==> ERROR: A failure occurred in build().
Aborting...
Printing config logfiles
CMD: config logfiles '/tmp/vorbisgain/src/vorbisgain-0.37/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 vorbisgain configure 0.37, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --enable-recursive --mandir=/usr/share/man
## --------- ##
## Platform. ##
## --------- ##
hostname = 0b7041b97ee5
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
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sysroot/bin
PATH: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1360: checking for a BSD-compatible install
configure:1415: result: /usr/bin/install -c
configure:1426: checking whether build environment is sane
configure:1469: result: yes
configure:1502: checking for gawk
configure:1518: found /usr/sbin/gawk
configure:1528: result: gawk
configure:1538: checking whether make sets $(MAKE)
configure:1558: result: yes
configure:1637: checking for arm-linux-androideabi-strip
configure:1653: found /sysroot/bin/arm-linux-androideabi-strip
configure:1663: result: arm-linux-androideabi-strip
configure:1740: checking for arm-linux-androideabi-gcc
configure:1766: result: arm-linux-androideabi-gcc
configure:2048: checking for C compiler version
configure:2051: arm-linux-androideabi-gcc --version &5
arm-linux-androideabi-gcc (GCC) 4.8
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2054: $? = 0
configure:2056: arm-linux-androideabi-gcc -v &5
Using built-in specs.
COLLECT_GCC=arm-linux-androideabi-gcc
COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
Target: arm-linux-androideabi
Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
Thread model: posix
gcc version 4.8 (GCC)
configure:2059: $? = 0
configure:2061: arm-linux-androideabi-gcc -V &5
arm-linux-androideabi-gcc: error: unrecognized command line option '-V'
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
configure:2064: $? = 1
configure:2087: checking for C compiler default output file name
configure:2090: arm-linux-androideabi-gcc conftest.c >&5
configure:2093: $? = 0
configure:2139: result: a.out
configure:2144: checking whether the C compiler works
configure:2170: result: yes
configure:2177: checking whether we are cross compiling
configure:2179: result: yes
configure:2182: checking for suffix of executables
configure:2184: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:2187: $? = 0
configure:2212: result:
configure:2218: checking for suffix of object files
configure:2239: arm-linux-androideabi-gcc -c conftest.c >&5
configure:2242: $? = 0
configure:2264: result: o
configure:2268: checking whether we are using the GNU C compiler
configure:2292: arm-linux-androideabi-gcc -c conftest.c >&5
configure:2298: $? = 0
configure:2302: test -z
|| test ! -s conftest.err
configure:2305: $? = 0
configure:2308: test -s conftest.o
configure:2311: $? = 0
configure:2324: result: yes
configure:2330: checking whether arm-linux-androideabi-gcc accepts -g
configure:2351: arm-linux-androideabi-gcc -c -g conftest.c >&5
configure:2357: $? = 0
configure:2361: test -z
|| test ! -s conftest.err
configure:2364: $? = 0
configure:2367: test -s conftest.o
configure:2370: $? = 0
configure:2381: result: yes
configure:2398: checking for arm-linux-androideabi-gcc option to accept ANSI C
configure:2468: arm-linux-androideabi-gcc -c conftest.c >&5
configure:2474: $? = 0
configure:2478: test -z
|| test ! -s conftest.err
configure:2481: $? = 0
configure:2484: test -s conftest.o
configure:2487: $? = 0
configure:2505: result: none needed
configure:2523: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:2529: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2673: checking for style of include used by make
configure:2701: result: GNU
configure:2729: checking dependency style of arm-linux-androideabi-gcc
configure:2812: result: gcc3
configure:2888: checking for Ogg
configure:2949: result: yes
configure:3058: checking for Vorbis
configure:3119: result: yes
configure:3216: checking for dirent.h that defines DIR
configure:3240: arm-linux-androideabi-gcc -c -O2 -fsigned-char conftest.c >&5
configure:3246: $? = 0
configure:3250: test -z
|| test ! -s conftest.err
configure:3253: $? = 0
configure:3256: test -s conftest.o
configure:3259: $? = 0
configure:3270: result: yes
configure:3283: checking for library containing opendir
configure:3313: arm-linux-androideabi-gcc -o conftest -O2 -fsigned-char conftest.c >&5
configure:3319: $? = 0
configure:3323: test -z
|| test ! -s conftest.err
configure:3326: $? = 0
configure:3329: test -s conftest
configure:3332: $? = 0
configure:3402: result: none required
configure:3543: checking how to run the C preprocessor
configure:3578: arm-linux-androideabi-gcc -E conftest.c
configure:3584: $? = 0
configure:3616: arm-linux-androideabi-gcc -E conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:3622: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vorbisgain"
| #define PACKAGE_TARNAME "vorbisgain"
| #define PACKAGE_VERSION "0.37"
| #define PACKAGE_STRING "vorbisgain 0.37"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vorbisgain"
| #define VERSION "0.37"
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include
configure:3661: result: arm-linux-androideabi-gcc -E
configure:3685: arm-linux-androideabi-gcc -E conftest.c
configure:3691: $? = 0
configure:3723: arm-linux-androideabi-gcc -E conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:3729: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vorbisgain"
| #define PACKAGE_TARNAME "vorbisgain"
| #define PACKAGE_VERSION "0.37"
| #define PACKAGE_STRING "vorbisgain 0.37"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vorbisgain"
| #define VERSION "0.37"
| #define HAVE_DIRENT_H 1
| /* end confdefs.h. */
| #include
configure:3773: checking for egrep
configure:3783: result: grep -E
configure:3788: checking for ANSI C header files
configure:3813: arm-linux-androideabi-gcc -c -O2 -fsigned-char conftest.c >&5
configure:3819: $? = 0
configure:3823: test -z
|| test ! -s conftest.err
configure:3826: $? = 0
configure:3829: test -s conftest.o
configure:3832: $? = 0
configure:3944: result: yes
configure:3954: checking whether termios.h defines TIOCGWINSZ
configure:3981: result: yes
configure:4038: checking for sys/types.h
configure:4054: arm-linux-androideabi-gcc -c -O2 -fsigned-char conftest.c >&5
configure:4060: $? = 0
configure:4064: test -z
|| test ! -s conftest.err
configure:4067: $? = 0
configure:4070: test -s conftest.o
configure:4073: $? = 0
configure:4084: result: yes
configure:4038: checking for sys/stat.h
configure:4054: arm-linux-androideabi-gcc -c -O2 -fsigned-char conftest.c >&5
configure:4060: $? = 0
configure:4064: test -z
|| test ! -s conftest.err
configure:4067: $? = 0
configure:4070: test -s conftest.o
configure:4073: $? = 0
configure:4084: result: yes
configure:4038: checking for stdlib.h
configure:4054: arm-linux-androideabi-gcc -c -O2 -fsigned-char conftest.c >&5
configure:4060: $? = 0
configure:4064: test -z
|| test ! -s conftest.err
configure:4067: $? = 0
configure:4070: test -s conftest.o
configure:4073: $? = 0
configure:4084: result: yes
configure:4038: checking for string.h
configure:4054: arm-linux-androideabi-gcc -c -O2 -fsigned-char conftest.c >&5
configure:4060: $? = 0
configure:4064: test -z
|| test ! -s conftest.err
configure:4067: $? = 0
configure:4070: test -s conftest.o
configure:4073: $? = 0
configure:4084: result: yes
configure:4038: checking for memory.h
configure:4054: arm-linux-androideabi-gcc -c -O2 -fsigned-char conftest.c >&5
configure:4060: $? = 0
configure:4064: test -z
|| test ! -s conftest.err
configure:4067: $? = 0
configure:4070: test -s conftest.o
configure:4073: $? = 0
configure:4084: result: yes
configure:4038: checking for strings.h
configure:4054: arm-linux-androideabi-gcc -c -O2 -fsigned-char conftest.c >&5
configure:4060: $? = 0
configure:4064: test -z
|| test ! -s conftest.err
configure:4067: $? = 0
configure:4070: test -s conftest.o
configure:4073: $? = 0
configure:4084: result: yes
configure:4038: checking for inttypes.h
configure:4054: arm-linux-androideabi-gcc -c -O2 -fsigned-char conftest.c >&5
configure:4060: $? = 0
configure:4064: test -z
|| test ! -s conftest.err
configure:4067: $? = 0
configure:4070: test -s conftest.o
configure:4073: $? = 0
configure:4084: result: yes
configure:4038: checking for stdint.h
configure:4054: arm-linux-androideabi-gcc -c -O2 -fsigned-char conftest.c >&5
configure:4060: $? = 0
configure:4064: test -z
|| test ! -s conftest.err
configure:4067: $? = 0
configure:4070: test -s conftest.o
configure:4073: $? = 0
configure:4084: result: yes
configure:4038: checking for unistd.h
configure:4054: arm-linux-androideabi-gcc -c -O2 -fsigned-char conftest.c >&5
configure:4060: $? = 0
configure:4064: test -z
|| test ! -s conftest.err
configure:4067: $? = 0
configure:4070: test -s conftest.o
configure:4073: $? = 0
configure:4084: result: yes
configure:4115: checking errno.h usability
configure:4127: arm-linux-androideabi-gcc -c -O2 -fsigned-char conftest.c >&5
configure:4133: $? = 0
configure:4137: test -z
|| test ! -s conftest.err
configure:4140: $? = 0
configure:4143: test -s conftest.o
configure:4146: $? = 0
configure:4156: result: yes
configure:4160: checking errno.h presence
configure:4170: arm-linux-androideabi-gcc -E conftest.c
configure:4176: $? = 0
configure:4196: result: yes
configure:4231: checking for errno.h
configure:4238: result: yes
configure:4106: checking for stdlib.h
configure:4111: result: yes
configure:4106: checking for string.h
configure:4111: result: yes
configure:4106: checking for unistd.h
configure:4111: result: yes
configure:4115: checking utime.h usability
configure:4127: arm-linux-androideabi-gcc -c -O2 -fsigned-char conftest.c >&5
configure:4133: $? = 0
configure:4137: test -z
|| test ! -s conftest.err
configure:4140: $? = 0
configure:4143: test -s conftest.o
configure:4146: $? = 0
configure:4156: result: yes
configure:4160: checking utime.h presence
configure:4170: arm-linux-androideabi-gcc -E conftest.c
configure:4176: $? = 0
configure:4196: result: yes
configure:4231: checking for utime.h
configure:4238: result: yes
configure:4115: checking termios.h usability
configure:4127: arm-linux-androideabi-gcc -c -O2 -fsigned-char conftest.c >&5
configure:4133: $? = 0
configure:4137: test -z
|| test ! -s conftest.err
configure:4140: $? = 0
configure:4143: test -s conftest.o
configure:4146: $? = 0
configure:4156: result: yes
configure:4160: checking termios.h presence
configure:4170: arm-linux-androideabi-gcc -E conftest.c
configure:4176: $? = 0
configure:4196: result: yes
configure:4231: checking for termios.h
configure:4238: result: yes
configure:4256: checking for an ANSI C-conforming const
configure:4323: arm-linux-androideabi-gcc -c -O2 -fsigned-char conftest.c >&5
configure:4329: $? = 0
configure:4333: test -z
|| test ! -s conftest.err
configure:4336: $? = 0
configure:4339: test -s conftest.o
configure:4342: $? = 0
configure:4353: result: yes
configure:4363: checking for inline
configure:4384: arm-linux-androideabi-gcc -c -O2 -fsigned-char conftest.c >&5
configure:4390: $? = 0
configure:4394: test -z
|| test ! -s conftest.err
configure:4397: $? = 0
configure:4400: test -s conftest.o
configure:4403: $? = 0
configure:4415: result: inline
configure:4434: checking for size_t
configure:4458: arm-linux-androideabi-gcc -c -O2 -fsigned-char conftest.c >&5
configure:4464: $? = 0
configure:4468: test -z
|| test ! -s conftest.err
configure:4471: $? = 0
configure:4474: test -s conftest.o
configure:4477: $? = 0
configure:4488: result: yes
configure:4508: checking whether lstat dereferences a symlink specified with a trailing slash
configure:4568: result: no
configure:4589: checking whether stat accepts an empty string
configure:4636: result: yes
configure:4658: checking for vprintf
configure:4715: arm-linux-androideabi-gcc -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:53:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
char vprintf ();
^
configure:4721: $? = 0
configure:4725: test -z
|| test ! -s conftest.err
configure:4728: $? = 0
configure:4731: test -s conftest
configure:4734: $? = 0
configure:4746: result: yes
configure:4753: checking for _doprnt
configure:4810: arm-linux-androideabi-gcc -o conftest -O2 -fsigned-char conftest.c >&5
/tmp/ccKTgkoA.o:conftest.c:function main: error: undefined reference to '_doprnt'
/tmp/ccKTgkoA.o:conftest.c:f: error: undefined reference to '_doprnt'
collect2: error: ld returned 1 exit status
configure:4816: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vorbisgain"
| #define PACKAGE_TARNAME "vorbisgain"
| #define PACKAGE_VERSION "0.37"
| #define PACKAGE_STRING "vorbisgain 0.37"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vorbisgain"
| #define VERSION "0.37"
| #define HAVE_DIRENT_H 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_ERRNO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_STAT_EMPTY_STRING_BUG 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define _doprnt to an innocuous variant, in case declares _doprnt.
| For example, HP-UX 11i declares gettimeofday. */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef _doprnt
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub__doprnt) || defined (__stub____doprnt)
| choke me
| #else
| char (*f) () = _doprnt;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _doprnt;
| ;
| return 0;
| }
configure:4841: result: no
configure:4866: checking for floor
configure:4923: arm-linux-androideabi-gcc -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:54:6: warning: conflicting types for built-in function 'floor' [enabled by default]
char floor ();
^
/tmp/ccsjGJFI.o:conftest.c:function main: error: undefined reference to 'floor'
/tmp/ccsjGJFI.o:conftest.c:f: error: undefined reference to 'floor'
collect2: error: ld returned 1 exit status
configure:4929: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vorbisgain"
| #define PACKAGE_TARNAME "vorbisgain"
| #define PACKAGE_VERSION "0.37"
| #define PACKAGE_STRING "vorbisgain 0.37"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vorbisgain"
| #define VERSION "0.37"
| #define HAVE_DIRENT_H 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_ERRNO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_STAT_EMPTY_STRING_BUG 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h. */
| /* Define floor to an innocuous variant, in case declares floor.
| For example, HP-UX 11i declares gettimeofday. */
| #define floor innocuous_floor
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char floor (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef floor
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char floor ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_floor) || defined (__stub___floor)
| choke me
| #else
| char (*f) () = floor;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != floor;
| ;
| return 0;
| }
configure:4954: result: no
configure:4866: checking for getcwd
configure:4923: arm-linux-androideabi-gcc -o conftest -O2 -fsigned-char conftest.c >&5
configure:4929: $? = 0
configure:4933: test -z
|| test ! -s conftest.err
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4954: result: yes
configure:4866: checking for memmove
configure:4923: arm-linux-androideabi-gcc -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:55:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
char memmove ();
^
configure:4929: $? = 0
configure:4933: test -z
|| test ! -s conftest.err
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4954: result: yes
configure:4866: checking for memset
configure:4923: arm-linux-androideabi-gcc -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:56:6: warning: conflicting types for built-in function 'memset' [enabled by default]
char memset ();
^
configure:4929: $? = 0
configure:4933: test -z
|| test ! -s conftest.err
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4954: result: yes
configure:4866: checking for pow
configure:4923: arm-linux-androideabi-gcc -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:57:6: warning: conflicting types for built-in function 'pow' [enabled by default]
char pow ();
^
/tmp/ccCSe8si.o:conftest.c:function main: error: undefined reference to 'pow'
/tmp/ccCSe8si.o:conftest.c:f: error: undefined reference to 'pow'
collect2: error: ld returned 1 exit status
configure:4929: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vorbisgain"
| #define PACKAGE_TARNAME "vorbisgain"
| #define PACKAGE_VERSION "0.37"
| #define PACKAGE_STRING "vorbisgain 0.37"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vorbisgain"
| #define VERSION "0.37"
| #define HAVE_DIRENT_H 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_ERRNO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_STAT_EMPTY_STRING_BUG 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| /* end confdefs.h. */
| /* Define pow to an innocuous variant, in case declares pow.
| For example, HP-UX 11i declares gettimeofday. */
| #define pow innocuous_pow
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pow (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef pow
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char pow ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_pow) || defined (__stub___pow)
| choke me
| #else
| char (*f) () = pow;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != pow;
| ;
| return 0;
| }
configure:4954: result: no
configure:4866: checking for strchr
configure:4923: arm-linux-androideabi-gcc -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:57:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
char strchr ();
^
configure:4929: $? = 0
configure:4933: test -z
|| test ! -s conftest.err
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4954: result: yes
configure:4866: checking for strdup
configure:4923: arm-linux-androideabi-gcc -o conftest -O2 -fsigned-char conftest.c >&5
conftest.c:58:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
char strdup ();
^
configure:4929: $? = 0
configure:4933: test -z
|| test ! -s conftest.err
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4954: result: yes
configure:4866: checking for strerror
configure:4923: arm-linux-androideabi-gcc -o conftest -O2 -fsigned-char conftest.c >&5
configure:4929: $? = 0
configure:4933: test -z
|| test ! -s conftest.err
configure:4936: $? = 0
configure:4939: test -s conftest
configure:4942: $? = 0
configure:4954: result: yes
configure:4966: checking for ov_read_float in -lvorbisfile
configure:4996: arm-linux-androideabi-gcc -o conftest -O2 -fsigned-char conftest.c -lvorbisfile -lvorbisfile -lvorbis -lm -logg >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lvorbisfile
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lvorbisfile
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lvorbis
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -logg
/tmp/ccaNrt5r.o:conftest.c:function main: error: undefined reference to 'ov_read_float'
collect2: error: ld returned 1 exit status
configure:5002: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "vorbisgain"
| #define PACKAGE_TARNAME "vorbisgain"
| #define PACKAGE_VERSION "0.37"
| #define PACKAGE_STRING "vorbisgain 0.37"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "vorbisgain"
| #define VERSION "0.37"
| #define HAVE_DIRENT_H 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_ERRNO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_STAT_EMPTY_STRING_BUG 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char ov_read_float ();
| int
| main ()
| {
| ov_read_float ();
| ;
| return 0;
| }
configure:5028: result: no
configure:5038: error: *** libvorbisfile does not contain ov_read_float - please upgrade ***
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=set
ac_cv_env_CC_value=arm-linux-androideabi-gcc
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_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-unknown-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-linux-androideabi
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func__doprnt=no
ac_cv_func_floor=no
ac_cv_func_getcwd=yes
ac_cv_func_lstat_dereferences_slashed_symlink=no
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_pow=no
ac_cv_func_stat_empty_string_bug=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_vprintf=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_errno_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_termios_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_lib_vorbisfile_ov_read_float=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=arm-linux-androideabi-gcc
ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
ac_cv_prog_STRIP=arm-linux-androideabi-strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_sys_tiocgwinsz_in_termios_h=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/vorbisgain/src/vorbisgain-0.37/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/vorbisgain/src/vorbisgain-0.37/missing --run tar'
AUTOCONF='${SHELL} /tmp/vorbisgain/src/vorbisgain-0.37/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/vorbisgain/src/vorbisgain-0.37/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/vorbisgain/src/vorbisgain-0.37/missing --run automake-1.7'
AWK='gawk'
CC='arm-linux-androideabi-gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 -fsigned-char '
CPP='arm-linux-androideabi-gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=' '
LIBOBJS=' lstat.o stat.o'
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/vorbisgain/src/vorbisgain-0.37/missing --run makeinfo'
OBJEXT='o'
OGG_CFLAGS=''
OGG_LIBS=' -logg'
PACKAGE='vorbisgain'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='vorbisgain'
PACKAGE_STRING='vorbisgain 0.37'
PACKAGE_TARNAME='vorbisgain'
PACKAGE_VERSION='0.37'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='arm-linux-androideabi-strip'
VERSION='0.37'
VORBIS_CFLAGS=''
VORBIS_LIBS=' -lvorbisfile -lvorbis -lm'
ac_ct_CC=''
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build_alias='x86_64-unknown-linux'
datadir='${prefix}/share'
exec_prefix='NONE'
host_alias='arm-linux-androideabi'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/tmp/vorbisgain/src/vorbisgain-0.37/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='/usr/share/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_DIRENT_H 1
#define HAVE_ERRNO_H 1
#define HAVE_GETCWD 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMSET 1
#define HAVE_STAT_EMPTY_STRING_BUG 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_VPRINTF 1
#define PACKAGE "vorbisgain"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "vorbisgain"
#define PACKAGE_STRING "vorbisgain 0.37"
#define PACKAGE_TARNAME "vorbisgain"
#define PACKAGE_VERSION "0.37"
#define STDC_HEADERS 1
#define VERSION "0.37"
configure: exit 1