Build of rpcbind with android toolchain

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

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

SLOCLanguage
5,541 ansic
1,284 sh
787 makefile
7,612 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: rpcbind 0.2.3-3 (Tue Apr 4 22:17:39 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 arm-linux-androideabi-strip... arm-linux-androideabi-strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# 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 whether arm-linux-androideabi-gcc understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of arm-linux-androideabi-gcc... gcc3
# checking for arm-linux-androideabi-pkg-config... no
# checking for pkg-config... /usr/sbin/pkg-config
# configure: WARNING: using cross tools not prefixed with host triplet
# checking pkg-config is at least version 0.9.0... yes
# checking for TIRPC... yes
# checking for arm-linux-androideabi-pkg-config... /usr/sbin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for SYSTEMD... yes
# checking for library containing pthread_create... none required
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
# 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 nss.h usability... no
# checking nss.h presence... no
# checking for nss.h... no
# checking rpcsvc/mount.h usability... no
# checking rpcsvc/mount.h presence... no
# checking for rpcsvc/mount.h... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: executing depfiles commands
# depbase=`echo src/check_bound.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"0.2.3\" -DPACKAGE_STRING=\"rpcbind\ 0.2.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"0.2.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/lib/rpcbind\"" -DRPCBIND_USER="\"rpc\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/usr/include/tirpc -DWARMSTART -DSYSTEMD -MT src/check_bound.o -MD -MP -MF $depbase.Tpo -c -o src/check_bound.o src/check_bound.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo src/pmap_svc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"0.2.3\" -DPACKAGE_STRING=\"rpcbind\ 0.2.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"0.2.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/lib/rpcbind\"" -DRPCBIND_USER="\"rpc\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/usr/include/tirpc -DWARMSTART -DSYSTEMD -MT src/pmap_svc.o -MD -MP -MF $depbase.Tpo -c -o src/pmap_svc.o src/pmap_svc.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo src/rpcb_stat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"0.2.3\" -DPACKAGE_STRING=\"rpcbind\ 0.2.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"0.2.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/lib/rpcbind\"" -DRPCBIND_USER="\"rpc\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/usr/include/tirpc -DWARMSTART -DSYSTEMD -MT src/rpcb_stat.o -MD -MP -MF $depbase.Tpo -c -o src/rpcb_stat.o src/rpcb_stat.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo src/rpcb_svc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# arm-linux-androideabi-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"0.2.3\" -DPACKAGE_STRING=\"rpcbind\ 0.2.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"0.2.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/lib/rpcbind\"" -DRPCBIND_USER="\"rpc\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/usr/include/tirpc -DWARMSTART -DSYSTEMD -MT src/rpcb_svc.o -MD -MP -MF $depbase.Tpo -c -o src/rpcb_svc.o src/rpcb_svc.c &&\
# mv -f $depbase.Tpo $depbase.Po
# In file included from /usr/include/tirpc/rpc/rpc.h:43:0,
# from src/check_bound.c:52:
# /usr/include/tirpc/rpc/xdr.h:326:32: error: unknown type name 'quad_t'
# extern bool_t xdr_hyper(XDR *, quad_t *);
# ^
# /usr/include/tirpc/rpc/xdr.h:327:34: error: unknown type name 'u_quad_t'
# extern bool_t xdr_u_hyper(XDR *, u_quad_t *);
# ^
# /usr/include/tirpc/rpc/xdr.h:328:37: error: unknown type name 'quad_t'
# extern bool_t xdr_longlong_t(XDR *, quad_t *);
# ^
# /usr/include/tirpc/rpc/xdr.h:329:39: error: unknown type name 'u_quad_t'
# extern bool_t xdr_u_longlong_t(XDR *, u_quad_t *);
# ^
# In file included from /usr/include/tirpc/rpc/rpc.h:63:0,
# from src/check_bound.c:52:
# /usr/include/tirpc/rpc/svc.h:317:1: error: unknown type name 'fd_set'
# extern fd_set svc_fdset;
# ^
# /usr/include/tirpc/rpc/svc.h:338:27: error: unknown type name 'fd_set'
# extern void svc_getreqset(fd_set *);
# ^
# In file included from /usr/include/tirpc/rpc/rpc.h:43:0,
# from src/pmap_svc.c:53:
# /usr/include/tirpc/rpc/xdr.h:326:32: error: unknown type name 'quad_t'
# extern bool_t xdr_hyper(XDR *, quad_t *);
# ^
# /usr/include/tirpc/rpc/xdr.h:327:34: error: unknown type name 'u_quad_t'
# extern bool_t xdr_u_hyper(XDR *, u_quad_t *);
# ^
# /usr/include/tirpc/rpc/xdr.h:328:37: error: unknown type name 'quad_t'
# extern bool_t xdr_longlong_t(XDR *, quad_t *);
# ^
# In file included from /usr/include/tirpc/rpc/rpc.h:43:0,
# from src/rpcb_svc.c:45:
# /usr/include/tirpc/rpc/xdr.h:326:32: error: unknown type name 'quad_t'
# extern bool_t xdr_hyper(XDR *, quad_t *);
# ^
# /usr/include/tirpc/rpc/xdr.h:329:39: error: unknown type name 'u_quad_t'
# extern bool_t xdr_u_longlong_t(XDR *, u_quad_t *);
# ^
# /usr/include/tirpc/rpc/xdr.h:327:34: error: unknown type name 'u_quad_t'
# extern bool_t xdr_u_hyper(XDR *, u_quad_t *);
# ^
# /usr/include/tirpc/rpc/xdr.h:328:37: error: unknown type name 'quad_t'
# extern bool_t xdr_longlong_t(XDR *, quad_t *);
# ^
# /usr/include/tirpc/rpc/xdr.h:329:39: error: unknown type name 'u_quad_t'
# extern bool_t xdr_u_longlong_t(XDR *, u_quad_t *);
# ^
# In file included from /usr/include/tirpc/rpc/rpc.h:63:0,
# from src/pmap_svc.c:53:
# /usr/include/tirpc/rpc/svc.h:317:1: error: unknown type name 'fd_set'
# extern fd_set svc_fdset;
# ^
# /usr/include/tirpc/rpc/svc.h:338:27: error: unknown type name 'fd_set'
# extern void svc_getreqset(fd_set *);
# ^
# In file included from /usr/include/tirpc/rpc/rpc.h:63:0,
# from src/rpcb_svc.c:45:
# /usr/include/tirpc/rpc/svc.h:317:1: error: unknown type name 'fd_set'
# extern fd_set svc_fdset;
# ^
# /usr/include/tirpc/rpc/svc.h:338:27: error: unknown type name 'fd_set'
# extern void svc_getreqset(fd_set *);
# ^
# make: *** [Makefile:481: src/check_bound.o] Error 1
# make: *** Waiting for unfinished jobs....
# In file included from /usr/include/tirpc/rpc/rpc.h:43:0,
# from src/rpcb_stat.c:43:
# /usr/include/tirpc/rpc/xdr.h:326:32: error: unknown type name 'quad_t'
# extern bool_t xdr_hyper(XDR *, quad_t *);
# ^
# /usr/include/tirpc/rpc/xdr.h:327:34: error: unknown type name 'u_quad_t'
# extern bool_t xdr_u_hyper(XDR *, u_quad_t *);
# ^
# /usr/include/tirpc/rpc/xdr.h:328:37: error: unknown type name 'quad_t'
# extern bool_t xdr_longlong_t(XDR *, quad_t *);
# ^
# /usr/include/tirpc/rpc/xdr.h:329:39: error: unknown type name 'u_quad_t'
# extern bool_t xdr_u_longlong_t(XDR *, u_quad_t *);
# ^
# make: *** [Makefile:481: src/rpcb_svc.o] Error 1
# make: *** [Makefile:481: src/pmap_svc.o] Error 1
# In file included from /usr/include/tirpc/rpc/rpc.h:63:0,
# from src/rpcb_stat.c:43:
# /usr/include/tirpc/rpc/svc.h:317:1: error: unknown type name 'fd_set'
# extern fd_set svc_fdset;
# ^
# /usr/include/tirpc/rpc/svc.h:338:27: error: unknown type name 'fd_set'
# extern void svc_getreqset(fd_set *);
# ^
# make: *** [Makefile:481: src/rpcb_stat.o] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/rpcbind/src/rpcbind-0.2.3/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 rpcbind configure 0.2.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --with-rpcuser=rpc --enable-warmstarts --with-statedir=/var/lib/rpcbind
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = a4b67e1ebba8
# 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:2182: checking for a BSD-compatible install
# configure:2250: result: /usr/bin/install -c
# configure:2261: checking whether build environment is sane
# configure:2316: result: yes
# configure:2375: checking for arm-linux-androideabi-strip
# configure:2391: found /sysroot/bin/arm-linux-androideabi-strip
# configure:2402: result: arm-linux-androideabi-strip
# configure:2467: checking for a thread-safe mkdir -p
# configure:2506: result: /usr/sbin/mkdir -p
# configure:2513: checking for gawk
# configure:2529: found /usr/sbin/gawk
# configure:2540: result: gawk
# configure:2551: checking whether make sets $(MAKE)
# configure:2573: result: yes
# configure:2602: checking whether make supports nested variables
# configure:2619: result: yes
# configure:2754: checking for arm-linux-androideabi-gcc
# configure:2781: result: arm-linux-androideabi-gcc
# configure:3050: checking for C compiler version
# configure:3059: 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:3070: $? = 0
# configure:3059: 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:3070: $? = 0
# configure:3059: 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:3070: $? = 1
# configure:3059: 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:3070: $? = 1
# configure:3090: checking whether the C compiler works
# configure:3112: arm-linux-androideabi-gcc conftest.c >&5
# configure:3116: $? = 0
# configure:3164: result: yes
# configure:3167: checking for C compiler default output file name
# configure:3169: result: a.out
# configure:3175: checking for suffix of executables
# configure:3182: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:3186: $? = 0
# configure:3208: result:
# configure:3230: checking whether we are cross compiling
# configure:3268: result: yes
# configure:3273: checking for suffix of object files
# configure:3295: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3299: $? = 0
# configure:3320: result: o
# configure:3324: checking whether we are using the GNU C compiler
# configure:3343: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3343: $? = 0
# configure:3352: result: yes
# configure:3361: checking whether arm-linux-androideabi-gcc accepts -g
# configure:3381: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:3381: $? = 0
# configure:3422: result: yes
# configure:3439: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:3502: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3502: $? = 0
# configure:3515: result: none needed
# configure:3540: checking whether arm-linux-androideabi-gcc understands -c and -o together
# configure:3562: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3565: $? = 0
# configure:3562: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
# configure:3565: $? = 0
# configure:3577: result: yes
# configure:3605: checking for style of include used by make
# configure:3633: result: GNU
# configure:3659: checking dependency style of arm-linux-androideabi-gcc
# configure:3770: result: gcc3
# configure:3923: checking for arm-linux-androideabi-pkg-config
# configure:3956: result: no
# configure:3966: checking for pkg-config
# configure:3984: found /usr/sbin/pkg-config
# configure:3996: result: /usr/sbin/pkg-config
# configure:4008: WARNING: using cross tools not prefixed with host triplet
# configure:4021: checking pkg-config is at least version 0.9.0
# configure:4024: result: yes
# configure:4034: checking for TIRPC
# configure:4041: $PKG_CONFIG --exists --print-errors "libtirpc"
# configure:4044: $? = 0
# configure:4058: $PKG_CONFIG --exists --print-errors "libtirpc"
# configure:4061: $? = 0
# configure:4119: result: yes
# configure:4135: checking for arm-linux-androideabi-pkg-config
# configure:4165: result: /usr/sbin/pkg-config
# configure:4233: checking pkg-config is at least version 0.9.0
# configure:4236: result: yes
# configure:4257: checking for SYSTEMD
# configure:4264: $PKG_CONFIG --exists --print-errors "libsystemd"
# configure:4267: $? = 0
# configure:4281: $PKG_CONFIG --exists --print-errors "libsystemd"
# configure:4284: $? = 0
# configure:4462: result: yes
# configure:4528: checking for library containing pthread_create
# configure:4559: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:4559: $? = 0
# configure:4576: result: none required
# configure:4590: checking how to run the C preprocessor
# configure:4621: arm-linux-androideabi-gcc -E conftest.c
# configure:4621: $? = 0
# configure:4635: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4635: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpcbind"
# | #define PACKAGE_TARNAME "rpcbind"
# | #define PACKAGE_VERSION "0.2.3"
# | #define PACKAGE_STRING "rpcbind 0.2.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpcbind"
# | #define VERSION "0.2.3"
# | /* end confdefs.h. */
# | #include
# configure:4660: result: arm-linux-androideabi-gcc -E
# configure:4680: arm-linux-androideabi-gcc -E conftest.c
# configure:4680: $? = 0
# configure:4694: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4694: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpcbind"
# | #define PACKAGE_TARNAME "rpcbind"
# | #define PACKAGE_VERSION "0.2.3"
# | #define PACKAGE_STRING "rpcbind 0.2.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpcbind"
# | #define VERSION "0.2.3"
# | /* end confdefs.h. */
# | #include
# configure:4723: checking for grep that handles long lines and -e
# configure:4781: result: /usr/sbin/grep
# configure:4786: checking for egrep
# configure:4848: result: /usr/sbin/grep -E
# configure:4853: checking for ANSI C header files
# configure:4873: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4873: $? = 0
# configure:4957: result: yes
# configure:4970: checking for sys/types.h
# configure:4970: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking for sys/stat.h
# configure:4970: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking for stdlib.h
# configure:4970: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking for string.h
# configure:4970: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking for memory.h
# configure:4970: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking for strings.h
# configure:4970: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking for inttypes.h
# configure:4970: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking for stdint.h
# configure:4970: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4970: checking for unistd.h
# configure:4970: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4970: $? = 0
# configure:4970: result: yes
# configure:4985: checking nss.h usability
# configure:4985: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:54:17: fatal error: nss.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4985: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpcbind"
# | #define PACKAGE_TARNAME "rpcbind"
# | #define PACKAGE_VERSION "0.2.3"
# | #define PACKAGE_STRING "rpcbind 0.2.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpcbind"
# | #define VERSION "0.2.3"
# | #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
# | /* 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:4985: result: no
# configure:4985: checking nss.h presence
# configure:4985: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:21:17: fatal error: nss.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4985: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpcbind"
# | #define PACKAGE_TARNAME "rpcbind"
# | #define PACKAGE_VERSION "0.2.3"
# | #define PACKAGE_STRING "rpcbind 0.2.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpcbind"
# | #define VERSION "0.2.3"
# | #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
# | /* end confdefs.h. */
# | #include
# configure:4985: result: no
# configure:4985: checking for nss.h
# configure:4985: result: no
# configure:4985: checking rpcsvc/mount.h usability
# configure:4985: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:54:26: fatal error: rpcsvc/mount.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4985: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpcbind"
# | #define PACKAGE_TARNAME "rpcbind"
# | #define PACKAGE_VERSION "0.2.3"
# | #define PACKAGE_STRING "rpcbind 0.2.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpcbind"
# | #define VERSION "0.2.3"
# | #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
# | /* 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:4985: result: no
# configure:4985: checking rpcsvc/mount.h presence
# configure:4985: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:21:26: fatal error: rpcsvc/mount.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4985: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rpcbind"
# | #define PACKAGE_TARNAME "rpcbind"
# | #define PACKAGE_VERSION "0.2.3"
# | #define PACKAGE_STRING "rpcbind 0.2.3"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "rpcbind"
# | #define VERSION "0.2.3"
# | #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
# | /* end confdefs.h. */
# | #include
# configure:4985: result: no
# configure:4985: checking for rpcsvc/mount.h
# configure:4985: result: no
# configure:5143: checking that generated files are newer than configure
# configure:5149: result: done
# configure:5192: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by rpcbind config.status 0.2.3, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on a4b67e1ebba8
#
# config.status:797: creating Makefile
# config.status:969: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# 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_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_SYSTEMD_CFLAGS_set=
# ac_cv_env_SYSTEMD_CFLAGS_value=
# ac_cv_env_SYSTEMD_LIBS_set=
# ac_cv_env_SYSTEMD_LIBS_value=
# ac_cv_env_TIRPC_CFLAGS_set=
# ac_cv_env_TIRPC_CFLAGS_value=
# ac_cv_env_TIRPC_LIBS_set=
# ac_cv_env_TIRPC_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_nss_h=no
# ac_cv_header_rpcsvc_mount_h=no
# 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_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
# ac_cv_prog_STRIP=arm-linux-androideabi-strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_pthread_create='none required'
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# pkg_cv_SYSTEMD_CFLAGS=
# pkg_cv_SYSTEMD_LIBS=-lsystemd
# pkg_cv_TIRPC_CFLAGS=-I/usr/include/tirpc
# pkg_cv_TIRPC_LIBS=-ltirpc
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/rpcbind/src/rpcbind-0.2.3/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/rpcbind/src/rpcbind-0.2.3/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/rpcbind/src/rpcbind-0.2.3/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/rpcbind/src/rpcbind-0.2.3/missing automake-1.14'
# AWK='gawk'
# CC='arm-linux-androideabi-gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEBUG_FALSE=''
# DEBUG_TRUE='#'
# DEFS='-DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"0.2.3\" -DPACKAGE_STRING=\"rpcbind\ 0.2.3\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"0.2.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBSETDEBUG_FALSE=''
# LIBSETDEBUG_TRUE='#'
# LIBWRAP_FALSE=''
# LIBWRAP_TRUE='#'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/rpcbind/src/rpcbind-0.2.3/missing makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='rpcbind'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='rpcbind'
# PACKAGE_STRING='rpcbind 0.2.3'
# PACKAGE_TARNAME='rpcbind'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.2.3'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/sbin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='arm-linux-androideabi-strip'
# SYSTEMD_CFLAGS=''
# SYSTEMD_FALSE='#'
# SYSTEMD_LIBS='-lsystemd'
# SYSTEMD_TRUE=''
# TIRPC_CFLAGS='-I/usr/include/tirpc'
# TIRPC_LIBS='-ltirpc'
# VERSION='0.2.3'
# WARMSTART_FALSE='#'
# WARMSTART_TRUE=''
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build_alias='x86_64-unknown-linux'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='arm-linux-androideabi'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/rpcbind/src/rpcbind-0.2.3/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# nss_modules='files'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# rpcuser='rpc'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# statedir='/var/lib/rpcbind'
# sysconfdir='${prefix}/etc'
# systemdsystemunitdir='/usr/lib/systemd/system'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "rpcbind"
# #define PACKAGE_TARNAME "rpcbind"
# #define PACKAGE_VERSION "0.2.3"
# #define PACKAGE_STRING "rpcbind 0.2.3"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "rpcbind"
# #define VERSION "0.2.3"
# #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
#
# configure: exit 0