The build took 00h 01m 09s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
1,633 |
cpp |
1,254 |
ansic |
153 |
sh |
81 |
perl |
44 |
makefile |
3,165 |
total |
The process tree of the build process is here.
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: procinfo-ng 2.0.304-6 (Tue Apr 4 21:10:56 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-linux-androideabi-gcc accepts -g... yes
checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether arm-linux-androideabi-g++ accepts -g... yes
checking for a BSD-compatible install... /usr/bin/install -c
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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking ncurses.h usability... no
checking ncurses.h presence... no
checking for ncurses.h... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for working strtod... no
checking for pow... no
checking for pow in -lm... yes
checking for select... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoull... yes
checking for snprintf... yes
checking for readdir64... yes
configure: creating ./config.status
config.status: creating Makefile
arm-linux-androideabi-g++ -pipe -Wall -s -lncurses procinfo.cpp -o procinfo
procinfo.cpp:39:21: fatal error: ncurses.h: No such file or directory
#include
^
compilation terminated.
make: *** [Makefile:47: procinfo] Error 1
==> ERROR: A failure occurred in build().
Aborting...
Printing config logfiles
CMD: config logfiles '/tmp/procinfo-ng/src/procinfo-ng-2.0.304/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 procinfo-ng configure 2.0, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 9afb9a8f9cc2
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:1713: checking for arm-linux-androideabi-gcc
configure:1740: result: arm-linux-androideabi-gcc
configure:2018: checking for C compiler version
configure:2025: 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:2028: $? = 0
configure:2035: 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:2038: $? = 0
configure:2045: 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:2048: $? = 1
configure:2071: checking for C compiler default output file name
configure:2098: arm-linux-androideabi-gcc conftest.c >&5
configure:2101: $? = 0
configure:2139: result: a.out
configure:2156: checking whether the C compiler works
configure:2186: result: yes
configure:2193: checking whether we are cross compiling
configure:2195: result: yes
configure:2198: checking for suffix of executables
configure:2205: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:2208: $? = 0
configure:2232: result:
configure:2238: checking for suffix of object files
configure:2264: arm-linux-androideabi-gcc -c conftest.c >&5
configure:2267: $? = 0
configure:2290: result: o
configure:2294: checking whether we are using the GNU C compiler
configure:2323: arm-linux-androideabi-gcc -c conftest.c >&5
configure:2329: $? = 0
configure:2346: result: yes
configure:2351: checking whether arm-linux-androideabi-gcc accepts -g
configure:2381: arm-linux-androideabi-gcc -c -g conftest.c >&5
configure:2387: $? = 0
configure:2486: result: yes
configure:2503: checking for arm-linux-androideabi-gcc option to accept ISO C89
configure:2577: arm-linux-androideabi-gcc -c conftest.c >&5
configure:2583: $? = 0
configure:2606: result: none needed
configure:2740: checking for C++ compiler version
configure:2747: arm-linux-androideabi-g++ --version >&5
arm-linux-androideabi-g++ (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:2750: $? = 0
configure:2757: arm-linux-androideabi-g++ -v >&5
Using built-in specs.
COLLECT_GCC=arm-linux-androideabi-g++
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:2760: $? = 0
configure:2767: arm-linux-androideabi-g++ -V >&5
arm-linux-androideabi-g++: error: unrecognized command line option '-V'
arm-linux-androideabi-g++: fatal error: no input files
compilation terminated.
configure:2770: $? = 1
configure:2773: checking whether we are using the GNU C++ compiler
configure:2802: arm-linux-androideabi-g++ -c conftest.cpp >&5
configure:2808: $? = 0
configure:2825: result: yes
configure:2830: checking whether arm-linux-androideabi-g++ accepts -g
configure:2860: arm-linux-androideabi-g++ -c -g conftest.cpp >&5
configure:2866: $? = 0
configure:2965: result: yes
configure:3032: checking for a BSD-compatible install
configure:3088: result: /usr/bin/install -c
configure:3109: checking how to run the C preprocessor
configure:3149: arm-linux-androideabi-gcc -E conftest.c
configure:3155: $? = 0
configure:3186: arm-linux-androideabi-gcc -E conftest.c
conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:3192: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "procinfo-ng"
| #define PACKAGE_TARNAME "procinfo-ng"
| #define PACKAGE_VERSION "2.0"
| #define PACKAGE_STRING "procinfo-ng 2.0"
| #define PACKAGE_BUGREPORT "tabrisnet@users.sourceforge.net"
| /* end confdefs.h. */
| #include
configure:3225: result: arm-linux-androideabi-gcc -E
configure:3254: arm-linux-androideabi-gcc -E conftest.c
configure:3260: $? = 0
configure:3291: arm-linux-androideabi-gcc -E conftest.c
conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:3297: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "procinfo-ng"
| #define PACKAGE_TARNAME "procinfo-ng"
| #define PACKAGE_VERSION "2.0"
| #define PACKAGE_STRING "procinfo-ng 2.0"
| #define PACKAGE_BUGREPORT "tabrisnet@users.sourceforge.net"
| /* end confdefs.h. */
| #include
configure:3335: checking for grep that handles long lines and -e
configure:3409: result: /usr/sbin/grep
configure:3414: checking for egrep
configure:3492: result: /usr/sbin/grep -E
configure:3497: checking for ANSI C header files
configure:3527: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3533: $? = 0
configure:3661: result: yes
configure:3685: checking for sys/types.h
configure:3706: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3712: $? = 0
configure:3728: result: yes
configure:3685: checking for sys/stat.h
configure:3706: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3712: $? = 0
configure:3728: result: yes
configure:3685: checking for stdlib.h
configure:3706: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3712: $? = 0
configure:3728: result: yes
configure:3685: checking for string.h
configure:3706: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3712: $? = 0
configure:3728: result: yes
configure:3685: checking for memory.h
configure:3706: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3712: $? = 0
configure:3728: result: yes
configure:3685: checking for strings.h
configure:3706: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3712: $? = 0
configure:3728: result: yes
configure:3685: checking for inttypes.h
configure:3706: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3712: $? = 0
configure:3728: result: yes
configure:3685: checking for stdint.h
configure:3706: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3712: $? = 0
configure:3728: result: yes
configure:3685: checking for unistd.h
configure:3706: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3712: $? = 0
configure:3728: result: yes
configure:3759: checking fcntl.h usability
configure:3776: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3782: $? = 0
configure:3796: result: yes
configure:3800: checking fcntl.h presence
configure:3815: arm-linux-androideabi-gcc -E conftest.c
configure:3821: $? = 0
configure:3835: result: yes
configure:3868: checking for fcntl.h
configure:3876: result: yes
configure:3759: checking math.h usability
configure:3776: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3782: $? = 0
configure:3796: result: yes
configure:3800: checking math.h presence
configure:3815: arm-linux-androideabi-gcc -E conftest.c
configure:3821: $? = 0
configure:3835: result: yes
configure:3868: checking for math.h
configure:3876: result: yes
configure:3759: checking sys/ioctl.h usability
configure:3776: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3782: $? = 0
configure:3796: result: yes
configure:3800: checking sys/ioctl.h presence
configure:3815: arm-linux-androideabi-gcc -E conftest.c
configure:3821: $? = 0
configure:3835: result: yes
configure:3868: checking for sys/ioctl.h
configure:3876: result: yes
configure:3759: checking termios.h usability
configure:3776: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3782: $? = 0
configure:3796: result: yes
configure:3800: checking termios.h presence
configure:3815: arm-linux-androideabi-gcc -E conftest.c
configure:3821: $? = 0
configure:3835: result: yes
configure:3868: checking for termios.h
configure:3876: result: yes
configure:3759: checking ncurses.h usability
configure:3776: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c:55:21: fatal error: ncurses.h: No such file or directory
#include
^
compilation terminated.
configure:3782: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "procinfo-ng"
| #define PACKAGE_TARNAME "procinfo-ng"
| #define PACKAGE_VERSION "2.0"
| #define PACKAGE_STRING "procinfo-ng 2.0"
| #define PACKAGE_BUGREPORT "tabrisnet@users.sourceforge.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TERMIOS_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:3796: result: no
configure:3800: checking ncurses.h presence
configure:3815: arm-linux-androideabi-gcc -E conftest.c
conftest.c:22:21: fatal error: ncurses.h: No such file or directory
#include
^
compilation terminated.
configure:3821: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "procinfo-ng"
| #define PACKAGE_TARNAME "procinfo-ng"
| #define PACKAGE_VERSION "2.0"
| #define PACKAGE_STRING "procinfo-ng 2.0"
| #define PACKAGE_BUGREPORT "tabrisnet@users.sourceforge.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TERMIOS_H 1
| /* end confdefs.h. */
| #include
configure:3835: result: no
configure:3868: checking for ncurses.h
configure:3876: result: no
configure:3897: checking for dirent.h that defines DIR
configure:3926: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3932: $? = 0
configure:3948: result: yes
configure:3961: checking for library containing opendir
configure:4002: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:4008: $? = 0
configure:4036: result: none required
configure:4130: checking whether time.h and sys/time.h may both be included
configure:4160: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4166: $? = 0
configure:4181: result: yes
configure:4193: checking for stdbool.h that conforms to C99
configure:4286: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4292: $? = 0
configure:4307: result: yes
configure:4309: checking for _Bool
configure:4339: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4345: $? = 0
configure:4360: result: yes
configure:4379: checking for an ANSI C-conforming const
configure:4454: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4460: $? = 0
configure:4475: result: yes
configure:4485: checking for inline
configure:4511: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4517: $? = 0
configure:4535: result: inline
configure:4554: checking for size_t
configure:4584: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4590: $? = 0
configure:4605: result: yes
configure:4617: checking whether time.h and sys/time.h may both be included
configure:4668: result: yes
configure:4679: checking for uint32_t
configure:4710: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4716: $? = 0
configure:4737: result: yes
configure:4755: checking for uint64_t
configure:4786: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4792: $? = 0
configure:4813: result: yes
configure:4831: checking for int32_t
configure:4862: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4868: $? = 0
configure:4897: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:64:60: warning: integer overflow in expression [-Woverflow]
< (int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 2))];
^
conftest.c:63:12: error: storage size of 'test_array' isn't constant
static int test_array [1 - 2 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 1)
^
configure:4903: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "procinfo-ng"
| #define PACKAGE_TARNAME "procinfo-ng"
| #define PACKAGE_VERSION "2.0"
| #define PACKAGE_STRING "procinfo-ng 2.0"
| #define PACKAGE_BUGREPORT "tabrisnet@users.sourceforge.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 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 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 1)
| < (int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 2))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:4932: result: yes
configure:4945: checking for int64_t
configure:4976: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4982: $? = 0
configure:5011: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:64:60: warning: integer overflow in expression [-Woverflow]
< (int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 2))];
^
conftest.c:63:12: error: storage size of 'test_array' isn't constant
static int test_array [1 - 2 * !((int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 1)
^
configure:5017: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "procinfo-ng"
| #define PACKAGE_TARNAME "procinfo-ng"
| #define PACKAGE_VERSION "2.0"
| #define PACKAGE_STRING "procinfo-ng 2.0"
| #define PACKAGE_BUGREPORT "tabrisnet@users.sourceforge.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 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 * !((int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 1)
| < (int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 2))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:5046: result: yes
configure:5076: checking sys/select.h usability
configure:5093: arm-linux-androideabi-gcc -c conftest.c >&5
configure:5099: $? = 0
configure:5113: result: yes
configure:5117: checking sys/select.h presence
configure:5132: arm-linux-androideabi-gcc -E conftest.c
configure:5138: $? = 0
configure:5152: result: yes
configure:5185: checking for sys/select.h
configure:5193: result: yes
configure:5076: checking sys/socket.h usability
configure:5093: arm-linux-androideabi-gcc -c conftest.c >&5
configure:5099: $? = 0
configure:5113: result: yes
configure:5117: checking sys/socket.h presence
configure:5132: arm-linux-androideabi-gcc -E conftest.c
configure:5138: $? = 0
configure:5152: result: yes
configure:5185: checking for sys/socket.h
configure:5193: result: yes
configure:5206: checking types of arguments for select
configure:5244: arm-linux-androideabi-gcc -c conftest.c >&5
configure:5250: $? = 0
configure:5271: result: int,fd_set *,struct timeval *
configure:5294: checking for working strtod
configure:5373: result: no
configure:5382: checking for pow
configure:5438: arm-linux-androideabi-gcc -o conftest conftest.c >&5
conftest.c:55:6: warning: conflicting types for built-in function 'pow' [enabled by default]
char pow ();
^
/tmp/ccyh9dK9.o:conftest.c:function main: error: undefined reference to 'pow'
collect2: error: ld returned 1 exit status
configure:5444: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "procinfo-ng"
| #define PACKAGE_TARNAME "procinfo-ng"
| #define PACKAGE_VERSION "2.0"
| #define PACKAGE_STRING "procinfo-ng 2.0"
| #define PACKAGE_BUGREPORT "tabrisnet@users.sourceforge.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| /* end confdefs.h. */
| /* Define pow to an innocuous variant, in case declares pow.
| For example, HP-UX 11i declares gettimeofday. */
| #define pow innocuous_pow
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pow (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef pow
|
| /* 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 pow ();
| /* 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_pow || defined __stub___pow
| choke me
| #endif
|
| int
| main ()
| {
| return pow ();
| ;
| return 0;
| }
configure:5461: result: no
configure:5465: checking for pow in -lm
configure:5500: arm-linux-androideabi-gcc -o conftest conftest.c -lm >&5
conftest.c:39:6: warning: conflicting types for built-in function 'pow' [enabled by default]
char pow ();
^
configure:5506: $? = 0
configure:5524: result: yes
configure:5546: checking for select
configure:5602: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:5608: $? = 0
configure:5626: result: yes
configure:5546: checking for strtol
configure:5602: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:5608: $? = 0
configure:5626: result: yes
configure:5546: checking for strtoul
configure:5602: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:5608: $? = 0
configure:5626: result: yes
configure:5546: checking for strtoull
configure:5602: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:5608: $? = 0
configure:5626: result: yes
configure:5546: checking for snprintf
configure:5602: arm-linux-androideabi-gcc -o conftest conftest.c >&5
conftest.c:59:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
char snprintf ();
^
configure:5608: $? = 0
configure:5626: result: yes
configure:5546: checking for readdir64
configure:5602: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:5608: $? = 0
configure:5626: result: yes
configure:5783: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by procinfo-ng config.status 2.0, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 9afb9a8f9cc2
config.status:582: creating Makefile
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_int32_t=yes
ac_cv_c_int64_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=arm-linux-androideabi-g++
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_pow=no
ac_cv_func_readdir64=yes
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_snprintf=yes
ac_cv_func_strtod=no
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_func_strtoull=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_ncurses_h=no
ac_cv_header_stdbool_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_ioctl_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_m_pow=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_cxx_g=yes
ac_cv_search_opendir='none required'
ac_cv_type__Bool=yes
ac_cv_type_size_t=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='arm-linux-androideabi-gcc'
CFLAGS=' -pipe -Wall'
CPP='arm-linux-androideabi-gcc -E'
CPPFLAGS=''
CXX='arm-linux-androideabi-g++'
CXXFLAGS=''
DEFS='-DPACKAGE_NAME=\"procinfo-ng\" -DPACKAGE_TARNAME=\"procinfo-ng\" -DPACKAGE_VERSION=\"2.0\" -DPACKAGE_STRING=\"procinfo-ng\ 2.0\" -DPACKAGE_BUGREPORT=\"tabrisnet@users.sourceforge.net\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FCNTL_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_DIRENT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKET_H=1 -DSELECT_TYPE_ARG1=int -DSELECT_TYPE_ARG234=\(fd_set\ \*\) -DSELECT_TYPE_ARG5=\(struct\ timeval\ \*\) -DHAVE_SELECT=1 -DHAVE_STRTOL=1 -DHAVE_STRTOUL=1 -DHAVE_STRTOULL=1 -DHAVE_SNPRINTF=1 -DHAVE_READDIR64=1'
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='-s -lncurses'
LIBOBJS=' ${LIBOBJDIR}strtod$U.o'
LIBS=''
LTLIBOBJS=' ${LIBOBJDIR}strtod$U.lo'
OBJEXT='o'
PACKAGE_BUGREPORT='tabrisnet@users.sourceforge.net'
PACKAGE_NAME='procinfo-ng'
PACKAGE_STRING='procinfo-ng 2.0'
PACKAGE_TARNAME='procinfo-ng'
PACKAGE_VERSION='2.0'
PATH_SEPARATOR=':'
POW_LIB='-lm'
SHELL='/bin/sh'
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build_alias='x86_64-unknown-linux'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias='arm-linux-androideabi'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
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. ##
## ----------- ##
#define PACKAGE_NAME "procinfo-ng"
#define PACKAGE_TARNAME "procinfo-ng"
#define PACKAGE_VERSION "2.0"
#define PACKAGE_STRING "procinfo-ng 2.0"
#define PACKAGE_BUGREPORT "tabrisnet@users.sourceforge.net"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FCNTL_H 1
#define HAVE_MATH_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_DIRENT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define HAVE_SELECT 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
#define HAVE_STRTOULL 1
#define HAVE_SNPRINTF 1
#define HAVE_READDIR64 1
configure: exit 0