Build of ifplugd with android toolchain

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

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

SLOCLanguage
2,072 ansic
2,021 makefile
916 sh
5,009 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: ifplugd 0.28-14 (Tue Apr 4 22:02:48 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# patching file src/interface.c
# patching file src/ifplugd.c
# 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-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++... gcc3
# 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... gcc3
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for egrep... grep -E
# checking for ANSI C header files... yes
# checking for sys/wait.h that is POSIX.1 compatible... 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 fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking for unistd.h... (cached) yes
# checking for an ANSI C-conforming const... yes
# checking for pid_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for working volatile... yes
# checking for unistd.h... (cached) yes
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... cross
# configure: WARNING: result yes guessed because of cross compilation
# checking for working vfork... (cached) yes
# checking whether arm-linux-androideabi-gcc needs -traditional... no
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking types of arguments for select... int,fd_set *,struct timeval *
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... no
# checking return type of signal handlers... void
# checking for vprintf... yes
# checking for _doprnt... no
# checking for alarm... yes
# checking for dup2... yes
# checking for memset... yes
# checking for select... yes
# checking for setenv... yes
# checking for socket... yes
# checking for strchr... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strrchr... yes
# checking for strspn... yes
# checking for arm-linux-androideabi-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for LIBDAEMON_CFLAGS... -D_REENTRANT
# checking for LIBDAEMON_LIBS... -ldaemon
# configure: *** Init sript will be installed in /etc/rc.d ***
# configure: creating ./config.status
# config.status: creating src/Makefile
# config.status: creating Makefile
# config.status: creating man/Makefile
# config.status: creating conf/Makefile
# config.status: creating doc/Makefile
# config.status: creating doc/README.html
# config.status: creating patches/Makefile
# config.status: creating ifplugd.spec
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28'
# Making all in src
# make[2]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/src'
# make all-am
# make[3]: Entering directory '/tmp/ifplugd/src/ifplugd-0.28/src'
# if arm-linux-androideabi-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DSYSCONFDIR="\"/etc\"" -D_GNU_SOURCE -pipe -W -Wall -Wno-unused-parameter -MT ifplugd.o -MD -MP -MF ".deps/ifplugd.Tpo" -c -o ifplugd.o ifplugd.c; \
# then mv -f ".deps/ifplugd.Tpo" ".deps/ifplugd.Po"; else rm -f ".deps/ifplugd.Tpo"; exit 1; fi
# ifplugd.c:48:28: fatal error: libdaemon/dlog.h: No such file or directory
# #include
# ^
# compilation terminated.
# make[3]: *** [Makefile:282: ifplugd.o] Error 1
# make[3]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/src'
# make[2]: *** [Makefile:206: all] Error 2
# make[2]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28/src'
# make[1]: *** [Makefile:254: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/ifplugd/src/ifplugd-0.28'
# make: *** [Makefile:190: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/ifplugd/src/ifplugd-0.28/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by ifplugd configure 0.28, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man --sysconfdir=/etc --with-initdir=/etc/rc.d --disable-xmltoman --disable-subversion --disable-lynx
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 3e0c563d2eaf
# 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:1391: checking for a BSD-compatible install
# configure:1446: result: /usr/bin/install -c
# configure:1457: checking whether build environment is sane
# configure:1500: result: yes
# configure:1565: checking for gawk
# configure:1581: found /usr/sbin/gawk
# configure:1591: result: gawk
# configure:1601: checking whether make sets $(MAKE)
# configure:1621: result: yes
# configure:1697: checking for arm-linux-androideabi-strip
# configure:1713: found /sysroot/bin/arm-linux-androideabi-strip
# configure:1723: result: arm-linux-androideabi-strip
# configure:1810: checking for arm-linux-androideabi-g++
# configure:1836: result: arm-linux-androideabi-g++
# configure:1894: checking for C++ compiler version
# configure:1897: 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:1900: $? = 0
# configure:1902: 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:1905: $? = 0
# configure:1907: 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:1910: $? = 1
# configure:1933: checking for C++ compiler default output file name
# configure:1936: arm-linux-androideabi-g++ conftest.cc >&5
# configure:1939: $? = 0
# configure:1985: result: a.out
# configure:1990: checking whether the C++ compiler works
# configure:2016: result: yes
# configure:2023: checking whether we are cross compiling
# configure:2025: result: yes
# configure:2028: checking for suffix of executables
# configure:2030: arm-linux-androideabi-g++ -o conftest conftest.cc >&5
# configure:2033: $? = 0
# configure:2058: result:
# configure:2064: checking for suffix of object files
# configure:2085: arm-linux-androideabi-g++ -c conftest.cc >&5
# configure:2088: $? = 0
# configure:2110: result: o
# configure:2114: checking whether we are using the GNU C++ compiler
# configure:2138: arm-linux-androideabi-g++ -c conftest.cc >&5
# configure:2144: $? = 0
# configure:2147: test -z || test ! -s conftest.err
# configure:2150: $? = 0
# configure:2153: test -s conftest.o
# configure:2156: $? = 0
# configure:2169: result: yes
# configure:2175: checking whether arm-linux-androideabi-g++ accepts -g
# configure:2196: arm-linux-androideabi-g++ -c -g conftest.cc >&5
# configure:2202: $? = 0
# configure:2205: test -z || test ! -s conftest.err
# configure:2208: $? = 0
# configure:2211: test -s conftest.o
# configure:2214: $? = 0
# configure:2225: result: yes
# configure:2267: arm-linux-androideabi-g++ -c conftest.cc >&5
# configure:2273: $? = 0
# configure:2276: test -z || test ! -s conftest.err
# configure:2279: $? = 0
# configure:2282: test -s conftest.o
# configure:2285: $? = 0
# configure:2311: 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:2317: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ifplugd"
# | #define PACKAGE_TARNAME "ifplugd"
# | #define PACKAGE_VERSION "0.28"
# | #define PACKAGE_STRING "ifplugd 0.28"
# | #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# | #define PACKAGE "ifplugd"
# | #define VERSION "0.28"
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2267: 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:2273: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ifplugd"
# | #define PACKAGE_TARNAME "ifplugd"
# | #define PACKAGE_VERSION "0.28"
# | #define PACKAGE_STRING "ifplugd 0.28"
# | #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# | #define PACKAGE "ifplugd"
# | #define VERSION "0.28"
# | /* end confdefs.h. */
# | extern "C" void std::exit (int) throw (); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2267: 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:2273: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ifplugd"
# | #define PACKAGE_TARNAME "ifplugd"
# | #define PACKAGE_VERSION "0.28"
# | #define PACKAGE_STRING "ifplugd 0.28"
# | #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# | #define PACKAGE "ifplugd"
# | #define VERSION "0.28"
# | /* end confdefs.h. */
# | extern "C" void std::exit (int); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2267: 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:2273: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ifplugd"
# | #define PACKAGE_TARNAME "ifplugd"
# | #define PACKAGE_VERSION "0.28"
# | #define PACKAGE_STRING "ifplugd 0.28"
# | #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# | #define PACKAGE "ifplugd"
# | #define VERSION "0.28"
# | /* end confdefs.h. */
# | extern "C" void exit (int) throw ();
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:2267: arm-linux-androideabi-g++ -c conftest.cc >&5
# configure:2273: $? = 0
# configure:2276: test -z || test ! -s conftest.err
# configure:2279: $? = 0
# configure:2282: test -s conftest.o
# configure:2285: $? = 0
# configure:2311: arm-linux-androideabi-g++ -c conftest.cc >&5
# configure:2317: $? = 0
# configure:2320: test -z || test ! -s conftest.err
# configure:2323: $? = 0
# configure:2326: test -s conftest.o
# configure:2329: $? = 0
# configure:2363: checking for style of include used by make
# configure:2391: result: GNU
# configure:2419: checking dependency style of arm-linux-androideabi-g++
# configure:2509: result: gcc3
# configure:2534: checking for arm-linux-androideabi-gcc
# configure:2560: result: arm-linux-androideabi-gcc
# configure:2842: checking for C compiler version
# configure:2845: 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:2848: $? = 0
# configure:2850: 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:2853: $? = 0
# configure:2855: 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:2858: $? = 1
# configure:2861: checking whether we are using the GNU C compiler
# configure:2885: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:2891: $? = 0
# configure:2894: test -z || test ! -s conftest.err
# configure:2897: $? = 0
# configure:2900: test -s conftest.o
# configure:2903: $? = 0
# configure:2916: result: yes
# configure:2922: checking whether arm-linux-androideabi-gcc accepts -g
# configure:2943: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:2949: $? = 0
# configure:2952: test -z || test ! -s conftest.err
# configure:2955: $? = 0
# configure:2958: test -s conftest.o
# configure:2961: $? = 0
# configure:2972: result: yes
# configure:2989: checking for arm-linux-androideabi-gcc option to accept ANSI C
# configure:3059: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3065: $? = 0
# configure:3068: test -z || test ! -s conftest.err
# configure:3071: $? = 0
# configure:3074: test -s conftest.o
# configure:3077: $? = 0
# configure:3095: result: none needed
# configure:3113: 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:3119: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:3251: checking dependency style of arm-linux-androideabi-gcc
# configure:3341: result: gcc3
# configure:3363: checking how to run the C preprocessor
# configure:3398: arm-linux-androideabi-gcc -E conftest.c
# configure:3404: $? = 0
# configure:3436: 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:3442: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ifplugd"
# | #define PACKAGE_TARNAME "ifplugd"
# | #define PACKAGE_VERSION "0.28"
# | #define PACKAGE_STRING "ifplugd 0.28"
# | #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# | #define PACKAGE "ifplugd"
# | #define VERSION "0.28"
# | #ifdef __cplusplus
# | extern "C" void exit (int);
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:3481: result: arm-linux-androideabi-gcc -E
# configure:3505: arm-linux-androideabi-gcc -E conftest.c
# configure:3511: $? = 0
# configure:3543: 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:3549: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ifplugd"
# | #define PACKAGE_TARNAME "ifplugd"
# | #define PACKAGE_VERSION "0.28"
# | #define PACKAGE_STRING "ifplugd 0.28"
# | #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# | #define PACKAGE "ifplugd"
# | #define VERSION "0.28"
# | #ifdef __cplusplus
# | extern "C" void exit (int);
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:3605: checking for a BSD-compatible install
# configure:3660: result: /usr/bin/install -c
# configure:3671: checking whether ln -s works
# configure:3675: result: yes
# configure:3682: checking whether make sets $(MAKE)
# configure:3702: result: yes
# configure:3726: checking for egrep
# configure:3736: result: grep -E
# configure:3741: checking for ANSI C header files
# configure:3766: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:3772: $? = 0
# configure:3775: test -z || test ! -s conftest.err
# configure:3778: $? = 0
# configure:3781: test -s conftest.o
# configure:3784: $? = 0
# configure:3896: result: yes
# configure:3906: checking for sys/wait.h that is POSIX.1 compatible
# configure:3937: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:3943: $? = 0
# configure:3946: test -z || test ! -s conftest.err
# configure:3949: $? = 0
# configure:3952: test -s conftest.o
# configure:3955: $? = 0
# configure:3966: result: yes
# configure:3990: checking for sys/types.h
# configure:4006: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4012: $? = 0
# configure:4015: test -z || test ! -s conftest.err
# configure:4018: $? = 0
# configure:4021: test -s conftest.o
# configure:4024: $? = 0
# configure:4035: result: yes
# configure:3990: checking for sys/stat.h
# configure:4006: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4012: $? = 0
# configure:4015: test -z || test ! -s conftest.err
# configure:4018: $? = 0
# configure:4021: test -s conftest.o
# configure:4024: $? = 0
# configure:4035: result: yes
# configure:3990: checking for stdlib.h
# configure:4006: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4012: $? = 0
# configure:4015: test -z || test ! -s conftest.err
# configure:4018: $? = 0
# configure:4021: test -s conftest.o
# configure:4024: $? = 0
# configure:4035: result: yes
# configure:3990: checking for string.h
# configure:4006: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4012: $? = 0
# configure:4015: test -z || test ! -s conftest.err
# configure:4018: $? = 0
# configure:4021: test -s conftest.o
# configure:4024: $? = 0
# configure:4035: result: yes
# configure:3990: checking for memory.h
# configure:4006: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4012: $? = 0
# configure:4015: test -z || test ! -s conftest.err
# configure:4018: $? = 0
# configure:4021: test -s conftest.o
# configure:4024: $? = 0
# configure:4035: result: yes
# configure:3990: checking for strings.h
# configure:4006: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4012: $? = 0
# configure:4015: test -z || test ! -s conftest.err
# configure:4018: $? = 0
# configure:4021: test -s conftest.o
# configure:4024: $? = 0
# configure:4035: result: yes
# configure:3990: checking for inttypes.h
# configure:4006: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4012: $? = 0
# configure:4015: test -z || test ! -s conftest.err
# configure:4018: $? = 0
# configure:4021: test -s conftest.o
# configure:4024: $? = 0
# configure:4035: result: yes
# configure:3990: checking for stdint.h
# configure:4006: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4012: $? = 0
# configure:4015: test -z || test ! -s conftest.err
# configure:4018: $? = 0
# configure:4021: test -s conftest.o
# configure:4024: $? = 0
# configure:4035: result: yes
# configure:3990: checking for unistd.h
# configure:4006: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4012: $? = 0
# configure:4015: test -z || test ! -s conftest.err
# configure:4018: $? = 0
# configure:4021: test -s conftest.o
# configure:4024: $? = 0
# configure:4035: result: yes
# configure:4069: checking fcntl.h usability
# configure:4081: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4087: $? = 0
# configure:4090: test -z || test ! -s conftest.err
# configure:4093: $? = 0
# configure:4096: test -s conftest.o
# configure:4099: $? = 0
# configure:4109: result: yes
# configure:4113: checking fcntl.h presence
# configure:4123: arm-linux-androideabi-gcc -E conftest.c
# configure:4129: $? = 0
# configure:4149: result: yes
# configure:4184: checking for fcntl.h
# configure:4191: result: yes
# configure:4069: checking limits.h usability
# configure:4081: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4087: $? = 0
# configure:4090: test -z || test ! -s conftest.err
# configure:4093: $? = 0
# configure:4096: test -s conftest.o
# configure:4099: $? = 0
# configure:4109: result: yes
# configure:4113: checking limits.h presence
# configure:4123: arm-linux-androideabi-gcc -E conftest.c
# configure:4129: $? = 0
# configure:4149: result: yes
# configure:4184: checking for limits.h
# configure:4191: result: yes
# configure:4069: checking netinet/in.h usability
# configure:4081: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4087: $? = 0
# configure:4090: test -z || test ! -s conftest.err
# configure:4093: $? = 0
# configure:4096: test -s conftest.o
# configure:4099: $? = 0
# configure:4109: result: yes
# configure:4113: checking netinet/in.h presence
# configure:4123: arm-linux-androideabi-gcc -E conftest.c
# configure:4129: $? = 0
# configure:4149: result: yes
# configure:4184: checking for netinet/in.h
# configure:4191: result: yes
# configure:4060: checking for stdlib.h
# configure:4065: result: yes
# configure:4060: checking for string.h
# configure:4065: result: yes
# configure:4069: checking sys/ioctl.h usability
# configure:4081: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4087: $? = 0
# configure:4090: test -z || test ! -s conftest.err
# configure:4093: $? = 0
# configure:4096: test -s conftest.o
# configure:4099: $? = 0
# configure:4109: result: yes
# configure:4113: checking sys/ioctl.h presence
# configure:4123: arm-linux-androideabi-gcc -E conftest.c
# configure:4129: $? = 0
# configure:4149: result: yes
# configure:4184: checking for sys/ioctl.h
# configure:4191: result: yes
# configure:4069: checking sys/time.h usability
# configure:4081: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4087: $? = 0
# configure:4090: test -z || test ! -s conftest.err
# configure:4093: $? = 0
# configure:4096: test -s conftest.o
# configure:4099: $? = 0
# configure:4109: result: yes
# configure:4113: checking sys/time.h presence
# configure:4123: arm-linux-androideabi-gcc -E conftest.c
# configure:4129: $? = 0
# configure:4149: result: yes
# configure:4184: checking for sys/time.h
# configure:4191: result: yes
# configure:4069: checking syslog.h usability
# configure:4081: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4087: $? = 0
# configure:4090: test -z || test ! -s conftest.err
# configure:4093: $? = 0
# configure:4096: test -s conftest.o
# configure:4099: $? = 0
# configure:4109: result: yes
# configure:4113: checking syslog.h presence
# configure:4123: arm-linux-androideabi-gcc -E conftest.c
# configure:4129: $? = 0
# configure:4149: result: yes
# configure:4184: checking for syslog.h
# configure:4191: result: yes
# configure:4060: checking for unistd.h
# configure:4065: result: yes
# configure:4206: checking for an ANSI C-conforming const
# configure:4273: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:61:17: warning: unused variable 's' [-Wunused-variable]
# char const *s = 0 ? (char *) 0 : (char const *) 0;
# ^
# conftest.c:81:15: warning: unused variable 'foo' [-Wunused-variable]
# const int foo = 10;
# ^
# conftest.c:48:29: warning: unused variable 'zero' [-Wunused-variable]
# static struct point const zero = {0,0};
# ^
# conftest.c:42:17: warning: unused variable 'x' [-Wunused-variable]
# const charset x;
# ^
# conftest.c:63:7: warning: 't' is used uninitialized in this function [-Wuninitialized]
# *t++ = 0;
# ^
# conftest.c:78:23: warning: 'b' is used uninitialized in this function [-Wuninitialized]
# struct s *b; b->j = 5;
# ^
# configure:4279: $? = 0
# configure:4282: test -z || test ! -s conftest.err
# configure:4285: $? = 0
# configure:4288: test -s conftest.o
# configure:4291: $? = 0
# configure:4302: result: yes
# configure:4312: checking for pid_t
# configure:4336: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4342: $? = 0
# configure:4345: test -z || test ! -s conftest.err
# configure:4348: $? = 0
# configure:4351: test -s conftest.o
# configure:4354: $? = 0
# configure:4365: result: yes
# configure:4377: checking whether time.h and sys/time.h may both be included
# configure:4402: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4408: $? = 0
# configure:4411: test -z || test ! -s conftest.err
# configure:4414: $? = 0
# configure:4417: test -s conftest.o
# configure:4420: $? = 0
# configure:4431: result: yes
# configure:4441: checking for working volatile
# configure:4464: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:41:16: warning: unused variable 'y' [-Wunused-variable]
# int * volatile y;
# ^
# conftest.c:40:14: warning: unused variable 'x' [-Wunused-variable]
# volatile int x;
# ^
# configure:4470: $? = 0
# configure:4473: test -z || test ! -s conftest.err
# configure:4476: $? = 0
# configure:4479: test -s conftest.o
# configure:4482: $? = 0
# configure:4493: result: yes
# configure:4511: checking for unistd.h
# configure:4516: result: yes
# configure:4520: checking vfork.h usability
# configure:4532: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:70:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4538: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ifplugd"
# | #define PACKAGE_TARNAME "ifplugd"
# | #define PACKAGE_VERSION "0.28"
# | #define PACKAGE_STRING "ifplugd 0.28"
# | #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# | #define PACKAGE "ifplugd"
# | #define VERSION "0.28"
# | #ifdef __cplusplus
# | extern "C" void exit (int);
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4560: result: no
# configure:4564: checking vfork.h presence
# configure:4574: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:36:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4580: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ifplugd"
# | #define PACKAGE_TARNAME "ifplugd"
# | #define PACKAGE_VERSION "0.28"
# | #define PACKAGE_STRING "ifplugd 0.28"
# | #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# | #define PACKAGE "ifplugd"
# | #define VERSION "0.28"
# | #ifdef __cplusplus
# | extern "C" void exit (int);
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:4600: result: no
# configure:4635: checking for vfork.h
# configure:4642: result: no
# configure:4660: checking for fork
# configure:4717: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:60:6: warning: conflicting types for built-in function 'fork' [enabled by default]
# char fork ();
# ^
# configure:4723: $? = 0
# configure:4726: test -z || test ! -s conftest.err
# configure:4729: $? = 0
# configure:4732: test -s conftest
# configure:4735: $? = 0
# configure:4747: result: yes
# configure:4660: checking for vfork
# configure:4717: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:4723: $? = 0
# configure:4726: test -z || test ! -s conftest.err
# configure:4729: $? = 0
# configure:4732: test -s conftest
# configure:4735: $? = 0
# configure:4747: result: yes
# configure:4758: checking for working fork
# configure:4803: result: cross
# configure:4819: WARNING: result yes guessed because of cross compilation
# configure:4824: checking for working vfork
# configure:4957: result: yes
# configure:4989: checking whether arm-linux-androideabi-gcc needs -traditional
# configure:5031: result: no
# configure:5053: checking sys/select.h usability
# configure:5065: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:5071: $? = 0
# configure:5074: test -z || test ! -s conftest.err
# configure:5077: $? = 0
# configure:5080: test -s conftest.o
# configure:5083: $? = 0
# configure:5093: result: yes
# configure:5097: checking sys/select.h presence
# configure:5107: arm-linux-androideabi-gcc -E conftest.c
# configure:5113: $? = 0
# configure:5133: result: yes
# configure:5168: checking for sys/select.h
# configure:5175: result: yes
# configure:5053: checking sys/socket.h usability
# configure:5065: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:5071: $? = 0
# configure:5074: test -z || test ! -s conftest.err
# configure:5077: $? = 0
# configure:5080: test -s conftest.o
# configure:5083: $? = 0
# configure:5093: result: yes
# configure:5097: checking sys/socket.h presence
# configure:5107: arm-linux-androideabi-gcc -E conftest.c
# configure:5113: $? = 0
# configure:5133: result: yes
# configure:5168: checking for sys/socket.h
# configure:5175: result: yes
# configure:5188: checking types of arguments for select
# configure:5221: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:5227: $? = 0
# configure:5230: test -z || test ! -s conftest.err
# configure:5233: $? = 0
# configure:5236: test -s conftest.o
# configure:5239: $? = 0
# configure:5255: result: int,fd_set *,struct timeval *
# configure:5283: checking for stdlib.h
# configure:5288: result: yes
# configure:5427: checking for GNU libc compatible malloc
# configure:5478: result: no
# configure:5508: checking return type of signal handlers
# configure:5539: arm-linux-androideabi-gcc -c -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:62:5: warning: unused variable 'i' [-Wunused-variable]
# int i;
# ^
# configure:5545: $? = 0
# configure:5548: test -z || test ! -s conftest.err
# configure:5551: $? = 0
# configure:5554: test -s conftest.o
# configure:5557: $? = 0
# configure:5568: result: void
# configure:5580: checking for vprintf
# configure:5637: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:73:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
# char vprintf ();
# ^
# configure:5643: $? = 0
# configure:5646: test -z || test ! -s conftest.err
# configure:5649: $? = 0
# configure:5652: test -s conftest
# configure:5655: $? = 0
# configure:5667: result: yes
# configure:5674: checking for _doprnt
# configure:5731: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# /tmp/ccPwCYXV.o:conftest.c:function main: error: undefined reference to '_doprnt'
# /tmp/ccPwCYXV.o:conftest.c:f: error: undefined reference to '_doprnt'
# collect2: error: ld returned 1 exit status
# configure:5737: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "ifplugd"
# | #define PACKAGE_TARNAME "ifplugd"
# | #define PACKAGE_VERSION "0.28"
# | #define PACKAGE_STRING "ifplugd 0.28"
# | #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# | #define PACKAGE "ifplugd"
# | #define VERSION "0.28"
# | #ifdef __cplusplus
# | extern "C" void exit (int);
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 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_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_UNISTD_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define SELECT_TYPE_ARG1 int
# | #define SELECT_TYPE_ARG234 (fd_set *)
# | #define SELECT_TYPE_ARG5 (struct timeval *)
# | #define HAVE_STDLIB_H 1
# | #define HAVE_MALLOC 0
# | #define malloc rpl_malloc
# | #define RETSIGTYPE void
# | #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:5761: result: no
# configure:5789: checking for alarm
# configure:5846: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for dup2
# configure:5846: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for memset
# configure:5846: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:76:6: warning: conflicting types for built-in function 'memset' [enabled by default]
# char memset ();
# ^
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for select
# configure:5846: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for setenv
# configure:5846: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for socket
# configure:5846: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for strchr
# configure:5846: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:80:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
# char strchr ();
# ^
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for strdup
# configure:5846: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:81:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
# char strdup ();
# ^
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for strerror
# configure:5846: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for strrchr
# configure:5846: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:83:6: warning: conflicting types for built-in function 'strrchr' [enabled by default]
# char strrchr ();
# ^
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5789: checking for strspn
# configure:5846: arm-linux-androideabi-gcc -o conftest -pipe -W -Wall -Wno-unused-parameter conftest.c >&5
# conftest.c:84:6: warning: conflicting types for built-in function 'strspn' [enabled by default]
# char strspn ();
# ^
# configure:5852: $? = 0
# configure:5855: test -z || test ! -s conftest.err
# configure:5858: $? = 0
# configure:5861: test -s conftest
# configure:5864: $? = 0
# configure:5876: result: yes
# configure:5893: checking for arm-linux-androideabi-pkg-config
# configure:5926: result: no
# configure:5935: checking for pkg-config
# configure:5953: found /usr/sbin/pkg-config
# configure:5965: result: /usr/sbin/pkg-config
# configure:5980: checking pkg-config is at least version 0.9.0
# configure:5983: result: yes
# configure:5994: checking for LIBDAEMON_CFLAGS
# configure:6002: $PKG_CONFIG --exists " libdaemon >= 0.5 " >/dev/null 2>&1
# configure:6005: $? = 0
# configure:6015: result: -D_REENTRANT
# configure:6017: checking for LIBDAEMON_LIBS
# configure:6025: $PKG_CONFIG --exists " libdaemon >= 0.5 " >/dev/null 2>&1
# configure:6028: $? = 0
# configure:6038: result: -ldaemon
# configure:6117: *** Init sript will be installed in /etc/rc.d ***
# configure:6473: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ifplugd config.status 0.28, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 3e0c563d2eaf
#
# config.status:757: creating src/Makefile
# config.status:757: creating Makefile
# config.status:757: creating man/Makefile
# config.status:757: creating conf/Makefile
# config.status:757: creating doc/Makefile
# config.status:757: creating doc/README.html
# config.status:757: creating patches/Makefile
# config.status:757: creating ifplugd.spec
# config.status:823: creating config.h
# config.status:1201: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_volatile=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_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_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBDAEMON_CFLAGS_set=
# ac_cv_env_LIBDAEMON_CFLAGS_value=
# ac_cv_env_LIBDAEMON_LIBS_set=
# ac_cv_env_LIBDAEMON_LIBS_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_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_alarm=yes
# ac_cv_func_dup2=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_malloc_0_nonnull=no
# ac_cv_func_memset=yes
# ac_cv_func_select=yes
# ac_cv_func_select_args='int,fd_set *,struct timeval *'
# ac_cv_func_setenv=yes
# ac_cv_func_socket=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strrchr=yes
# ac_cv_func_strspn=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_func_vprintf=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netinet_in_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_ioctl_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_objext=o
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# 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_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_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_signal=void
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# pkg_cv_LIBDAEMON_CFLAGS=-D_REENTRANT
# pkg_cv_LIBDAEMON_LIBS=-ldaemon
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/ifplugd/src/ifplugd-0.28/missing --run aclocal-1.9'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/ifplugd/src/ifplugd-0.28/missing --run tar'
# AUTOCONF='${SHELL} /tmp/ifplugd/src/ifplugd-0.28/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/ifplugd/src/ifplugd-0.28/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/ifplugd/src/ifplugd-0.28/missing --run automake-1.9'
# AWK='gawk'
# CC='arm-linux-androideabi-gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -pipe -W -Wall -Wno-unused-parameter'
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# CXX='arm-linux-androideabi-g++'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# 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=''
# LIBDAEMON_CFLAGS='-D_REENTRANT'
# LIBDAEMON_LIBS='-ldaemon'
# LIBOBJS=' malloc$U.o'
# LIBS=''
# LN_S='ln -s'
# LTLIBOBJS=' malloc$U.lo'
# MAKEINFO='${SHELL} /tmp/ifplugd/src/ifplugd-0.28/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='ifplugd'
# PACKAGE_BUGREPORT='mzvscyhtq (at) 0pointer (dot) de'
# PACKAGE_NAME='ifplugd'
# PACKAGE_STRING='ifplugd 0.28'
# PACKAGE_TARNAME='ifplugd'
# PACKAGE_URL='http://0pointer.de/lennart/projects/ifplugd/'
# PACKAGE_VERSION='0.28'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/sbin/pkg-config'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# SYSINITDIR='/etc/rc.d'
# USE_LYNX_FALSE=''
# USE_LYNX_TRUE='#'
# USE_SUBVERSION_FALSE=''
# USE_SUBVERSION_TRUE='#'
# USE_XMLTOMAN_FALSE=''
# USE_XMLTOMAN_TRUE='#'
# VERSION='0.28'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_STRIP=''
# ac_pt_PKG_CONFIG='/usr/sbin/pkg-config'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build_alias='x86_64-unknown-linux'
# datadir='${prefix}/share'
# exec_prefix='${prefix}'
# have_lynx=''
# have_subversion=''
# have_xmltoman=''
# host_alias='arm-linux-androideabi'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# install_sh='/tmp/ifplugd/src/ifplugd-0.28/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# mkdir_p='mkdir -p --'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define HAVE_ALARM 1
# #define HAVE_DUP2 1
# #define HAVE_FCNTL_H 1
# #define HAVE_FORK 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_MALLOC 0
# #define HAVE_MEMORY_H 1
# #define HAVE_MEMSET 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_SELECT 1
# #define HAVE_SETENV 1
# #define HAVE_SOCKET 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_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_STRRCHR 1
# #define HAVE_STRSPN 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_VFORK 1
# #define HAVE_VPRINTF 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_WORKING_VFORK 1
# #define PACKAGE "ifplugd"
# #define PACKAGE_BUGREPORT "mzvscyhtq (at) 0pointer (dot) de"
# #define PACKAGE_NAME "ifplugd"
# #define PACKAGE_STRING "ifplugd 0.28"
# #define PACKAGE_TARNAME "ifplugd"
# #define PACKAGE_VERSION "0.28"
# #define RETSIGTYPE void
# #define SELECT_TYPE_ARG1 int
# #define SELECT_TYPE_ARG234 (fd_set *)
# #define SELECT_TYPE_ARG5 (struct timeval *)
# #define STDC_HEADERS 1
# #define TIME_WITH_SYS_TIME 1
# #define VERSION "0.28"
# #define malloc rpl_malloc
# #endif
# #ifdef __cplusplus
# extern "C" void exit (int);
#
# configure: exit 0