Build of gpart with vanilla toolchain

The build took 00h 00m 45s and was SUCCESSFUL.

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

SLOCLanguage
3,423 ansic
1,631 makefile
6 sh
5,060 total

The process tree of the build process is here.

Log

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

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

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

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: gpart 0.3-1 (Wed Aug 24 13:15:40 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/sbin/automake line 3936.
# configure.ac:11: installing './compile'
# configure.ac:6: installing './install-sh'
# configure.ac:6: installing './missing'
# src/Makefile.am: installing './depcomp'
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# 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 for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking for stdint.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/mount.h usability... yes
# checking sys/mount.h presence... yes
# checking for sys/mount.h... yes
# checking for unistd.h... (cached) yes
# checking for int16_t... yes
# checking for int8_t... yes
# checking for size_t... yes
# checking for ssize_t... yes
# checking for uint16_t... yes
# checking for uint32_t... yes
# checking for uint64_t... yes
# checking for uint8_t... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... yes
# checking for getpagesize... yes
# checking for memset... yes
# checking for strchr... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for strtoul... yes
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating man/Makefile
# config.status: creating src/Makefile
# config.status: creating man/gpart.8
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/gpart/src/gpart-0.3'
# Making all in src
# make[2]: Entering directory '/tmp/gpart/src/gpart-0.3/src'
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT disku.o -MD -MP -MF .deps/disku.Tpo -c -o disku.o disku.c
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT gm_beos.o -MD -MP -MF .deps/gm_beos.Tpo -c -o gm_beos.o gm_beos.c
# mv -f .deps/gm_beos.Tpo .deps/gm_beos.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT gm_bsddl.o -MD -MP -MF .deps/gm_bsddl.Tpo -c -o gm_bsddl.o gm_bsddl.c
# mv -f .deps/disku.Tpo .deps/disku.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT gm_ext2.o -MD -MP -MF .deps/gm_ext2.Tpo -c -o gm_ext2.o gm_ext2.c
# mv -f .deps/gm_bsddl.Tpo .deps/gm_bsddl.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT gm_btrfs.o -MD -MP -MF .deps/gm_btrfs.Tpo -c -o gm_btrfs.o gm_btrfs.c
# mv -f .deps/gm_btrfs.Tpo .deps/gm_btrfs.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT gm_fat.o -MD -MP -MF .deps/gm_fat.Tpo -c -o gm_fat.o gm_fat.c
# mv -f .deps/gm_ext2.Tpo .deps/gm_ext2.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT gm_hmlvm.o -MD -MP -MF .deps/gm_hmlvm.Tpo -c -o gm_hmlvm.o gm_hmlvm.c
# mv -f .deps/gm_fat.Tpo .deps/gm_fat.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT gm_lvm2.o -MD -MP -MF .deps/gm_lvm2.Tpo -c -o gm_lvm2.o gm_lvm2.c
# mv -f .deps/gm_hmlvm.Tpo .deps/gm_hmlvm.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT gm_hpfs.o -MD -MP -MF .deps/gm_hpfs.Tpo -c -o gm_hpfs.o gm_hpfs.c
# mv -f .deps/gm_lvm2.Tpo .deps/gm_lvm2.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT gm_lswap.o -MD -MP -MF .deps/gm_lswap.Tpo -c -o gm_lswap.o gm_lswap.c
# mv -f .deps/gm_hpfs.Tpo .deps/gm_hpfs.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT gm_minix.o -MD -MP -MF .deps/gm_minix.Tpo -c -o gm_minix.o gm_minix.c
# mv -f .deps/gm_minix.Tpo .deps/gm_minix.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT gm_ntfs.o -MD -MP -MF .deps/gm_ntfs.Tpo -c -o gm_ntfs.o gm_ntfs.c
# mv -f .deps/gm_lswap.Tpo .deps/gm_lswap.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT gmodules.o -MD -MP -MF .deps/gmodules.Tpo -c -o gmodules.o gmodules.c
# mv -f .deps/gm_ntfs.Tpo .deps/gm_ntfs.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT gm_qnx4.o -MD -MP -MF .deps/gm_qnx4.Tpo -c -o gm_qnx4.o gm_qnx4.c
# mv -f .deps/gmodules.Tpo .deps/gmodules.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT gm_reiserfs.o -MD -MP -MF .deps/gm_reiserfs.Tpo -c -o gm_reiserfs.o gm_reiserfs.c
# mv -f .deps/gm_reiserfs.Tpo .deps/gm_reiserfs.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT gm_s86dl.o -MD -MP -MF .deps/gm_s86dl.Tpo -c -o gm_s86dl.o gm_s86dl.c
# mv -f .deps/gm_qnx4.Tpo .deps/gm_qnx4.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT gm_xfs.o -MD -MP -MF .deps/gm_xfs.Tpo -c -o gm_xfs.o gm_xfs.c
# mv -f .deps/gm_s86dl.Tpo .deps/gm_s86dl.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT gpart.o -MD -MP -MF .deps/gpart.Tpo -c -o gpart.o gpart.c
# mv -f .deps/gm_xfs.Tpo .deps/gm_xfs.Po
# gcc -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT l64seek.o -MD -MP -MF .deps/l64seek.Tpo -c -o l64seek.o l64seek.c
# mv -f .deps/l64seek.Tpo .deps/l64seek.Po
# gpart.c: In function 'pr':
# gpart.c:139:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (! f_quiet) fputs(msg,stdout); fflush(stdout);
# ^~
# gpart.c:139:38: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# if (! f_quiet) fputs(msg,stdout); fflush(stdout);
# ^~~~~~
# gpart.c: In function 'yesno':
# gpart.c:190:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (fgets(buf,3,stdin)) ch = *buf; pr(MSG,"\n");
# ^~
# gpart.c:190:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# if (fgets(buf,3,stdin)) ch = *buf; pr(MSG,"\n");
# ^~
# mv -f .deps/gpart.Tpo .deps/gpart.Po
# gcc -Wall -O2 -o gpart disku.o gm_beos.o gm_bsddl.o gm_ext2.o gm_btrfs.o gm_fat.o gm_hmlvm.o gm_lvm2.o gm_hpfs.o gm_lswap.o gm_minix.o gm_ntfs.o gmodules.o gm_qnx4.o gm_reiserfs.o gm_s86dl.o gm_xfs.o gpart.o l64seek.o
# make[2]: Leaving directory '/tmp/gpart/src/gpart-0.3/src'
# Making all in man
# make[2]: Entering directory '/tmp/gpart/src/gpart-0.3/man'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/gpart/src/gpart-0.3/man'
# make[2]: Entering directory '/tmp/gpart/src/gpart-0.3'
# make[2]: Leaving directory '/tmp/gpart/src/gpart-0.3'
# make[1]: Leaving directory '/tmp/gpart/src/gpart-0.3'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in src
# make[1]: Entering directory '/tmp/gpart/src/gpart-0.3/src'
# make[2]: Entering directory '/tmp/gpart/src/gpart-0.3/src'
# /usr/sbin/mkdir -p '/tmp/gpart/pkg/gpart/usr/bin'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/bin/install -c gpart '/tmp/gpart/pkg/gpart/usr/bin'
# make[2]: Leaving directory '/tmp/gpart/src/gpart-0.3/src'
# make[1]: Leaving directory '/tmp/gpart/src/gpart-0.3/src'
# Making install in man
# make[1]: Entering directory '/tmp/gpart/src/gpart-0.3/man'
# make[2]: Entering directory '/tmp/gpart/src/gpart-0.3/man'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/gpart/pkg/gpart/usr/share/man/man8'
# /usr/bin/install -c -m 644 gpart.8 '/tmp/gpart/pkg/gpart/usr/share/man/man8'
# make[2]: Leaving directory '/tmp/gpart/src/gpart-0.3/man'
# make[1]: Leaving directory '/tmp/gpart/src/gpart-0.3/man'
# make[1]: Entering directory '/tmp/gpart/src/gpart-0.3'
# make[2]: Entering directory '/tmp/gpart/src/gpart-0.3'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/gpart/pkg/gpart/usr/share/doc/gpart'
# /usr/bin/install -c -m 644 Changes README.md '/tmp/gpart/pkg/gpart/usr/share/doc/gpart'
# make[2]: Leaving directory '/tmp/gpart/src/gpart-0.3'
# make[1]: Leaving directory '/tmp/gpart/src/gpart-0.3'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "gpart"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: gpart 0.3-1 (Wed Aug 24 13:15:55 UTC 2016)

CMD: pacman --query --file gpart-0.3-1-x86_64.pkg.tar.xz
# gpart 0.3-1

Creating hybrid package for 'gpart'

Trying to find vanilla package 'gpart'...

CMD: pacman --query --file /mirror/kdegraphics-svgpart-16.04.2-1.pkg.tar.xz
# kdegraphics-svgpart 16.04.2-1

CMD: pacman --query --file /mirror/gparted-0.26.1-1.pkg.tar.xz
# gparted 0.26.1-1

CMD: pacman --query --file /mirror/gpart-0.3-1.pkg.tar.xz
# gpart 0.3-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/bin/gpart
# /usr/share/man/man8/gpart.8.gz
# /usr/share/doc/gpart/Changes
# /usr/share/doc/gpart/README.md

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/gpart.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/gpart.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/gpart/src/gpart-0.3/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 gpart configure 0.2.3-dev, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 55757ba8ca83
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2374: checking for a BSD-compatible install
# configure:2442: result: /usr/bin/install -c
# configure:2453: checking whether build environment is sane
# configure:2508: result: yes
# configure:2659: checking for a thread-safe mkdir -p
# configure:2698: result: /usr/sbin/mkdir -p
# configure:2705: checking for gawk
# configure:2721: found /usr/sbin/gawk
# configure:2732: result: gawk
# configure:2743: checking whether make sets $(MAKE)
# configure:2765: result: yes
# configure:2794: checking whether make supports nested variables
# configure:2811: result: yes
# configure:2990: checking for gcc
# configure:3006: found /usr/sbin/gcc
# configure:3017: result: gcc
# configure:3246: checking for C compiler version
# configure:3255: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3266: $? = 0
# configure:3255: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3266: $? = 0
# configure:3255: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3266: $? = 1
# configure:3255: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3266: $? = 1
# configure:3286: checking whether the C compiler works
# configure:3308: gcc conftest.c >&5
# configure:3312: $? = 0
# configure:3360: result: yes
# configure:3363: checking for C compiler default output file name
# configure:3365: result: a.out
# configure:3371: checking for suffix of executables
# configure:3378: gcc -o conftest conftest.c >&5
# configure:3382: $? = 0
# configure:3404: result:
# configure:3426: checking whether we are cross compiling
# configure:3434: gcc -o conftest conftest.c >&5
# configure:3438: $? = 0
# configure:3445: ./conftest
# configure:3449: $? = 0
# configure:3464: result: no
# configure:3469: checking for suffix of object files
# configure:3491: gcc -c conftest.c >&5
# configure:3495: $? = 0
# configure:3516: result: o
# configure:3520: checking whether we are using the GNU C compiler
# configure:3539: gcc -c conftest.c >&5
# configure:3539: $? = 0
# configure:3548: result: yes
# configure:3557: checking whether gcc accepts -g
# configure:3577: gcc -c -g conftest.c >&5
# configure:3577: $? = 0
# configure:3618: result: yes
# configure:3635: checking for gcc option to accept ISO C89
# configure:3698: gcc -c conftest.c >&5
# configure:3698: $? = 0
# configure:3711: result: none needed
# configure:3736: checking whether gcc understands -c and -o together
# configure:3758: gcc -c conftest.c -o conftest2.o
# configure:3761: $? = 0
# configure:3758: gcc -c conftest.c -o conftest2.o
# configure:3761: $? = 0
# configure:3773: result: yes
# configure:3801: checking for style of include used by make
# configure:3829: result: GNU
# configure:3855: checking dependency style of gcc
# configure:3966: result: gcc3
# configure:3990: checking how to run the C preprocessor
# configure:4021: gcc -E conftest.c
# configure:4021: $? = 0
# configure:4035: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4035: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gpart"
# | #define PACKAGE_TARNAME "gpart"
# | #define PACKAGE_VERSION "0.2.3-dev"
# | #define PACKAGE_STRING "gpart 0.2.3-dev"
# | #define PACKAGE_BUGREPORT "https://github.com/baruch/gpart/issues"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gpart"
# | #define VERSION "0.2.3-dev"
# | /* end confdefs.h. */
# | #include
# configure:4060: result: gcc -E
# configure:4080: gcc -E conftest.c
# configure:4080: $? = 0
# configure:4094: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4094: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gpart"
# | #define PACKAGE_TARNAME "gpart"
# | #define PACKAGE_VERSION "0.2.3-dev"
# | #define PACKAGE_STRING "gpart 0.2.3-dev"
# | #define PACKAGE_BUGREPORT "https://github.com/baruch/gpart/issues"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gpart"
# | #define VERSION "0.2.3-dev"
# | /* end confdefs.h. */
# | #include
# configure:4123: checking for grep that handles long lines and -e
# configure:4181: result: /usr/sbin/grep
# configure:4186: checking for egrep
# configure:4248: result: /usr/sbin/grep -E
# configure:4253: checking for ANSI C header files
# configure:4273: gcc -c conftest.c >&5
# configure:4273: $? = 0
# configure:4346: gcc -o conftest conftest.c >&5
# configure:4346: $? = 0
# configure:4346: ./conftest
# configure:4346: $? = 0
# configure:4357: result: yes
# configure:4370: checking for sys/types.h
# configure:4370: gcc -c conftest.c >&5
# configure:4370: $? = 0
# configure:4370: result: yes
# configure:4370: checking for sys/stat.h
# configure:4370: gcc -c conftest.c >&5
# configure:4370: $? = 0
# configure:4370: result: yes
# configure:4370: checking for stdlib.h
# configure:4370: gcc -c conftest.c >&5
# configure:4370: $? = 0
# configure:4370: result: yes
# configure:4370: checking for string.h
# configure:4370: gcc -c conftest.c >&5
# configure:4370: $? = 0
# configure:4370: result: yes
# configure:4370: checking for memory.h
# configure:4370: gcc -c conftest.c >&5
# configure:4370: $? = 0
# configure:4370: result: yes
# configure:4370: checking for strings.h
# configure:4370: gcc -c conftest.c >&5
# configure:4370: $? = 0
# configure:4370: result: yes
# configure:4370: checking for inttypes.h
# configure:4370: gcc -c conftest.c >&5
# configure:4370: $? = 0
# configure:4370: result: yes
# configure:4370: checking for stdint.h
# configure:4370: gcc -c conftest.c >&5
# configure:4370: $? = 0
# configure:4370: result: yes
# configure:4370: checking for unistd.h
# configure:4370: gcc -c conftest.c >&5
# configure:4370: $? = 0
# configure:4370: result: yes
# configure:4385: checking fcntl.h usability
# configure:4385: gcc -c conftest.c >&5
# configure:4385: $? = 0
# configure:4385: result: yes
# configure:4385: checking fcntl.h presence
# configure:4385: gcc -E conftest.c
# configure:4385: $? = 0
# configure:4385: result: yes
# configure:4385: checking for fcntl.h
# configure:4385: result: yes
# configure:4385: checking for stdint.h
# configure:4385: result: yes
# configure:4385: checking for stdlib.h
# configure:4385: result: yes
# configure:4385: checking for string.h
# configure:4385: result: yes
# configure:4385: checking sys/ioctl.h usability
# configure:4385: gcc -c conftest.c >&5
# configure:4385: $? = 0
# configure:4385: result: yes
# configure:4385: checking sys/ioctl.h presence
# configure:4385: gcc -E conftest.c
# configure:4385: $? = 0
# configure:4385: result: yes
# configure:4385: checking for sys/ioctl.h
# configure:4385: result: yes
# configure:4385: checking sys/mount.h usability
# configure:4385: gcc -c conftest.c >&5
# configure:4385: $? = 0
# configure:4385: result: yes
# configure:4385: checking sys/mount.h presence
# configure:4385: gcc -E conftest.c
# configure:4385: $? = 0
# configure:4385: result: yes
# configure:4385: checking for sys/mount.h
# configure:4385: result: yes
# configure:4385: checking for unistd.h
# configure:4385: result: yes
# configure:4397: checking for int16_t
# configure:4397: gcc -c conftest.c >&5
# configure:4397: $? = 0
# configure:4397: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:65:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~
# configure:4397: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gpart"
# | #define PACKAGE_TARNAME "gpart"
# | #define PACKAGE_VERSION "0.2.3-dev"
# | #define PACKAGE_STRING "gpart 0.2.3-dev"
# | #define PACKAGE_BUGREPORT "https://github.com/baruch/gpart/issues"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gpart"
# | #define VERSION "0.2.3-dev"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_UNISTD_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 = 16 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4397: result: yes
# configure:4408: checking for int8_t
# configure:4408: gcc -c conftest.c >&5
# configure:4408: $? = 0
# configure:4408: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:65:12: error: size of array 'test_array' is negative
# static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~
# configure:4408: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gpart"
# | #define PACKAGE_TARNAME "gpart"
# | #define PACKAGE_VERSION "0.2.3-dev"
# | #define PACKAGE_STRING "gpart 0.2.3-dev"
# | #define PACKAGE_BUGREPORT "https://github.com/baruch/gpart/issues"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gpart"
# | #define VERSION "0.2.3-dev"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_UNISTD_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 = 8 / 2 - 1 };
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
# | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
# | test_array [0] = 0;
# | return test_array [0];
# |
# | ;
# | return 0;
# | }
# configure:4408: result: yes
# configure:4419: checking for size_t
# configure:4419: gcc -c conftest.c >&5
# configure:4419: $? = 0
# configure:4419: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:64:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:4419: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gpart"
# | #define PACKAGE_TARNAME "gpart"
# | #define PACKAGE_VERSION "0.2.3-dev"
# | #define PACKAGE_STRING "gpart 0.2.3-dev"
# | #define PACKAGE_BUGREPORT "https://github.com/baruch/gpart/issues"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gpart"
# | #define VERSION "0.2.3-dev"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_UNISTD_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:4419: result: yes
# configure:4430: checking for ssize_t
# configure:4430: gcc -c conftest.c >&5
# configure:4430: $? = 0
# configure:4430: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:64:22: error: expected expression before ')' token
# if (sizeof ((ssize_t)))
# ^
# configure:4430: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "gpart"
# | #define PACKAGE_TARNAME "gpart"
# | #define PACKAGE_VERSION "0.2.3-dev"
# | #define PACKAGE_STRING "gpart 0.2.3-dev"
# | #define PACKAGE_BUGREPORT "https://github.com/baruch/gpart/issues"
# | #define PACKAGE_URL ""
# | #define PACKAGE "gpart"
# | #define VERSION "0.2.3-dev"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_UNISTD_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 ((ssize_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4430: result: yes
# configure:4441: checking for uint16_t
# configure:4441: gcc -c conftest.c >&5
# configure:4441: $? = 0
# configure:4441: result: yes
# configure:4453: checking for uint32_t
# configure:4453: gcc -c conftest.c >&5
# configure:4453: $? = 0
# configure:4453: result: yes
# configure:4467: checking for uint64_t
# configure:4467: gcc -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4481: checking for uint8_t
# configure:4481: gcc -c conftest.c >&5
# configure:4481: $? = 0
# configure:4481: result: yes
# configure:4499: checking for stdlib.h
# configure:4499: result: yes
# configure:4509: checking for GNU libc compatible malloc
# configure:4533: gcc -o conftest conftest.c >&5
# configure:4533: $? = 0
# configure:4533: ./conftest
# configure:4533: $? = 0
# configure:4543: result: yes
# configure:4567: checking for getpagesize
# configure:4567: gcc -o conftest conftest.c >&5
# configure:4567: $? = 0
# configure:4567: result: yes
# configure:4567: checking for memset
# configure:4567: gcc -o conftest conftest.c >&5
# conftest.c:54:6: warning: conflicting types for built-in function 'memset'
# char memset ();
# ^~~~~~
# configure:4567: $? = 0
# configure:4567: result: yes
# configure:4567: checking for strchr
# configure:4567: gcc -o conftest conftest.c >&5
# conftest.c:55:6: warning: conflicting types for built-in function 'strchr'
# char strchr ();
# ^~~~~~
# configure:4567: $? = 0
# configure:4567: result: yes
# configure:4567: checking for strdup
# configure:4567: gcc -o conftest conftest.c >&5
# conftest.c:56:6: warning: conflicting types for built-in function 'strdup'
# char strdup ();
# ^~~~~~
# configure:4567: $? = 0
# configure:4567: result: yes
# configure:4567: checking for strerror
# configure:4567: gcc -o conftest conftest.c >&5
# configure:4567: $? = 0
# configure:4567: result: yes
# configure:4567: checking for strtoul
# configure:4567: gcc -o conftest conftest.c >&5
# configure:4567: $? = 0
# configure:4567: result: yes
# configure:4585: checking for special C compiler options needed for large files
# configure:4630: result: no
# configure:4636: checking for _FILE_OFFSET_BITS value needed for large files
# configure:4661: gcc -c conftest.c >&5
# configure:4661: $? = 0
# configure:4693: result: no
# configure:4890: checking that generated files are newer than configure
# configure:4896: result: done
# configure:4919: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by gpart config.status 0.2.3-dev, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 55757ba8ca83
#
# config.status:870: creating Makefile
# config.status:870: creating man/Makefile
# config.status:870: creating src/Makefile
# config.status:870: creating man/gpart.8
# config.status:870: creating config.h
# config.status:1099: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_int16_t=yes
# ac_cv_c_int8_t=yes
# ac_cv_c_uint16_t=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_uint64_t=yes
# ac_cv_c_uint8_t=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=
# ac_cv_env_host_alias_value=
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_getpagesize=yes
# ac_cv_func_malloc_0_nonnull=yes
# ac_cv_func_memset=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strtoul=yes
# ac_cv_header_fcntl_h=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_ioctl_h=yes
# ac_cv_header_sys_mount_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_type_size_t=yes
# ac_cv_type_ssize_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/gpart/src/gpart-0.3/missing aclocal-1.15'
# 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/gpart/src/gpart-0.3/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/gpart/src/gpart-0.3/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/gpart/src/gpart-0.3/missing automake-1.15'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='gcc -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=''
# MAKEINFO='${SHELL} /tmp/gpart/src/gpart-0.3/missing makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='gpart'
# PACKAGE_BUGREPORT='https://github.com/baruch/gpart/issues'
# PACKAGE_NAME='gpart'
# PACKAGE_STRING='gpart 0.2.3-dev'
# PACKAGE_TARNAME='gpart'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.2.3-dev'
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP=''
# VERSION='0.2.3-dev'
# ac_ct_CC='gcc'
# 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_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias=''
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/gpart/src/gpart-0.3/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/local'
# 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 "gpart"
# #define PACKAGE_TARNAME "gpart"
# #define PACKAGE_VERSION "0.2.3-dev"
# #define PACKAGE_STRING "gpart 0.2.3-dev"
# #define PACKAGE_BUGREPORT "https://github.com/baruch/gpart/issues"
# #define PACKAGE_URL ""
# #define PACKAGE "gpart"
# #define VERSION "0.2.3-dev"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_MOUNT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_MEMSET 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRTOUL 1
#
# configure: exit 0