Build of mpdecimal with musl toolchain

The build took 00h 01m 32s 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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: mpdecimal 2.4.2-1 (Wed Apr 5 01:23:11 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... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-gcc... clang
# 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 clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# configure: WARNING: using cross tools not prefixed with host triplet
# 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... clang -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... 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'
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -c basearith.c
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -c context.c
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -c constants.c
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -c convolute.c
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -c crt.c
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -c mpdecimal.c
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -c mpsignal.c
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -c difradix2.c
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -c fnt.c
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -c fourstep.c
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -c io.c
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -c memory.c
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -c numbertheory.c
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -c sixstep.c
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -c transpose.c
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -fPIC -c basearith.c -o .objs/basearith.o
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -fPIC -c context.c -o .objs/context.o
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -fPIC -c constants.c -o .objs/constants.o
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -fPIC -c convolute.c -o .objs/convolute.o
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -fPIC -c crt.c -o .objs/crt.o
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -fPIC -c mpdecimal.c -o .objs/mpdecimal.o
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -fPIC -c mpsignal.c -o .objs/mpsignal.o
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -fPIC -c difradix2.c -o .objs/difradix2.o
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -fPIC -c fnt.c -o .objs/fnt.o
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -fPIC -c fourstep.c -o .objs/fourstep.o
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -fPIC -c io.c -o .objs/io.o
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -fPIC -c memory.c -o .objs/memory.o
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -fPIC -c numbertheory.c -o .objs/numbertheory.o
# clang -Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2 -fPIC -c sixstep.c -o .objs/sixstep.o
# clang -Wall -W -Wno-unknown-pragmas -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
# ranlib libmpdec.a
# clang -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 (Wed Apr 5 01:23:20 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/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
# ==> 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 = b3937ca8b996
# 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: /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:2538: result: clang
# configure:2807: checking for C compiler version
# configure:2816: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2827: $? = 0
# configure:2816: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2827: $? = 0
# configure:2816: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2827: $? = 1
# configure:2816: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2827: $? = 1
# configure:2847: checking whether the C compiler works
# configure:2869: clang 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: clang -o conftest conftest.c >&5
# configure:2943: $? = 0
# configure:2965: result:
# configure:2987: checking whether we are cross compiling
# configure:2995: clang -o conftest conftest.c >&5
# configure:2999: $? = 0
# configure:3006: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3010: $? = 127
# configure:3025: result: yes
# configure:3030: checking for suffix of object files
# configure:3052: clang -c conftest.c >&5
# configure:3056: $? = 0
# configure:3077: result: o
# configure:3081: checking whether we are using the GNU C compiler
# configure:3100: clang -c conftest.c >&5
# configure:3100: $? = 0
# configure:3109: result: yes
# configure:3118: checking whether clang accepts -g
# configure:3138: clang -c -g conftest.c >&5
# configure:3138: $? = 0
# configure:3179: result: yes
# configure:3196: checking for clang option to accept ISO C89
# configure:3259: clang -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 /sysroot/bin/ar
# configure:3365: result: ar
# configure:3377: WARNING: using cross tools not prefixed with host triplet
# configure:3390: checking for x86_64-unknown-linux-ranlib
# configure:3420: result: no
# configure:3430: checking for ranlib
# configure:3446: found /sysroot/bin/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: clang -E conftest.c
# configure:3526: $? = 0
# configure:3540: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# 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: clang -E
# configure:3585: clang -E conftest.c
# configure:3585: $? = 0
# configure:3599: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# 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: clang -c conftest.c >&5
# configure:3778: $? = 0
# configure:3862: result: yes
# configure:3875: checking for sys/types.h
# configure:3875: clang -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for sys/stat.h
# configure:3875: clang -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for stdlib.h
# configure:3875: clang -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for string.h
# configure:3875: clang -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for memory.h
# configure:3875: clang -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for strings.h
# configure:3875: clang -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for inttypes.h
# configure:3875: clang -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for stdint.h
# configure:3875: clang -c conftest.c >&5
# configure:3875: $? = 0
# configure:3875: result: yes
# configure:3875: checking for unistd.h
# configure:3875: clang -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: clang -c conftest.c >&5
# configure:3902: $? = 0
# configure:3902: clang -c conftest.c >&5
# conftest.c:57:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# 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: clang -c conftest.c >&5
# configure:3913: $? = 0
# configure:3913: clang -c conftest.c >&5
# conftest.c:58:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# 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: clang -c conftest.c >&5
# configure:3924: $? = 0
# configure:3924: clang -c conftest.c >&5
# conftest.c:58:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# 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: clang -c conftest.c >&5
# configure:3935: $? = 0
# configure:3935: result: yes
# configure:3949: checking for uint64_t
# configure:3949: clang -c conftest.c >&5
# configure:3949: $? = 0
# configure:3949: result: yes
# configure:3963: checking for __uint128_t
# configure:3963: clang -c conftest.c >&5
# configure:3963: $? = 0
# configure:3963: clang -c conftest.c >&5
# conftest.c:57:26: error: expected expression
# if (sizeof ((__uint128_t)))
# ^
# 1 error generated.
# 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: clang -c conftest.c >&5
# configure:3981: $? = 0
# configure:3981: clang -c conftest.c >&5
# conftest.c:58:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# 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
# | #define HAVE_UINT128_T 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: clang -c conftest.c >&5
# conftest.c:58:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# 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
# | #define HAVE_UINT128_T 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: clang -c conftest.c >&5
# conftest.c:58:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# 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
# | #define HAVE_UINT128_T 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: clang -c conftest.c >&5
# conftest.c:58:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 7)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# 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
# | #define HAVE_UINT128_T 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))) <= 7)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:3981: clang -c conftest.c >&5
# configure:3981: $? = 0
# configure:3981: clang -c conftest.c >&5
# configure:3981: $? = 0
# configure:3981: clang -c conftest.c >&5
# configure:3981: $? = 0
# configure:3981: clang -c conftest.c >&5
# configure:3981: $? = 0
# configure:3995: result: 8
# configure:4009: checking size of __uint128_t
# configure:4014: clang -c conftest.c >&5
# configure:4014: $? = 0
# configure:4014: clang -c conftest.c >&5
# conftest.c:59:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (__uint128_t))) <= 0)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# 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 HAVE_UINT128_T 1
# | #define SIZEOF_SIZE_T 8
# | /* 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: clang -c conftest.c >&5
# conftest.c:59:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (__uint128_t))) <= 1)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# 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 HAVE_UINT128_T 1
# | #define SIZEOF_SIZE_T 8
# | /* 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))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4014: clang -c conftest.c >&5
# conftest.c:59:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (__uint128_t))) <= 3)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# 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 HAVE_UINT128_T 1
# | #define SIZEOF_SIZE_T 8
# | /* 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))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4014: clang -c conftest.c >&5
# conftest.c:59:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (__uint128_t))) <= 7)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# 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 HAVE_UINT128_T 1
# | #define SIZEOF_SIZE_T 8
# | /* 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))) <= 7)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4014: clang -c conftest.c >&5
# conftest.c:59:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (__uint128_t))) <= 15)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# 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 HAVE_UINT128_T 1
# | #define SIZEOF_SIZE_T 8
# | /* 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))) <= 15)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4014: clang -c conftest.c >&5
# configure:4014: $? = 0
# configure:4014: clang -c conftest.c >&5
# configure:4014: $? = 0
# configure:4014: clang -c conftest.c >&5
# configure:4014: $? = 0
# configure:4014: clang -c conftest.c >&5
# configure:4014: $? = 0
# configure:4014: clang -c conftest.c >&5
# configure:4014: $? = 0
# configure:4028: result: 16
# configure:4040: checking for x64 gcc inline assembler
# configure:4055: clang -c conftest.c >&5
# configure:4055: $? = 0
# configure:4061: result: yes
# configure:4070: checking for x87 gcc inline assembler
# configure:4087: clang -c conftest.c >&5
# configure:4087: $? = 0
# configure:4093: result: yes
# configure:4102: checking for -O2
# configure:4118: clang -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 b3937ca8b996
#
# 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=set
# ac_cv_env_CC_value=clang
# 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_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_AR=ar
# 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='clang'
# CFLAGS=''
# CONFIGURE_CFLAGS='-Wall -W -Wno-unknown-pragmas -DCONFIG_64 -DASM -O2'
# CONFIGURE_LDFLAGS=''
# CPP='clang -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='clang'
# 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=''
# MPD_PREC='19'
# MPD_PUSE=''
# MPD_WARN='-Wall -W -Wno-unknown-pragmas'
# 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=''
# 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