Build of pv with android toolchain

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

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

SLOCLanguage
6,562 ansic
674 sh
327 makefile
7,563 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: pv 1.6.0-2 (Tue Apr 4 20:31:46 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... yes
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether arm-linux-androideabi-gcc accepts -g... yes
# checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether make sets $(MAKE)... yes
# 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 msgfmt... /usr/sbin/msgfmt
# checking for gmsgfmt... /usr/sbin/msgfmt
# checking for xgettext... /usr/sbin/xgettext
# checking for main in -lintl... no
# checking for main in -li... no
# checking for gettext... no
# 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 libintl.h usability... no
# checking libintl.h presence... no
# checking for libintl.h... no
# checking locale.h usability... yes
# checking locale.h presence... yes
# checking for locale.h... yes
# checking for getopt_long... yes
# checking for getopt... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking for open64... yes
# checking for ANSI C header files... (cached) yes
# checking for memcpy... yes
# checking for basename... yes
# checking for snprintf... yes
# checking for stat64... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking sys/ipc.h usability... yes
# checking sys/ipc.h presence... yes
# checking for sys/ipc.h... yes
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking libgen.h usability... yes
# checking libgen.h presence... yes
# checking for libgen.h... yes
# checking for splice... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: WARNING: 'autoconf/Makefile.in' 'autoconf/make/vars.mk' 'autoconf/make/package.mk' 'autoconf/make/filelist.mk~' 'autoconf/make/unreal.mk' 'autoconf/make/modules.mk~' 'autoconf/make/rules.mk' 'autoconf/make/link.mk' 'autoconf/make/depend.mk~' seems to ignore the --datarootdir setting
# config.status: creating doc/lsm
# config.status: creating doc/quickref.1
# config.status: creating doc/pv.spec
# config.status: creating src/.dummy
# config.status: creating src/include/config.h
# config.status: executing default commands
# arm-linux-androideabi-gcc -O -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/main/debug.o src/main/debug.c
# arm-linux-androideabi-gcc -O -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/main/help.o src/main/help.c
# arm-linux-androideabi-gcc -O -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/main/main.o src/main/main.c
# arm-linux-androideabi-gcc -O -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/main/options.o src/main/options.c
# arm-linux-androideabi-gcc -O -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/main/remote.o src/main/remote.c
# arm-linux-androideabi-gcc -O -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/main/version.o src/main/version.c
# arm-linux-androideabi-gcc -O -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/library/getopt.o src/library/getopt.c
# arm-linux-androideabi-gcc -O -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/library/gettext.o src/library/gettext.c
# arm-linux-androideabi-gcc -O -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/pv/cursor.o src/pv/cursor.c
# arm-linux-androideabi-gcc -O -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/pv/display.o src/pv/display.c
# src/pv/cursor.c: In function 'pv_crs_ipcinit':
# src/pv/cursor.c:303:19: warning: assignment makes pointer from integer without a cast [enabled by default]
# state->crs_y_top = shmat(state->crs_shmid, 0, 0);
# ^
# arm-linux-androideabi-gcc -O -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/pv/file.o src/pv/file.c
# arm-linux-androideabi-gcc -O -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/pv/loop.o src/pv/loop.c
# In function 'pv_crs_open_lockfile',
# inlined from 'pv_crs_lock' at src/pv/cursor.c:123:25:
# src/pv/cursor.c:49:9: warning: call to 'ttyname' declared with attribute warning: ttyname is not thread-safe; use ttyname_r instead [enabled by default]
# ttydev = ttyname(fd);
# ^
# src/pv/cursor.c: In function 'pv_crs_init':
# src/pv/cursor.c:357:10: warning: call to 'ttyname' declared with attribute warning: ttyname is not thread-safe; use ttyname_r instead [enabled by default]
# ttyfile = ttyname(STDERR_FILENO);
# ^
# arm-linux-androideabi-gcc -O -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/pv/number.o src/pv/number.c
# arm-linux-androideabi-gcc -O -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/pv/signal.o src/pv/signal.c
# arm-linux-androideabi-gcc -O -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/pv/state.o src/pv/state.c
# arm-linux-androideabi-gcc -O -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/pv/transfer.o src/pv/transfer.c
# arm-linux-androideabi-gcc -O -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/pv/watchpid.o src/pv/watchpid.c
# sh ./autoconf/scripts/po2table.sh ./src/nls/de.po ./src/nls/fr.po ./src/nls/pl.po ./src/nls/pt.po > src/nls/table.c
# ld -r -o src/main.o src/main/debug.o src/main/help.o src/main/main.o src/main/options.o src/main/remote.o src/main/version.o
# ld -r -o src/library.o src/library/getopt.o src/library/gettext.o
# ld -r -o src/pv.o src/pv/cursor.o src/pv/display.o src/pv/file.o src/pv/loop.o src/pv/number.o src/pv/signal.o src/pv/state.o src/pv/transfer.o src/pv/watchpid.o
# arm-linux-androideabi-gcc -O -I./src/include -Isrc/include -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -c -o src/nls/table.o src/nls/table.c
# arm-linux-androideabi-gcc -O -o pv src/main.o src/library.o src/pv.o src/nls/table.o
# src/main.o:remote.c:function remote__msgget: error: undefined reference to 'msgget'
# src/main.o:version.c:function pv_remote_set: error: undefined reference to 'msgctl'
# src/main.o:version.c:function pv_remote_set: error: undefined reference to 'msgsnd'
# src/main.o:version.c:function pv_remote_set: error: undefined reference to 'msgctl'
# src/main.o:version.c:function pv_remote_set: error: undefined reference to 'msgctl'
# src/main.o:version.c:function pv_remote_set: error: undefined reference to 'msgrcv'
# src/main.o:version.c:function pv_remote_set: error: undefined reference to 'msgctl'
# src/main.o:version.c:function pv_remote_check: error: undefined reference to 'msgrcv'
# src/pv.o:cursor.c:function pv_crs_ipccount: error: undefined reference to 'shmctl'
# src/pv.o:watchpid.c:function pv_crs_init: error: undefined reference to 'shmget'
# src/pv.o:watchpid.c:function pv_crs_init: error: undefined reference to 'shmat'
# src/pv.o:watchpid.c:function pv_crs_fini: error: undefined reference to 'shmdt'
# src/pv.o:watchpid.c:function pv_crs_fini: error: undefined reference to 'shmctl'
# collect2: error: ld returned 1 exit status
# make: *** [Makefile:403: pv] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/pv/src/pv-1.6.0/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 129a6bb1c0c9
# 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:1946: checking for arm-linux-androideabi-gcc
# configure:1973: result: arm-linux-androideabi-gcc
# configure:2245: checking for C compiler version
# configure:2253: 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:2257: $? = 0
# configure:2264: 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:2268: $? = 0
# configure:2275: 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:2279: $? = 1
# configure:2302: checking for C compiler default output file name
# configure:2324: arm-linux-androideabi-gcc -O conftest.c >&5
# configure:2328: $? = 0
# configure:2366: result: a.out
# configure:2385: checking whether the C compiler works
# configure:2418: result: yes
# configure:2425: checking whether we are cross compiling
# configure:2427: result: yes
# configure:2430: checking for suffix of executables
# configure:2437: arm-linux-androideabi-gcc -o conftest -O conftest.c >&5
# configure:2441: $? = 0
# configure:2467: result:
# configure:2473: checking for suffix of object files
# configure:2499: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:2503: $? = 0
# configure:2528: result: o
# configure:2532: checking whether we are using the GNU C compiler
# configure:2561: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:2568: $? = 0
# configure:2585: result: yes
# configure:2594: checking whether arm-linux-androideabi-gcc accepts -g
# configure:2624: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:2631: $? = 0
# configure:2732: result: yes
# configure:2749: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:2823: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:2830: $? = 0
# configure:2853: result: none needed
# configure:2885: checking for a BSD-compatible install
# configure:2953: result: /usr/bin/install -c
# configure:2964: checking whether make sets $(MAKE)
# configure:2986: result: yes
# configure:3002: checking how to run the C preprocessor
# configure:3042: arm-linux-androideabi-gcc -E conftest.c
# configure:3049: $? = 0
# configure:3080: 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:3087: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pv"
# | #define PROGRAM_NAME "pv"
# | #define VERSION "1.6.0"
# | /* end confdefs.h. */
# | #include
# configure:3120: result: arm-linux-androideabi-gcc -E
# configure:3149: arm-linux-androideabi-gcc -E conftest.c
# configure:3156: $? = 0
# configure:3187: 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:3194: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pv"
# | #define PROGRAM_NAME "pv"
# | #define VERSION "1.6.0"
# | /* end confdefs.h. */
# | #include
# configure:3234: checking for grep that handles long lines and -e
# configure:3294: result: /usr/sbin/grep
# configure:3299: checking for egrep
# configure:3363: result: /usr/sbin/grep -E
# configure:3394: checking for msgfmt
# configure:3412: found /usr/sbin/msgfmt
# configure:3425: result: /usr/sbin/msgfmt
# configure:3435: checking for gmsgfmt
# configure:3466: result: /usr/sbin/msgfmt
# configure:3476: checking for xgettext
# configure:3494: found /usr/sbin/xgettext
# configure:3507: result: /usr/sbin/xgettext
# configure:3524: checking for main in -lintl
# configure:3553: arm-linux-androideabi-gcc -o conftest -O conftest.c -lintl >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lintl
# collect2: error: ld returned 1 exit status
# configure:3560: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pv"
# | #define PROGRAM_NAME "pv"
# | #define VERSION "1.6.0"
# | #define ENABLE_NLS 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:3581: result: no
# configure:3593: checking for main in -li
# configure:3622: arm-linux-androideabi-gcc -o conftest -O conftest.c -li >&5
# /sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -li
# collect2: error: ld returned 1 exit status
# configure:3629: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pv"
# | #define PROGRAM_NAME "pv"
# | #define VERSION "1.6.0"
# | #define ENABLE_NLS 1
# | /* end confdefs.h. */
# |
# |
# | int
# | main ()
# | {
# | return main ();
# | ;
# | return 0;
# | }
# configure:3650: result: no
# configure:3672: checking for gettext
# configure:3728: arm-linux-androideabi-gcc -o conftest -O conftest.c >&5
# conftest.c:35:6: warning: conflicting types for built-in function 'gettext' [enabled by default]
# char gettext ();
# ^
# /tmp/ccgJEDIX.o:conftest.c:function main: error: undefined reference to 'gettext'
# collect2: error: ld returned 1 exit status
# configure:3735: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pv"
# | #define PROGRAM_NAME "pv"
# | #define VERSION "1.6.0"
# | #define ENABLE_NLS 1
# | /* end confdefs.h. */
# | /* Define gettext to an innocuous variant, in case declares gettext.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define gettext innocuous_gettext
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char gettext (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef gettext
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char gettext ();
# | /* 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_gettext || defined __stub___gettext
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return gettext ();
# | ;
# | return 0;
# | }
# configure:3755: result: no
# configure:3772: checking for ANSI C header files
# configure:3802: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:3809: $? = 0
# configure:3940: result: yes
# configure:3964: checking for sys/types.h
# configure:3985: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:3992: $? = 0
# configure:4009: result: yes
# configure:3964: checking for sys/stat.h
# configure:3985: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:3992: $? = 0
# configure:4009: result: yes
# configure:3964: checking for stdlib.h
# configure:3985: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:3992: $? = 0
# configure:4009: result: yes
# configure:3964: checking for string.h
# configure:3985: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:3992: $? = 0
# configure:4009: result: yes
# configure:3964: checking for memory.h
# configure:3985: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:3992: $? = 0
# configure:4009: result: yes
# configure:3964: checking for strings.h
# configure:3985: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:3992: $? = 0
# configure:4009: result: yes
# configure:3964: checking for inttypes.h
# configure:3985: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:3992: $? = 0
# configure:4009: result: yes
# configure:3964: checking for stdint.h
# configure:3985: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:3992: $? = 0
# configure:4009: result: yes
# configure:3964: checking for unistd.h
# configure:3985: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:3992: $? = 0
# configure:4009: result: yes
# configure:4039: checking libintl.h usability
# configure:4056: arm-linux-androideabi-gcc -c -O conftest.c >&5
# conftest.c:55:21: fatal error: libintl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4063: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pv"
# | #define PROGRAM_NAME "pv"
# | #define VERSION "1.6.0"
# | #define ENABLE_NLS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* 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:4077: result: no
# configure:4081: checking libintl.h presence
# configure:4096: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:22:21: fatal error: libintl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4103: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "pv"
# | #define PROGRAM_NAME "pv"
# | #define VERSION "1.6.0"
# | #define ENABLE_NLS 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:4117: result: no
# configure:4145: checking for libintl.h
# configure:4154: result: no
# configure:4185: checking locale.h usability
# configure:4202: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:4209: $? = 0
# configure:4223: result: yes
# configure:4227: checking locale.h presence
# configure:4242: arm-linux-androideabi-gcc -E conftest.c
# configure:4249: $? = 0
# configure:4263: result: yes
# configure:4291: checking for locale.h
# configure:4300: result: yes
# configure:4330: checking for getopt_long
# configure:4386: arm-linux-androideabi-gcc -o conftest -O conftest.c >&5
# configure:4393: $? = 0
# configure:4415: result: yes
# configure:4330: checking for getopt
# configure:4386: arm-linux-androideabi-gcc -o conftest -O conftest.c >&5
# configure:4393: $? = 0
# configure:4415: result: yes
# configure:4443: checking getopt.h usability
# configure:4460: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:4467: $? = 0
# configure:4481: result: yes
# configure:4485: checking getopt.h presence
# configure:4500: arm-linux-androideabi-gcc -E conftest.c
# configure:4507: $? = 0
# configure:4521: result: yes
# configure:4549: checking for getopt.h
# configure:4558: result: yes
# configure:4579: checking for open64
# configure:4635: arm-linux-androideabi-gcc -o conftest -O conftest.c >&5
# configure:4642: $? = 0
# configure:4664: result: yes
# configure:4685: checking for ANSI C header files
# configure:4853: result: yes
# configure:4870: checking for memcpy
# configure:4926: arm-linux-androideabi-gcc -o conftest -O conftest.c >&5
# conftest.c:53:6: warning: conflicting types for built-in function 'memcpy' [enabled by default]
# char memcpy ();
# ^
# configure:4933: $? = 0
# configure:4955: result: yes
# configure:4870: checking for basename
# configure:4926: arm-linux-androideabi-gcc -o conftest -O conftest.c >&5
# configure:4933: $? = 0
# configure:4955: result: yes
# configure:4870: checking for snprintf
# configure:4926: arm-linux-androideabi-gcc -o conftest -O conftest.c >&5
# conftest.c:55:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
# char snprintf ();
# ^
# configure:4933: $? = 0
# configure:4955: result: yes
# configure:4870: checking for stat64
# configure:4926: arm-linux-androideabi-gcc -o conftest -O conftest.c >&5
# configure:4933: $? = 0
# configure:4955: result: yes
# configure:4983: checking limits.h usability
# configure:5000: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:5007: $? = 0
# configure:5021: result: yes
# configure:5025: checking limits.h presence
# configure:5040: arm-linux-androideabi-gcc -E conftest.c
# configure:5047: $? = 0
# configure:5061: result: yes
# configure:5089: checking for limits.h
# configure:5098: result: yes
# configure:5133: checking sys/ipc.h usability
# configure:5150: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:5157: $? = 0
# configure:5171: result: yes
# configure:5175: checking sys/ipc.h presence
# configure:5190: arm-linux-androideabi-gcc -E conftest.c
# configure:5197: $? = 0
# configure:5211: result: yes
# configure:5239: checking for sys/ipc.h
# configure:5248: result: yes
# configure:5133: checking sys/param.h usability
# configure:5150: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:5157: $? = 0
# configure:5171: result: yes
# configure:5175: checking sys/param.h presence
# configure:5190: arm-linux-androideabi-gcc -E conftest.c
# configure:5197: $? = 0
# configure:5211: result: yes
# configure:5239: checking for sys/param.h
# configure:5248: result: yes
# configure:5133: checking libgen.h usability
# configure:5150: arm-linux-androideabi-gcc -c -O conftest.c >&5
# configure:5157: $? = 0
# configure:5171: result: yes
# configure:5175: checking libgen.h presence
# configure:5190: arm-linux-androideabi-gcc -E conftest.c
# configure:5197: $? = 0
# configure:5211: result: yes
# configure:5239: checking for libgen.h
# configure:5248: result: yes
# configure:5270: checking for splice
# configure:5326: arm-linux-androideabi-gcc -o conftest -O conftest.c >&5
# configure:5333: $? = 0
# configure:5355: result: yes
# configure:5489: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.63. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 129a6bb1c0c9
#
# config.status:774: creating Makefile
# config.status:921: WARNING: 'autoconf/Makefile.in' 'autoconf/make/vars.mk' 'autoconf/make/package.mk' 'autoconf/make/filelist.mk~' 'autoconf/make/unreal.mk' 'autoconf/make/modules.mk~' 'autoconf/make/rules.mk' 'autoconf/make/link.mk' 'autoconf/make/depend.mk~' seems to ignore the --datarootdir setting
# config.status:774: creating doc/lsm
# config.status:774: creating doc/quickref.1
# config.status:774: creating doc/pv.spec
# config.status:774: creating src/.dummy
# config.status:774: creating src/include/config.h
# config.status:1008: executing default 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_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_func_basename=yes
# ac_cv_func_getopt=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_gettext=no
# ac_cv_func_memcpy=yes
# ac_cv_func_open64=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_splice=yes
# ac_cv_func_stat64=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_libgen_h=yes
# ac_cv_header_libintl_h=no
# ac_cv_header_limits_h=yes
# ac_cv_header_locale_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_ipc_h=yes
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_lib_i_main=no
# ac_cv_lib_intl_main=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GMSGFMT=/usr/sbin/msgfmt
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_MSGFMT=/usr/sbin/msgfmt
# ac_cv_path_XGETTEXT=/usr/sbin/xgettext
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CATALOGS=''
# CATOBJEXT='.mo'
# CC='arm-linux-androideabi-gcc'
# CFLAGS='-O'
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GMOFILES=' de.gmo fr.gmo pl.gmo pt.gmo'
# GMSGFMT='/usr/sbin/msgfmt'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTOBJEXT='.mo'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MSGFMT='/usr/sbin/msgfmt'
# NLSOBJ='src/nls/table.o'
# OBJEXT='o'
# PACKAGE='pv'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# POFILES=' $(srcdir)/src/nls/de.po $(srcdir)/src/nls/fr.po $(srcdir)/src/nls/pl.po $(srcdir)/src/nls/pt.po'
# SET_MAKE=''
# SHELL='/bin/sh'
# UCPACKAGE='PV'
# VERSION='1.6.0'
# XGETTEXT='/usr/sbin/xgettext'
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build_alias='x86_64-unknown-linux'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='arm-linux-androideabi'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE "pv"
# #define PROGRAM_NAME "pv"
# #define VERSION "1.6.0"
# #define ENABLE_NLS 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_LOCALE_H 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_GETOPT 1
# #define HAVE_GETOPT_H 1
# #define HAVE_OPEN64 1
# #define ENABLE_LARGEFILE 1
# #define HAVE_CONFIG_H 1
# #define STDC_HEADERS 1
# #define HAVE_MEMCPY 1
# #define HAVE_BASENAME 1
# #define HAVE_SNPRINTF 1
# #define HAVE_STAT64 1
# #define HAVE_LIMITS_H 1
# #define HAVE_SYS_IPC_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_LIBGEN_H 1
# #define HAVE_SPLICE 1
#
# configure: exit 0