Build of nbd with clang_glibc toolchain

The build took 00h 01m 17s and was NOT successful.

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

SLOCLanguage
6,824 sh
5,429 ansic
4,782 makefile
17,035 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: nbd 3.14-2 (Thu Apr 13 18:51:50 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/bin/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... yes
# checking build system type... x86_64-pc-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... 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 dependency style of clang... gcc3
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... no
# checking for x86_64-unknown-linux-dumpbin... no
# checking for x86_64-unknown-linux-link... no
# checking for dumpbin... no
# checking for link... link -dump
# checking the name lister (nm) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-pc-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse nm output from clang object... ok
# checking for sysroot... no
# checking for a working dd... /usr/bin/dd
# checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -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 dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking whether Large File Support should be enabled... yes
# checking whether syslog logging is requested... yes
# checking whether a debugging version is requested... no
# checking for clang option to accept ISO C99... none needed
# checking how to run the C preprocessor... clang -E
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking whether byte ordering is bigendian... no
# checking for inline... inline
# checking for an ANSI C-conforming const... yes
# checking size of unsigned short int... 2
# checking size of unsigned int... 4
# checking size of unsigned long int... 8
# checking size of unsigned long long int... 8
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking for struct dirent.d_type... yes
# checking for llseek... yes
# checking for alarm... yes
# checking for gethostbyname... yes
# checking for inet_ntoa... yes
# checking for memset... yes
# checking for socket... yes
# checking for strerror... yes
# checking for strstr... yes
# checking for mkstemp... yes
# checking for fdatasync... yes
# checking for fallocate... yes
# checking linux/falloc.h usability... yes
# checking linux/falloc.h presence... yes
# checking for linux/falloc.h... yes
# checking whether FALLOC_FL_PUNCH_HOLE is declared... yes
# checking for FALLOC_FL_PUNCH_HOLE support... yes
# checking for winioctl.h... no
# checking for sync_file_range... yes
# checking for pid_t... yes
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... yes
# checking for working vfork... (cached) yes
# checking whether client should be built... yes
# checking for library containing bind... none required
# checking for library containing inet_ntoa... none required
# checking for library containing daemon... none required
# checking for sys/mount.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking syslog.h usability... yes
# checking syslog.h presence... yes
# checking for syslog.h... yes
# checking linux/types.h usability... yes
# checking linux/types.h presence... yes
# checking for linux/types.h... yes
# checking sys/dirent.h usability... no
# checking sys/dirent.h presence... no
# checking for sys/dirent.h... no
# checking for x86_64-unknown-linux-pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.16... yes
# checking for GLIB - version >= 2.26.0... yes (version 2.48.1)
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking for off_t... yes
# checking for pid_t... (cached) yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating doc/Doxyfile
# config.status: creating doc/Makefile
# config.status: creating man/Makefile
# config.status: creating gznbd/Makefile
# config.status: creating tests/Makefile
# config.status: creating tests/code/Makefile
# config.status: creating tests/run/Makefile
# config.status: creating man/nbd-client.8.sh
# config.status: creating man/nbd-server.5.sh
# config.status: creating man/nbd-server.1.sh
# config.status: creating man/nbd-trdump.1.sh
# config.status: creating man/nbdtab.5.sh
# config.status: creating systemd/Makefile
# config.status: creating systemd/nbd@.service.sh
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# make all-recursive
# make[1]: Entering directory '/tmp/nbd/src/nbd-3.14'
# Making all in .
# make[2]: Entering directory '/tmp/nbd/src/nbd-3.14'
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DSYSCONFDIR='"/etc"' -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT libnbdsrv_la-nbdsrv.lo -MD -MP -MF .deps/libnbdsrv_la-nbdsrv.Tpo -c -o libnbdsrv_la-nbdsrv.lo `test -f 'nbdsrv.c' || echo './'`nbdsrv.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DSYSCONFDIR=\"/etc\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT libnbdsrv_la-nbdsrv.lo -MD -MP -MF .deps/libnbdsrv_la-nbdsrv.Tpo -c nbdsrv.c -fPIC -DPIC -o .libs/libnbdsrv_la-nbdsrv.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DSYSCONFDIR=\"/etc\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT libnbdsrv_la-nbdsrv.lo -MD -MP -MF .deps/libnbdsrv_la-nbdsrv.Tpo -c nbdsrv.c -o libnbdsrv_la-nbdsrv.o >/dev/null 2>&1
# mv -f .deps/libnbdsrv_la-nbdsrv.Tpo .deps/libnbdsrv_la-nbdsrv.Plo
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DSYSCONFDIR='"/etc"' -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT libnbdsrv_la-treefiles.lo -MD -MP -MF .deps/libnbdsrv_la-treefiles.Tpo -c -o libnbdsrv_la-treefiles.lo `test -f 'treefiles.c' || echo './'`treefiles.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DSYSCONFDIR=\"/etc\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT libnbdsrv_la-treefiles.lo -MD -MP -MF .deps/libnbdsrv_la-treefiles.Tpo -c treefiles.c -fPIC -DPIC -o .libs/libnbdsrv_la-treefiles.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DSYSCONFDIR=\"/etc\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT libnbdsrv_la-treefiles.lo -MD -MP -MF .deps/libnbdsrv_la-treefiles.Tpo -c treefiles.c -o libnbdsrv_la-treefiles.o >/dev/null 2>&1
# mv -f .deps/libnbdsrv_la-treefiles.Tpo .deps/libnbdsrv_la-treefiles.Plo
# /bin/sh ./libtool --tag=CC --mode=link clang -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o libnbdsrv.la libnbdsrv_la-nbdsrv.lo libnbdsrv_la-treefiles.lo
# libtool: link: ar cru .libs/libnbdsrv.a .libs/libnbdsrv_la-nbdsrv.o .libs/libnbdsrv_la-treefiles.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libnbdsrv.a
# libtool: link: ( cd ".libs" && rm -f "libnbdsrv.la" && ln -s "../libnbdsrv.la" "libnbdsrv.la" )
# /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -DSYSCONFDIR='"/etc"' -MT libcliserv_la-cliserv.lo -MD -MP -MF .deps/libcliserv_la-cliserv.Tpo -c -o libcliserv_la-cliserv.lo `test -f 'cliserv.c' || echo './'`cliserv.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DSYSCONFDIR=\"/etc\" -MT libcliserv_la-cliserv.lo -MD -MP -MF .deps/libcliserv_la-cliserv.Tpo -c cliserv.c -fPIC -DPIC -o .libs/libcliserv_la-cliserv.o
# libtool: compile: clang -DHAVE_CONFIG_H -I. -DSYSCONFDIR=\"/etc\" -MT libcliserv_la-cliserv.lo -MD -MP -MF .deps/libcliserv_la-cliserv.Tpo -c cliserv.c -o libcliserv_la-cliserv.o >/dev/null 2>&1
# mv -f .deps/libcliserv_la-cliserv.Tpo .deps/libcliserv_la-cliserv.Plo
# /bin/sh ./libtool --tag=CC --mode=link clang -o libcliserv.la libcliserv_la-cliserv.lo
# libtool: link: ar cru .libs/libcliserv.a .libs/libcliserv_la-cliserv.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libcliserv.a
# libtool: link: ( cd ".libs" && rm -f "libcliserv.la" && ln -s "../libcliserv.la" "libcliserv.la" )
# clang -DHAVE_CONFIG_H -I. -DSYSCONFDIR='"/etc"' -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT nbd_server-nbd-server.o -MD -MP -MF .deps/nbd_server-nbd-server.Tpo -c -o nbd_server-nbd-server.o `test -f 'nbd-server.c' || echo './'`nbd-server.c
# In file included from nbd-server.c:65:
# In file included from /usr/include/assert.h:35:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# mv -f .deps/nbd_server-nbd-server.Tpo .deps/nbd_server-nbd-server.Po
# /bin/sh ./libtool --tag=CC --mode=link clang -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o nbd-server nbd_server-nbd-server.o -lglib-2.0 libnbdsrv.la libcliserv.la
# libtool: link: clang -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o nbd-server nbd_server-nbd-server.o -lglib-2.0 ./.libs/libnbdsrv.a ./.libs/libcliserv.a
# clang -DHAVE_CONFIG_H -I. -DSYSCONFDIR='"/etc"' -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -MT nbd_trdump-nbd-trdump.o -MD -MP -MF .deps/nbd_trdump-nbd-trdump.Tpo -c -o nbd_trdump-nbd-trdump.o `test -f 'nbd-trdump.c' || echo './'`nbd-trdump.c
# mv -f .deps/nbd_trdump-nbd-trdump.Tpo .deps/nbd_trdump-nbd-trdump.Po
# /bin/sh ./libtool --tag=CC --mode=link clang -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o nbd-trdump nbd_trdump-nbd-trdump.o libcliserv.la
# libtool: link: clang -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o nbd-trdump nbd_trdump-nbd-trdump.o ./.libs/libcliserv.a
# clang -DHAVE_CONFIG_H -I. -DSYSCONFDIR='"/etc"' -MT nbd-client.o -MD -MP -MF .deps/nbd-client.Tpo -c -o nbd-client.o nbd-client.c
# nbd-client.c:485:56: warning: format specifies type 'unsigned long long' but the argument has type 'unsigned long' [-Wformat]
# fprintf(stderr, "bs=%d, sz=%llu bytes\n", blocksize, (u64)tmp_blocksize * size);
# ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
# %lu
# 1 warning generated.
# mv -f .deps/nbd-client.Tpo .deps/nbd-client.Po
# /bin/sh ./libtool --tag=CC --mode=link clang -o nbd-client nbd-client.o libcliserv.la
# libtool: link: clang -o nbd-client nbd-client.o ./.libs/libcliserv.a
# make[2]: Leaving directory '/tmp/nbd/src/nbd-3.14'
# Making all in man
# make[2]: Entering directory '/tmp/nbd/src/nbd-3.14/man'
# sh nbd-server.1.sh > nbd-server.1
# sh nbd-server.5.sh > nbd-server.5
# sh nbd-client.8.sh > nbd-client.8
# sh nbd-trdump.1.sh > nbd-trdump.1
# sh nbdtab.5.sh > nbdtab.5
# make[2]: Leaving directory '/tmp/nbd/src/nbd-3.14/man'
# Making all in doc
# make[2]: Entering directory '/tmp/nbd/src/nbd-3.14/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/nbd/src/nbd-3.14/doc'
# Making all in tests
# make[2]: Entering directory '/tmp/nbd/src/nbd-3.14/tests'
# Making all in code
# make[3]: Entering directory '/tmp/nbd/src/nbd-3.14/tests/code'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/nbd/src/nbd-3.14/tests/code'
# Making all in run
# make[3]: Entering directory '/tmp/nbd/src/nbd-3.14/tests/run'
# make[3]: Nothing to be done for 'all'.
# make[3]: Leaving directory '/tmp/nbd/src/nbd-3.14/tests/run'
# make[3]: Entering directory '/tmp/nbd/src/nbd-3.14/tests'
# make[3]: Nothing to be done for 'all-am'.
# make[3]: Leaving directory '/tmp/nbd/src/nbd-3.14/tests'
# make[2]: Leaving directory '/tmp/nbd/src/nbd-3.14/tests'
# Making all in systemd
# make[2]: Entering directory '/tmp/nbd/src/nbd-3.14/systemd'
# make[2]: *** No rule to make target 'nbd@.service.tmpl', needed by 'nbd@.service.sh.in'. Stop.
# make[2]: Leaving directory '/tmp/nbd/src/nbd-3.14/systemd'
# make[1]: *** [Makefile:708: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/nbd/src/nbd-3.14'
# make: *** [Makefile:424: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/nbd/src/nbd-3.14/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 nbd configure 3.14, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --enable-syslog
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = daede1a8338a
# 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:2655: checking for a BSD-compatible install
# configure:2723: result: /usr/bin/install -c
# configure:2734: checking whether build environment is sane
# configure:2789: result: yes
# configure:2848: checking for x86_64-unknown-linux-strip
# configure:2878: result: no
# configure:2888: checking for strip
# configure:2904: found /usr/bin/strip
# configure:2915: result: strip
# configure:2940: checking for a thread-safe mkdir -p
# configure:2979: result: /usr/bin/mkdir -p
# configure:2986: checking for gawk
# configure:3002: found /usr/bin/gawk
# configure:3013: result: gawk
# configure:3024: checking whether make sets $(MAKE)
# configure:3046: result: yes
# configure:3075: checking whether make supports nested variables
# configure:3092: result: yes
# configure:3219: checking whether to enable maintainer-specific portions of Makefiles
# configure:3228: result: yes
# configure:3271: checking build system type
# configure:3285: result: x86_64-pc-linux-gnu
# configure:3305: checking host system type
# configure:3318: result: x86_64-unknown-linux-gnu
# configure:3359: checking how to print strings
# configure:3386: result: printf
# configure:3419: checking for style of include used by make
# configure:3447: result: GNU
# configure:3478: checking for x86_64-unknown-linux-gcc
# configure:3505: result: clang
# configure:3774: checking for C compiler version
# configure:3783: 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:3794: $? = 0
# configure:3783: 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:3794: $? = 0
# configure:3783: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3794: $? = 1
# configure:3783: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3794: $? = 1
# configure:3814: checking whether the C compiler works
# configure:3836: clang conftest.c >&5
# configure:3840: $? = 0
# configure:3888: result: yes
# configure:3891: checking for C compiler default output file name
# configure:3893: result: a.out
# configure:3899: checking for suffix of executables
# configure:3906: clang -o conftest conftest.c >&5
# configure:3910: $? = 0
# configure:3932: result:
# configure:3954: checking whether we are cross compiling
# configure:3962: clang -o conftest conftest.c >&5
# configure:3966: $? = 0
# configure:3973: ./conftest
# configure:3977: $? = 0
# configure:3992: result: no
# configure:3997: checking for suffix of object files
# configure:4019: clang -c conftest.c >&5
# configure:4023: $? = 0
# configure:4044: result: o
# configure:4048: checking whether we are using the GNU C compiler
# configure:4067: clang -c conftest.c >&5
# configure:4067: $? = 0
# configure:4076: result: yes
# configure:4085: checking whether clang accepts -g
# configure:4105: clang -c -g conftest.c >&5
# configure:4105: $? = 0
# configure:4146: result: yes
# configure:4163: checking for clang option to accept ISO C89
# configure:4226: clang -c conftest.c >&5
# configure:4226: $? = 0
# configure:4239: result: none needed
# configure:4264: checking whether clang understands -c and -o together
# configure:4286: clang -c conftest.c -o conftest2.o
# configure:4289: $? = 0
# configure:4286: clang -c conftest.c -o conftest2.o
# configure:4289: $? = 0
# configure:4301: result: yes
# configure:4320: checking dependency style of clang
# configure:4431: result: gcc3
# configure:4446: checking for a sed that does not truncate output
# configure:4510: result: /usr/bin/sed
# configure:4528: checking for grep that handles long lines and -e
# configure:4586: result: /usr/bin/grep
# configure:4591: checking for egrep
# configure:4653: result: /usr/bin/grep -E
# configure:4658: checking for fgrep
# configure:4720: result: /usr/bin/grep -F
# configure:4755: checking for ld used by clang
# configure:4822: result: /usr/bin/ld
# configure:4829: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4844: result: yes
# configure:4856: checking for BSD- or MS-compatible name lister (nm)
# configure:4910: result: no
# configure:4924: checking for x86_64-unknown-linux-dumpbin
# configure:4954: result: no
# configure:4924: checking for x86_64-unknown-linux-link
# configure:4954: result: no
# configure:4968: checking for dumpbin
# configure:4998: result: no
# configure:4968: checking for link
# configure:4984: found /usr/bin/link
# configure:4995: result: link -dump
# configure:5040: checking the name lister (nm) interface
# configure:5047: clang -c conftest.c >&5
# configure:5050: nm "conftest.o"
# configure:5053: output
# 0000000000000000 B some_variable
# configure:5060: result: BSD nm
# configure:5063: checking whether ln -s works
# configure:5067: result: yes
# configure:5075: checking the maximum length of command line arguments
# configure:5206: result: 1572864
# configure:5254: checking how to convert x86_64-pc-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5294: result: func_convert_file_noop
# configure:5301: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
# configure:5321: result: func_convert_file_noop
# configure:5328: checking for /usr/bin/ld option to reload object files
# configure:5335: result: -r
# configure:5369: checking for x86_64-unknown-linux-objdump
# configure:5399: result: no
# configure:5409: checking for objdump
# configure:5425: found /usr/bin/objdump
# configure:5436: result: objdump
# configure:5468: checking how to recognize dependent libraries
# configure:5668: result: pass_all
# configure:5713: checking for x86_64-unknown-linux-dlltool
# configure:5743: result: no
# configure:5753: checking for dlltool
# configure:5783: result: no
# configure:5813: checking how to associate runtime and link libraries
# configure:5840: result: printf %s\n
# configure:5857: checking for x86_64-unknown-linux-ar
# configure:5887: result: no
# configure:5901: checking for ar
# configure:5917: found /usr/bin/ar
# configure:5928: result: ar
# configure:5965: checking for archiver @FILE support
# configure:5982: clang -c conftest.c >&5
# configure:5982: $? = 0
# configure:5985: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5988: $? = 0
# configure:5993: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:5996: $? = 1
# configure:6008: result: @
# configure:6026: checking for x86_64-unknown-linux-strip
# configure:6053: result: strip
# configure:6125: checking for x86_64-unknown-linux-ranlib
# configure:6155: result: no
# configure:6165: checking for ranlib
# configure:6181: found /usr/bin/ranlib
# configure:6192: result: ranlib
# configure:6294: checking command to parse nm output from clang object
# configure:6447: clang -c conftest.c >&5
# configure:6450: $? = 0
# configure:6454: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6457: $? = 0
# configure:6523: clang -o conftest conftest.c conftstm.o >&5
# configure:6526: $? = 0
# configure:6564: result: ok
# configure:6611: checking for sysroot
# configure:6641: result: no
# configure:6648: checking for a working dd
# configure:6686: result: /usr/bin/dd
# configure:6690: checking how to truncate binary pipes
# configure:6705: result: /usr/bin/dd bs=4096 count=1
# configure:6841: clang -c conftest.c >&5
# configure:6844: $? = 0
# configure:6994: checking for x86_64-unknown-linux-mt
# configure:7024: result: no
# configure:7034: checking for mt
# configure:7064: result: no
# configure:7084: checking if : is a manifest tool
# configure:7090: : '-?'
# configure:7098: result: no
# configure:7775: checking how to run the C preprocessor
# configure:7806: clang -E conftest.c
# configure:7806: $? = 0
# configure:7820: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7820: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nbd"
# | #define PACKAGE_TARNAME "nbd"
# | #define PACKAGE_VERSION "3.14"
# | #define PACKAGE_STRING "nbd 3.14"
# | #define PACKAGE_BUGREPORT "wouter@debian.org"
# | #define PACKAGE_URL "http://nbd.sourceforge.net/"
# | #define PACKAGE "nbd"
# | #define VERSION "3.14"
# | /* end confdefs.h. */
# | #include
# configure:7845: result: clang -E
# configure:7865: clang -E conftest.c
# configure:7865: $? = 0
# configure:7879: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7879: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nbd"
# | #define PACKAGE_TARNAME "nbd"
# | #define PACKAGE_VERSION "3.14"
# | #define PACKAGE_STRING "nbd 3.14"
# | #define PACKAGE_BUGREPORT "wouter@debian.org"
# | #define PACKAGE_URL "http://nbd.sourceforge.net/"
# | #define PACKAGE "nbd"
# | #define VERSION "3.14"
# | /* end confdefs.h. */
# | #include
# configure:7908: checking for ANSI C header files
# configure:7928: clang -c conftest.c >&5
# configure:7928: $? = 0
# configure:8001: clang -o conftest conftest.c >&5
# configure:8001: $? = 0
# configure:8001: ./conftest
# configure:8001: $? = 0
# configure:8012: result: yes
# configure:8025: checking for sys/types.h
# configure:8025: clang -c conftest.c >&5
# configure:8025: $? = 0
# configure:8025: result: yes
# configure:8025: checking for sys/stat.h
# configure:8025: clang -c conftest.c >&5
# configure:8025: $? = 0
# configure:8025: result: yes
# configure:8025: checking for stdlib.h
# configure:8025: clang -c conftest.c >&5
# configure:8025: $? = 0
# configure:8025: result: yes
# configure:8025: checking for string.h
# configure:8025: clang -c conftest.c >&5
# configure:8025: $? = 0
# configure:8025: result: yes
# configure:8025: checking for memory.h
# configure:8025: clang -c conftest.c >&5
# configure:8025: $? = 0
# configure:8025: result: yes
# configure:8025: checking for strings.h
# configure:8025: clang -c conftest.c >&5
# configure:8025: $? = 0
# configure:8025: result: yes
# configure:8025: checking for inttypes.h
# configure:8025: clang -c conftest.c >&5
# configure:8025: $? = 0
# configure:8025: result: yes
# configure:8025: checking for stdint.h
# configure:8025: clang -c conftest.c >&5
# configure:8025: $? = 0
# configure:8025: result: yes
# configure:8025: checking for unistd.h
# configure:8025: clang -c conftest.c >&5
# configure:8025: $? = 0
# configure:8025: result: yes
# configure:8039: checking for dlfcn.h
# configure:8039: clang -c conftest.c >&5
# configure:8039: $? = 0
# configure:8039: result: yes
# configure:8295: checking for objdir
# configure:8310: result: .libs
# configure:8574: checking if clang supports -fno-rtti -fno-exceptions
# configure:8592: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8596: $? = 0
# configure:8609: result: yes
# configure:8967: checking for clang option to produce PIC
# configure:8974: result: -fPIC -DPIC
# configure:8982: checking if clang PIC flag -fPIC -DPIC works
# configure:9000: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9004: $? = 0
# configure:9017: result: yes
# configure:9046: checking if clang static flag -static works
# configure:9074: result: yes
# configure:9089: checking if clang supports -c -o file.o
# configure:9110: clang -c -o out/conftest2.o conftest.c >&5
# configure:9114: $? = 0
# configure:9136: result: yes
# configure:9144: checking if clang supports -c -o file.o
# configure:9191: result: yes
# configure:9224: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10487: result: yes
# configure:10524: checking whether -lc should be explicitly linked in
# configure:10532: clang -c conftest.c >&5
# configure:10535: $? = 0
# configure:10550: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10553: $? = 0
# configure:10567: result: no
# configure:10727: checking dynamic linker characteristics
# configure:11308: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11308: $? = 0
# configure:11557: result: GNU/Linux ld.so
# configure:11679: checking how to hardcode library paths into programs
# configure:11704: result: immediate
# configure:12252: checking whether stripping libraries is possible
# configure:12257: result: yes
# configure:12292: checking if libtool supports shared libraries
# configure:12294: result: yes
# configure:12297: checking whether to build shared libraries
# configure:12322: result: yes
# configure:12325: checking whether to build static libraries
# configure:12329: result: yes
# configure:12381: checking whether Large File Support should be enabled
# configure:12387: result: yes
# configure:12411: checking whether syslog logging is requested
# configure:12417: result: yes
# configure:12439: checking whether a debugging version is requested
# configure:12454: result: no
# configure:12487: checking for clang option to accept ISO C99
# configure:12636: clang -c conftest.c >&5
# configure:12636: $? = 0
# configure:12649: result: none needed
# configure:12669: checking how to run the C preprocessor
# configure:12739: result: clang -E
# configure:12759: clang -E conftest.c
# configure:12759: $? = 0
# configure:12773: clang -E conftest.c
# conftest.c:25:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12773: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nbd"
# | #define PACKAGE_TARNAME "nbd"
# | #define PACKAGE_VERSION "3.14"
# | #define PACKAGE_STRING "nbd 3.14"
# | #define PACKAGE_BUGREPORT "wouter@debian.org"
# | #define PACKAGE_URL "http://nbd.sourceforge.net/"
# | #define PACKAGE "nbd"
# | #define VERSION "3.14"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define NBD_LFS 1
# | #define ISSERVER 1
# | /* end confdefs.h. */
# | #include
# configure:12813: checking for x86_64-unknown-linux-pkg-config
# configure:12846: result: no
# configure:12856: checking for pkg-config
# configure:12874: found /usr/bin/pkg-config
# configure:12886: result: /usr/bin/pkg-config
# configure:12911: checking pkg-config is at least version 0.9.0
# configure:12914: result: yes
# configure:12923: checking whether byte ordering is bigendian
# configure:12938: clang -c conftest.c >&5
# conftest.c:26:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:26:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:12938: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nbd"
# | #define PACKAGE_TARNAME "nbd"
# | #define PACKAGE_VERSION "3.14"
# | #define PACKAGE_STRING "nbd 3.14"
# | #define PACKAGE_BUGREPORT "wouter@debian.org"
# | #define PACKAGE_URL "http://nbd.sourceforge.net/"
# | #define PACKAGE "nbd"
# | #define VERSION "3.14"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define NBD_LFS 1
# | #define ISSERVER 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:12983: clang -c conftest.c >&5
# configure:12983: $? = 0
# configure:13001: clang -c conftest.c >&5
# conftest.c:32:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:13001: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nbd"
# | #define PACKAGE_TARNAME "nbd"
# | #define PACKAGE_VERSION "3.14"
# | #define PACKAGE_STRING "nbd 3.14"
# | #define PACKAGE_BUGREPORT "wouter@debian.org"
# | #define PACKAGE_URL "http://nbd.sourceforge.net/"
# | #define PACKAGE "nbd"
# | #define VERSION "3.14"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define NBD_LFS 1
# | #define ISSERVER 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:13129: result: no
# configure:13147: checking for inline
# configure:13163: clang -c conftest.c >&5
# configure:13163: $? = 0
# configure:13171: result: inline
# configure:13189: checking for an ANSI C-conforming const
# configure:13255: clang -c conftest.c >&5
# configure:13255: $? = 0
# configure:13262: result: yes
# configure:13274: checking size of unsigned short int
# configure:13279: clang -o conftest conftest.c >&5
# configure:13279: $? = 0
# configure:13279: ./conftest
# configure:13279: $? = 0
# configure:13293: result: 2
# configure:13307: checking size of unsigned int
# configure:13312: clang -o conftest conftest.c >&5
# configure:13312: $? = 0
# configure:13312: ./conftest
# configure:13312: $? = 0
# configure:13326: result: 4
# configure:13340: checking size of unsigned long int
# configure:13345: clang -o conftest conftest.c >&5
# configure:13345: $? = 0
# configure:13345: ./conftest
# configure:13345: $? = 0
# configure:13359: result: 8
# configure:13373: checking size of unsigned long long int
# configure:13378: clang -o conftest conftest.c >&5
# configure:13378: $? = 0
# configure:13378: ./conftest
# configure:13378: $? = 0
# configure:13392: result: 8
# configure:13405: checking for dirent.h that defines DIR
# configure:13424: clang -c conftest.c >&5
# configure:13424: $? = 0
# configure:13432: result: yes
# configure:13445: checking for library containing opendir
# configure:13476: clang -o conftest conftest.c >&5
# configure:13476: $? = 0
# configure:13493: result: none required
# configure:13562: checking for struct dirent.d_type
# configure:13562: clang -c conftest.c >&5
# configure:13562: $? = 0
# configure:13562: result: yes
# configure:13593: checking for llseek
# configure:13593: clang -o conftest conftest.c >&5
# configure:13593: $? = 0
# configure:13593: result: yes
# configure:13593: checking for alarm
# configure:13593: clang -o conftest conftest.c >&5
# configure:13593: $? = 0
# configure:13593: result: yes
# configure:13593: checking for gethostbyname
# configure:13593: clang -o conftest conftest.c >&5
# configure:13593: $? = 0
# configure:13593: result: yes
# configure:13593: checking for inet_ntoa
# configure:13593: clang -o conftest conftest.c >&5
# configure:13593: $? = 0
# configure:13593: result: yes
# configure:13593: checking for memset
# configure:13593: clang -o conftest conftest.c >&5
# conftest.c:58:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:58:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:13593: $? = 0
# configure:13593: result: yes
# configure:13593: checking for socket
# configure:13593: clang -o conftest conftest.c >&5
# configure:13593: $? = 0
# configure:13593: result: yes
# configure:13593: checking for strerror
# configure:13593: clang -o conftest conftest.c >&5
# conftest.c:60:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:60:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:13593: $? = 0
# configure:13593: result: yes
# configure:13593: checking for strstr
# configure:13593: clang -o conftest conftest.c >&5
# conftest.c:61:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
# char strstr ();
# ^
# conftest.c:61:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:13593: $? = 0
# configure:13593: result: yes
# configure:13593: checking for mkstemp
# configure:13593: clang -o conftest conftest.c >&5
# configure:13593: $? = 0
# configure:13593: result: yes
# configure:13593: checking for fdatasync
# configure:13593: clang -o conftest conftest.c >&5
# configure:13593: $? = 0
# configure:13593: result: yes
# configure:13603: checking for fallocate
# configure:13603: clang -o conftest conftest.c >&5
# configure:13603: $? = 0
# configure:13603: result: yes
# configure:13608: checking linux/falloc.h usability
# configure:13608: clang -c conftest.c >&5
# configure:13608: $? = 0
# configure:13608: result: yes
# configure:13608: checking linux/falloc.h presence
# configure:13608: clang -E conftest.c
# configure:13608: $? = 0
# configure:13608: result: yes
# configure:13608: checking for linux/falloc.h
# configure:13608: result: yes
# configure:13620: checking whether FALLOC_FL_PUNCH_HOLE is declared
# configure:13620: clang -c conftest.c >&5
# configure:13620: $? = 0
# configure:13620: result: yes
# configure:13633: checking for FALLOC_FL_PUNCH_HOLE support
# configure:13640: result: yes
# configure:13653: checking for winioctl.h
# configure:13653: clang -c conftest.c >&5
# conftest.c:43:10: fatal error: 'io.h' file not found
# #include
# ^
# 1 error generated.
# configure:13653: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nbd"
# | #define PACKAGE_TARNAME "nbd"
# | #define PACKAGE_VERSION "3.14"
# | #define PACKAGE_STRING "nbd 3.14"
# | #define PACKAGE_BUGREPORT "wouter@debian.org"
# | #define PACKAGE_URL "http://nbd.sourceforge.net/"
# | #define PACKAGE "nbd"
# | #define VERSION "3.14"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define NBD_LFS 1
# | #define ISSERVER 1
# | #define SIZEOF_UNSIGNED_SHORT_INT 2
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_LONG_INT 8
# | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
# | #define HAVE_DIRENT_H 1
# | #define HAVE_STRUCT_DIRENT_D_TYPE 1
# | #define HAVE_LLSEEK 1
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_LINUX_FALLOC_H 1
# | #define HAVE_FALLOC_PH 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# |
# |
# | #include
# configure:13653: result: no
# configure:13693: checking for sync_file_range
# configure:13693: clang -o conftest conftest.c >&5
# configure:13693: $? = 0
# configure:13693: result: yes
# configure:13700: checking for pid_t
# configure:13700: clang -c conftest.c >&5
# configure:13700: $? = 0
# configure:13700: clang -c conftest.c >&5
# conftest.c:81:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:13700: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nbd"
# | #define PACKAGE_TARNAME "nbd"
# | #define PACKAGE_VERSION "3.14"
# | #define PACKAGE_STRING "nbd 3.14"
# | #define PACKAGE_BUGREPORT "wouter@debian.org"
# | #define PACKAGE_URL "http://nbd.sourceforge.net/"
# | #define PACKAGE "nbd"
# | #define VERSION "3.14"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define NBD_LFS 1
# | #define ISSERVER 1
# | #define SIZEOF_UNSIGNED_SHORT_INT 2
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_LONG_INT 8
# | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
# | #define HAVE_DIRENT_H 1
# | #define HAVE_STRUCT_DIRENT_D_TYPE 1
# | #define HAVE_LLSEEK 1
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_LINUX_FALLOC_H 1
# | #define HAVE_FALLOC_PH 1
# | #define HAVE_FSCTL_SET_ZERO_DATA 0
# | #define HAVE_SYNC_FILE_RANGE sync_file_range(2) is not supported
# | /* 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 ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13700: result: yes
# configure:13713: checking vfork.h usability
# configure:13713: clang -c conftest.c >&5
# conftest.c:78:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:13713: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nbd"
# | #define PACKAGE_TARNAME "nbd"
# | #define PACKAGE_VERSION "3.14"
# | #define PACKAGE_STRING "nbd 3.14"
# | #define PACKAGE_BUGREPORT "wouter@debian.org"
# | #define PACKAGE_URL "http://nbd.sourceforge.net/"
# | #define PACKAGE "nbd"
# | #define VERSION "3.14"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define NBD_LFS 1
# | #define ISSERVER 1
# | #define SIZEOF_UNSIGNED_SHORT_INT 2
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_LONG_INT 8
# | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
# | #define HAVE_DIRENT_H 1
# | #define HAVE_STRUCT_DIRENT_D_TYPE 1
# | #define HAVE_LLSEEK 1
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_LINUX_FALLOC_H 1
# | #define HAVE_FALLOC_PH 1
# | #define HAVE_FSCTL_SET_ZERO_DATA 0
# | #define HAVE_SYNC_FILE_RANGE sync_file_range(2) is not supported
# | /* 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
# | #include
# configure:13713: result: no
# configure:13713: checking vfork.h presence
# configure:13713: clang -E conftest.c
# conftest.c:45:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:13713: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nbd"
# | #define PACKAGE_TARNAME "nbd"
# | #define PACKAGE_VERSION "3.14"
# | #define PACKAGE_STRING "nbd 3.14"
# | #define PACKAGE_BUGREPORT "wouter@debian.org"
# | #define PACKAGE_URL "http://nbd.sourceforge.net/"
# | #define PACKAGE "nbd"
# | #define VERSION "3.14"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define NBD_LFS 1
# | #define ISSERVER 1
# | #define SIZEOF_UNSIGNED_SHORT_INT 2
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_LONG_INT 8
# | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
# | #define HAVE_DIRENT_H 1
# | #define HAVE_STRUCT_DIRENT_D_TYPE 1
# | #define HAVE_LLSEEK 1
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_LINUX_FALLOC_H 1
# | #define HAVE_FALLOC_PH 1
# | #define HAVE_FSCTL_SET_ZERO_DATA 0
# | #define HAVE_SYNC_FILE_RANGE sync_file_range(2) is not supported
# | /* end confdefs.h. */
# | #include
# configure:13713: result: no
# configure:13713: checking for vfork.h
# configure:13713: result: no
# configure:13726: checking for fork
# configure:13726: clang -o conftest conftest.c >&5
# configure:13726: $? = 0
# configure:13726: result: yes
# configure:13726: checking for vfork
# configure:13726: clang -o conftest conftest.c >&5
# conftest.c:69:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
# char vfork ();
# ^
# conftest.c:69:6: note: 'vfork' is a builtin with type 'int (void)'
# 1 warning generated.
# configure:13726: $? = 0
# configure:13726: result: yes
# configure:13736: checking for working fork
# configure:13758: clang -o conftest conftest.c >&5
# configure:13758: $? = 0
# configure:13758: ./conftest
# configure:13758: $? = 0
# configure:13768: result: yes
# configure:13789: checking for working vfork
# configure:13899: result: yes
# configure:13931: checking whether client should be built
# configure:13935: result: yes
# configure:13944: checking for library containing bind
# configure:13975: clang -o conftest conftest.c >&5
# configure:13975: $? = 0
# configure:13992: result: none required
# configure:14002: checking for library containing inet_ntoa
# configure:14033: clang -o conftest conftest.c >&5
# configure:14033: $? = 0
# configure:14050: result: none required
# configure:14060: checking for library containing daemon
# configure:14091: clang -o conftest conftest.c >&5
# configure:14091: $? = 0
# configure:14108: result: none required
# configure:14120: checking for sys/mount.h
# configure:14120: clang -c conftest.c >&5
# configure:14120: $? = 0
# configure:14120: result: yes
# configure:14135: checking arpa/inet.h usability
# configure:14135: clang -c conftest.c >&5
# configure:14135: $? = 0
# configure:14135: result: yes
# configure:14135: checking arpa/inet.h presence
# configure:14135: clang -E conftest.c
# configure:14135: $? = 0
# configure:14135: result: yes
# configure:14135: checking for arpa/inet.h
# configure:14135: result: yes
# configure:14135: checking fcntl.h usability
# configure:14135: clang -c conftest.c >&5
# configure:14135: $? = 0
# configure:14135: result: yes
# configure:14135: checking fcntl.h presence
# configure:14135: clang -E conftest.c
# configure:14135: $? = 0
# configure:14135: result: yes
# configure:14135: checking for fcntl.h
# configure:14135: result: yes
# configure:14135: checking netdb.h usability
# configure:14135: clang -c conftest.c >&5
# configure:14135: $? = 0
# configure:14135: result: yes
# configure:14135: checking netdb.h presence
# configure:14135: clang -E conftest.c
# configure:14135: $? = 0
# configure:14135: result: yes
# configure:14135: checking for netdb.h
# configure:14135: result: yes
# configure:14135: checking netinet/in.h usability
# configure:14135: clang -c conftest.c >&5
# configure:14135: $? = 0
# configure:14135: result: yes
# configure:14135: checking netinet/in.h presence
# configure:14135: clang -E conftest.c
# configure:14135: $? = 0
# configure:14135: result: yes
# configure:14135: checking for netinet/in.h
# configure:14135: result: yes
# configure:14135: checking sys/ioctl.h usability
# configure:14135: clang -c conftest.c >&5
# configure:14135: $? = 0
# configure:14135: result: yes
# configure:14135: checking sys/ioctl.h presence
# configure:14135: clang -E conftest.c
# configure:14135: $? = 0
# configure:14135: result: yes
# configure:14135: checking for sys/ioctl.h
# configure:14135: result: yes
# configure:14135: checking sys/socket.h usability
# configure:14135: clang -c conftest.c >&5
# configure:14135: $? = 0
# configure:14135: result: yes
# configure:14135: checking sys/socket.h presence
# configure:14135: clang -E conftest.c
# configure:14135: $? = 0
# configure:14135: result: yes
# configure:14135: checking for sys/socket.h
# configure:14135: result: yes
# configure:14135: checking syslog.h usability
# configure:14135: clang -c conftest.c >&5
# configure:14135: $? = 0
# configure:14135: result: yes
# configure:14135: checking syslog.h presence
# configure:14135: clang -E conftest.c
# configure:14135: $? = 0
# configure:14135: result: yes
# configure:14135: checking for syslog.h
# configure:14135: result: yes
# configure:14135: checking linux/types.h usability
# configure:14135: clang -c conftest.c >&5
# configure:14135: $? = 0
# configure:14135: result: yes
# configure:14135: checking linux/types.h presence
# configure:14135: clang -E conftest.c
# configure:14135: $? = 0
# configure:14135: result: yes
# configure:14135: checking for linux/types.h
# configure:14135: result: yes
# configure:14135: checking sys/dirent.h usability
# configure:14135: clang -c conftest.c >&5
# conftest.c:91:10: fatal error: 'sys/dirent.h' file not found
# #include
# ^
# 1 error generated.
# configure:14135: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nbd"
# | #define PACKAGE_TARNAME "nbd"
# | #define PACKAGE_VERSION "3.14"
# | #define PACKAGE_STRING "nbd 3.14"
# | #define PACKAGE_BUGREPORT "wouter@debian.org"
# | #define PACKAGE_URL "http://nbd.sourceforge.net/"
# | #define PACKAGE "nbd"
# | #define VERSION "3.14"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define NBD_LFS 1
# | #define ISSERVER 1
# | #define SIZEOF_UNSIGNED_SHORT_INT 2
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_LONG_INT 8
# | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
# | #define HAVE_DIRENT_H 1
# | #define HAVE_STRUCT_DIRENT_D_TYPE 1
# | #define HAVE_LLSEEK 1
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_LINUX_FALLOC_H 1
# | #define HAVE_FALLOC_PH 1
# | #define HAVE_FSCTL_SET_ZERO_DATA 0
# | #define HAVE_SYNC_FILE_RANGE sync_file_range(2) is not supported
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_LINUX_TYPES_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
# | #include
# configure:14135: result: no
# configure:14135: checking sys/dirent.h presence
# configure:14135: clang -E conftest.c
# conftest.c:58:10: fatal error: 'sys/dirent.h' file not found
# #include
# ^
# 1 error generated.
# configure:14135: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nbd"
# | #define PACKAGE_TARNAME "nbd"
# | #define PACKAGE_VERSION "3.14"
# | #define PACKAGE_STRING "nbd 3.14"
# | #define PACKAGE_BUGREPORT "wouter@debian.org"
# | #define PACKAGE_URL "http://nbd.sourceforge.net/"
# | #define PACKAGE "nbd"
# | #define VERSION "3.14"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define NBD_LFS 1
# | #define ISSERVER 1
# | #define SIZEOF_UNSIGNED_SHORT_INT 2
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_LONG_INT 8
# | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
# | #define HAVE_DIRENT_H 1
# | #define HAVE_STRUCT_DIRENT_D_TYPE 1
# | #define HAVE_LLSEEK 1
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_LINUX_FALLOC_H 1
# | #define HAVE_FALLOC_PH 1
# | #define HAVE_FSCTL_SET_ZERO_DATA 0
# | #define HAVE_SYNC_FILE_RANGE sync_file_range(2) is not supported
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_LINUX_TYPES_H 1
# | /* end confdefs.h. */
# | #include
# configure:14135: result: no
# configure:14135: checking for sys/dirent.h
# configure:14135: result: no
# configure:14186: checking for x86_64-unknown-linux-pkg-config
# configure:14216: result: /usr/bin/pkg-config
# configure:14284: checking pkg-config is at least version 0.16
# configure:14287: result: yes
# configure:14304: checking for GLIB - version >= 2.26.0
# configure:14416: clang -o conftest -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -lglib-2.0 >&5
# configure:14416: $? = 0
# configure:14416: ./conftest
# configure:14416: $? = 0
# configure:14430: result: yes (version 2.48.1)
# configure:14498: checking for sys/wait.h that is POSIX.1 compatible
# configure:14524: clang -c conftest.c >&5
# configure:14524: $? = 0
# configure:14531: result: yes
# configure:14539: checking for off_t
# configure:14539: clang -c conftest.c >&5
# configure:14539: $? = 0
# configure:14539: clang -c conftest.c >&5
# conftest.c:95:20: error: expected expression
# if (sizeof ((off_t)))
# ^
# 1 error generated.
# configure:14539: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "nbd"
# | #define PACKAGE_TARNAME "nbd"
# | #define PACKAGE_VERSION "3.14"
# | #define PACKAGE_STRING "nbd 3.14"
# | #define PACKAGE_BUGREPORT "wouter@debian.org"
# | #define PACKAGE_URL "http://nbd.sourceforge.net/"
# | #define PACKAGE "nbd"
# | #define VERSION "3.14"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define NBD_LFS 1
# | #define ISSERVER 1
# | #define SIZEOF_UNSIGNED_SHORT_INT 2
# | #define SIZEOF_UNSIGNED_INT 4
# | #define SIZEOF_UNSIGNED_LONG_INT 8
# | #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
# | #define HAVE_DIRENT_H 1
# | #define HAVE_STRUCT_DIRENT_D_TYPE 1
# | #define HAVE_LLSEEK 1
# | #define HAVE_ALARM 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRERROR 1
# | #define HAVE_STRSTR 1
# | #define HAVE_MKSTEMP 1
# | #define HAVE_FDATASYNC 1
# | #define HAVE_LINUX_FALLOC_H 1
# | #define HAVE_FALLOC_PH 1
# | #define HAVE_FSCTL_SET_ZERO_DATA 0
# | #define HAVE_SYNC_FILE_RANGE sync_file_range(2) is not supported
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define HAVE_SYS_MOUNT_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYSLOG_H 1
# | #define HAVE_LINUX_TYPES_H 1
# | #define HAVE_SYS_WAIT_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 ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:14539: result: yes
# configure:14550: checking for pid_t
# configure:14550: result: yes
# configure:14684: checking that generated files are newer than configure
# configure:14690: result: done
# configure:14722: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by nbd config.status 3.14, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on daede1a8338a
#
# config.status:1151: creating Makefile
# config.status:1151: creating doc/Doxyfile
# config.status:1151: creating doc/Makefile
# config.status:1151: creating man/Makefile
# config.status:1151: creating gznbd/Makefile
# config.status:1151: creating tests/Makefile
# config.status:1151: creating tests/code/Makefile
# config.status:1151: creating tests/run/Makefile
# config.status:1151: creating man/nbd-client.8.sh
# config.status:1151: creating man/nbd-server.5.sh
# config.status:1151: creating man/nbd-server.1.sh
# config.status:1151: creating man/nbd-trdump.1.sh
# config.status:1151: creating man/nbdtab.5.sh
# config.status:1151: creating systemd/Makefile
# config.status:1151: creating systemd/nbd@.service.sh
# config.status:1151: creating config.h
# config.status:1380: executing depfiles commands
# config.status:1380: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-pc-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_inline=inline
# 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_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_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_alarm=yes
# ac_cv_func_fallocate=yes
# ac_cv_func_fdatasync=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_inet_ntoa=yes
# ac_cv_func_llseek=yes
# ac_cv_func_memset=yes
# ac_cv_func_mkstemp=yes
# ac_cv_func_setvbuf_reversed=no
# ac_cv_func_socket=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strstr=yes
# ac_cv_func_sync_file_range=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_have_decl_FALLOC_FL_PUNCH_HOLE=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_linux_falloc_h=yes
# ac_cv_header_linux_types_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_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_dirent_h=no
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_mount_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_syslog_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_header_winioctl_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_member_struct_dirent_d_type=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/bin/dd
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_DUMPBIN='link -dump'
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_bind='none required'
# ac_cv_search_daemon='none required'
# ac_cv_search_inet_ntoa='none required'
# ac_cv_search_opendir='none required'
# ac_cv_sizeof_unsigned_int=4
# ac_cv_sizeof_unsigned_long_int=8
# ac_cv_sizeof_unsigned_long_long_int=8
# ac_cv_sizeof_unsigned_short_int=2
# ac_cv_type_off_t=yes
# ac_cv_type_pid_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM=no
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/nbd/src/nbd-3.14/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_CPPFLAGS=' -DSYSCONFDIR='\''"/etc"'\'''
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/nbd/src/nbd-3.14/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/nbd/src/nbd-3.14/missing autoheader'
# AUTOMAKE='${SHELL} /tmp/nbd/src/nbd-3.14/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'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=':'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# GLIB_COMPILE_RESOURCES='glib-compile-resources'
# GLIB_GENMARSHAL='glib-genmarshal'
# GLIB_LIBS='-lglib-2.0'
# GLIB_MKENUMS='glib-mkenums'
# GOBJECT_QUERY='gobject-query'
# GREP='/usr/bin/grep'
# GZNBD_FALSE=''
# GZNBD_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_SYS_LIBRARY_PATH=''
# MAINT=''
# MAINTAINER_MODE_FALSE='#'
# MAINTAINER_MODE_TRUE=''
# MAKEINFO='${SHELL} /tmp/nbd/src/nbd-3.14/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NBD_CLIENT_NAME='nbd-client'
# NM='nm'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='nbd'
# PACKAGE_BUGREPORT='wouter@debian.org'
# PACKAGE_NAME='nbd'
# PACKAGE_STRING='nbd 3.14'
# PACKAGE_TARNAME='nbd'
# PACKAGE_URL='http://nbd.sourceforge.net/'
# PACKAGE_VERSION='3.14'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='3.14'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN='link -dump'
# 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-pc-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='pc'
# 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/nbd/src/nbd-3.14/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}'
# runstatedir='${localstatedir}/run'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "nbd"
# #define PACKAGE_TARNAME "nbd"
# #define PACKAGE_VERSION "3.14"
# #define PACKAGE_STRING "nbd 3.14"
# #define PACKAGE_BUGREPORT "wouter@debian.org"
# #define PACKAGE_URL "http://nbd.sourceforge.net/"
# #define PACKAGE "nbd"
# #define VERSION "3.14"
# #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_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define NBD_LFS 1
# #define ISSERVER 1
# #define SIZEOF_UNSIGNED_SHORT_INT 2
# #define SIZEOF_UNSIGNED_INT 4
# #define SIZEOF_UNSIGNED_LONG_INT 8
# #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
# #define HAVE_DIRENT_H 1
# #define HAVE_STRUCT_DIRENT_D_TYPE 1
# #define HAVE_LLSEEK 1
# #define HAVE_ALARM 1
# #define HAVE_GETHOSTBYNAME 1
# #define HAVE_INET_NTOA 1
# #define HAVE_MEMSET 1
# #define HAVE_SOCKET 1
# #define HAVE_STRERROR 1
# #define HAVE_STRSTR 1
# #define HAVE_MKSTEMP 1
# #define HAVE_FDATASYNC 1
# #define HAVE_LINUX_FALLOC_H 1
# #define HAVE_FALLOC_PH 1
# #define HAVE_FSCTL_SET_ZERO_DATA 0
# #define HAVE_SYNC_FILE_RANGE sync_file_range(2) is not supported
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define HAVE_SYS_MOUNT_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYSLOG_H 1
# #define HAVE_LINUX_TYPES_H 1
# #define HAVE_SYS_WAIT_H 1
#
# configure: exit 0