Build of diffstat with android toolchain

The build took 00h 01m 16s and was SUCCESSFUL.

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

SLOCLanguage
3,106 sh
2,360 ansic
180 makefile
5,646 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: diffstat 1.60-1 (Tue Apr 4 19:42:42 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... arm-unknown-linux-androideabi
# checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
# checking for C compiler default output... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... yes
# checking for executable suffix...
# checking for object suffix... o
# checking whether we are using the GNU C compiler... yes
# checking whether arm-linux-androideabi-gcc accepts -g... yes
# checking version of arm-linux-androideabi-gcc... 4.8
# checking for arm-linux-androideabi-gcc option to accept ANSI C... none needed
# checking $CC variable... ok
# checking for a BSD compatible install... /usr/bin/install -c
# checking for tdlint... no
# checking for lint... no
# checking for alint... no
# checking for splint... no
# checking for lclint... no
# checking if filesystem supports mixed-case filenames... yes
# checking for exctags... no
# checking for ctags... no
# checking for exetags... no
# checking for etags... no
# checking for ctags... no
# checking for etags... no
# checking if you want to see long compiling messages... yes
# checking for install-prefix... no
# checking for PATH separator... :
# checking for bzcat... /usr/sbin/bzcat
# checking for bzip2... /usr/sbin/bzip2
# checking for compress... no
# checking for compress... no
# checking for gzip... /usr/sbin/gzip
# checking for gzip... /usr/sbin/gzip
# checking for lzcat... /usr/sbin/lzcat
# checking for pcat... no
# checking for pcat... no
# checking for uncompress.real... no
# checking for uncompress.real... no
# checking for uncompress... /usr/sbin/uncompress
# checking for xz... /usr/sbin/xz
# checking for zcat... /usr/sbin/zcat
# checking if we must define _GNU_SOURCE... no
# checking if _XOPEN_SOURCE really is set... no
# checking if we should define _XOPEN_SOURCE... 500
# checking if you want to check for gcc warnings... no
# checking for an ANSI C-conforming const... yes
# checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
# checking for ANSI C header files... yes
# checking for malloc.h... yes
# checking for search.h... yes
# checking for string.h... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... (cached) 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 for size_t... yes
# checking for mkdtemp... yes
# checking for tsearch... yes
# checking for unistd.h... (cached) yes
# checking for getopt.h... yes
# checking for header declaring getopt variables... unistd.h
# checking for getopt... yes
# checking for popen... yes
# checking for conflicting prototype for popen... yes
# checking for getc_unlocked... yes
# checking if we should define _REENTRANT... no
# checking for groff... /usr/sbin/groff
# checking for nroff... /usr/sbin/nroff
# checking for program to convert manpage to html... /usr/sbin/groff
# checking if you want to use dmalloc for testing... no
# checking if you want to use dbmalloc for testing... no
# checking if you want to use valgrind for testing... no
# checking if you want to perform memory-leak testing... no
# configure: creating ./config.status
# config.status: creating makefile
# config.status: creating config.h
# arm-linux-androideabi-gcc -c -I. -I. -DHAVE_CONFIG_H -D_XOPEN_SOURCE=500 diffstat.c
# arm-linux-androideabi-gcc -o diffstat diffstat.o
# ==> Entering fakeroot environment...
# ==> Starting package()...
# mkdir -p /tmp/diffstat/pkg/diffstat//usr/bin /tmp/diffstat/pkg/diffstat//usr/share/man/man1
# /usr/bin/install -c diffstat /tmp/diffstat/pkg/diffstat//usr/bin/diffstat
# /usr/bin/install -c -m 644 ./diffstat.1 /tmp/diffstat/pkg/diffstat//usr/share/man/man1/diffstat.1
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "diffstat"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: diffstat 1.60-1 (Tue Apr 4 19:42:47 UTC 2017)

CMD: pacman --query --file diffstat-1.60-1-x86_64.pkg.tar.xz
# diffstat 1.60-1

Creating hybrid package for 'diffstat'

Trying to find vanilla package 'diffstat'...

CMD: pacman --query --file /mirror/diffstat-1.60-1.pkg.tar.xz
# diffstat 1.60-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/diffstat
# /usr/share/man/man1/diffstat.1.gz
# /usr/share/licenses/diffstat/LICENSE

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z

CMD: bsdtar -tqf diffstat.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/diffstat.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/diffstat.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/diffstat.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/diffstat/src/diffstat-1.60/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.52.20141204. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --mandir=/usr/share/man
#
# ## ---------- ##
# ## Platform. ##
# ## ---------- ##
#
# hostname = 922c8804bfa5
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH = /sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#
# ## ------------ ##
# ## Core tests. ##
# ## ------------ ##
#
# configure:977: PATH=".;."; conftest.sh
# ./configure: line 978: conftest.sh: command not found
# configure:980: $? = 127
# configure:1022: checking build system type
# configure:1040: result: x86_64-unknown-linux-gnu
# configure:1047: checking host system type
# configure:1061: result: arm-unknown-linux-androideabi
# configure:1077: checking for arm-linux-androideabi-gcc
# configure:1100: result: arm-linux-androideabi-gcc
# configure:1363: checking for C compiler version
# configure:1366: 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:1369: $? = 0
# configure:1371: 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:1374: $? = 0
# configure:1376: 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:1379: $? = 1
# configure:1399: checking for C compiler default output
# configure:1402: arm-linux-androideabi-gcc conftest.c >&5
# configure:1405: $? = 0
# configure:1434: result: a.out
# configure:1439: checking whether the C compiler works
# configure:1463: result: yes
# configure:1470: checking whether we are cross compiling
# configure:1472: result: yes
# configure:1475: checking for executable suffix
# configure:1477: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:1480: $? = 0
# configure:1502: result:
# configure:1508: checking for object suffix
# configure:1526: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:1529: $? = 0
# configure:1548: result: o
# configure:1552: checking whether we are using the GNU C compiler
# configure:1573: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:1576: $? = 0
# configure:1579: test -s conftest.o
# configure:1582: $? = 0
# configure:1594: result: yes
# configure:1600: checking whether arm-linux-androideabi-gcc accepts -g
# configure:1618: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:1621: $? = 0
# configure:1624: test -s conftest.o
# configure:1627: $? = 0
# configure:1637: result: yes
# configure:1664: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
# configure:1667: $? = 1
# configure: failed program was:
# #ifndef __cplusplus
# choke me
# #endif
# configure:1768: checking version of arm-linux-androideabi-gcc
# configure:1772: result: 4.8
# configure:1776: checking for arm-linux-androideabi-gcc option to accept ANSI C
# configure:1833: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:1836: $? = 0
# configure:1839: test -s conftest.o
# configure:1842: $? = 0
# configure:1859: result: none needed
# configure:1870: checking $CC variable
# configure:1962: result: ok
# configure:1979: checking for a BSD compatible install
# configure:2028: result: /usr/bin/install -c
# configure:2043: checking for tdlint
# configure:2069: result: no
# configure:2043: checking for lint
# configure:2069: result: no
# configure:2043: checking for alint
# configure:2069: result: no
# configure:2043: checking for splint
# configure:2069: result: no
# configure:2043: checking for lclint
# configure:2069: result: no
# configure:2076: checking if filesystem supports mixed-case filenames
# configure:2103: result: yes
# configure:2114: checking for exctags
# configure:2140: result: no
# configure:2114: checking for ctags
# configure:2140: result: no
# configure:2151: checking for exetags
# configure:2177: result: no
# configure:2151: checking for etags
# configure:2177: result: no
# configure:2186: checking for ctags
# configure:2210: result: no
# configure:2220: checking for etags
# configure:2244: result: no
# configure:2267: checking if you want to see long compiling messages
# configure:2301: result: yes
# configure:2304: checking for install-prefix
# configure:2314: result: no
# configure:2354: checking for PATH separator
# configure:2361: result: :
# configure:2369: checking for bzcat
# configure:2386: found /usr/sbin/bzcat
# configure:2397: result: /usr/sbin/bzcat
# configure:2459: testing defining path for bzcat ...
# configure:2477: checking for bzip2
# configure:2494: found /usr/sbin/bzip2
# configure:2505: result: /usr/sbin/bzip2
# configure:2567: testing defining path for bzip2 ...
# configure:2585: checking for compress
# configure:2616: result: no
# configure:2585: checking for compress
# configure:2616: result: no
# configure:2585: checking for gzip
# configure:2602: found /usr/sbin/gzip
# configure:2613: result: /usr/sbin/gzip
# configure:2675: testing defining path for gzip ...
# configure:2693: checking for gzip
# configure:2710: found /usr/sbin/gzip
# configure:2721: result: /usr/sbin/gzip
# configure:2783: testing defining path for gzip ...
# configure:2801: checking for lzcat
# configure:2818: found /usr/sbin/lzcat
# configure:2829: result: /usr/sbin/lzcat
# configure:2891: testing defining path for lzcat ...
# configure:2909: checking for pcat
# configure:2940: result: no
# configure:2909: checking for pcat
# configure:2940: result: no
# configure:3017: checking for uncompress.real
# configure:3048: result: no
# configure:3017: checking for uncompress.real
# configure:3048: result: no
# configure:3017: checking for uncompress
# configure:3034: found /usr/sbin/uncompress
# configure:3045: result: /usr/sbin/uncompress
# configure:3107: testing defining path for uncompress ...
# configure:3125: checking for xz
# configure:3142: found /usr/sbin/xz
# configure:3153: result: /usr/sbin/xz
# configure:3215: testing defining path for xz ...
# configure:3233: checking for zcat
# configure:3250: found /usr/sbin/zcat
# configure:3261: result: /usr/sbin/zcat
# configure:3323: testing defining path for zcat ...
# configure:3374: checking if we must define _GNU_SOURCE
# configure:3396: arm-linux-androideabi-gcc -c conftest.c >&5
# configure: In function 'main':
# configure:3388:1: error: unknown type name 'make'
# #ifndef _XOPEN_SOURCE
# ^
# configure:3388:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
# #ifndef _XOPEN_SOURCE
# ^
# configure:3399: $? = 1
# configure: failed program was:
# #line 3381 "configure"
# #include "confdefs.h"
# #include
# int
# main ()
# {
#
# #ifndef _XOPEN_SOURCE
# make an error
# #endif
# ;
# return 0;
# }
# configure:3429: arm-linux-androideabi-gcc -c -D_GNU_SOURCE conftest.c >&5
# configure:3432: $? = 0
# configure:3435: test -s conftest.o
# configure:3438: $? = 0
# configure:3453: result: no
# configure:4247: checking if _XOPEN_SOURCE really is set
# configure:4265: arm-linux-androideabi-gcc -c conftest.c >&5
# configure: In function 'main':
# configure:4257:1: error: unknown type name 'make'
# #ifndef _XOPEN_SOURCE
# ^
# configure:4257:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
# #ifndef _XOPEN_SOURCE
# ^
# configure:4268: $? = 1
# configure: failed program was:
# #line 4250 "configure"
# #include "confdefs.h"
# #include
# int
# main ()
# {
#
# #ifndef _XOPEN_SOURCE
# make an error
# #endif
# ;
# return 0;
# }
# configure:4283: result: no
# configure:4328: checking if we should define _XOPEN_SOURCE
# configure:4354: arm-linux-androideabi-gcc -c conftest.c >&5
# configure: In function 'main':
# configure:4346:1: error: unknown type name 'make'
# #ifndef _XOPEN_SOURCE
# ^
# configure:4346:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
# #ifndef _XOPEN_SOURCE
# ^
# configure:4357: $? = 1
# configure: failed program was:
# #line 4335 "configure"
# #include "confdefs.h"
#
# #include
# #include
# #include
#
# int
# main ()
# {
#
# #ifndef _XOPEN_SOURCE
# make an error
# #endif
# ;
# return 0;
# }
# configure:4391: arm-linux-androideabi-gcc -c -D_XOPEN_SOURCE=500 conftest.c >&5
# configure: In function 'main':
# configure:4383:1: error: unknown type name 'make'
# #ifdef _XOPEN_SOURCE
# ^
# configure:4383:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'error'
# #ifdef _XOPEN_SOURCE
# ^
# configure:4394: $? = 1
# configure: failed program was:
# #line 4372 "configure"
# #include "confdefs.h"
#
# #include
# #include
# #include
#
# int
# main ()
# {
#
# #ifdef _XOPEN_SOURCE
# make an error
# #endif
# ;
# return 0;
# }
# configure:4415: result: 500
# configure:4515: checking if you want to check for gcc warnings
# configure:4525: result: no
# configure:4879: checking for an ANSI C-conforming const
# configure:4943: arm-linux-androideabi-gcc -c -D_XOPEN_SOURCE=500 conftest.c >&5
# configure:4946: $? = 0
# configure:4949: test -s conftest.o
# configure:4952: $? = 0
# configure:4962: result: yes
# configure:4978: checking how to run the C preprocessor
# configure:5004: arm-linux-androideabi-gcc -E -D_XOPEN_SOURCE=500 conftest.c
# configure:5010: $? = 0
# configure:5037: arm-linux-androideabi-gcc -E -D_XOPEN_SOURCE=500 conftest.c
# configure:5034:28: fatal error: ac_nonexistent.h: No such file or directory
# #include "confdefs.h"
# ^
# compilation terminated.
# configure:5043: $? = 1
# configure: failed program was:
# #line 5033 "configure"
# #include "confdefs.h"
# #include
# configure:5080: result: arm-linux-androideabi-gcc -E
# configure:5095: arm-linux-androideabi-gcc -E -D_XOPEN_SOURCE=500 conftest.c
# configure:5101: $? = 0
# configure:5128: arm-linux-androideabi-gcc -E -D_XOPEN_SOURCE=500 conftest.c
# configure:5125:28: fatal error: ac_nonexistent.h: No such file or directory
# #include "confdefs.h"
# ^
# compilation terminated.
# configure:5134: $? = 1
# configure: failed program was:
# #line 5124 "configure"
# #include "confdefs.h"
# #include
# configure:5174: checking for ANSI C header files
# configure:5188: arm-linux-androideabi-gcc -E -D_XOPEN_SOURCE=500 conftest.c
# configure:5194: $? = 0
# configure:5302: result: yes
# configure:5319: checking for malloc.h
# configure:5329: arm-linux-androideabi-gcc -E -D_XOPEN_SOURCE=500 conftest.c
# configure:5335: $? = 0
# configure:5354: result: yes
# configure:5319: checking for search.h
# configure:5329: arm-linux-androideabi-gcc -E -D_XOPEN_SOURCE=500 conftest.c
# configure:5335: $? = 0
# configure:5354: result: yes
# configure:5319: checking for string.h
# configure:5329: arm-linux-androideabi-gcc -E -D_XOPEN_SOURCE=500 conftest.c
# configure:5335: $? = 0
# configure:5354: result: yes
# configure:5370: checking for sys/types.h
# configure:5382: arm-linux-androideabi-gcc -c -D_XOPEN_SOURCE=500 conftest.c >&5
# configure:5385: $? = 0
# configure:5388: test -s conftest.o
# configure:5391: $? = 0
# configure:5401: result: yes
# configure:5370: checking for sys/stat.h
# configure:5382: arm-linux-androideabi-gcc -c -D_XOPEN_SOURCE=500 conftest.c >&5
# configure:5385: $? = 0
# configure:5388: test -s conftest.o
# configure:5391: $? = 0
# configure:5401: result: yes
# configure:5370: checking for stdlib.h
# configure:5382: arm-linux-androideabi-gcc -c -D_XOPEN_SOURCE=500 conftest.c >&5
# configure:5385: $? = 0
# configure:5388: test -s conftest.o
# configure:5391: $? = 0
# configure:5401: result: yes
# configure:5370: checking for string.h
# configure:5401: result: yes
# configure:5370: checking for memory.h
# configure:5382: arm-linux-androideabi-gcc -c -D_XOPEN_SOURCE=500 conftest.c >&5
# configure:5385: $? = 0
# configure:5388: test -s conftest.o
# configure:5391: $? = 0
# configure:5401: result: yes
# configure:5370: checking for strings.h
# configure:5382: arm-linux-androideabi-gcc -c -D_XOPEN_SOURCE=500 conftest.c >&5
# configure:5385: $? = 0
# configure:5388: test -s conftest.o
# configure:5391: $? = 0
# configure:5401: result: yes
# configure:5370: checking for inttypes.h
# configure:5382: arm-linux-androideabi-gcc -c -D_XOPEN_SOURCE=500 conftest.c >&5
# configure:5385: $? = 0
# configure:5388: test -s conftest.o
# configure:5391: $? = 0
# configure:5401: result: yes
# configure:5370: checking for stdint.h
# configure:5382: arm-linux-androideabi-gcc -c -D_XOPEN_SOURCE=500 conftest.c >&5
# configure:5385: $? = 0
# configure:5388: test -s conftest.o
# configure:5391: $? = 0
# configure:5401: result: yes
# configure:5370: checking for unistd.h
# configure:5382: arm-linux-androideabi-gcc -c -D_XOPEN_SOURCE=500 conftest.c >&5
# configure:5385: $? = 0
# configure:5388: test -s conftest.o
# configure:5391: $? = 0
# configure:5401: result: yes
# configure:5411: checking for size_t
# configure:5432: arm-linux-androideabi-gcc -c -D_XOPEN_SOURCE=500 conftest.c >&5
# configure:5435: $? = 0
# configure:5438: test -s conftest.o
# configure:5441: $? = 0
# configure:5451: result: yes
# configure:5469: checking for mkdtemp
# configure:5506: arm-linux-androideabi-gcc -o conftest -D_XOPEN_SOURCE=500 conftest.c >&5
# configure:5509: $? = 0
# configure:5512: test -s conftest
# configure:5515: $? = 0
# configure:5525: result: yes
# configure:5469: checking for tsearch
# configure:5506: arm-linux-androideabi-gcc -o conftest -D_XOPEN_SOURCE=500 conftest.c >&5
# configure:5509: $? = 0
# configure:5512: test -s conftest
# configure:5515: $? = 0
# configure:5525: result: yes
# configure:5538: checking for unistd.h
# configure:5573: result: yes
# configure:5538: checking for getopt.h
# configure:5548: arm-linux-androideabi-gcc -E -D_XOPEN_SOURCE=500 conftest.c
# configure:5554: $? = 0
# configure:5573: result: yes
# configure:5583: checking for header declaring getopt variables
# configure:5606: arm-linux-androideabi-gcc -c -D_XOPEN_SOURCE=500 conftest.c >&5
# configure: In function 'main':
# configure:5599:9: error: 'optind' undeclared (first use in this function)
# {
# ^
# configure:5599:9: note: each undeclared identifier is reported only once for each function it appears in
# configure:5599:27: error: 'optarg' undeclared (first use in this function)
# {
# ^
# configure:5609: $? = 1
# configure: failed program was:
# #line 5593 "configure"
# #include "confdefs.h"
#
# #include
# int
# main ()
# {
# int x = optind; char *y = optarg
# ;
# return 0;
# }
# configure:5606: arm-linux-androideabi-gcc -c -D_XOPEN_SOURCE=500 conftest.c >&5
# configure: In function 'main':
# configure:5599:9: error: 'optind' undeclared (first use in this function)
# {
# ^
# configure:5599:9: note: each undeclared identifier is reported only once for each function it appears in
# configure:5599:27: error: 'optarg' undeclared (first use in this function)
# {
# ^
# configure:5609: $? = 1
# configure: failed program was:
# #line 5593 "configure"
# #include "confdefs.h"
#
# #include
# int
# main ()
# {
# int x = optind; char *y = optarg
# ;
# return 0;
# }
# configure:5606: arm-linux-androideabi-gcc -c -D_XOPEN_SOURCE=500 conftest.c >&5
# configure:5609: $? = 0
# configure:5612: test -s conftest.o
# configure:5615: $? = 0
# configure:5627: result: unistd.h
# configure:5647: checking for getopt
# configure:5684: arm-linux-androideabi-gcc -o conftest -D_XOPEN_SOURCE=500 conftest.c >&5
# configure:5687: $? = 0
# configure:5690: test -s conftest
# configure:5693: $? = 0
# configure:5703: result: yes
# configure:5724: checking for popen
# configure:5761: arm-linux-androideabi-gcc -o conftest -D_XOPEN_SOURCE=500 conftest.c >&5
# configure:5764: $? = 0
# configure:5767: test -s conftest
# configure:5770: $? = 0
# configure:5780: result: yes
# configure:5797: checking for conflicting prototype for popen
# configure:5824: arm-linux-androideabi-gcc -o conftest -D_XOPEN_SOURCE=500 conftest.c >&5
# configure:5806:20: fatal error: system.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5827: $? = 1
# configure: failed program was:
# #line 5803 "configure"
# #include "confdefs.h"
#
# #include
# #include "system.h"
# #if defined(popen) || defined(pclose)
# make an error
# #else
# extern int pclose (FILE *p);
# extern FILE *popen (const char *c, const char *m);
# #endif
#
# int
# main ()
# {
#
# ;
# return 0;
# }
# configure:5844: result: yes
# configure:5861: checking for getc_unlocked
# configure:5898: arm-linux-androideabi-gcc -o conftest -D_XOPEN_SOURCE=500 conftest.c >&5
# configure:5901: $? = 0
# configure:5904: test -s conftest
# configure:5907: $? = 0
# configure:5917: result: yes
# configure:5932: checking if we should define _REENTRANT
# configure:5953: arm-linux-androideabi-gcc -c -D_XOPEN_SOURCE=500 conftest.c >&5
# configure: In function 'main':
# configure:5945:16: error: conflicting types for 'getc_unlocked'
#
# ^
# In file included from configure:5940:0:
# /sysroot/sysroot/usr/include/stdio.h:334:6: note: previous declaration of 'getc_unlocked' was here
# int getc_unlocked(FILE *);
# ^
# configure:5956: $? = 1
# configure: failed program was:
# #line 5939 "configure"
# #include "confdefs.h"
# #include
# int
# main ()
# {
#
# extern void *getc_unlocked(void *);
# void *dummy = getc_unlocked(0)
# ;
# return 0;
# }
# configure:5972: result: no
# configure:5987: checking for groff
# configure:6004: found /usr/sbin/groff
# configure:6016: result: /usr/sbin/groff
# configure:6025: checking for nroff
# configure:6042: found /usr/sbin/nroff
# configure:6054: result: /usr/sbin/nroff
# configure:6070: checking for program to convert manpage to html
# configure:6129: result: /usr/sbin/groff
# configure:6269: checking if you want to use dmalloc for testing
# configure:6286: result: no
# configure:6481: checking if you want to use dbmalloc for testing
# configure:6498: result: no
# configure:6693: checking if you want to use valgrind for testing
# configure:6710: result: no
# configure:6803: checking if you want to perform memory-leak testing
# configure:6813: result: no
# configure:6910: creating ./config.status
#
# ## ----------------------- ##
# ## Running config.status. ##
# ## ----------------------- ##
#
# This file was extended by config.status 2.52.20141204, executed with
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# > ./config.status
# on 922c8804bfa5
#
# config.status:7391: creating makefile
# config.status:7544: creating config.h
#
# ## ----------------- ##
# ## Cache variables. ##
# ## ----------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=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_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_getc_unlocked=yes
# ac_cv_func_getopt=yes
# ac_cv_func_mkdtemp=yes
# ac_cv_func_popen=yes
# ac_cv_func_tsearch=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_search_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_host=arm-unknown-linux-androideabi
# ac_cv_host_alias=arm-linux-androideabi
# ac_cv_objext=o
# ac_cv_path_BZCAT=/usr/sbin/bzcat
# ac_cv_path_BZIP2=/usr/sbin/bzip2
# ac_cv_path_COMPRESS=/usr/sbin/gzip
# ac_cv_path_GROFF_PATH=/usr/sbin/groff
# ac_cv_path_GZIP=/usr/sbin/gzip
# ac_cv_path_LZCAT=/usr/sbin/lzcat
# ac_cv_path_NROFF_PATH=/usr/sbin/nroff
# ac_cv_path_UNCOMPRESS=/usr/sbin/uncompress
# ac_cv_path_XZ=/usr/sbin/xz
# ac_cv_path_ZCAT=/usr/sbin/zcat
# 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_MAKE_LOWER_TAGS=no
# ac_cv_prog_MAKE_UPPER_TAGS=no
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_td_popen=yes
# ac_cv_type_size_t=yes
# cf_cv_getopt_header=unistd.h
# cf_cv_gnu_source=no
# cf_cv_mixedcase=yes
# cf_cv_stdio_unlocked=no
# cf_cv_xopen_source=500
#
# ## ------------ ##
# ## confdefs.h. ##
# ## ------------ ##
#
# #define MIXEDCASE_FILENAMES 1
# #define BZCAT_PATH "bzcat"
# #define BZIP2_PATH "bzip2"
# #define COMPRESS_PATH "gzip"
# #define GZIP_PATH "gzip"
# #define LZCAT_PATH "lzcat"
# #define UNCOMPRESS_PATH "uncompress"
# #define XZ_PATH "xz"
# #define ZCAT_PATH "zcat"
# #define STDC_HEADERS 1
# #define HAVE_MALLOC_H 1
# #define HAVE_SEARCH_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_MKDTEMP 1
# #define HAVE_TSEARCH 1
# #define HAVE_UNISTD_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_GETOPT_HEADER 1
# #define HAVE_GETOPT 1
# #define HAVE_POPEN 1
# #define HAVE_POPEN_PROTOTYPE 1
# #define HAVE_GETC_UNLOCKED 1
#
#
# configure: exit 0