The build took 00h 01m 27s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
15,134 |
ansic |
3,264 |
sh |
808 |
perl |
343 |
lisp |
163 |
makefile |
19,712 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
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:
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: remind 3.1.15-2 (Tue Apr 4 20:36:57 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
**********************
* *
* Configuring REMIND *
* *
**********************
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 for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for sqrt in -lm... 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 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 size of unsigned short... 2
checking size of unsigned int... 4
checking size of unsigned long... 4
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking glob.h usability... no
checking glob.h presence... no
checking for glob.h... no
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for utime.h... yes
checking whether utime accepts a null argument... guessing yes
checking whether time.h and sys/time.h may both be included... yes
checking for setenv... yes
checking for unsetenv... yes
checking for glob... no
checking for mbstowcs... yes
checking for setlocale... yes
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating www/Makefile
config.status: creating src/version.h
config.status: creating src/config.h
*******************
* *
* Building REMIND *
* *
*******************
make[1]: Entering directory '/tmp/remind/src/remind-03.01.15/src'
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. calendar.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. dynbuf.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. dorem.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. dosubst.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. expr.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. files.c
files.c: In function 'IncludeFile':
files.c:680:17: warning: unused variable 'statbuf' [-Wunused-variable]
struct stat statbuf;
^
files.c: In function 'GetAccessDate':
files.c:770:5: warning: pointer targets in passing argument 1 of 'localtime' differ in signedness [-Wpointer-sign]
t1 = localtime(&(statbuf.st_atime));
^
In file included from files.c:27:0:
/sysroot/sysroot/usr/include/time.h:71:19: note: expected 'const time_t *' but argument is of type 'long unsigned int *'
extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
^
files.c: At top level:
files.c:88:32: warning: 'CachedDirectoryChains' defined but not used [-Wunused-variable]
static DirectoryFilenameChain *CachedDirectoryChains = NULL;
^
files.c:133:13: warning: 'FreeChain' defined but not used [-Wunused-function]
static void FreeChain(FilenameChain *chain)
^
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. funcs.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. globals.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. hbcal.c
funcs.c: In function 'FFiledate':
funcs.c:2038:5: warning: pointer targets in passing argument 1 of 'localtime' differ in signedness [-Wpointer-sign]
t1 = localtime(&(statbuf.st_mtime));
^
In file included from funcs.c:37:0:
/sysroot/sysroot/usr/include/time.h:71:19: note: expected 'const time_t *' but argument is of type 'long unsigned int *'
extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
^
funcs.c: In function 'FFiledatetime':
funcs.c:2069:5: warning: pointer targets in passing argument 1 of 'localtime' differ in signedness [-Wpointer-sign]
t1 = localtime(&(statbuf.st_mtime));
^
In file included from funcs.c:37:0:
/sysroot/sysroot/usr/include/time.h:71:19: note: expected 'const time_t *' but argument is of type 'long unsigned int *'
extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
^
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. init.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. main.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. md5.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. moon.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. omit.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. queue.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. sort.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. token.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. trigger.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. userfns.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. utils.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. var.c
arm-linux-androideabi-gcc -c -Wall -Wstrict-prototypes -DHAVE_CONFIG_H -I. -I. rem2ps.c
arm-linux-androideabi-gcc -o remind calendar.o dynbuf.o dorem.o dosubst.o expr.o files.o funcs.o globals.o hbcal.o init.o main.o md5.o moon.o omit.o queue.o sort.o token.o trigger.o userfns.o utils.o var.o -lm
arm-linux-androideabi-gcc -o rem2ps rem2ps.o dynbuf.o
make[1]: Leaving directory '/tmp/remind/src/remind-03.01.15/src'
==> Entering fakeroot environment...
==> Starting package()...
*********************
* *
* Installing REMIND *
* *
*********************
cd src; make install
make[1]: Entering directory '/tmp/remind/src/remind-03.01.15/src'
mkdir -p /tmp/remind/pkg/remind/usr/bin || true
for prog in remind rem2ps ./../scripts/tkremind ./../scripts/cm2rem.tcl ; do \
/usr/bin/install -c $prog /tmp/remind/pkg/remind/usr/bin || exit 1; \
done
rm -f /tmp/remind/pkg/remind/usr/bin/rem > /dev/null 2>&1 || true
ln -s remind /tmp/remind/pkg/remind/usr/bin/rem
mkdir -p /tmp/remind/pkg/remind/usr/share/man/man1 || true
for man in ./../man/rem2ps.1 ./../man/remind.1 ./../man/tkremind.1 ./../man/cm2rem.1 ./../man/rem.1 ; do \
/usr/bin/install -c -m 644 $man /tmp/remind/pkg/remind/usr/share/man/man1 || exit 1; \
done
strip /tmp/remind/pkg/remind/usr/bin/remind || true
strip /tmp/remind/pkg/remind/usr/bin/rem2ps || true
make[1]: Leaving directory '/tmp/remind/src/remind-03.01.15/src'
==> Tidying install...
-> Removing doc files...
-> Removing empty directories...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "remind"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: remind 3.1.15-2 (Tue Apr 4 20:37:05 UTC 2017)
CMD: pacman --query --file remind-3.1.15-2-x86_64.pkg.tar.xz
Creating hybrid package for 'remind'
Trying to find vanilla package 'remind'...
CMD: pacman --query --file /mirror/remind-3.1.15-2.pkg.tar.xz
Package file has the following structure:
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf remind.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/remind.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/remind.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/remind.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/remind/src/remind-03.01.15/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
## --------- ##
## Platform. ##
## --------- ##
hostname = 5ae0cff002fd
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:2320: checking for arm-linux-androideabi-gcc
configure:2347: result: arm-linux-androideabi-gcc
configure:2616: checking for C compiler version
configure:2625: 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:2636: $? = 0
configure:2625: 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:2636: $? = 0
configure:2625: 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:2636: $? = 1
configure:2625: 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:2636: $? = 1
configure:2656: checking whether the C compiler works
configure:2678: arm-linux-androideabi-gcc conftest.c >&5
configure:2682: $? = 0
configure:2730: result: yes
configure:2733: checking for C compiler default output file name
configure:2735: result: a.out
configure:2741: checking for suffix of executables
configure:2748: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:2752: $? = 0
configure:2774: result:
configure:2796: checking whether we are cross compiling
configure:2834: result: yes
configure:2839: checking for suffix of object files
configure:2861: arm-linux-androideabi-gcc -c conftest.c >&5
configure:2865: $? = 0
configure:2886: result: o
configure:2890: checking whether we are using the GNU C compiler
configure:2909: arm-linux-androideabi-gcc -c conftest.c >&5
configure:2909: $? = 0
configure:2918: result: yes
configure:2927: checking whether arm-linux-androideabi-gcc accepts -g
configure:2947: arm-linux-androideabi-gcc -c -g conftest.c >&5
configure:2947: $? = 0
configure:2988: result: yes
configure:3005: checking for arm-linux-androideabi-gcc option to accept ISO C89
configure:3068: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3068: $? = 0
configure:3081: result: none needed
configure:3144: checking for a BSD-compatible install
configure:3212: result: /usr/bin/install -c
configure:3223: checking whether ln -s works
configure:3227: result: yes
configure:3234: checking whether make sets $(MAKE)
configure:3256: result: yes
configure:3268: checking for sqrt in -lm
configure:3293: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
conftest.c:16:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
char sqrt ();
^
configure:3293: $? = 0
configure:3302: result: yes
configure:3319: checking how to run the C preprocessor
configure:3350: arm-linux-androideabi-gcc -E conftest.c
configure:3350: $? = 0
configure:3364: arm-linux-androideabi-gcc -E conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:3364: $? = 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 HAVE_LIBM 1
| /* end confdefs.h. */
| #include
configure:3389: result: arm-linux-androideabi-gcc -E
configure:3409: arm-linux-androideabi-gcc -E conftest.c
configure:3409: $? = 0
configure:3423: arm-linux-androideabi-gcc -E conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:3423: $? = 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 HAVE_LIBM 1
| /* end confdefs.h. */
| #include
configure:3452: checking for grep that handles long lines and -e
configure:3510: result: /usr/sbin/grep
configure:3515: checking for egrep
configure:3577: result: /usr/sbin/grep -E
configure:3582: checking for ANSI C header files
configure:3602: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3602: $? = 0
configure:3686: result: yes
configure:3699: checking for sys/types.h
configure:3699: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3699: $? = 0
configure:3699: result: yes
configure:3699: checking for sys/stat.h
configure:3699: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3699: $? = 0
configure:3699: result: yes
configure:3699: checking for stdlib.h
configure:3699: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3699: $? = 0
configure:3699: result: yes
configure:3699: checking for string.h
configure:3699: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3699: $? = 0
configure:3699: result: yes
configure:3699: checking for memory.h
configure:3699: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3699: $? = 0
configure:3699: result: yes
configure:3699: checking for strings.h
configure:3699: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3699: $? = 0
configure:3699: result: yes
configure:3699: checking for inttypes.h
configure:3699: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3699: $? = 0
configure:3699: result: yes
configure:3699: checking for stdint.h
configure:3699: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3699: $? = 0
configure:3699: result: yes
configure:3699: checking for unistd.h
configure:3699: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3699: $? = 0
configure:3699: result: yes
configure:3715: checking size of unsigned short
configure:3720: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3720: $? = 0
configure:3720: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:56:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 0)];
^
configure:3720: $? = 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 HAVE_LIBM 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
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:3720: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:56:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 1)];
^
configure:3720: $? = 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 HAVE_LIBM 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
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:3720: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3720: $? = 0
configure:3720: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3720: $? = 0
configure:3734: result: 2
configure:3748: checking size of unsigned int
configure:3753: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3753: $? = 0
configure:3753: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:57:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 0)];
^
configure:3753: $? = 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 HAVE_LIBM 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 SIZEOF_UNSIGNED_SHORT 2
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:3753: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:57:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 1)];
^
configure:3753: $? = 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 HAVE_LIBM 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 SIZEOF_UNSIGNED_SHORT 2
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:3753: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:57:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 3)];
^
configure:3753: $? = 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 HAVE_LIBM 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 SIZEOF_UNSIGNED_SHORT 2
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:3753: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3753: $? = 0
configure:3753: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3753: $? = 0
configure:3753: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3753: $? = 0
configure:3767: result: 4
configure:3781: checking size of unsigned long
configure:3786: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3786: $? = 0
configure:3786: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:58:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 0)];
^
configure:3786: $? = 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 HAVE_LIBM 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 SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:3786: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:58:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 1)];
^
configure:3786: $? = 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 HAVE_LIBM 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 SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:3786: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:58:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 3)];
^
configure:3786: $? = 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 HAVE_LIBM 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 SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| /* 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 ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:3786: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3786: $? = 0
configure:3786: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3786: $? = 0
configure:3786: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3786: $? = 0
configure:3800: result: 4
configure:3814: checking sys/file.h usability
configure:3814: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3814: $? = 0
configure:3814: result: yes
configure:3814: checking sys/file.h presence
configure:3814: arm-linux-androideabi-gcc -E conftest.c
configure:3814: $? = 0
configure:3814: result: yes
configure:3814: checking for sys/file.h
configure:3814: result: yes
configure:3814: checking glob.h usability
configure:3814: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c:57:18: fatal error: glob.h: No such file or directory
#include
^
compilation terminated.
configure:3814: $? = 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 HAVE_LIBM 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 SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_SYS_FILE_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:3814: result: no
configure:3814: checking glob.h presence
configure:3814: arm-linux-androideabi-gcc -E conftest.c
conftest.c:24:18: fatal error: glob.h: No such file or directory
#include
^
compilation terminated.
configure:3814: $? = 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 HAVE_LIBM 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 SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_SYS_FILE_H 1
| /* end confdefs.h. */
| #include
configure:3814: result: no
configure:3814: checking for glob.h
configure:3814: result: no
configure:3814: checking wctype.h usability
configure:3814: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3814: $? = 0
configure:3814: result: yes
configure:3814: checking wctype.h presence
configure:3814: arm-linux-androideabi-gcc -E conftest.c
configure:3814: $? = 0
configure:3814: result: yes
configure:3814: checking for wctype.h
configure:3814: result: yes
configure:3814: checking locale.h usability
configure:3814: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3814: $? = 0
configure:3814: result: yes
configure:3814: checking locale.h presence
configure:3814: arm-linux-androideabi-gcc -E conftest.c
configure:3814: $? = 0
configure:3814: result: yes
configure:3814: checking for locale.h
configure:3814: result: yes
configure:3825: checking whether struct tm is in sys/time.h or time.h
configure:3845: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3845: $? = 0
configure:3852: result: time.h
configure:3867: checking for utime.h
configure:3867: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3867: $? = 0
configure:3867: result: yes
configure:3881: checking whether utime accepts a null argument
configure:3920: result: guessing yes
configure:3930: checking whether time.h and sys/time.h may both be included
configure:3950: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3950: $? = 0
configure:3957: result: yes
configure:3973: checking for setenv
configure:3973: arm-linux-androideabi-gcc -o conftest -Wall -Wstrict-prototypes conftest.c -lm >&5
conftest.c:52:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char setenv ();
^
conftest.c:61:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:3973: $? = 0
configure:3973: result: yes
configure:3973: checking for unsetenv
configure:3973: arm-linux-androideabi-gcc -o conftest -Wall -Wstrict-prototypes conftest.c -lm >&5
conftest.c:53:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char unsetenv ();
^
conftest.c:62:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:3973: $? = 0
configure:3973: result: yes
configure:3973: checking for glob
configure:3973: arm-linux-androideabi-gcc -o conftest -Wall -Wstrict-prototypes conftest.c -lm >&5
conftest.c:54:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char glob ();
^
conftest.c:63:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
/tmp/ccg4L2vu.o:conftest.c:function main: error: undefined reference to 'glob'
collect2: error: ld returned 1 exit status
configure:3973: $? = 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 HAVE_LIBM 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 SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_SYS_FILE_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_UTIME_NULL 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| /* end confdefs.h. */
| /* Define glob to an innocuous variant, in case declares glob.
| For example, HP-UX 11i declares gettimeofday. */
| #define glob innocuous_glob
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char glob (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef glob
|
| /* 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 glob ();
| /* 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_glob || defined __stub___glob
| choke me
| #endif
|
| int
| main ()
| {
| return glob ();
| ;
| return 0;
| }
configure:3973: result: no
configure:3973: checking for mbstowcs
configure:3973: arm-linux-androideabi-gcc -o conftest -Wall -Wstrict-prototypes conftest.c -lm >&5
conftest.c:54:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char mbstowcs ();
^
conftest.c:63:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:3973: $? = 0
configure:3973: result: yes
configure:3973: checking for setlocale
configure:3973: arm-linux-androideabi-gcc -o conftest -Wall -Wstrict-prototypes conftest.c -lm >&5
conftest.c:55:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char setlocale ();
^
conftest.c:64:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:3973: $? = 0
configure:3973: result: yes
configure:4100: 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 5ae0cff002fd
config.status:820: creating src/Makefile
config.status:820: creating www/Makefile
config.status:820: creating src/version.h
config.status:820: creating src/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_glob=no
ac_cv_func_mbstowcs=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_unsetenv=yes
ac_cv_func_utime_null=yes
ac_cv_header_glob_h=no
ac_cv_header_inttypes_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_file_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_wctype_h=yes
ac_cv_lib_m_sqrt=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/sbin/grep -E'
ac_cv_path_GREP=/usr/sbin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_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
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=4
ac_cv_sizeof_unsigned_short=2
ac_cv_struct_tm=time.h
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='arm-linux-androideabi-gcc'
CFLAGS=' -Wall -Wstrict-prototypes'
CPP='arm-linux-androideabi-gcc -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sbin/grep -E'
EXEEXT=''
GREP='/usr/sbin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS='-lm '
LN_S='ln -s'
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
VERSION='03.01.15'
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='${datarootdir}/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 HAVE_LIBM 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 SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_UNSIGNED_LONG 4
#define HAVE_SYS_FILE_H 1
#define HAVE_WCTYPE_H 1
#define HAVE_LOCALE_H 1
#define HAVE_UTIME_H 1
#define HAVE_UTIME_NULL 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SETENV 1
#define HAVE_UNSETENV 1
#define HAVE_MBSTOWCS 1
#define HAVE_SETLOCALE 1
configure: exit 0