Build of kexec-tools with android toolchain

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

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

SLOCLanguage
25,330 ansic
3,490 sh
2,583 asm
714 makefile
32,117 total

The process tree of the build process is here.

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: kexec-tools 2.0.10-1 (Tue Apr 4 21:28:46 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# + aclocal -I config
# + autoheader
# + autoconf
# checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether arm-linux-androideabi-gcc accepts -g... yes
# checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... arm-unknown-linux-androideabi
# checking target system type... arm-unknown-linux-androideabi
# checking for x86_64-unknown-linux-gcc... no
# checking for x86_64-unknown-linux-gnu-gcc... no
# checking for gcc... gcc
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
# checking for arm-linux-androideabi-ld... arm-linux-androideabi-ld
# checking for arm-linux-androideabi-as... arm-linux-androideabi-as
# checking for arm-linux-androideabi-objcopy... arm-linux-androideabi-objcopy
# checking for arm-linux-androideabi-ar... arm-linux-androideabi-ar
# checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
# checking whether arm-linux-androideabi-gcc accepts -fno-zero-initialized-in-bss... Yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for mkdir... mkdir
# checking for rm... rm
# checking for cp... cp
# checking for ln... ln
# checking for tar... tar
# checking for rpmbuild... no
# checking for sed... sed
# checking for find... find
# checking for xargs... xargs
# checking for dirname... dirname
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking zlib.h usability... yes
# checking zlib.h presence... yes
# checking for zlib.h... yes
# checking for inflateInit_ in -lz... yes
# checking xenctrl.h usability... no
# checking xenctrl.h presence... no
# checking for xenctrl.h... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating include/config.h
# arm-linux-androideabi-gcc -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/libfdt -I./kexec/arch/arm/include -c -MD -o kexec/kexec.o kexec/kexec.c
# arm-linux-androideabi-gcc -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/libfdt -I./kexec/arch/arm/include -c -MD -o kexec/ifdown.o kexec/ifdown.c
# arm-linux-androideabi-gcc -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/libfdt -I./kexec/arch/arm/include -c -MD -o kexec/kexec-elf.o kexec/kexec-elf.c
# arm-linux-androideabi-gcc -fno-strict-aliasing -Wall -Wstrict-prototypes -I./include -I./util_lib/include -Iinclude/ -I./kexec/libfdt -I./kexec/arch/arm/include -c -MD -o kexec/kexec-elf-exec.o kexec/kexec-elf-exec.c
# kexec/ifdown.c: In function 'ifdown':
# kexec/ifdown.c:40:2: warning: implicit declaration of function 'if_nameindex' [-Wimplicit-function-declaration]
# if ((ifa = if_nameindex()) == NULL) {
# ^
# kexec/ifdown.c:40:11: warning: assignment makes pointer from integer without a cast [enabled by default]
# if ((ifa = if_nameindex()) == NULL) {
# ^
# kexec/ifdown.c:47:22: error: dereferencing pointer to incomplete type
# for (ifp = ifa; ifp->if_index; ifp++) {
# ^
# kexec/ifdown.c:47:37: error: increment of pointer to unknown structure
# for (ifp = ifa; ifp->if_index; ifp++) {
# ^
# kexec/ifdown.c:47:3: error: arithmetic on pointer to an incomplete type
# for (ifp = ifa; ifp->if_index; ifp++) {
# ^
# kexec/ifdown.c:49:20: error: dereferencing pointer to incomplete type
# if ((strncmp(ifp->if_name, "shaper", 6) == 0)
# ^
# kexec/ifdown.c:51:18: error: dereferencing pointer to incomplete type
# if (strcmp(ifp->if_name, "lo") == 0)
# ^
# kexec/ifdown.c:53:18: error: dereferencing pointer to incomplete type
# if (strchr(ifp->if_name, ':') != NULL)
# ^
# kexec/ifdown.c:56:29: error: dereferencing pointer to incomplete type
# strncpy(ifr.ifr_name, ifp->if_name, IFNAMSIZ);
# ^
# kexec/ifdown.c:59:15: error: dereferencing pointer to incomplete type
# perror(ifp->if_name);
# ^
# kexec/ifdown.c:65:15: error: dereferencing pointer to incomplete type
# perror(ifp->if_name);
# ^
# make: *** [Makefile:114: kexec/ifdown.o] Error 1
# make: *** Waiting for unfinished jobs....
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/kexec-tools/src/kexec-tools/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 kexec-tools configure 2.0.10, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --sbindir=/usr/bin --without-lzma
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 5ea42293eff2
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /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:2118: checking for arm-linux-androideabi-gcc
# configure:2145: result: arm-linux-androideabi-gcc
# configure:2414: checking for C compiler version
# configure:2423: 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:2434: $? = 0
# configure:2423: 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:2434: $? = 0
# configure:2423: 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:2434: $? = 1
# configure:2423: arm-linux-androideabi-gcc -qversion >&5
# arm-linux-androideabi-gcc: error: unrecognized command line option '-qversion'
# arm-linux-androideabi-gcc: fatal error: no input files
# compilation terminated.
# configure:2434: $? = 1
# configure:2454: checking whether the C compiler works
# configure:2476: arm-linux-androideabi-gcc conftest.c >&5
# configure:2480: $? = 0
# configure:2528: result: yes
# configure:2531: checking for C compiler default output file name
# configure:2533: result: a.out
# configure:2539: checking for suffix of executables
# configure:2546: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:2550: $? = 0
# configure:2572: result:
# configure:2594: checking whether we are cross compiling
# configure:2632: result: yes
# configure:2637: checking for suffix of object files
# configure:2659: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:2663: $? = 0
# configure:2684: result: o
# configure:2688: checking whether we are using the GNU C compiler
# configure:2707: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:2707: $? = 0
# configure:2716: result: yes
# configure:2725: checking whether arm-linux-androideabi-gcc accepts -g
# configure:2745: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:2745: $? = 0
# configure:2786: result: yes
# configure:2803: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:2866: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:2866: $? = 0
# configure:2879: result: none needed
# configure:2911: checking build system type
# configure:2925: result: x86_64-unknown-linux-gnu
# configure:2945: checking host system type
# configure:2958: result: arm-unknown-linux-androideabi
# configure:2978: checking target system type
# configure:2991: result: arm-unknown-linux-androideabi
# configure:3129: checking for x86_64-unknown-linux-gcc
# configure:3159: result: no
# configure:3129: checking for x86_64-unknown-linux-gnu-gcc
# configure:3159: result: no
# configure:3129: checking for gcc
# configure:3145: found /usr/sbin/gcc
# configure:3156: result: gcc
# configure:3176: checking how to run the C preprocessor
# configure:3207: arm-linux-androideabi-gcc -E conftest.c
# configure:3207: $? = 0
# configure:3221: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3221: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "kexec-tools"
# | #define PACKAGE_TARNAME "kexec-tools"
# | #define PACKAGE_VERSION "2.0.10"
# | #define PACKAGE_STRING "kexec-tools 2.0.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_DATE "04 April 2017"
# | /* end confdefs.h. */
# | #include
# configure:3246: result: arm-linux-androideabi-gcc -E
# configure:3266: arm-linux-androideabi-gcc -E conftest.c
# configure:3266: $? = 0
# configure:3280: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3280: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "kexec-tools"
# | #define PACKAGE_TARNAME "kexec-tools"
# | #define PACKAGE_VERSION "2.0.10"
# | #define PACKAGE_STRING "kexec-tools 2.0.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_DATE "04 April 2017"
# | /* end confdefs.h. */
# | #include
# configure:3311: checking for arm-linux-androideabi-ld
# configure:3327: found /sysroot/bin/arm-linux-androideabi-ld
# configure:3338: result: arm-linux-androideabi-ld
# configure:3403: checking for arm-linux-androideabi-as
# configure:3419: found /sysroot/bin/arm-linux-androideabi-as
# configure:3430: result: arm-linux-androideabi-as
# configure:3495: checking for arm-linux-androideabi-objcopy
# configure:3511: found /sysroot/bin/arm-linux-androideabi-objcopy
# configure:3522: result: arm-linux-androideabi-objcopy
# configure:3587: checking for arm-linux-androideabi-ar
# configure:3603: found /sysroot/bin/arm-linux-androideabi-ar
# configure:3614: result: arm-linux-androideabi-ar
# configure:3679: checking for arm-linux-androideabi-strip
# configure:3695: found /sysroot/bin/arm-linux-androideabi-strip
# configure:3706: result: arm-linux-androideabi-strip
# configure:3859: checking whether arm-linux-androideabi-gcc accepts -fno-zero-initialized-in-bss
# configure:3877: arm-linux-androideabi-gcc -c -fno-zero-initialized-in-bss conftest.c >&5
# configure:3877: $? = 0
# configure:3879: result: Yes
# configure:3906: checking for a BSD-compatible install
# configure:3974: result: /usr/bin/install -c
# configure:3987: checking for mkdir
# configure:4003: found /usr/sbin/mkdir
# configure:4015: result: mkdir
# configure:4025: checking for rm
# configure:4041: found /usr/sbin/rm
# configure:4053: result: rm
# configure:4063: checking for cp
# configure:4079: found /usr/sbin/cp
# configure:4091: result: cp
# configure:4101: checking for ln
# configure:4117: found /usr/sbin/ln
# configure:4129: result: ln
# configure:4139: checking for tar
# configure:4155: found /usr/sbin/tar
# configure:4167: result: tar
# configure:4177: checking for rpmbuild
# configure:4205: result: no
# configure:4215: checking for sed
# configure:4231: found /usr/sbin/sed
# configure:4243: result: sed
# configure:4253: checking for find
# configure:4269: found /usr/sbin/find
# configure:4281: result: find
# configure:4291: checking for xargs
# configure:4307: found /usr/sbin/xargs
# configure:4319: result: xargs
# configure:4329: checking for dirname
# configure:4345: found /usr/sbin/dirname
# configure:4357: result: dirname
# configure:4368: checking for grep that handles long lines and -e
# configure:4426: result: /usr/sbin/grep
# configure:4431: checking for egrep
# configure:4493: result: /usr/sbin/grep -E
# configure:4498: checking for ANSI C header files
# configure:4518: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4518: $? = 0
# configure:4602: result: yes
# configure:4615: checking for sys/types.h
# configure:4615: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4615: $? = 0
# configure:4615: result: yes
# configure:4615: checking for sys/stat.h
# configure:4615: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4615: $? = 0
# configure:4615: result: yes
# configure:4615: checking for stdlib.h
# configure:4615: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4615: $? = 0
# configure:4615: result: yes
# configure:4615: checking for string.h
# configure:4615: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4615: $? = 0
# configure:4615: result: yes
# configure:4615: checking for memory.h
# configure:4615: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4615: $? = 0
# configure:4615: result: yes
# configure:4615: checking for strings.h
# configure:4615: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4615: $? = 0
# configure:4615: result: yes
# configure:4615: checking for inttypes.h
# configure:4615: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4615: $? = 0
# configure:4615: result: yes
# configure:4615: checking for stdint.h
# configure:4615: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4615: $? = 0
# configure:4615: result: yes
# configure:4615: checking for unistd.h
# configure:4615: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4615: $? = 0
# configure:4615: result: yes
# configure:4627: checking zlib.h usability
# configure:4627: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4627: $? = 0
# configure:4627: result: yes
# configure:4627: checking zlib.h presence
# configure:4627: arm-linux-androideabi-gcc -E conftest.c
# configure:4627: $? = 0
# configure:4627: result: yes
# configure:4627: checking for zlib.h
# configure:4627: result: yes
# configure:4629: checking for inflateInit_ in -lz
# configure:4654: arm-linux-androideabi-gcc -o conftest conftest.c -lz >&5
# configure:4654: $? = 0
# configure:4663: result: yes
# configure:4739: checking xenctrl.h usability
# configure:4739: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:54:21: fatal error: xenctrl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4739: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "kexec-tools"
# | #define PACKAGE_TARNAME "kexec-tools"
# | #define PACKAGE_VERSION "2.0.10"
# | #define PACKAGE_STRING "kexec-tools 2.0.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_DATE "04 April 2017"
# | #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_LIBZ 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4739: result: no
# configure:4739: checking xenctrl.h presence
# configure:4739: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:21:21: fatal error: xenctrl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4739: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "kexec-tools"
# | #define PACKAGE_TARNAME "kexec-tools"
# | #define PACKAGE_VERSION "2.0.10"
# | #define PACKAGE_STRING "kexec-tools 2.0.10"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE_DATE "04 April 2017"
# | #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_LIBZ 1
# | /* end confdefs.h. */
# | #include
# configure:4739: result: no
# configure:4739: checking for xenctrl.h
# configure:4739: result: no
# configure:4941: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by kexec-tools config.status 2.0.10, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 5ea42293eff2
#
# config.status:841: creating Makefile
# config.status:841: creating include/config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=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_LIBS_set=
# ac_cv_env_LIBS_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_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_xenctrl_h=no
# ac_cv_header_zlib_h=yes
# ac_cv_host=arm-unknown-linux-androideabi
# ac_cv_lib_z_inflateInit_=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AR=arm-linux-androideabi-ar
# ac_cv_prog_AS=arm-linux-androideabi-as
# ac_cv_prog_BUILD_CC=gcc
# ac_cv_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_CP=cp
# ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
# ac_cv_prog_DIRNAME=dirname
# ac_cv_prog_FIND=find
# ac_cv_prog_LD=arm-linux-androideabi-ld
# ac_cv_prog_LN=ln
# ac_cv_prog_MKDIR=mkdir
# ac_cv_prog_OBJCOPY=arm-linux-androideabi-objcopy
# ac_cv_prog_RM=rm
# ac_cv_prog_RPMBUILD=no
# ac_cv_prog_SED=sed
# ac_cv_prog_STRIP=arm-linux-androideabi-strip
# ac_cv_prog_TAR=tar
# ac_cv_prog_XARGS=xargs
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_target=arm-unknown-linux-androideabi
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# AR='arm-linux-androideabi-ar'
# ARCH='arm'
# AS='arm-linux-androideabi-as'
# ASFLAGS=''
# BUILD_CC='gcc'
# BUILD_CFLAGS='-O2 -Wall'
# CC='arm-linux-androideabi-gcc'
# CFLAGS=''
# CP='cp'
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# DIRNAME='dirname'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# FIND='find'
# GREP='/usr/sbin/grep'
# INSTALL='/usr/bin/install -c'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LD='arm-linux-androideabi-ld'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-lz '
# LN='ln'
# LTLIBOBJS=''
# MKDIR='mkdir'
# OBJCOPY='arm-linux-androideabi-objcopy'
# OBJDIR='/tmp/kexec-tools/src/kexec-tools/objdir-arm-linux-androideabi'
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='kexec-tools'
# PACKAGE_STRING='kexec-tools 2.0.10'
# PACKAGE_TARNAME='kexec-tools'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.0.10'
# PATH_SEPARATOR=':'
# PURGATORY_EXTRA_CFLAGS='-fno-zero-initialized-in-bss'
# RM='rm'
# RPMBUILD='no'
# SED='sed'
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# SUBARCH=''
# TAR='tar'
# TARGET_CC='arm-linux-androideabi-gcc'
# TARGET_CFLAGS='-O2 -Wall'
# TARGET_LD='arm-linux-androideabi-ld'
# XARGS='xargs'
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias='x86_64-unknown-linux'
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='arm-unknown-linux-androideabi'
# host_alias='arm-linux-androideabi'
# host_cpu='arm'
# host_os='linux-androideabi'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='arm-unknown-linux-androideabi'
# target_alias=''
# target_cpu='arm'
# target_os='linux-androideabi'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "kexec-tools"
# #define PACKAGE_TARNAME "kexec-tools"
# #define PACKAGE_VERSION "2.0.10"
# #define PACKAGE_STRING "kexec-tools 2.0.10"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE_DATE "04 April 2017"
# #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_LIBZ 1
#
# configure: exit 0