Build of gpart with clang_glibc toolchain

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

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/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: gpart 0.3-1 (Thu Apr 13 16:56:50 UTC 2017)
# ==> 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/bin/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/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking for 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... no
# 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 how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/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'
# clang -DHAVE_CONFIG_H -I. -I.. -Wall -O2 -MT disku.o -MD -MP -MF .deps/disku.Tpo -c -o disku.o disku.c
# mv -f .deps/disku.Tpo .deps/disku.Po
# clang -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
# clang -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/gm_bsddl.Tpo .deps/gm_bsddl.Po
# clang -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_ext2.Tpo .deps/gm_ext2.Po
# clang -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
# clang -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_fat.Tpo .deps/gm_fat.Po
# clang -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_hmlvm.Tpo .deps/gm_hmlvm.Po
# clang -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_lvm2.Tpo .deps/gm_lvm2.Po
# clang -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_hpfs.Tpo .deps/gm_hpfs.Po
# clang -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_lswap.Tpo .deps/gm_lswap.Po
# clang -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
# clang -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_ntfs.Tpo .deps/gm_ntfs.Po
# clang -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/gmodules.Tpo .deps/gmodules.Po
# clang -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
# gm_qnx4.c:95:17: warning: address of array 'rootdir->di_fname' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if (rootdir->di_fname && !strncmp(rootdir->di_fname,QNX4_BITMAP_NAME,strlen(QNX4_BITMAP_NAME)))
# ~~~~~~~~~^~~~~~~~ ~~
# 1 warning generated.
# mv -f .deps/gm_qnx4.Tpo .deps/gm_qnx4.Po
# clang -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
# clang -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_s86dl.Tpo .deps/gm_s86dl.Po
# clang -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_xfs.Tpo .deps/gm_xfs.Po
# clang -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/gpart.Tpo .deps/gpart.Po
# clang -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
# clang -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/bin/mkdir -p '/tmp/gpart/pkg/gpart/usr/bin'
# /usr/bin/install -c gpart '/tmp/gpart/pkg/gpart/usr/bin'
# make[2]: Nothing to be done for 'install-data-am'.
# 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/bin/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/bin/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 (Thu Apr 13 16:57:09 UTC 2017)

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 = 03c55f3a2e46
# 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: /usr/bin
# 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/bin/mkdir -p
# configure:2705: checking for gawk
# configure:2721: found /usr/bin/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:3017: result: clang
# configure:3246: checking for C compiler version
# configure:3255: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3266: $? = 0
# configure:3255: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3266: $? = 0
# configure:3255: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3266: $? = 1
# configure:3255: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3266: $? = 1
# configure:3286: checking whether the C compiler works
# configure:3308: clang 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: clang -o conftest conftest.c >&5
# configure:3382: $? = 0
# configure:3404: result:
# configure:3426: checking whether we are cross compiling
# configure:3434: clang -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: clang -c conftest.c >&5
# configure:3495: $? = 0
# configure:3516: result: o
# configure:3520: checking whether we are using the GNU C compiler
# configure:3539: clang -c conftest.c >&5
# configure:3539: $? = 0
# configure:3548: result: yes
# configure:3557: checking whether clang accepts -g
# configure:3577: clang -c -g conftest.c >&5
# configure:3577: $? = 0
# configure:3618: result: yes
# configure:3635: checking for clang option to accept ISO C89
# configure:3698: clang -c conftest.c >&5
# configure:3698: $? = 0
# configure:3711: result: none needed
# configure:3736: checking whether clang understands -c and -o together
# configure:3758: clang -c conftest.c -o conftest2.o
# configure:3761: $? = 0
# configure:3758: clang -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 clang
# configure:3966: result: gcc3
# configure:3990: checking how to run the C preprocessor
# configure:4021: clang -E conftest.c
# configure:4021: $? = 0
# configure:4035: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# 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: clang -E
# configure:4080: clang -E conftest.c
# configure:4080: $? = 0
# configure:4094: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# 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/bin/grep
# configure:4186: checking for egrep
# configure:4248: result: /usr/bin/grep -E
# configure:4253: checking for ANSI C header files
# configure:4273: clang -c conftest.c >&5
# configure:4273: $? = 0
# configure:4346: clang -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: clang -c conftest.c >&5
# configure:4370: $? = 0
# configure:4370: result: yes
# configure:4370: checking for sys/stat.h
# configure:4370: clang -c conftest.c >&5
# configure:4370: $? = 0
# configure:4370: result: yes
# configure:4370: checking for stdlib.h
# configure:4370: clang -c conftest.c >&5
# configure:4370: $? = 0
# configure:4370: result: yes
# configure:4370: checking for string.h
# configure:4370: clang -c conftest.c >&5
# configure:4370: $? = 0
# configure:4370: result: yes
# configure:4370: checking for memory.h
# configure:4370: clang -c conftest.c >&5
# configure:4370: $? = 0
# configure:4370: result: yes
# configure:4370: checking for strings.h
# configure:4370: clang -c conftest.c >&5
# configure:4370: $? = 0
# configure:4370: result: yes
# configure:4370: checking for inttypes.h
# configure:4370: clang -c conftest.c >&5
# configure:4370: $? = 0
# configure:4370: result: yes
# configure:4370: checking for stdint.h
# configure:4370: clang -c conftest.c >&5
# configure:4370: $? = 0
# configure:4370: result: yes
# configure:4370: checking for unistd.h
# configure:4370: clang -c conftest.c >&5
# configure:4370: $? = 0
# configure:4370: result: yes
# configure:4385: checking fcntl.h usability
# configure:4385: clang -c conftest.c >&5
# configure:4385: $? = 0
# configure:4385: result: yes
# configure:4385: checking fcntl.h presence
# configure:4385: clang -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: clang -c conftest.c >&5
# configure:4385: $? = 0
# configure:4385: result: yes
# configure:4385: checking sys/ioctl.h presence
# configure:4385: clang -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: clang -c conftest.c >&5
# configure:4385: $? = 0
# configure:4385: result: yes
# configure:4385: checking sys/mount.h presence
# configure:4385: clang -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: clang -c conftest.c >&5
# configure:4397: $? = 0
# configure:4397: clang -c conftest.c >&5
# conftest.c:65:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# 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: clang -c conftest.c >&5
# configure:4408: $? = 0
# configure:4408: clang -c conftest.c >&5
# conftest.c:65:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# 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: clang -c conftest.c >&5
# configure:4419: $? = 0
# configure:4419: clang -c conftest.c >&5
# conftest.c:64:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# 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: clang -c conftest.c >&5
# configure:4430: $? = 0
# configure:4430: clang -c conftest.c >&5
# conftest.c:64:22: error: expected expression
# if (sizeof ((ssize_t)))
# ^
# 1 error generated.
# 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: clang -c conftest.c >&5
# configure:4441: $? = 0
# configure:4441: result: yes
# configure:4453: checking for uint32_t
# configure:4453: clang -c conftest.c >&5
# configure:4453: $? = 0
# configure:4453: result: yes
# configure:4467: checking for uint64_t
# configure:4467: clang -c conftest.c >&5
# configure:4467: $? = 0
# configure:4467: result: yes
# configure:4481: checking for uint8_t
# configure:4481: clang -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: clang -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: clang -o conftest conftest.c >&5
# configure:4567: $? = 0
# configure:4567: result: yes
# configure:4567: checking for memset
# configure:4567: clang -o conftest conftest.c >&5
# conftest.c:54:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:54:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:4567: $? = 0
# configure:4567: result: yes
# configure:4567: checking for strchr
# configure:4567: clang -o conftest conftest.c >&5
# conftest.c:55:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
# char strchr ();
# ^
# conftest.c:55:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
# 1 warning generated.
# configure:4567: $? = 0
# configure:4567: result: yes
# configure:4567: checking for strdup
# configure:4567: clang -o conftest conftest.c >&5
# conftest.c:56:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:56:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:4567: $? = 0
# configure:4567: result: yes
# configure:4567: checking for strerror
# configure:4567: clang -o conftest conftest.c >&5
# conftest.c:57:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:57:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:4567: $? = 0
# configure:4567: result: yes
# configure:4567: checking for strtoul
# configure:4567: clang -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: clang -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 03c55f3a2e46
#
# 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=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=
# 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/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_CC=clang
# 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='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/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/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/bin/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='clang'
# 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