Build of htdig with android toolchain

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

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

SLOCLanguage
49,623 ansic
47,528 cpp
17,275 sh
2,445 perl
156 makefile
79 php
14 asm
117,120 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...

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: htdig 3.2.0b6-11 (Tue Apr 4 21:01:51 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 whether to enable maintainer-specific portions of Makefiles... no
# checking for arm-linux-androideabi-g++... arm-linux-androideabi-g++
# 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-g++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of arm-linux-androideabi-g++... none
# checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
# 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 dependency style of arm-linux-androideabi-gcc... none
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
# checking for egrep... grep -E
# checking for AIX... no
# checking for flex... flex
# checking for yywrap in -lfl... no
# checking for yywrap in -ll... no
# checking lex output file root... configure: error: cannot find output from flex; giving up
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/htdig/src/htdig-3.2.0b6/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.59. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --mandir=/usr/share/man --with-config-dir=/etc/htdig --with-default-config-file=/etc/htdig/htdig.conf --with-database-dir=/var/lib/htdig/db --with-cgi-bin-dir=/usr/bin --with-common-dir=/usr/share/doc/htdig --with-search-dir=/usr/share/doc/htdig --with-image-dir=/usr/share/doc/htdig --localstatedir=/var/lib/htdig --with-ssl
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 6cb581edfb19
# 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:1582: checking for a BSD-compatible install
# configure:1637: result: /usr/bin/install -c
# configure:1648: checking whether build environment is sane
# configure:1691: result: yes
# configure:1724: checking for gawk
# configure:1740: found /usr/sbin/gawk
# configure:1750: result: gawk
# configure:1760: checking whether make sets $(MAKE)
# configure:1780: result: yes
# configure:1859: checking for arm-linux-androideabi-strip
# configure:1875: found /sysroot/bin/arm-linux-androideabi-strip
# configure:1885: result: arm-linux-androideabi-strip
# configure:1951: checking whether to enable maintainer-specific portions of Makefiles
# configure:1960: result: no
# configure:2106: checking for arm-linux-androideabi-g++
# configure:2132: result: arm-linux-androideabi-g++
# configure:2190: checking for C++ compiler version
# configure:2193: arm-linux-androideabi-g++ --version &5
# arm-linux-androideabi-g++ (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:2196: $? = 0
# configure:2198: arm-linux-androideabi-g++ -v &5
# Using built-in specs.
# COLLECT_GCC=arm-linux-androideabi-g++
# 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:2201: $? = 0
# configure:2203: arm-linux-androideabi-g++ -V &5
# arm-linux-androideabi-g++: error: unrecognized command line option '-V'
# arm-linux-androideabi-g++: fatal error: no input files
# compilation terminated.
# configure:2206: $? = 1
# configure:2229: checking for C++ compiler default output file name
# configure:2232: arm-linux-androideabi-g++ conftest.cc >&5
# configure:2235: $? = 0
# configure:2281: result: a.out
# configure:2286: checking whether the C++ compiler works
# configure:2312: result: yes
# configure:2319: checking whether we are cross compiling
# configure:2321: result: yes
# configure:2324: checking for suffix of executables
# configure:2326: arm-linux-androideabi-g++ -o conftest conftest.cc >&5
# configure:2329: $? = 0
# configure:2354: result:
# configure:2360: checking for suffix of object files
# configure:2381: arm-linux-androideabi-g++ -c conftest.cc >&5
# configure:2384: $? = 0
# configure:2406: result: o
# configure:2410: checking whether we are using the GNU C++ compiler
# configure:2434: arm-linux-androideabi-g++ -c conftest.cc >&5
# configure:2440: $? = 0
# configure:2443: test -z || test ! -s conftest.err
# configure:2446: $? = 0
# configure:2449: test -s conftest.o
# configure:2452: $? = 0
# configure:2465: result: yes
# configure:2471: checking whether arm-linux-androideabi-g++ accepts -g
# configure:2492: arm-linux-androideabi-g++ -c -g conftest.cc >&5
# configure:2498: $? = 0
# configure:2501: test -z || test ! -s conftest.err
# configure:2504: $? = 0
# configure:2507: test -s conftest.o
# configure:2510: $? = 0
# configure:2521: result: yes
# configure:2563: arm-linux-androideabi-g++ -c conftest.cc >&5
# configure:2569: $? = 0
# configure:2572: test -z || test ! -s conftest.err
# configure:2575: $? = 0
# configure:2578: test -s conftest.o
# configure:2581: $? = 0
# configure:2607: arm-linux-androideabi-g++ -c conftest.cc >&5
# conftest.cc: In function 'int main()':
# conftest.cc:15:9: error: 'exit' was not declared in this scope
# exit (42);
# ^
# configure:2613: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2563: arm-linux-androideabi-g++ -c conftest.cc >&5
# conftest.cc:11:40: error: 'void std::exit(int)' should have been declared inside 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# In file included from conftest.cc:12:0:
# /sysroot/sysroot/usr/include/stdlib.h:45:32: error: declaration of 'void std::exit(int)' has a different exception specifier
# extern __noreturn void exit(int);
# ^
# conftest.cc:11:17: error: from previous declaration 'void std::exit(int) throw ()'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# configure:2569: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | /* end confdefs.h. */
# | extern "C" void std::exit (int) throw (); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2563: arm-linux-androideabi-g++ -c conftest.cc >&5
# conftest.cc:11:31: error: 'void std::exit(int)' should have been declared inside 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# configure:2569: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | /* end confdefs.h. */
# | extern "C" void std::exit (int); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2563: arm-linux-androideabi-g++ -c conftest.cc >&5
# In file included from conftest.cc:12:0:
# /sysroot/sysroot/usr/include/stdlib.h:45:32: error: declaration of 'void exit(int)' has a different exception specifier
# extern __noreturn void exit(int);
# ^
# conftest.cc:11:17: error: from previous declaration 'void exit(int) throw ()'
# extern "C" void exit (int) throw ();
# ^
# configure:2569: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | /* end confdefs.h. */
# | extern "C" void exit (int) throw ();
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2563: arm-linux-androideabi-g++ -c conftest.cc >&5
# configure:2569: $? = 0
# configure:2572: test -z || test ! -s conftest.err
# configure:2575: $? = 0
# configure:2578: test -s conftest.o
# configure:2581: $? = 0
# configure:2607: arm-linux-androideabi-g++ -c conftest.cc >&5
# configure:2613: $? = 0
# configure:2616: test -z || test ! -s conftest.err
# configure:2619: $? = 0
# configure:2622: test -s conftest.o
# configure:2625: $? = 0
# configure:2659: checking for style of include used by make
# configure:2687: result: GNU
# configure:2715: checking dependency style of arm-linux-androideabi-g++
# configure:2798: result: none
# configure:2823: checking for arm-linux-androideabi-gcc
# configure:2849: result: arm-linux-androideabi-gcc
# configure:3131: checking for C compiler version
# configure:3134: 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:3137: $? = 0
# configure:3139: 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:3142: $? = 0
# configure:3144: 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:3147: $? = 1
# configure:3150: checking whether we are using the GNU C compiler
# configure:3174: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3180: $? = 0
# configure:3183: test -z || test ! -s conftest.err
# configure:3186: $? = 0
# configure:3189: test -s conftest.o
# configure:3192: $? = 0
# configure:3205: result: yes
# configure:3211: checking whether arm-linux-androideabi-gcc accepts -g
# configure:3232: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:3238: $? = 0
# configure:3241: test -z || test ! -s conftest.err
# configure:3244: $? = 0
# configure:3247: test -s conftest.o
# configure:3250: $? = 0
# configure:3261: result: yes
# configure:3278: checking for arm-linux-androideabi-gcc option to accept ANSI C
# configure:3348: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3354: $? = 0
# configure:3357: test -z || test ! -s conftest.err
# configure:3360: $? = 0
# configure:3363: test -s conftest.o
# configure:3366: $? = 0
# configure:3384: result: none needed
# configure:3402: 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:3408: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:3540: checking dependency style of arm-linux-androideabi-gcc
# configure:3623: result: none
# configure:3645: checking how to run the C preprocessor
# configure:3680: arm-linux-androideabi-gcc -E conftest.c
# configure:3686: $? = 0
# configure:3718: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3724: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | #ifdef __cplusplus
# | extern "C" void exit (int);
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:3763: result: arm-linux-androideabi-gcc -E
# configure:3787: arm-linux-androideabi-gcc -E conftest.c
# configure:3793: $? = 0
# configure:3825: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3831: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | #ifdef __cplusplus
# | extern "C" void exit (int);
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:3876: checking for egrep
# configure:3886: result: grep -E
# configure:3892: checking for AIX
# configure:3914: result: no
# configure:3924: checking for flex
# configure:3940: found /usr/sbin/flex
# configure:3950: result: flex
# configure:3963: checking for yywrap in -lfl
# configure:3993: arm-linux-androideabi-gcc -o conftest conftest.c -lfl >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lfl
# /tmp/ccQa2YOj.o:conftest.c:function main: error: undefined reference to 'yywrap'
# collect2: error: ld returned 1 exit status
# configure:3999: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | #ifdef __cplusplus
# | extern "C" void exit (int);
# | #endif
# | /* 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 yywrap ();
# | int
# | main ()
# | {
# | yywrap ();
# | ;
# | return 0;
# | }
# configure:4024: result: no
# configure:4029: checking for yywrap in -ll
# configure:4059: arm-linux-androideabi-gcc -o conftest conftest.c -ll >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -ll
# /tmp/ccisVKDp.o:conftest.c:function main: error: undefined reference to 'yywrap'
# collect2: error: ld returned 1 exit status
# configure:4065: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "htdig"
# | #define VERSION "3.2.0b6"
# | #ifdef __cplusplus
# | extern "C" void exit (int);
# | #endif
# | /* 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 yywrap ();
# | int
# | main ()
# | {
# | yywrap ();
# | ;
# | return 0;
# | }
# configure:4090: result: no
# configure:4101: checking lex output file root
# configure:4112: flex conftest.l
# flex: error writing output file lex.yy.c
# configure:4115: $? = 1
# configure:4122: error: cannot find output from flex; giving up
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# 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_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=arm-linux-androideabi-g++
# ac_cv_env_F77_set=
# ac_cv_env_F77_value=
# ac_cv_env_FFLAGS_set=
# ac_cv_env_FFLAGS_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_lib_fl_yywrap=no
# ac_cv_lib_l_yywrap=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_CXX=arm-linux-androideabi-g++
# ac_cv_prog_LEX=flex
# ac_cv_prog_STRIP=arm-linux-androideabi-strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_make_make_set=yes
# am_cv_CC_dependencies_compiler_type=none
# am_cv_CXX_dependencies_compiler_type=none
# htdig_cv_tests=no
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/htdig/src/htdig-3.2.0b6/missing --run aclocal-1.7'
# ALLOCA=''
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/htdig/src/htdig-3.2.0b6/missing --run tar'
# APACHE=''
# APACHE_MODULES=''
# AR=''
# AUTOCONF='${SHELL} /tmp/htdig/src/htdig-3.2.0b6/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/htdig/src/htdig-3.2.0b6/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/htdig/src/htdig-3.2.0b6/missing --run automake-1.7'
# AWK='gawk'
# CC='arm-linux-androideabi-gcc'
# CCDEPMODE='depmode=none'
# CFLAGS=''
# CGIBIN_DIR='/usr/bin'
# COMMON_DIR='/usr/share/doc/htdig'
# CONFIG_DIR='/etc/htdig'
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# CXX='arm-linux-androideabi-g++'
# CXXCPP=''
# CXXDEPMODE='depmode=none'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DATABASE_DIR='/var/lib/htdig/db'
# DEFAULT_CONFIG_FILE='/etc/htdig/htdig.conf'
# DEFS=''
# DEPDIR='.deps'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# F77=''
# FFLAGS=''
# FIND=''
# GUNZIP=''
# HAVE_SSL=''
# HTDIG_MAJOR_VERSION='3'
# HTDIG_MICRO_VERSION='0'
# HTDIG_MINOR_VERSION='2'
# IMAGE_DIR='/usr/share/doc/htdig'
# IMAGE_URL_PREFIX='/htdig'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL=''
# LN_S=''
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/htdig/src/htdig-3.2.0b6/missing --run makeinfo'
# MV=''
# OBJEXT='o'
# PACKAGE='htdig'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PERL=''
# RANLIB=''
# RRDTOOL=''
# SEARCH_DIR='/usr/share/doc/htdig'
# SEARCH_FORM='search.html'
# SED=''
# SENDMAIL=''
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# TAR=''
# TESTS_FALSE=''
# TESTS_TRUE='#'
# TIME=''
# TIMEV=''
# USER='tuscan'
# VERSION='3.2.0b6'
# YACC=''
# ac_ct_AR=''
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_F77=''
# ac_ct_RANLIB=''
# ac_ct_STRIP=''
# am__fastdepCC_FALSE=''
# am__fastdepCC_TRUE='#'
# am__fastdepCXX_FALSE=''
# am__fastdepCXX_TRUE='#'
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux'
# build_alias='x86_64-unknown-linux'
# build_cpu=''
# build_os=''
# build_vendor=''
# datadir='${prefix}/share'
# exec_prefix='NONE'
# extra_ldflags=''
# host='arm-linux-androideabi'
# host_alias='arm-linux-androideabi'
# host_cpu=''
# host_os=''
# host_vendor=''
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# install_sh='/tmp/htdig/src/htdig-3.2.0b6/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='/var/lib/htdig'
# mandir='/usr/share/man'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# subdirs=''
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE "htdig"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME ""
# #define PACKAGE_STRING ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define VERSION "3.2.0b6"
# #endif
# #ifdef __cplusplus
# extern "C" void exit (int);
#
# configure: exit 1

CMD: config logfiles '/tmp/htdig/src/htdig-3.2.0b6/libhtdigphp/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# configure:710: checking for gcc
# configure:823: checking whether the C compiler (gcc ) works
# configure:839: gcc -o conftest conftest.c 1>&5
# configure:865: checking whether the C compiler (gcc ) is a cross-compiler
# configure:870: checking whether we are using GNU C
# configure:898: checking whether gcc accepts -g
# configure:931: checking whether gcc and cc understand -c and -o together