Build of mpdecimal with android toolchain

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

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

SLOCLanguage
17,467 ansic
3,320 sh
502 lisp
251 makefile
85 python
18 asm
21,643 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
# /toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/SOURCES --> /sysroot/SOURCES
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/COPYING --> /sysroot/COPYING
# /toolchain_root/COPYING3 --> /sysroot/COPYING3
# /toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: mpdecimal 2.4.2-1 (Tue Apr 4 21:34:22 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... arm-unknown-linux-androideabi
# checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
# checking 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 arm-linux-androideabi-ar... arm-linux-androideabi-ar
# checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
# checking system as reported by uname -s... Linux
# 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 for inttypes.h... (cached) yes
# checking for stdint.h... (cached) yes
# checking for size_t... yes
# checking for int32_t... yes
# checking for int64_t... yes
# checking for uint32_t... yes
# checking for uint64_t... yes
# checking for __uint128_t... no
# checking size of size_t... 4
# checking size of __uint128_t... 0
# checking for x64 gcc inline assembler... no
# checking for x87 gcc inline assembler... no
# checking for -O2... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for glibc _FORTIFY_SOURCE/memmove bug... undefined
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating libmpdec/Makefile
# config.status: creating tests/Makefile
# config.status: creating libmpdec/mpdecimal.h
# config.status: creating config.h
# cd libmpdec && make
# make[1]: Entering directory '/tmp/mpdecimal/src/mpdecimal-2.4.2/libmpdec'
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -c basearith.c
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -c context.c
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -c constants.c
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -c convolute.c
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -c crt.c
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -c mpdecimal.c
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -c mpsignal.c
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -c difradix2.c
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -c fnt.c
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -c fourstep.c
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -c io.c
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -c memory.c
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -c numbertheory.c
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -c sixstep.c
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -c transpose.c
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -fPIC -c basearith.c -o .objs/basearith.o
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -fPIC -c context.c -o .objs/context.o
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -fPIC -c constants.c -o .objs/constants.o
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -fPIC -c convolute.c -o .objs/convolute.o
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -fPIC -c crt.c -o .objs/crt.o
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -fPIC -c mpdecimal.c -o .objs/mpdecimal.o
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -fPIC -c mpsignal.c -o .objs/mpsignal.o
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -fPIC -c difradix2.c -o .objs/difradix2.o
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -fPIC -c fnt.c -o .objs/fnt.o
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -fPIC -c fourstep.c -o .objs/fourstep.o
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -fPIC -c io.c -o .objs/io.o
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -fPIC -c memory.c -o .objs/memory.o
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -fPIC -c numbertheory.c -o .objs/numbertheory.o
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -fPIC -c sixstep.c -o .objs/sixstep.o
# arm-linux-androideabi-gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2 -fPIC -c transpose.c -o .objs/transpose.o
# arm-linux-androideabi-ar rc libmpdec.a basearith.o context.o constants.o convolute.o crt.o mpdecimal.o mpsignal.o difradix2.o fnt.o fourstep.o io.o memory.o numbertheory.o sixstep.o transpose.o
# arm-linux-androideabi-ranlib libmpdec.a
# arm-linux-androideabi-gcc -shared -Wl,-soname,libmpdec.so.2 -o libmpdec.so.2.4.2 .objs/basearith.o .objs/context.o .objs/constants.o .objs/convolute.o .objs/crt.o .objs/mpdecimal.o .objs/mpsignal.o .objs/difradix2.o .objs/fnt.o .objs/fourstep.o .objs/io.o .objs/memory.o .objs/numbertheory.o .objs/sixstep.o .objs/transpose.o -lm
# ln -sf libmpdec.so.2.4.2 libmpdec.so
# ln -sf libmpdec.so.2.4.2 libmpdec.so.2
# make[1]: Leaving directory '/tmp/mpdecimal/src/mpdecimal-2.4.2/libmpdec'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# /usr/bin/install -c -d -m 755 /tmp/mpdecimal/pkg/mpdecimal/usr/include
# /usr/bin/install -c -m 644 libmpdec/mpdecimal.h /tmp/mpdecimal/pkg/mpdecimal/usr/include
# /usr/bin/install -c -d -m 755 /tmp/mpdecimal/pkg/mpdecimal/usr/lib
# /usr/bin/install -c -m 644 libmpdec/libmpdec.a /tmp/mpdecimal/pkg/mpdecimal/usr/lib
# /usr/bin/install -c -m 755 libmpdec/libmpdec.so.2.4.2 /tmp/mpdecimal/pkg/mpdecimal/usr/lib
# cd /tmp/mpdecimal/pkg/mpdecimal/usr/lib && ln -sf libmpdec.so.2.4.2 libmpdec.so.2 && ln -sf libmpdec.so.2.4.2 libmpdec.so
# /usr/bin/install -c -d -m 755 /tmp/mpdecimal/pkg/mpdecimal/usr/share/doc/mpdecimal
# cp -R doc/* /tmp/mpdecimal/pkg/mpdecimal/usr/share/doc/mpdecimal
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "mpdecimal"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: mpdecimal 2.4.2-1 (Tue Apr 4 21:34:30 UTC 2017)

CMD: pacman --query --file mpdecimal-2.4.2-1-x86_64.pkg.tar.xz
# mpdecimal 2.4.2-1

Creating hybrid package for 'mpdecimal'

Trying to find vanilla package 'mpdecimal'...

CMD: pacman --query --file /mirror/mpdecimal-2.4.2-1.pkg.tar.xz
# mpdecimal 2.4.2-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/share/licenses/mpdecimal/LICENSE.txt
# /usr/share/doc/mpdecimal/context.html
# /usr/share/doc/mpdecimal/attributes.html
# /usr/share/doc/mpdecimal/LICENSE.txt
# /usr/share/doc/mpdecimal/functions.html
# /usr/share/doc/mpdecimal/various.html
# /usr/share/doc/mpdecimal/objects.inv
# /usr/share/doc/mpdecimal/assign-convert.html
# /usr/share/doc/mpdecimal/search.html
# /usr/share/doc/mpdecimal/memory.html
# /usr/share/doc/mpdecimal/decimals.html
# /usr/share/doc/mpdecimal/searchindex.js
# /usr/share/doc/mpdecimal/index.html
# /usr/share/doc/mpdecimal/arithmetic.html
# /usr/share/doc/mpdecimal/_static/pygments.css
# /usr/share/doc/mpdecimal/_static/minus.png
# /usr/share/doc/mpdecimal/_static/searchtools.js
# /usr/share/doc/mpdecimal/_static/file.png
# /usr/share/doc/mpdecimal/_static/sidebar.js
# /usr/share/doc/mpdecimal/_static/websupport.js
# /usr/share/doc/mpdecimal/_static/down.png
# /usr/share/doc/mpdecimal/_static/jquery.js
# /usr/share/doc/mpdecimal/_static/up-pressed.png
# /usr/share/doc/mpdecimal/_static/up.png
# /usr/share/doc/mpdecimal/_static/ajax-loader.gif
# /usr/share/doc/mpdecimal/_static/comment-bright.png
# /usr/share/doc/mpdecimal/_static/basic.css
# /usr/share/doc/mpdecimal/_static/default.css
# /usr/share/doc/mpdecimal/_static/comment.png
# /usr/share/doc/mpdecimal/_static/comment-close.png
# /usr/share/doc/mpdecimal/_static/plus.png
# /usr/share/doc/mpdecimal/_static/doctools.js
# /usr/share/doc/mpdecimal/_static/mpdecimal-doc.css
# /usr/share/doc/mpdecimal/_static/down-pressed.png
# /usr/share/doc/mpdecimal/_static/underscore.js
# /usr/lib/libmpdec.so
# /usr/lib/libmpdec.so.2.4.2
# /usr/lib/libmpdec.so.2
# /usr/include/mpdecimal.h
# /sysroot/sysroot/usr/lib/libmpdec.a
# /sysroot/sysroot/usr/lib/libmpdec.so.2.4.2
# /sysroot/sysroot/usr/lib/libmpdec.so.2
# /sysroot/sysroot/usr/lib/libmpdec.so
# /sysroot/sysroot/usr/include/mpdecimal.h

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/mpdecimal.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/mpdecimal.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/mpdecimal/src/mpdecimal-2.4.2/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 mpdecimal configure 2.4.2, 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 = ea643c2108a1
# 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:2425: checking build system type
# configure:2439: result: x86_64-unknown-linux-gnu
# configure:2459: checking host system type
# configure:2472: result: arm-unknown-linux-androideabi
# configure:2511: checking for arm-linux-androideabi-gcc
# configure:2538: result: arm-linux-androideabi-gcc
# configure:2807: checking for C compiler version
# configure:2816: 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:2827: $? = 0
# configure:2816: 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:2827: $? = 0
# configure:2816: 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:2827: $? = 1
# configure:2816: 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:2827: $? = 1
# configure:2847: checking whether the C compiler works
# configure:2869: arm-linux-androideabi-gcc conftest.c >&5
# configure:2873: $? = 0
# configure:2921: result: yes
# configure:2924: checking for C compiler default output file name
# configure:2926: result: a.out
# configure:2932: checking for suffix of executables
# configure:2939: arm-linux-androideabi-gcc -o conftest conftest.c >&5
# configure:2943: $? = 0
# configure:2965: result:
# configure:2987: checking whether we are cross compiling
# configure:3025: result: yes
# configure:3030: checking for suffix of object files
# configure:3052: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3056: $? = 0
# configure:3077: result: o
# configure:3081: checking whether we are using the GNU C compiler
# configure:3100: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3100: $? = 0
# configure:3109: result: yes
# configure:3118: checking whether arm-linux-androideabi-gcc accepts -g
# configure:3138: arm-linux-androideabi-gcc -c -g conftest.c >&5
# configure:3138: $? = 0
# configure:3179: result: yes
# configure:3196: checking for arm-linux-androideabi-gcc option to accept ISO C89
# configure:3259: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3259: $? = 0
# configure:3272: result: none needed
# configure:3298: checking for arm-linux-androideabi-ar
# configure:3314: found /sysroot/bin/arm-linux-androideabi-ar
# configure:3325: result: arm-linux-androideabi-ar
# configure:3390: checking for arm-linux-androideabi-ranlib
# configure:3406: found /sysroot/bin/arm-linux-androideabi-ranlib
# configure:3417: result: arm-linux-androideabi-ranlib
# configure:3482: checking system as reported by uname -s
# configure:3485: result: Linux
# configure:3495: checking how to run the C preprocessor
# configure:3526: arm-linux-androideabi-gcc -E conftest.c
# configure:3526: $? = 0
# configure:3540: 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:3540: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpdecimal"
# | #define PACKAGE_TARNAME "mpdecimal"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "mpdecimal 2.4.2"
# | #define PACKAGE_BUGREPORT "mpdecimal-bugs@bytereef.org"
# | #define PACKAGE_URL "http://www.bytereef.org/mpdecimal/index.html"
# | /* end confdefs.h. */
# | #include
# configure:3565: result: arm-linux-androideabi-gcc -E
# configure:3585: arm-linux-androideabi-gcc -E conftest.c
# configure:3585: $? = 0
# configure:3599: 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:3599: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpdecimal"
# | #define PACKAGE_TARNAME "mpdecimal"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "mpdecimal 2.4.2"
# | #define PACKAGE_BUGREPORT "mpdecimal-bugs@bytereef.org"
# | #define PACKAGE_URL "http://www.bytereef.org/mpdecimal/index.html"
# | /* end confdefs.h. */
# | #include
# configure:3628: checking for grep that handles long lines and -e
# configure:3686: result: /usr/sbin/grep
# configure:3691: checking for egrep
# configure:3753: result: /usr/sbin/grep -E
# configure:3758: checking for ANSI C header files
# configure:3778: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3778: $? = 0
# configure:3862: result: yes
# configure:3875: checking for sys/types.h
# configure:3875: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for sys/stat.h
# configure:3875: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for stdlib.h
# configure:3875: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for string.h
# configure:3875: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for memory.h
# configure:3875: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for strings.h
# configure:3875: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for inttypes.h
# configure:3875: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for stdint.h
# configure:3875: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for unistd.h
# configure:3875: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3890: checking for inttypes.h
# configure:3890: result: yes
# configure:3890: checking for stdint.h
# configure:3890: result: yes
# configure:3902: checking for size_t
# configure:3902: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3902: $? = 0
# configure:3902: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:57:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:3902: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpdecimal"
# | #define PACKAGE_TARNAME "mpdecimal"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "mpdecimal 2.4.2"
# | #define PACKAGE_BUGREPORT "mpdecimal-bugs@bytereef.org"
# | #define PACKAGE_URL "http://www.bytereef.org/mpdecimal/index.html"
# | #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_INTTYPES_H 1
# | #define HAVE_STDINT_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:3902: result: yes
# configure:3913: checking for int32_t
# configure:3913: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3913: $? = 0
# configure:3913: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:59:53: warning: integer overflow in expression [-Woverflow]
# < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
# ^
# conftest.c:58:12: error: storage size of 'test_array' isn't constant
# static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# ^
# configure:3913: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpdecimal"
# | #define PACKAGE_TARNAME "mpdecimal"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "mpdecimal 2.4.2"
# | #define PACKAGE_BUGREPORT "mpdecimal-bugs@bytereef.org"
# | #define PACKAGE_URL "http://www.bytereef.org/mpdecimal/index.html"
# | #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_INTTYPES_H 1
# | #define HAVE_STDINT_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
# | enum { N = 32 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:3913: result: yes
# configure:3924: checking for int64_t
# configure:3924: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3924: $? = 0
# configure:3924: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:59:53: warning: integer overflow in expression [-Woverflow]
# < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
# ^
# conftest.c:58:12: error: storage size of 'test_array' isn't constant
# static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# ^
# configure:3924: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpdecimal"
# | #define PACKAGE_TARNAME "mpdecimal"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "mpdecimal 2.4.2"
# | #define PACKAGE_BUGREPORT "mpdecimal-bugs@bytereef.org"
# | #define PACKAGE_URL "http://www.bytereef.org/mpdecimal/index.html"
# | #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_INTTYPES_H 1
# | #define HAVE_STDINT_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
# | enum { N = 64 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:3924: result: yes
# configure:3935: checking for uint32_t
# configure:3935: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3935: $? = 0
# configure:3935: result: yes
# configure:3949: checking for uint64_t
# configure:3949: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3949: $? = 0
# configure:3949: result: yes
# configure:3963: checking for __uint128_t
# configure:3963: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:57:13: error: '__uint128_t' undeclared (first use in this function)
# if (sizeof (__uint128_t))
# ^
# conftest.c:57:13: note: each undeclared identifier is reported only once for each function it appears in
# configure:3963: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpdecimal"
# | #define PACKAGE_TARNAME "mpdecimal"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "mpdecimal 2.4.2"
# | #define PACKAGE_BUGREPORT "mpdecimal-bugs@bytereef.org"
# | #define PACKAGE_URL "http://www.bytereef.org/mpdecimal/index.html"
# | #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_INTTYPES_H 1
# | #define HAVE_STDINT_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 (__uint128_t))
# | return 0;
# | ;
# | return 0;
# | }
# configure:3963: result: no
# configure:3976: checking size of size_t
# configure:3981: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3981: $? = 0
# configure:3981: 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 (size_t))) <= 0)];
# ^
# configure:3981: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpdecimal"
# | #define PACKAGE_TARNAME "mpdecimal"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "mpdecimal 2.4.2"
# | #define PACKAGE_BUGREPORT "mpdecimal-bugs@bytereef.org"
# | #define PACKAGE_URL "http://www.bytereef.org/mpdecimal/index.html"
# | #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_INTTYPES_H 1
# | #define HAVE_STDINT_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 (size_t))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:3981: 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 (size_t))) <= 1)];
# ^
# configure:3981: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpdecimal"
# | #define PACKAGE_TARNAME "mpdecimal"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "mpdecimal 2.4.2"
# | #define PACKAGE_BUGREPORT "mpdecimal-bugs@bytereef.org"
# | #define PACKAGE_URL "http://www.bytereef.org/mpdecimal/index.html"
# | #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_INTTYPES_H 1
# | #define HAVE_STDINT_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 (size_t))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:3981: 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 (size_t))) <= 3)];
# ^
# configure:3981: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpdecimal"
# | #define PACKAGE_TARNAME "mpdecimal"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "mpdecimal 2.4.2"
# | #define PACKAGE_BUGREPORT "mpdecimal-bugs@bytereef.org"
# | #define PACKAGE_URL "http://www.bytereef.org/mpdecimal/index.html"
# | #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_INTTYPES_H 1
# | #define HAVE_STDINT_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 (size_t))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:3981: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3981: $? = 0
# configure:3981: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3981: $? = 0
# configure:3981: arm-linux-androideabi-gcc -c conftest.c >&5
# configure:3981: $? = 0
# configure:3995: result: 4
# configure:4009: checking size of __uint128_t
# configure:4014: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:58:55: error: '__uint128_t' undeclared (first use in this function)
# static int test_array [1 - 2 * !(((long int) (sizeof (__uint128_t))) >= 0)];
# ^
# conftest.c:58:55: note: each undeclared identifier is reported only once for each function it appears in
# configure:4014: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpdecimal"
# | #define PACKAGE_TARNAME "mpdecimal"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "mpdecimal 2.4.2"
# | #define PACKAGE_BUGREPORT "mpdecimal-bugs@bytereef.org"
# | #define PACKAGE_URL "http://www.bytereef.org/mpdecimal/index.html"
# | #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_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define SIZEOF_SIZE_T 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 (__uint128_t))) >= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4014: arm-linux-androideabi-gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:58:55: error: '__uint128_t' undeclared (first use in this function)
# static int test_array [1 - 2 * !(((long int) (sizeof (__uint128_t))) < 0)];
# ^
# conftest.c:58:55: note: each undeclared identifier is reported only once for each function it appears in
# configure:4014: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpdecimal"
# | #define PACKAGE_TARNAME "mpdecimal"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "mpdecimal 2.4.2"
# | #define PACKAGE_BUGREPORT "mpdecimal-bugs@bytereef.org"
# | #define PACKAGE_URL "http://www.bytereef.org/mpdecimal/index.html"
# | #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_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define SIZEOF_SIZE_T 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 (__uint128_t))) < 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4028: result: 0
# configure:4040: checking for x64 gcc inline assembler
# configure:4055: arm-linux-androideabi-gcc -c conftest.c >&5
# /tmp/ccIKsnmb.s: Assembler messages:
# /tmp/ccIKsnmb.s:25: Error: bad instruction `movq %rcx,%rax'
# configure:4055: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpdecimal"
# | #define PACKAGE_TARNAME "mpdecimal"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "mpdecimal 2.4.2"
# | #define PACKAGE_BUGREPORT "mpdecimal-bugs@bytereef.org"
# | #define PACKAGE_URL "http://www.bytereef.org/mpdecimal/index.html"
# | #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_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF___UINT128_T 0
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | __asm__ __volatile__ ("movq %rcx, %rax");
# |
# | ;
# | return 0;
# | }
# configure:4061: result: no
# configure:4070: checking for x87 gcc inline assembler
# configure:4087: arm-linux-androideabi-gcc -c conftest.c >&5
# /tmp/cct8PHNe.s: Assembler messages:
# /tmp/cct8PHNe.s:26: Error: bad instruction `fnstcw [fp,#-6]'
# /tmp/cct8PHNe.s:29: Error: bad instruction `fldcw [fp,#-6]'
# configure:4087: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "mpdecimal"
# | #define PACKAGE_TARNAME "mpdecimal"
# | #define PACKAGE_VERSION "2.4.2"
# | #define PACKAGE_STRING "mpdecimal 2.4.2"
# | #define PACKAGE_BUGREPORT "mpdecimal-bugs@bytereef.org"
# | #define PACKAGE_URL "http://www.bytereef.org/mpdecimal/index.html"
# | #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_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define SIZEOF_SIZE_T 4
# | #define SIZEOF___UINT128_T 0
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | unsigned short cw;
# | __asm__ __volatile__ ("fnstcw %0" : "=m" (cw));
# | __asm__ __volatile__ ("fldcw %0" : : "m" (cw));
# |
# | ;
# | return 0;
# | }
# configure:4093: result: no
# configure:4102: checking for -O2
# configure:4118: arm-linux-androideabi-gcc -c -O2 conftest.c >&5
# configure:4118: $? = 0
# configure:4124: result: yes
# configure:4143: checking for a BSD-compatible install
# configure:4211: result: /usr/bin/install -c
# configure:4226: checking for glibc _FORTIFY_SOURCE/memmove bug
# configure:4265: result: undefined
# configure:4679: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by mpdecimal config.status 2.4.2, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on ea643c2108a1
#
# config.status:844: creating Makefile
# config.status:844: creating libmpdec/Makefile
# config.status:844: creating tests/Makefile
# config.status:844: creating libmpdec/mpdecimal.h
# config.status:844: creating config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# 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_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_MACHINE_set=
# ac_cv_env_MACHINE_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_header_inttypes_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_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=arm-unknown-linux-androideabi
# ac_cv_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_AR=arm-linux-androideabi-ar
# 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_sizeof___uint128_t=0
# ac_cv_sizeof_size_t=4
# ac_cv_type___uint128_t=no
# ac_cv_type_size_t=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
#
# #define CONFIG_32
# #error "cannot use CONFIG_64 with 32-bit header."
# #endif
# #endif'
# #ifdef CONFIG_64
# #ifndef CONFIG_32
# /* ABI: 32-bit */
# AR='arm-linux-androideabi-ar'
# CC='arm-linux-androideabi-gcc'
# CFLAGS=''
# CONFIGURE_CFLAGS='-Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_32 -DANSI -O2'
# CONFIGURE_LDFLAGS=''
# 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='/usr/bin/install -c'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LD='arm-linux-androideabi-gcc'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBSHARED='libmpdec.so.2.4.2'
# LIBSONAME='libmpdec.so.2'
# LIBSTATIC='libmpdec.a'
# LTLIBOBJS=''
# MACHINE='ansi32'
# MPD_CONFIG='-DCONFIG_32 -DANSI'
# MPD_DPREC='18'
# MPD_HEADER=''
# MPD_HEADER_CONFIG='
# MPD_OPT='-O2'
# MPD_PGEN='-fprofile-generate -fprofile-values'
# MPD_PREC='9'
# MPD_PUSE='-fprofile-use -freorder-blocks'
# MPD_WARN='-Wall -W -Wno-unknown-pragmas -std=c99 -pedantic'
# OBJEXT='o'
# PACKAGE_BUGREPORT='mpdecimal-bugs@bytereef.org'
# PACKAGE_NAME='mpdecimal'
# PACKAGE_STRING='mpdecimal 2.4.2'
# PACKAGE_TARNAME='mpdecimal'
# PACKAGE_URL='http://www.bytereef.org/mpdecimal/index.html'
# PACKAGE_VERSION='2.4.2'
# PATH_SEPARATOR=':'
# RANLIB='arm-linux-androideabi-ranlib'
# SHELL='/bin/sh'
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias='x86_64-unknown-linux'
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='arm-unknown-linux-androideabi'
# host_alias='arm-linux-androideabi'
# host_cpu='arm'
# host_os='linux-androideabi'
# host_vendor='unknown'
# 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 "mpdecimal"
# #define PACKAGE_TARNAME "mpdecimal"
# #define PACKAGE_VERSION "2.4.2"
# #define PACKAGE_STRING "mpdecimal 2.4.2"
# #define PACKAGE_BUGREPORT "mpdecimal-bugs@bytereef.org"
# #define PACKAGE_URL "http://www.bytereef.org/mpdecimal/index.html"
# #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_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define SIZEOF_SIZE_T 4
# #define SIZEOF___UINT128_T 0
#
# configure: exit 0