Build of t1utils with musl toolchain

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

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

SLOCLanguage
5,136 ansic
4,173 sh
806 makefile
10,115 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: t1utils 1.39-1 (Wed Apr 5 00:12:43 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# 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 whether clang understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking for an ANSI C-conforming const... yes
# checking for strerror... yes
# 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 sys/types.h... (cached) yes
# checking for uintptr_t... yes
# checking size of void *... 8
# checking size of unsigned long... 8
# checking size of unsigned int... 4
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-am
# make[1]: Entering directory '/tmp/t1utils/src/t1utils-1.39'
# clang -DHAVE_CONFIG_H -I. -I./include -MT clp.o -MD -MP -MF .deps/clp.Tpo -c -o clp.o clp.c
# clang -DHAVE_CONFIG_H -I. -I./include -MT t1lib.o -MD -MP -MF .deps/t1lib.Tpo -c -o t1lib.o t1lib.c
# clang -DHAVE_CONFIG_H -I. -I./include -MT t1ascii.o -MD -MP -MF .deps/t1ascii.Tpo -c -o t1ascii.o t1ascii.c
# clang -DHAVE_CONFIG_H -I. -I./include -MT t1binary.o -MD -MP -MF .deps/t1binary.Tpo -c -o t1binary.o t1binary.c
# mv -f .deps/t1binary.Tpo .deps/t1binary.Po
# mv -f .deps/t1ascii.Tpo .deps/t1ascii.Po
# clang -DHAVE_CONFIG_H -I. -I./include -MT t1asm.o -MD -MP -MF .deps/t1asm.Tpo -c -o t1asm.o t1asm.c
# clang -DHAVE_CONFIG_H -I. -I./include -MT t1disasm.o -MD -MP -MF .deps/t1disasm.Tpo -c -o t1disasm.o t1disasm.c
# mv -f .deps/t1lib.Tpo .deps/t1lib.Po
# clang -DHAVE_CONFIG_H -I. -I./include -MT t1unmac.o -MD -MP -MF .deps/t1unmac.Tpo -c -o t1unmac.o t1unmac.c
# mv -f .deps/t1asm.Tpo .deps/t1asm.Po
# mv -f .deps/t1disasm.Tpo .deps/t1disasm.Po
# clang -DHAVE_CONFIG_H -I. -I./include -MT t1mac.o -MD -MP -MF .deps/t1mac.Tpo -c -o t1mac.o t1mac.c
# mv -f .deps/t1unmac.Tpo .deps/t1unmac.Po
# mv -f .deps/clp.Tpo .deps/clp.Po
# clang -o t1ascii clp.o t1lib.o t1ascii.o
# clang -o t1binary clp.o t1lib.o t1binary.o
# clang -o t1asm clp.o t1lib.o t1asm.o
# clang -o t1disasm clp.o t1lib.o t1disasm.o
# clang -o t1unmac clp.o t1lib.o t1unmac.o
# mv -f .deps/t1mac.Tpo .deps/t1mac.Po
# clang -o t1mac clp.o t1lib.o t1mac.o
# make[1]: Leaving directory '/tmp/t1utils/src/t1utils-1.39'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/t1utils/src/t1utils-1.39'
# /usr/sbin/mkdir -p '/tmp/t1utils/pkg/t1utils/usr/share/man/man1'
# /usr/sbin/mkdir -p '/tmp/t1utils/pkg/t1utils/usr/bin'
# /usr/bin/install -c t1ascii t1binary t1asm t1disasm t1unmac t1mac '/tmp/t1utils/pkg/t1utils/usr/bin'
# /usr/bin/install -c -m 644 t1ascii.1 t1binary.1 t1asm.1 t1disasm.1 t1unmac.1 t1mac.1 '/tmp/t1utils/pkg/t1utils/usr/share/man/man1'
# make[1]: Leaving directory '/tmp/t1utils/src/t1utils-1.39'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "t1utils"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: t1utils 1.39-1 (Wed Apr 5 00:12:52 UTC 2017)

CMD: pacman --query --file t1utils-1.39-1-x86_64.pkg.tar.xz
# t1utils 1.39-1

Creating hybrid package for 't1utils'

Trying to find vanilla package 't1utils'...

CMD: pacman --query --file /mirror/t1utils-1.39-1.pkg.tar.xz
# t1utils 1.39-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/t1binary
# /usr/bin/t1disasm
# /usr/bin/t1unmac
# /usr/bin/t1asm
# /usr/bin/t1ascii
# /usr/bin/t1mac
# /usr/share/man/man1/t1ascii.1.gz
# /usr/share/man/man1/t1binary.1.gz
# /usr/share/man/man1/t1unmac.1.gz
# /usr/share/man/man1/t1disasm.1.gz
# /usr/share/man/man1/t1asm.1.gz
# /usr/share/man/man1/t1mac.1.gz
# /usr/share/licenses/t1utils/LICENSE

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/t1utils.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/t1utils.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/t1utils/src/t1utils-1.39/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 t1utils configure 1.39, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = baa2195cd01a
# 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:2443: checking for a BSD-compatible install
# configure:2511: result: /usr/bin/install -c
# configure:2522: checking whether build environment is sane
# configure:2577: result: yes
# configure:2636: checking for x86_64-unknown-linux-strip
# configure:2666: result: no
# configure:2676: checking for strip
# configure:2692: found /sysroot/bin/strip
# configure:2703: result: strip
# configure:2728: checking for a thread-safe mkdir -p
# configure:2767: result: /usr/sbin/mkdir -p
# configure:2774: checking for gawk
# configure:2790: found /usr/sbin/gawk
# configure:2801: result: gawk
# configure:2812: checking whether make sets $(MAKE)
# configure:2834: result: yes
# configure:2863: checking whether make supports nested variables
# configure:2880: result: yes
# configure:3008: checking whether to enable maintainer-specific portions of Makefiles
# configure:3017: result: no
# configure:3039: checking for x86_64-unknown-linux-gcc
# configure:3066: result: clang
# configure:3335: checking for C compiler version
# configure:3344: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3355: $? = 0
# configure:3344: 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:3355: $? = 0
# configure:3344: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3355: $? = 1
# configure:3344: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3355: $? = 1
# configure:3375: checking whether the C compiler works
# configure:3397: clang conftest.c >&5
# configure:3401: $? = 0
# configure:3449: result: yes
# configure:3452: checking for C compiler default output file name
# configure:3454: result: a.out
# configure:3460: checking for suffix of executables
# configure:3467: clang -o conftest conftest.c >&5
# configure:3471: $? = 0
# configure:3493: result:
# configure:3515: checking whether we are cross compiling
# configure:3523: clang -o conftest conftest.c >&5
# configure:3527: $? = 0
# configure:3534: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3538: $? = 127
# configure:3553: result: yes
# configure:3558: checking for suffix of object files
# configure:3580: clang -c conftest.c >&5
# configure:3584: $? = 0
# configure:3605: result: o
# configure:3609: checking whether we are using the GNU C compiler
# configure:3628: clang -c conftest.c >&5
# configure:3628: $? = 0
# configure:3637: result: yes
# configure:3646: checking whether clang accepts -g
# configure:3666: clang -c -g conftest.c >&5
# configure:3666: $? = 0
# configure:3707: result: yes
# configure:3724: checking for clang option to accept ISO C89
# configure:3787: clang -c conftest.c >&5
# configure:3787: $? = 0
# configure:3800: result: none needed
# configure:3825: checking whether clang understands -c and -o together
# configure:3847: clang -c conftest.c -o conftest2.o
# configure:3850: $? = 0
# configure:3847: clang -c conftest.c -o conftest2.o
# configure:3850: $? = 0
# configure:3862: result: yes
# configure:3890: checking for style of include used by make
# configure:3918: result: GNU
# configure:3944: checking dependency style of clang
# configure:4055: result: gcc3
# configure:4071: checking for an ANSI C-conforming const
# configure:4137: clang -c conftest.c >&5
# configure:4137: $? = 0
# configure:4144: result: yes
# configure:4163: checking for strerror
# configure:4163: clang -o conftest conftest.c >&5
# conftest.c:34:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:34:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:4163: $? = 0
# configure:4163: result: yes
# configure:4185: checking how to run the C preprocessor
# configure:4216: clang -E conftest.c
# configure:4216: $? = 0
# configure:4230: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4230: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "t1utils"
# | #define PACKAGE_TARNAME "t1utils"
# | #define PACKAGE_VERSION "1.39"
# | #define PACKAGE_STRING "t1utils 1.39"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "t1utils"
# | #define VERSION "1.39"
# | #define HAVE_STRERROR 1
# | /* end confdefs.h. */
# | #include
# configure:4255: result: clang -E
# configure:4275: clang -E conftest.c
# configure:4275: $? = 0
# configure:4289: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4289: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "t1utils"
# | #define PACKAGE_TARNAME "t1utils"
# | #define PACKAGE_VERSION "1.39"
# | #define PACKAGE_STRING "t1utils 1.39"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "t1utils"
# | #define VERSION "1.39"
# | #define HAVE_STRERROR 1
# | /* end confdefs.h. */
# | #include
# configure:4318: checking for grep that handles long lines and -e
# configure:4376: result: /usr/sbin/grep
# configure:4381: checking for egrep
# configure:4443: result: /usr/sbin/grep -E
# configure:4448: checking for ANSI C header files
# configure:4468: clang -c conftest.c >&5
# configure:4468: $? = 0
# configure:4552: result: yes
# configure:4565: checking for sys/types.h
# configure:4565: clang -c conftest.c >&5
# configure:4565: $? = 0
# configure:4565: result: yes
# configure:4565: checking for sys/stat.h
# configure:4565: clang -c conftest.c >&5
# configure:4565: $? = 0
# configure:4565: result: yes
# configure:4565: checking for stdlib.h
# configure:4565: clang -c conftest.c >&5
# configure:4565: $? = 0
# configure:4565: result: yes
# configure:4565: checking for string.h
# configure:4565: clang -c conftest.c >&5
# configure:4565: $? = 0
# configure:4565: result: yes
# configure:4565: checking for memory.h
# configure:4565: clang -c conftest.c >&5
# configure:4565: $? = 0
# configure:4565: result: yes
# configure:4565: checking for strings.h
# configure:4565: clang -c conftest.c >&5
# configure:4565: $? = 0
# configure:4565: result: yes
# configure:4565: checking for inttypes.h
# configure:4565: clang -c conftest.c >&5
# configure:4565: $? = 0
# configure:4565: result: yes
# configure:4565: checking for stdint.h
# configure:4565: clang -c conftest.c >&5
# configure:4565: $? = 0
# configure:4565: result: yes
# configure:4565: checking for unistd.h
# configure:4565: clang -c conftest.c >&5
# configure:4565: $? = 0
# configure:4565: result: yes
# configure:4579: checking for inttypes.h
# configure:4579: result: yes
# configure:4593: checking for sys/types.h
# configure:4593: result: yes
# configure:4678: checking for uintptr_t
# configure:4678: clang -c conftest.c >&5
# configure:4678: $? = 0
# configure:4678: clang -c conftest.c >&5
# conftest.c:35:24: error: expected expression
# if (sizeof ((uintptr_t)))
# ^
# 1 error generated.
# configure:4678: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "t1utils"
# | #define PACKAGE_TARNAME "t1utils"
# | #define PACKAGE_VERSION "1.39"
# | #define PACKAGE_STRING "t1utils 1.39"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "t1utils"
# | #define VERSION "1.39"
# | #define HAVE_STRERROR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | /* end confdefs.h. */
# | #if HAVE_INTTYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# |
# |
# | int
# | main ()
# | {
# | if (sizeof ((uintptr_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4678: result: yes
# configure:4700: checking size of void *
# configure:4705: clang -c conftest.c >&5
# configure:4705: $? = 0
# configure:4705: clang -c conftest.c >&5
# conftest.c:61:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 0)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:4705: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "t1utils"
# | #define PACKAGE_TARNAME "t1utils"
# | #define PACKAGE_VERSION "1.39"
# | #define PACKAGE_STRING "t1utils 1.39"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "t1utils"
# | #define VERSION "1.39"
# | #define HAVE_STRERROR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UINTPTR_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 (void *))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4705: clang -c conftest.c >&5
# conftest.c:61:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 1)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:4705: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "t1utils"
# | #define PACKAGE_TARNAME "t1utils"
# | #define PACKAGE_VERSION "1.39"
# | #define PACKAGE_STRING "t1utils 1.39"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "t1utils"
# | #define VERSION "1.39"
# | #define HAVE_STRERROR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UINTPTR_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 (void *))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4705: clang -c conftest.c >&5
# conftest.c:61:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 3)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:4705: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "t1utils"
# | #define PACKAGE_TARNAME "t1utils"
# | #define PACKAGE_VERSION "1.39"
# | #define PACKAGE_STRING "t1utils 1.39"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "t1utils"
# | #define VERSION "1.39"
# | #define HAVE_STRERROR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UINTPTR_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 (void *))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4705: clang -c conftest.c >&5
# conftest.c:61:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 7)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:4705: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "t1utils"
# | #define PACKAGE_TARNAME "t1utils"
# | #define PACKAGE_VERSION "1.39"
# | #define PACKAGE_STRING "t1utils 1.39"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "t1utils"
# | #define VERSION "1.39"
# | #define HAVE_STRERROR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UINTPTR_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 (void *))) <= 7)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4705: clang -c conftest.c >&5
# configure:4705: $? = 0
# configure:4705: clang -c conftest.c >&5
# configure:4705: $? = 0
# configure:4705: clang -c conftest.c >&5
# configure:4705: $? = 0
# configure:4705: clang -c conftest.c >&5
# configure:4705: $? = 0
# configure:4719: result: 8
# configure:4733: checking size of unsigned long
# configure:4738: clang -c conftest.c >&5
# configure:4738: $? = 0
# configure:4738: clang -c conftest.c >&5
# conftest.c:62:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 0)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:4738: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "t1utils"
# | #define PACKAGE_TARNAME "t1utils"
# | #define PACKAGE_VERSION "1.39"
# | #define PACKAGE_STRING "t1utils 1.39"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "t1utils"
# | #define VERSION "1.39"
# | #define HAVE_STRERROR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_VOID_P 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 (unsigned long))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4738: clang -c conftest.c >&5
# conftest.c:62:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 1)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:4738: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "t1utils"
# | #define PACKAGE_TARNAME "t1utils"
# | #define PACKAGE_VERSION "1.39"
# | #define PACKAGE_STRING "t1utils 1.39"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "t1utils"
# | #define VERSION "1.39"
# | #define HAVE_STRERROR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_VOID_P 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 (unsigned long))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4738: clang -c conftest.c >&5
# conftest.c:62:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 3)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:4738: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "t1utils"
# | #define PACKAGE_TARNAME "t1utils"
# | #define PACKAGE_VERSION "1.39"
# | #define PACKAGE_STRING "t1utils 1.39"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "t1utils"
# | #define VERSION "1.39"
# | #define HAVE_STRERROR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_VOID_P 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 (unsigned long))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4738: clang -c conftest.c >&5
# conftest.c:62:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 7)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:4738: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "t1utils"
# | #define PACKAGE_TARNAME "t1utils"
# | #define PACKAGE_VERSION "1.39"
# | #define PACKAGE_STRING "t1utils 1.39"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "t1utils"
# | #define VERSION "1.39"
# | #define HAVE_STRERROR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_VOID_P 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 (unsigned long))) <= 7)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4738: clang -c conftest.c >&5
# configure:4738: $? = 0
# configure:4738: clang -c conftest.c >&5
# configure:4738: $? = 0
# configure:4738: clang -c conftest.c >&5
# configure:4738: $? = 0
# configure:4738: clang -c conftest.c >&5
# configure:4738: $? = 0
# configure:4752: result: 8
# configure:4766: checking size of unsigned int
# configure:4771: clang -c conftest.c >&5
# configure:4771: $? = 0
# configure:4771: clang -c conftest.c >&5
# conftest.c:63:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 0)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:4771: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "t1utils"
# | #define PACKAGE_TARNAME "t1utils"
# | #define PACKAGE_VERSION "1.39"
# | #define PACKAGE_STRING "t1utils 1.39"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "t1utils"
# | #define VERSION "1.39"
# | #define HAVE_STRERROR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_UNSIGNED_LONG 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 (unsigned int))) <= 0)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4771: clang -c conftest.c >&5
# conftest.c:63:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 1)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:4771: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "t1utils"
# | #define PACKAGE_TARNAME "t1utils"
# | #define PACKAGE_VERSION "1.39"
# | #define PACKAGE_STRING "t1utils 1.39"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "t1utils"
# | #define VERSION "1.39"
# | #define HAVE_STRERROR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_UNSIGNED_LONG 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 (unsigned int))) <= 1)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4771: clang -c conftest.c >&5
# conftest.c:63:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 3)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:4771: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "t1utils"
# | #define PACKAGE_TARNAME "t1utils"
# | #define PACKAGE_VERSION "1.39"
# | #define PACKAGE_STRING "t1utils 1.39"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "t1utils"
# | #define VERSION "1.39"
# | #define HAVE_STRERROR 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_UINTPTR_T 1
# | #define SIZEOF_VOID_P 8
# | #define SIZEOF_UNSIGNED_LONG 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 (unsigned int))) <= 3)];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4771: clang -c conftest.c >&5
# configure:4771: $? = 0
# configure:4771: clang -c conftest.c >&5
# configure:4771: $? = 0
# configure:4771: clang -c conftest.c >&5
# configure:4771: $? = 0
# configure:4785: result: 4
# configure:4808: checking build system type
# configure:4822: result: x86_64-unknown-linux-gnu
# configure:4842: checking host system type
# configure:4855: result: x86_64-unknown-linux-gnu
# configure:4998: checking that generated files are newer than configure
# configure:5004: result: done
# configure:5031: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by t1utils config.status 1.39, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on baa2195cd01a
#
# config.status:870: creating Makefile
# config.status:870: creating config.h
# config.status:1099: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=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_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_func_strerror=yes
# 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_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sizeof_unsigned_int=4
# ac_cv_sizeof_unsigned_long=8
# ac_cv_sizeof_void_p=8
# ac_cv_type_uintptr_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/t1utils/src/t1utils-1.39/missing aclocal-1.14'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AUTOCONF='${SHELL} /tmp/t1utils/src/t1utils-1.39/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/t1utils/src/t1utils-1.39/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/t1utils/src/t1utils-1.39/missing automake-1.14'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/t1utils/src/t1utils-1.39/missing makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='t1utils'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='t1utils'
# PACKAGE_STRING='t1utils 1.39'
# PACKAGE_TARNAME='t1utils'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.39'
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.39'
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# 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'
# install_sh='${SHELL} /tmp/t1utils/src/t1utils-1.39/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# 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 "t1utils"
# #define PACKAGE_TARNAME "t1utils"
# #define PACKAGE_VERSION "1.39"
# #define PACKAGE_STRING "t1utils 1.39"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "t1utils"
# #define VERSION "1.39"
# #define HAVE_STRERROR 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UINTPTR_T 1
# #define SIZEOF_VOID_P 8
# #define SIZEOF_UNSIGNED_LONG 8
# #define SIZEOF_UNSIGNED_INT 4
#
# configure: exit 0