Build of mpdecimal with vanilla toolchain

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

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

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

The process tree of the build process is here.

Log

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

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

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

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: mpdecimal 2.4.2-1 (Wed Aug 24 13:48:49 UTC 2016)
# ==> 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... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... 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... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking system as reported by uname -s... Linux
# checking how to run the C preprocessor... 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... yes
# checking size of size_t... 8
# checking size of __uint128_t... 16
# checking for x64 gcc inline assembler... yes
# checking for x87 gcc inline assembler... yes
# checking for -O2... yes
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for glibc _FORTIFY_SOURCE/memmove bug... no
# 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'
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -c basearith.c
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -c context.c
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -c constants.c
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -c convolute.c
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -c crt.c
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -c mpdecimal.c
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -c mpsignal.c
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -c difradix2.c
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -c fnt.c
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -c fourstep.c
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -c io.c
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -c memory.c
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -c numbertheory.c
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -c sixstep.c
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -c transpose.c
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -fPIC -c basearith.c -o .objs/basearith.o
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -fPIC -c context.c -o .objs/context.o
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -fPIC -c constants.c -o .objs/constants.o
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -fPIC -c convolute.c -o .objs/convolute.o
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -fPIC -c crt.c -o .objs/crt.o
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -fPIC -c mpdecimal.c -o .objs/mpdecimal.o
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -fPIC -c mpsignal.c -o .objs/mpsignal.o
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -fPIC -c difradix2.c -o .objs/difradix2.o
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -fPIC -c fnt.c -o .objs/fnt.o
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -fPIC -c fourstep.c -o .objs/fourstep.o
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -fPIC -c io.c -o .objs/io.o
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -fPIC -c memory.c -o .objs/memory.o
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -fPIC -c numbertheory.c -o .objs/numbertheory.o
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -fPIC -c sixstep.c -o .objs/sixstep.o
# gcc -Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2 -fPIC -c transpose.c -o .objs/transpose.o
# 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
# 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
# ranlib libmpdec.a
# 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 (Wed Aug 24 13:48:58 UTC 2016)

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/usr/lib/libmpdec.a
# /sysroot/usr/lib/libmpdec.so.2.4.2
# /sysroot/usr/lib/libmpdec.so.2
# /sysroot/usr/lib/libmpdec.so
# /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
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 744

Attempting to access local repository, attempt 2

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 --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 8f191f1d23bf
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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: /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: x86_64-unknown-linux-gnu
# configure:2511: checking for x86_64-unknown-linux-gcc
# configure:2541: result: no
# configure:2551: checking for gcc
# configure:2567: found /usr/sbin/gcc
# configure:2578: result: gcc
# configure:2807: checking for C compiler version
# configure:2816: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 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: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2827: $? = 0
# configure:2816: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2827: $? = 1
# configure:2816: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:2827: $? = 1
# configure:2847: checking whether the C compiler works
# configure:2869: 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: gcc -o conftest conftest.c >&5
# configure:2943: $? = 0
# configure:2965: result:
# configure:2987: checking whether we are cross compiling
# configure:2995: gcc -o conftest conftest.c >&5
# configure:2999: $? = 0
# configure:3006: ./conftest
# configure:3010: $? = 0
# configure:3025: result: no
# configure:3030: checking for suffix of object files
# configure:3052: 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: gcc -c conftest.c >&5
# configure:3100: $? = 0
# configure:3109: result: yes
# configure:3118: checking whether gcc accepts -g
# configure:3138: gcc -c -g conftest.c >&5
# configure:3138: $? = 0
# configure:3179: result: yes
# configure:3196: checking for gcc option to accept ISO C89
# configure:3259: gcc -c conftest.c >&5
# configure:3259: $? = 0
# configure:3272: result: none needed
# configure:3298: checking for x86_64-unknown-linux-ar
# configure:3328: result: no
# configure:3338: checking for ar
# configure:3354: found /usr/sbin/ar
# configure:3365: result: ar
# configure:3390: checking for x86_64-unknown-linux-ranlib
# configure:3420: result: no
# configure:3430: checking for ranlib
# configure:3446: found /usr/sbin/ranlib
# configure:3457: result: 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: gcc -E conftest.c
# configure:3526: $? = 0
# configure:3540: 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: gcc -E
# configure:3585: gcc -E conftest.c
# configure:3585: $? = 0
# configure:3599: 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: gcc -c conftest.c >&5
# configure:3778: $? = 0
# configure:3851: gcc -o conftest conftest.c >&5
# configure:3851: $? = 0
# configure:3851: ./conftest
# configure:3851: $? = 0
# configure:3862: result: yes
# configure:3875: checking for sys/types.h
# configure:3875: gcc -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for sys/stat.h
# configure:3875: gcc -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for stdlib.h
# configure:3875: gcc -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for string.h
# configure:3875: gcc -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for memory.h
# configure:3875: gcc -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for strings.h
# configure:3875: gcc -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for inttypes.h
# configure:3875: gcc -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for stdint.h
# configure:3875: gcc -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for unistd.h
# configure:3875: 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: gcc -c conftest.c >&5
# configure:3902: $? = 0
# configure:3902: 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: gcc -c conftest.c >&5
# configure:3913: $? = 0
# configure:3913: 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: gcc -c conftest.c >&5
# configure:3924: $? = 0
# configure:3924: 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: gcc -c conftest.c >&5
# configure:3935: $? = 0
# configure:3935: result: yes
# configure:3949: checking for uint64_t
# configure:3949: gcc -c conftest.c >&5
# configure:3949: $? = 0
# configure:3949: result: yes
# configure:3963: checking for __uint128_t
# configure:3963: gcc -c conftest.c >&5
# configure:3963: $? = 0
# configure:3963: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:57:26: error: expected expression before ')' token
# if (sizeof ((__uint128_t)))
# ^
# 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: yes
# configure:3976: checking size of size_t
# configure:3981: gcc -o conftest conftest.c >&5
# configure:3981: $? = 0
# configure:3981: ./conftest
# configure:3981: $? = 0
# configure:3995: result: 8
# configure:4009: checking size of __uint128_t
# configure:4014: gcc -o conftest conftest.c >&5
# configure:4014: $? = 0
# configure:4014: ./conftest
# configure:4014: $? = 0
# configure:4028: result: 16
# configure:4040: checking for x64 gcc inline assembler
# configure:4055: gcc -c conftest.c >&5
# configure:4055: $? = 0
# configure:4061: result: yes
# configure:4070: checking for x87 gcc inline assembler
# configure:4087: gcc -c conftest.c >&5
# configure:4087: $? = 0
# configure:4093: result: yes
# configure:4102: checking for -O2
# configure:4118: 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:4255: gcc -o conftest -O2 -D_FORTIFY_SOURCE=2 conftest.c >&5
# configure:4255: $? = 0
# configure:4255: ./conftest
# configure:4255: $? = 0
# configure:4265: result: no
# 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 8f191f1d23bf
#
# config.status:847: creating Makefile
# config.status:847: creating libmpdec/Makefile
# config.status:847: creating tests/Makefile
# config.status:847: creating libmpdec/mpdecimal.h
# config.status:847: 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=
# ac_cv_env_CC_value=
# 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=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# 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=x86_64-unknown-linux-gnu
# 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_CPP='gcc -E'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_sizeof___uint128_t=16
# ac_cv_sizeof_size_t=8
# ac_cv_type___uint128_t=yes
# ac_cv_type_size_t=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
#
# #define CONFIG_64
# #error "cannot use CONFIG_32 with 64-bit header."
# #endif
# #endif'
# #ifdef CONFIG_32
# #ifndef CONFIG_64
# /* ABI: 64-bit */
# AR='ar'
# CC='gcc'
# CFLAGS=''
# CONFIGURE_CFLAGS='-Wall -W -Wno-unknown-pragmas -std=c99 -pedantic -DCONFIG_64 -DASM -O2'
# CONFIGURE_LDFLAGS=''
# CPP='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='gcc'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBSHARED='libmpdec.so.2.4.2'
# LIBSONAME='libmpdec.so.2'
# LIBSTATIC='libmpdec.a'
# LTLIBOBJS=''
# MACHINE='x64'
# MPD_CONFIG='-DCONFIG_64 -DASM'
# MPD_DPREC='38'
# MPD_HEADER=''
# MPD_HEADER_CONFIG='
# MPD_OPT='-O2'
# MPD_PGEN='-fprofile-generate -fprofile-values'
# MPD_PREC='19'
# 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='ranlib'
# SHELL='/bin/sh'
# ac_ct_CC='gcc'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# 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='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# 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 HAVE_UINT128_T 1
# #define SIZEOF_SIZE_T 8
# #define SIZEOF___UINT128_T 16
# #define HAVE_GCC_ASM_FOR_X64 1
# #define HAVE_GCC_ASM_FOR_X87 1
#
# configure: exit 0