Build of uudeview with android toolchain

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

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

SLOCLanguage
12,104 ansic
2,739 sh
309 makefile
13 awk
15,165 total

The process tree of the build process is here.

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

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: uudeview 0.5.20-12 (Tue Apr 4 21:08:36 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
# autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
# autoheader: WARNING: is deprecated and discouraged.
# autoheader:
# autoheader: WARNING: Using the third argument of `AC_DEFINE' and
# autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
# autoheader: WARNING: `acconfig.h':
# autoheader:
# autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
# autoheader: [Define if a function `main' is needed.])
# autoheader:
# autoheader: WARNING: More sophisticated templates can also be produced, see the
# autoheader: WARNING: documentation.
# autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
# autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
# autoheader: WARNING: is deprecated and discouraged.
# autoheader:
# autoheader: WARNING: Using the third argument of `AC_DEFINE' and
# autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows one to define a template without
# autoheader: WARNING: `acconfig.h':
# autoheader:
# autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
# autoheader: [Define if a function `main' is needed.])
# autoheader:
# autoheader: WARNING: More sophisticated templates can also be produced, see the
# autoheader: WARNING: documentation.
# 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 how to run the C preprocessor... arm-linux-androideabi-gcc -E
# checking if the compiler supports function prototypes... yes
# checking whether make sets $(MAKE)... yes
# checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
# checking whether ln -s works... yes
# checking for tclConfig.sh... not found
# configure: WARNING: Tcl parts disabled
# configure: WARNING: use --enable-tcl to locate tclConfig.sh
# checking for sin... no
# checking for connect... yes
# checking for gethostbyname... yes
# checking for sendmail... no
# checking for mailx... /usr/sbin/mailx
# checking for inews... no
# checking for news server... not found
# checking for hostname... /usr/sbin/hostname
# checking domain name... unknown
# configure: WARNING: Couldn't figure out your domain name. Configuring bogus
# configure: WARNING: domain. If you intend to post directly from uuenview,
# configure: WARNING: rerun configure and use --enable-domain=your-domainname
# configure: WARNING: with your real domain name.
# checking directory separator... /
# 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 for size_t... yes
# checking for ANSI C header files... (cached) yes
# checking whether time.h and sys/time.h may both be included... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking for unistd.h... (cached) yes
# checking for memory.h... (cached) yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking direct.h usability... no
# checking direct.h presence... no
# checking for direct.h... no
# checking io.h usability... no
# checking io.h presence... no
# checking for io.h... no
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for getcwd... yes
# checking for popen... yes
# checking for gettimeofday... yes
# checking for isatty... yes
# checking for tempnam... yes
# checking for strerror... yes
# checking for stdin... yes
# checking pwd.h usability... yes
# checking pwd.h presence... yes
# checking for pwd.h... yes
# checking version number... 0.5pl20
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
# config.status: creating tcl/Makefile
# config.status: WARNING: 'tcl/Makefile.in' seems to ignore the --datarootdir setting
# config.status: creating unix/Makefile
# config.status: WARNING: 'unix/Makefile.in' seems to ignore the --datarootdir setting
# config.status: creating uulib/Makefile
# config.status: creating config.h
# (cd unix; rm -f config.h ; ln -s ../config.h config.h)
# (cd uulib; rm -f config.h ; ln -s ../config.h config.h)
# (cd inews; make CC='arm-linux-androideabi-gcc' CFLAGS='-I. -DHAVE_CONFIG_H' LIBS='-lm' )
# make[1]: Entering directory '/tmp/uudeview/src/uudeview-0.5.20/inews'
# arm-linux-androideabi-gcc -I. -DHAVE_CONFIG_H -c -o inews.o inews.c
# arm-linux-androideabi-gcc -I. -DHAVE_CONFIG_H -c -o clientlib.o clientlib.c
# (cd uulib ; make)
# arm-linux-androideabi-gcc -I. -DHAVE_CONFIG_H -c -o version.o version.c
# make[1]: Entering directory '/tmp/uudeview/src/uudeview-0.5.20/uulib'
# arm-linux-androideabi-gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uulib.c
# inews.c: In function 'gen_frompath':
# inews.c:267:21: error: 'struct passwd' has no member named 'pw_gecos'
# full_name = passwd->pw_gecos;
# ^
# make[1]: *** [: inews.o] Error 1
# make[1]: *** Waiting for unfinished jobs....
# arm-linux-androideabi-gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uucheck.c
# arm-linux-androideabi-gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uunconc.c
# make[1]: Leaving directory '/tmp/uudeview/src/uudeview-0.5.20/inews'
# make: *** [Makefile:179: minews] Error 2
# make: *** Waiting for unfinished jobs....
# arm-linux-androideabi-gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuutil.c
# arm-linux-androideabi-gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuencode.c
# arm-linux-androideabi-gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuscan.c
# arm-linux-androideabi-gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uustring.c
# arm-linux-androideabi-gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" fptools.c
# uunconc.c: In function 'UUDecode':
# uunconc.c:1332:32: warning: call to 'tempnam' declared with attribute warning: tempnam possibly used unsafely; consider using mkstemp [enabled by default]
# if ((data->binfile = tempnam (NULL, "uu")) == NULL) {
# ^
# uunconc.c:1499:8: warning: call to 'tempnam' declared with attribute warning: tempnam possibly used unsafely; consider using mkstemp [enabled by default]
# if ((ntmp = tempnam (NULL, "uu")) == NULL) {
# ^
# fptools.c: In function '_FP_tempnam':
# fptools.c:527:21: warning: call to 'tmpnam' declared with attribute warning: tmpnam possibly used unsafely; consider using mkstemp [enabled by default]
# return _FP_strdup (tmpnam (NULL));
# ^
# arm-linux-androideabi-gcc -c -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" crc32.c
# rm -f libuu.a
# ar r libuu.a uulib.o uucheck.o uunconc.o uuutil.o uuencode.o uuscan.o uustring.o fptools.o crc32.o
# /r: creating libuu.a
# arm-linux-androideabi-ranlib libuu.a
# make[1]: Leaving directory '/tmp/uudeview/src/uudeview-0.5.20/uulib'
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/uudeview/src/uudeview-0.5.20/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.69. Invocation command line was
#
# $ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = b5ff8b39e1b0
# 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:2258: checking for arm-linux-androideabi-gcc
# configure:2285: result: arm-linux-androideabi-gcc
# configure:2554: checking for C compiler version
# configure:2563: 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:2574: $? = 0
# configure:2563: 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:2574: $? = 0
# configure:2563: 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:2574: $? = 1
# configure:2563: 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:2574: $? = 1
# configure:2594: checking whether the C compiler works
# configure:2616: arm-linux-androideabi-gcc conftest.c >&5
# configure:2620: $? = 0
# configure:2668: result: yes
# configure:2671: checking for C compiler default output file name
# configure:2673: result: a.out
# configure:2679: checking for suffix of executables
# configure:2686: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:2690: $? = 0
# configure:2712: result:
# configure:2734: checking whether we are cross compiling
# configure:2772: result: yes
# configure:2777: checking for suffix of object files
# configure:2799: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:2803: $? = 0
# configure:2824: result: o
# configure:2828: checking whether we are using the GNU C compiler
# configure:2847: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:2847: $? = 0
# configure:2856: result: yes
# configure:2865: checking whether arm-linux-androideabi-gcc accepts -g
# configure:2885: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:2885: $? = 0
# configure:2926: result: yes
# configure:2943: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:3006: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3006: $? = 0
# configure:3019: result: none needed
# configure:3044: checking how to run the C preprocessor
# configure:3075: arm-linux-androideabi-gcc -E conftest.c
# configure:3075: $? = 0
# configure:3089: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3089: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3114: result: arm-linux-androideabi-gcc -E
# configure:3134: arm-linux-androideabi-gcc -E conftest.c
# configure:3134: $? = 0
# configure:3148: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3148: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3178: checking if the compiler supports function prototypes
# configure:3191: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3191: $? = 0
# configure:3199: result: yes
# configure:3202: checking whether make sets $(MAKE)
# configure:3224: result: yes
# configure:3236: checking for arm-linux-androideabi-ranlib
# configure:3252: found /sysroot/bin/arm-linux-androideabi-ranlib
# configure:3263: result: arm-linux-androideabi-ranlib
# configure:3325: checking whether ln -s works
# configure:3329: result: yes
# configure:3368: checking for tclConfig.sh
# configure:3401: result: not found
# configure:3403: WARNING: Tcl parts disabled
# configure:3405: WARNING: use --enable-tcl to locate tclConfig.sh
# configure:3764: checking for sin
# configure:3764: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# conftest.c:33:6: warning: conflicting types for built-in function 'sin' [enabled by default]
# char sin ();
# ^
# /tmp/cconWPCf.o:conftest.c:function main: error: undefined reference to 'sin'
# collect2: error: ld returned 1 exit status
# configure:3764: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PROTOTYPES 1
# | /* end confdefs.h. */
# | /* Define sin to an innocuous variant, in case declares sin.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define sin innocuous_sin
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char sin (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef sin
# |
# | /* 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 sin ();
# | /* 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_sin || defined __stub___sin
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return sin ();
# | ;
# | return 0;
# | }
# configure:3764: result: no
# configure:3778: checking for connect
# configure:3778: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:3778: $? = 0
# configure:3778: result: yes
# configure:3840: checking for gethostbyname
# configure:3840: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:3840: $? = 0
# configure:3840: result: yes
# configure:3898: checking for sendmail
# configure:3932: result: no
# configure:3940: checking for mailx
# configure:3959: found /usr/sbin/mailx
# configure:3971: result: /usr/sbin/mailx
# configure:4114: checking for inews
# configure:4148: result: no
# configure:4232: checking for news server
# configure:4244: result: not found
# configure:4265: checking for hostname
# configure:4284: found /usr/sbin/hostname
# configure:4296: result: /usr/sbin/hostname
# configure:4304: checking domain name
# configure:4333: result: unknown
# configure:4335: WARNING: Couldn't figure out your domain name. Configuring bogus
# configure:4337: WARNING: domain. If you intend to post directly from uuenview,
# configure:4339: WARNING: rerun configure and use --enable-domain=your-domainname
# configure:4341: WARNING: with your real domain name.
# configure:4362: checking directory separator
# configure:4365: result: /
# configure:4377: checking for grep that handles long lines and -e
# configure:4435: result: /usr/sbin/grep
# configure:4440: checking for egrep
# configure:4502: result: /usr/sbin/grep -E
# configure:4507: checking for ANSI C header files
# configure:4527: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4527: $? = 0
# configure:4611: result: yes
# configure:4624: checking for sys/types.h
# configure:4624: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4624: $? = 0
# configure:4624: result: yes
# configure:4624: checking for sys/stat.h
# configure:4624: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4624: $? = 0
# configure:4624: result: yes
# configure:4624: checking for stdlib.h
# configure:4624: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4624: $? = 0
# configure:4624: result: yes
# configure:4624: checking for string.h
# configure:4624: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4624: $? = 0
# configure:4624: result: yes
# configure:4624: checking for memory.h
# configure:4624: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4624: $? = 0
# configure:4624: result: yes
# configure:4624: checking for strings.h
# configure:4624: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4624: $? = 0
# configure:4624: result: yes
# configure:4624: checking for inttypes.h
# configure:4624: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4624: $? = 0
# configure:4624: result: yes
# configure:4624: checking for stdint.h
# configure:4624: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4624: $? = 0
# configure:4624: result: yes
# configure:4624: checking for unistd.h
# configure:4624: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4624: $? = 0
# configure:4624: result: yes
# configure:4636: checking for size_t
# configure:4636: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4636: $? = 0
# configure:4636: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:63:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:4636: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PROTOTYPES 1
# | #define MAILER_NEEDS_SUBJECT 1
# | #define PROG_MAILER "/usr/sbin/mailx"
# | #define HAVE_NEWS 1
# | #define PROG_INEWS "/usr/bin/minews -h"
# | #define NEED_NNTPSERVER 1
# | #define DOMAINNAME "i.dont.know.where.i.am"
# | #define DIRSEPARATOR "/"
# | #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
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4636: result: yes
# configure:4647: checking for ANSI C header files
# configure:4751: result: yes
# configure:4759: checking whether time.h and sys/time.h may both be included
# configure:4779: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4779: $? = 0
# configure:4786: result: yes
# configure:4797: checking fcntl.h usability
# configure:4797: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4797: $? = 0
# configure:4797: result: yes
# configure:4797: checking fcntl.h presence
# configure:4797: arm-linux-androideabi-gcc -E conftest.c
# configure:4797: $? = 0
# configure:4797: result: yes
# configure:4797: checking for fcntl.h
# configure:4797: result: yes
# configure:4797: checking for unistd.h
# configure:4797: result: yes
# configure:4797: checking for memory.h
# configure:4797: result: yes
# configure:4797: checking malloc.h usability
# configure:4797: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4797: $? = 0
# configure:4797: result: yes
# configure:4797: checking malloc.h presence
# configure:4797: arm-linux-androideabi-gcc -E conftest.c
# configure:4797: $? = 0
# configure:4797: result: yes
# configure:4797: checking for malloc.h
# configure:4797: result: yes
# configure:4797: checking errno.h usability
# configure:4797: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4797: $? = 0
# configure:4797: result: yes
# configure:4797: checking errno.h presence
# configure:4797: arm-linux-androideabi-gcc -E conftest.c
# configure:4797: $? = 0
# configure:4797: result: yes
# configure:4797: checking for errno.h
# configure:4797: result: yes
# configure:4797: checking direct.h usability
# configure:4797: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:67:20: fatal error: direct.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4797: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PROTOTYPES 1
# | #define MAILER_NEEDS_SUBJECT 1
# | #define PROG_MAILER "/usr/sbin/mailx"
# | #define HAVE_NEWS 1
# | #define PROG_INEWS "/usr/bin/minews -h"
# | #define NEED_NNTPSERVER 1
# | #define DOMAINNAME "i.dont.know.where.i.am"
# | #define DIRSEPARATOR "/"
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_ERRNO_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:4797: result: no
# configure:4797: checking direct.h presence
# configure:4797: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:34:20: fatal error: direct.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4797: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PROTOTYPES 1
# | #define MAILER_NEEDS_SUBJECT 1
# | #define PROG_MAILER "/usr/sbin/mailx"
# | #define HAVE_NEWS 1
# | #define PROG_INEWS "/usr/bin/minews -h"
# | #define NEED_NNTPSERVER 1
# | #define DOMAINNAME "i.dont.know.where.i.am"
# | #define DIRSEPARATOR "/"
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_ERRNO_H 1
# | /* end confdefs.h. */
# | #include
# configure:4797: result: no
# configure:4797: checking for direct.h
# configure:4797: result: no
# configure:4810: checking io.h usability
# configure:4810: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c:67:16: fatal error: io.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4810: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PROTOTYPES 1
# | #define MAILER_NEEDS_SUBJECT 1
# | #define PROG_MAILER "/usr/sbin/mailx"
# | #define HAVE_NEWS 1
# | #define PROG_INEWS "/usr/bin/minews -h"
# | #define NEED_NNTPSERVER 1
# | #define DOMAINNAME "i.dont.know.where.i.am"
# | #define DIRSEPARATOR "/"
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_ERRNO_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:4810: result: no
# configure:4810: checking io.h presence
# configure:4810: arm-linux-androideabi-gcc -E conftest.c
# conftest.c:34:16: fatal error: io.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4810: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PROTOTYPES 1
# | #define MAILER_NEEDS_SUBJECT 1
# | #define PROG_MAILER "/usr/sbin/mailx"
# | #define HAVE_NEWS 1
# | #define PROG_INEWS "/usr/bin/minews -h"
# | #define NEED_NNTPSERVER 1
# | #define DOMAINNAME "i.dont.know.where.i.am"
# | #define DIRSEPARATOR "/"
# | #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 STDC_HEADERS 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_ERRNO_H 1
# | /* end confdefs.h. */
# | #include
# configure:4810: result: no
# configure:4810: checking for io.h
# configure:4810: result: no
# configure:4810: checking sys/time.h usability
# configure:4810: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4810: $? = 0
# configure:4810: result: yes
# configure:4810: checking sys/time.h presence
# configure:4810: arm-linux-androideabi-gcc -E conftest.c
# configure:4810: $? = 0
# configure:4810: result: yes
# configure:4810: checking for sys/time.h
# configure:4810: result: yes
# configure:4823: checking for getcwd
# configure:4823: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:4823: $? = 0
# configure:4823: result: yes
# configure:4823: checking for popen
# configure:4823: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:4823: $? = 0
# configure:4823: result: yes
# configure:4823: checking for gettimeofday
# configure:4823: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:4823: $? = 0
# configure:4823: result: yes
# configure:4823: checking for isatty
# configure:4823: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:4823: $? = 0
# configure:4823: result: yes
# configure:4833: checking for tempnam
# configure:4833: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:4833: $? = 0
# configure:4833: result: yes
# configure:4847: checking for strerror
# configure:4864: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:4864: $? = 0
# configure:4873: result: yes
# configure:4876: checking for stdin
# configure:4894: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
# configure:4894: $? = 0
# configure:4903: result: yes
# configure:4930: checking pwd.h usability
# configure:4930: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:4930: $? = 0
# configure:4930: result: yes
# configure:4930: checking pwd.h presence
# configure:4930: arm-linux-androideabi-gcc -E conftest.c
# configure:4930: $? = 0
# configure:4930: result: yes
# configure:4930: checking for pwd.h
# configure:4930: result: yes
# configure:5032: checking version number
# configure:5035: result: 0.5pl20
# configure:5160: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on b5ff8b39e1b0
#
# config.status:839: creating Makefile
# config.status:938: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
# config.status:839: creating tcl/Makefile
# config.status:938: WARNING: 'tcl/Makefile.in' seems to ignore the --datarootdir setting
# config.status:839: creating unix/Makefile
# config.status:938: WARNING: 'unix/Makefile.in' seems to ignore the --datarootdir setting
# config.status:839: creating uulib/Makefile
# config.status:839: creating config.h
#
# ## ---------------- ##
# ## 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_connect=yes
# ac_cv_func_getcwd=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_isatty=yes
# ac_cv_func_popen=yes
# ac_cv_func_sin=no
# ac_cv_func_tempnam=yes
# ac_cv_header_direct_h=no
# ac_cv_header_errno_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_io_h=no
# ac_cv_header_malloc_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_pwd_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_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_time=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_HOSTNAME=/usr/sbin/hostname
# ac_cv_path_MAILER=/usr/sbin/mailx
# ac_cv_prog_CC=arm-linux-androideabi-gcc
# ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
# ac_cv_prog_RANLIB=arm-linux-androideabi-ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type_size_t=yes
# wi_cv_prototypes=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='arm-linux-androideabi-gcc'
# CFLAGS=''
# CPP='arm-linux-androideabi-gcc -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# DOINST='install-uudeview install-minews'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# HOSTNAME='/usr/sbin/hostname'
# INEWS=''
# LDFLAGS=''
# LIBOBJS=''
# LIBS=' -lm'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAILER='/usr/sbin/mailx'
# MPAGES='uudeview.1 uuenview.1'
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATCH='20'
# PATH_SEPARATOR=':'
# PROGS='uudeview minews'
# RANLIB='arm-linux-androideabi-ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# TCL_CPPFLAGS=''
# TCL_LDFLAGS=''
# TCL_LIBS=''
# VERSION='0.5'
# 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. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PROTOTYPES 1
# #define MAILER_NEEDS_SUBJECT 1
# #define PROG_MAILER "/usr/sbin/mailx"
# #define HAVE_NEWS 1
# #define PROG_INEWS "/usr/bin/minews -h"
# #define NEED_NNTPSERVER 1
# #define DOMAINNAME "i.dont.know.where.i.am"
# #define DIRSEPARATOR "/"
# #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 STDC_HEADERS 1
# #define TIME_WITH_SYS_TIME 1
# #define HAVE_FCNTL_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_MALLOC_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_GETCWD 1
# #define HAVE_POPEN 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_ISATTY 1
# #define HAVE_PWD_H 1
# #define UUEXPORT /**/
# #define UUTCLEXPORT /**/
# #define TOOLEXPORT /**/
# #define UUTCLFUNC /**/
#
# configure: exit 0