Build of zsync with musl toolchain

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

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

SLOCLanguage
9,044 ansic
3,800 sh
2,504 makefile
15,348 total

The process tree of the build process is here.

Log

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

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

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

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

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: zsync 0.6.2-3 (Tue Apr 4 23:26:33 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... yes
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether ln -s works... yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# configure: WARNING: using cross tools not prefixed with host triplet
# checking for an ANSI C-conforming const... yes
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for string.h... (cached) yes
# checking for size_t... yes
# checking for memcpy... yes
# checking for pwrite... yes
# checking for pread... yes
# checking for mkstemp... yes
# checking for socklen_t... yes
# checking for in_port_t... yes
# checking for h_errno declaration in netdb.h... yes
# checking for socket in -lsocket... no
# checking for getaddrinfo... yes
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for _LARGEFILE_SOURCE value needed for large files... no
# checking size of size_t... 8
# checking size of off_t... 8
# checking if malloc debugging is wanted... no
# checking whether compiler supports -g... no
# checking whether compiler supports -Wall... no
# checking whether compiler supports -Wwrite-strings... no
# checking whether compiler supports -Winline... no
# checking whether compiler supports -Wextra... no
# checking whether compiler supports -Winline... no
# checking whether compiler supports -Wmissing-noreturn... no
# checking whether compiler supports -Wredundant-decls... no
# checking whether compiler supports -Wnested-externs... no
# checking whether compiler supports -Wundef... no
# checking whether compiler supports -Wbad-function-cast... no
# checking whether compiler supports -Wcast-align... no
# checking whether compiler supports -Wvolatile-register-var... no
# checking whether compiler supports -ffast-math... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating librcksum/Makefile
# config.status: creating zlib/Makefile
# config.status: creating libzsync/Makefile
# config.status: creating doc/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/zsync/src/zsync-0.6.2'
# Making all in librcksum
# make[2]: Entering directory '/tmp/zsync/src/zsync-0.6.2/librcksum'
# clang -DHAVE_CONFIG_H -I. -I.. -MT rsum.o -MD -MP -MF .deps/rsum.Tpo -c -o rsum.o rsum.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT state.o -MD -MP -MF .deps/state.Tpo -c -o state.o state.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT range.o -MD -MP -MF .deps/range.Tpo -c -o range.o range.c
# mv -f .deps/hash.Tpo .deps/hash.Po
# mv -f .deps/state.Tpo .deps/state.Po
# mv -f .deps/range.Tpo .deps/range.Po
# clang -DHAVE_CONFIG_H -I. -I.. -MT md4.o -MD -MP -MF .deps/md4.Tpo -c -o md4.o md4.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT md4test.o -MD -MP -MF .deps/md4test.Tpo -c -o md4test.o md4test.c
# mv -f .deps/rsum.Tpo .deps/rsum.Po
# In file included from md4.c:27:
# In file included from ./md4.h:19:
# In file included from ../zsglobal.h:21:
# ../config.h:104:9: warning: '_XOPEN_SOURCE' macro redefined [-Wmacro-redefined]
# #define _XOPEN_SOURCE 600
# ^
# /sysroot/include/features.h:16:9: note: previous definition is here
# #define _XOPEN_SOURCE 700
# ^
# mv -f .deps/md4test.Tpo .deps/md4test.Po
# 1 warning generated.
# mv -f .deps/md4.Tpo .deps/md4.Po
# rm -f librcksum.a
# ar cru librcksum.a rsum.o hash.o state.o range.o md4.o
# clang -o md4test md4test.o md4.o
# /r: `u' modifier ignored since `D' is the default (see `U')
# ranlib librcksum.a
# make[2]: Leaving directory '/tmp/zsync/src/zsync-0.6.2/librcksum'
# Making all in zlib
# make[2]: Entering directory '/tmp/zsync/src/zsync-0.6.2/zlib'
# clang -DHAVE_CONFIG_H -I. -I.. -MT inflate.o -MD -MP -MF .deps/inflate.Tpo -c -o inflate.o inflate.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT adler32.o -MD -MP -MF .deps/adler32.Tpo -c -o adler32.o adler32.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT inftrees.o -MD -MP -MF .deps/inftrees.Tpo -c -o inftrees.o inftrees.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT zutil.o -MD -MP -MF .deps/zutil.Tpo -c -o zutil.o zutil.c
# mv -f .deps/zutil.Tpo .deps/zutil.Po
# clang -DHAVE_CONFIG_H -I. -I.. -MT crc32.o -MD -MP -MF .deps/crc32.Tpo -c -o crc32.o crc32.c
# mv -f .deps/adler32.Tpo .deps/adler32.Po
# clang -DHAVE_CONFIG_H -I. -I.. -MT deflate.o -MD -MP -MF .deps/deflate.Tpo -c -o deflate.o deflate.c
# mv -f .deps/inftrees.Tpo .deps/inftrees.Po
# clang -DHAVE_CONFIG_H -I. -I.. -MT compress.o -MD -MP -MF .deps/compress.Tpo -c -o compress.o compress.c
# mv -f .deps/crc32.Tpo .deps/crc32.Po
# clang -DHAVE_CONFIG_H -I. -I.. -MT trees.o -MD -MP -MF .deps/trees.Tpo -c -o trees.o trees.c
# mv -f .deps/compress.Tpo .deps/compress.Po
# mv -f .deps/deflate.Tpo .deps/deflate.Po
# mv -f .deps/inflate.Tpo .deps/inflate.Po
# rm -f libinflate.a
# ar cru libinflate.a inflate.o adler32.o inftrees.o zutil.o crc32.o
# /r: `u' modifier ignored since `D' is the default (see `U')
# ranlib libinflate.a
# mv -f .deps/trees.Tpo .deps/trees.Po
# rm -f libdeflate.a
# ar cru libdeflate.a deflate.o compress.o trees.o
# /r: `u' modifier ignored since `D' is the default (see `U')
# ranlib libdeflate.a
# make[2]: Leaving directory '/tmp/zsync/src/zsync-0.6.2/zlib'
# Making all in libzsync
# make[2]: Entering directory '/tmp/zsync/src/zsync-0.6.2/libzsync'
# clang -DHAVE_CONFIG_H -I. -I.. -MT zsync.o -MD -MP -MF .deps/zsync.Tpo -c -o zsync.o zsync.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT zmap.o -MD -MP -MF .deps/zmap.Tpo -c -o zmap.o zmap.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT sha1.o -MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.c
# clang -DHAVE_CONFIG_H -I. -I.. -MT sha1test.o -MD -MP -MF .deps/sha1test.Tpo -c -o sha1test.o sha1test.c
# In file included from sha1.c:26:
# ./sha1.h:43:43: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# char *SHA1FileChunk(const char *, char *, off_t, off_t)
# ^
# ./sha1.h:43:50: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
# char *SHA1FileChunk(const char *, char *, off_t, off_t)
# ^
# ./sha1.h:43:50: error: redefinition of parameter 'off_t'
# ./sha1.h:43:43: note: previous declaration is here
# char *SHA1FileChunk(const char *, char *, off_t, off_t)
# ^
# mv -f .deps/sha1test.Tpo .deps/sha1test.Po
# zsync.c:213:35: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# if (zs->blocksize < 0 || (zs->blocksize & (zs->blocksize - 1))) {
# ~~~~~~~~~~~~~ ^ ~
# 2 warnings and 1 error generated.
# zsync.c:443:16: warning: returning 'char **' from a function with result type 'const char *const *' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers]
# return zs->zurl;
# ^~~~~~~~
# zsync.c:448:16: warning: returning 'char **' from a function with result type 'const char *const *' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers]
# return zs->url;
# ^~~~~~~
# make[2]: *** [Makefile:240: sha1.o] Error 1
# make[2]: *** Waiting for unfinished jobs....
# mv -f .deps/zmap.Tpo .deps/zmap.Po
# zsync.c:925:22: warning: assigning to 'Bytef *' (aka 'unsigned char *') from 'const unsigned char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# zr->strm.next_in = buf;
# ^ ~~~
# zsync.c:930:43: warning: incompatible pointer types passing 'off_t *' (aka 'long *') to parameter of type 'long long *' [-Wincompatible-pointer-types]
# &(zr->outoffset));
# ^~~~~~~~~~~~~~~~
# zsync.c:771:65: note: passing argument to parameter 'poutoffset' here
# long zoffset, long long *poutoffset) {
# ^
# zsync.c:942:26: warning: assigning to 'Bytef *' (aka 'unsigned char *') from 'const unsigned char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# zr->strm.next_in = buf;
# ^ ~~~
# 6 warnings generated.
# mv -f .deps/zsync.Tpo .deps/zsync.Po
# make[2]: Leaving directory '/tmp/zsync/src/zsync-0.6.2/libzsync'
# make[1]: *** [Makefile:434: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/zsync/src/zsync-0.6.2'
# make: *** [Makefile:279: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/zsync/src/zsync-0.6.2/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by zsync configure 0.6.2, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 239bbde1cbfd
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /sysroot/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2404: checking build system type
# configure:2418: result: x86_64-unknown-linux-gnu
# configure:2438: checking host system type
# configure:2451: result: x86_64-unknown-linux-gnu
# configure:2488: checking for a BSD-compatible install
# configure:2556: result: /usr/bin/install -c
# configure:2567: checking whether build environment is sane
# configure:2617: result: yes
# configure:2666: checking for x86_64-unknown-linux-strip
# configure:2696: result: no
# configure:2706: checking for strip
# configure:2722: found /sysroot/bin/strip
# configure:2733: result: strip
# configure:2758: checking for a thread-safe mkdir -p
# configure:2797: result: /usr/sbin/mkdir -p
# configure:2810: checking for gawk
# configure:2826: found /usr/sbin/gawk
# configure:2837: result: gawk
# configure:2848: checking whether make sets $(MAKE)
# configure:2870: result: yes
# configure:2951: checking whether to enable maintainer-specific portions of Makefiles
# configure:2960: result: no
# configure:2982: checking for x86_64-unknown-linux-gcc
# configure:3009: result: clang
# configure:3278: checking for C compiler version
# configure:3287: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3298: $? = 0
# configure:3287: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:3298: $? = 0
# configure:3287: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3298: $? = 1
# configure:3287: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3298: $? = 1
# configure:3318: checking whether the C compiler works
# configure:3340: clang conftest.c >&5
# configure:3344: $? = 0
# configure:3393: result: yes
# configure:3396: checking for C compiler default output file name
# configure:3398: result: a.out
# configure:3404: checking for suffix of executables
# configure:3411: clang -o conftest conftest.c >&5
# configure:3415: $? = 0
# configure:3437: result:
# configure:3459: checking whether we are cross compiling
# configure:3467: clang -o conftest conftest.c >&5
# configure:3471: $? = 0
# configure:3478: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3482: $? = 127
# configure:3497: result: yes
# configure:3502: checking for suffix of object files
# configure:3524: clang -c conftest.c >&5
# configure:3528: $? = 0
# configure:3549: result: o
# configure:3553: checking whether we are using the GNU C compiler
# configure:3572: clang -c conftest.c >&5
# configure:3572: $? = 0
# configure:3581: result: yes
# configure:3590: checking whether clang accepts -g
# configure:3610: clang -c -g conftest.c >&5
# configure:3610: $? = 0
# configure:3651: result: yes
# configure:3668: checking for clang option to accept ISO C89
# configure:3732: clang -c conftest.c >&5
# configure:3732: $? = 0
# configure:3745: result: none needed
# configure:3776: checking for style of include used by make
# configure:3804: result: GNU
# configure:3829: checking dependency style of clang
# configure:3939: result: gcc3
# configure:3954: checking whether ln -s works
# configure:3958: result: yes
# configure:3968: checking for x86_64-unknown-linux-ranlib
# configure:3998: result: no
# configure:4008: checking for ranlib
# configure:4024: found /sysroot/bin/ranlib
# configure:4035: result: ranlib
# configure:4047: WARNING: using cross tools not prefixed with host triplet
# configure:4070: checking for an ANSI C-conforming const
# configure:4135: clang -c conftest.c >&5
# configure:4135: $? = 0
# configure:4142: result: yes
# configure:4155: checking how to run the C preprocessor
# configure:4186: clang -E conftest.c
# configure:4186: $? = 0
# configure:4200: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4200: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | /* end confdefs.h. */
# | #include
# configure:4225: result: clang -E
# configure:4245: clang -E conftest.c
# configure:4245: $? = 0
# configure:4259: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4259: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | /* end confdefs.h. */
# | #include
# configure:4288: checking for grep that handles long lines and -e
# configure:4346: result: /usr/sbin/grep
# configure:4351: checking for egrep
# configure:4413: result: /usr/sbin/grep -E
# configure:4418: checking for ANSI C header files
# configure:4438: clang -c conftest.c >&5
# configure:4438: $? = 0
# configure:4522: result: yes
# configure:4537: checking for sys/types.h
# configure:4537: clang -c conftest.c >&5
# configure:4537: $? = 0
# configure:4537: result: yes
# configure:4537: checking for sys/stat.h
# configure:4537: clang -c conftest.c >&5
# configure:4537: $? = 0
# configure:4537: result: yes
# configure:4537: checking for stdlib.h
# configure:4537: clang -c conftest.c >&5
# configure:4537: $? = 0
# configure:4537: result: yes
# configure:4537: checking for string.h
# configure:4537: clang -c conftest.c >&5
# configure:4537: $? = 0
# configure:4537: result: yes
# configure:4537: checking for memory.h
# configure:4537: clang -c conftest.c >&5
# configure:4537: $? = 0
# configure:4537: result: yes
# configure:4537: checking for strings.h
# configure:4537: clang -c conftest.c >&5
# configure:4537: $? = 0
# configure:4537: result: yes
# configure:4537: checking for inttypes.h
# configure:4537: clang -c conftest.c >&5
# configure:4537: $? = 0
# configure:4537: result: yes
# configure:4537: checking for stdint.h
# configure:4537: clang -c conftest.c >&5
# configure:4537: $? = 0
# configure:4537: result: yes
# configure:4537: checking for unistd.h
# configure:4537: clang -c conftest.c >&5
# configure:4537: $? = 0
# configure:4537: result: yes
# configure:4552: checking for string.h
# configure:4552: result: yes
# configure:4562: checking for size_t
# configure:4562: clang -c conftest.c >&5
# configure:4562: $? = 0
# configure:4562: clang -c conftest.c >&5
# conftest.c:58:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:4562: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_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:4562: result: yes
# configure:4576: checking for memcpy
# configure:4576: clang -o conftest conftest.c >&5
# conftest.c:45:6: warning: incompatible redeclaration of library function 'memcpy' [-Wincompatible-library-redeclaration]
# char memcpy ();
# ^
# conftest.c:45:6: note: 'memcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
# 1 warning generated.
# configure:4576: $? = 0
# configure:4576: result: yes
# configure:4576: checking for pwrite
# configure:4576: clang -o conftest conftest.c >&5
# configure:4576: $? = 0
# configure:4576: result: yes
# configure:4576: checking for pread
# configure:4576: clang -o conftest conftest.c >&5
# configure:4576: $? = 0
# configure:4576: result: yes
# configure:4576: checking for mkstemp
# configure:4576: clang -o conftest conftest.c >&5
# configure:4576: $? = 0
# configure:4576: result: yes
# configure:4587: checking for socklen_t
# configure:4607: clang -c conftest.c >&5
# configure:4607: $? = 0
# configure:4614: result: yes
# configure:4621: checking for in_port_t
# configure:4642: clang -c conftest.c >&5
# configure:4642: $? = 0
# configure:4649: result: yes
# configure:4762: checking for h_errno declaration in netdb.h
# configure:4781: clang -c conftest.c >&5
# configure:4781: $? = 0
# configure:4788: result: yes
# configure:4796: checking for socket in -lsocket
# configure:4821: clang -o conftest conftest.c -lsocket >&5
# /sysroot/bin/ld: error: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4821: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:4830: result: no
# configure:4844: checking for getaddrinfo
# configure:4844: clang -o conftest conftest.c >&5
# configure:4844: $? = 0
# configure:4844: result: yes
# configure:4869: checking for special C compiler options needed for large files
# configure:4914: result: no
# configure:4920: checking for _FILE_OFFSET_BITS value needed for large files
# configure:4945: clang -c conftest.c >&5
# configure:4945: $? = 0
# configure:4977: result: no
# configure:5060: checking for _LARGEFILE_SOURCE value needed for large files
# configure:5079: clang -o conftest conftest.c >&5
# configure:5079: $? = 0
# configure:5107: result: no
# configure:5132: checking size of size_t
# configure:5137: clang -c conftest.c >&5
# configure:5137: $? = 0
# configure:5137: 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 * !(((long int) (sizeof (size_t))) <= 0)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:5137: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:5137: 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 * !(((long int) (sizeof (size_t))) <= 1)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:5137: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:5137: 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 * !(((long int) (sizeof (size_t))) <= 3)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:5137: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:5137: 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 * !(((long int) (sizeof (size_t))) <= 7)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:5137: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 7)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:5137: clang -c conftest.c >&5
# configure:5137: $? = 0
# configure:5137: clang -c conftest.c >&5
# configure:5137: $? = 0
# configure:5137: clang -c conftest.c >&5
# configure:5137: $? = 0
# configure:5137: clang -c conftest.c >&5
# configure:5137: $? = 0
# configure:5152: result: 8
# configure:5166: checking size of off_t
# configure:5171: clang -c conftest.c >&5
# configure:5171: $? = 0
# configure:5171: clang -c conftest.c >&5
# conftest.c:66:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:5171: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_SIZE_T 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:5171: clang -c conftest.c >&5
# conftest.c:66:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:5171: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_SIZE_T 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:5171: clang -c conftest.c >&5
# conftest.c:66:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:5171: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_SIZE_T 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:5171: clang -c conftest.c >&5
# conftest.c:66:24: error: 'test_array' declared as an array with a negative size
# static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 7)];
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 error generated.
# configure:5171: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_SIZE_T 8
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 7)];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure:5171: clang -c conftest.c >&5
# configure:5171: $? = 0
# configure:5171: clang -c conftest.c >&5
# configure:5171: $? = 0
# configure:5171: clang -c conftest.c >&5
# configure:5171: $? = 0
# configure:5171: clang -c conftest.c >&5
# configure:5171: $? = 0
# configure:5186: result: 8
# configure:5197: checking if malloc debugging is wanted
# configure:5215: result: no
# configure:5248: checking whether compiler supports -g
# configure:5264: clang -c -g conftest.c >&5
# conftest.c:38:12: error: function definition is not allowed here
# void f() {};
# ^
# 1 error generated.
# configure:5264: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define _XOPEN_SOURCE 600
# | #define _BSD_SOURCE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | void f() {};
# |
# | ;
# | return 0;
# | }
# configure:5271: result: no
# configure:5248: checking whether compiler supports -Wall
# configure:5264: clang -c -Wall conftest.c >&5
# conftest.c:38:12: error: function definition is not allowed here
# void f() {};
# ^
# 1 error generated.
# configure:5264: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define _XOPEN_SOURCE 600
# | #define _BSD_SOURCE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | void f() {};
# |
# | ;
# | return 0;
# | }
# configure:5271: result: no
# configure:5248: checking whether compiler supports -Wwrite-strings
# configure:5264: clang -c -Wwrite-strings conftest.c >&5
# conftest.c:38:12: error: function definition is not allowed here
# void f() {};
# ^
# 1 error generated.
# configure:5264: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define _XOPEN_SOURCE 600
# | #define _BSD_SOURCE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | void f() {};
# |
# | ;
# | return 0;
# | }
# configure:5271: result: no
# configure:5248: checking whether compiler supports -Winline
# configure:5264: clang -c -Winline conftest.c >&5
# conftest.c:38:12: error: function definition is not allowed here
# void f() {};
# ^
# 1 error generated.
# configure:5264: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define _XOPEN_SOURCE 600
# | #define _BSD_SOURCE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | void f() {};
# |
# | ;
# | return 0;
# | }
# configure:5271: result: no
# configure:5248: checking whether compiler supports -Wextra
# configure:5264: clang -c -Wextra conftest.c >&5
# conftest.c:38:12: error: function definition is not allowed here
# void f() {};
# ^
# 1 error generated.
# configure:5264: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define _XOPEN_SOURCE 600
# | #define _BSD_SOURCE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | void f() {};
# |
# | ;
# | return 0;
# | }
# configure:5271: result: no
# configure:5248: checking whether compiler supports -Winline
# configure:5264: clang -c -Winline conftest.c >&5
# conftest.c:38:12: error: function definition is not allowed here
# void f() {};
# ^
# 1 error generated.
# configure:5264: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define _XOPEN_SOURCE 600
# | #define _BSD_SOURCE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | void f() {};
# |
# | ;
# | return 0;
# | }
# configure:5271: result: no
# configure:5248: checking whether compiler supports -Wmissing-noreturn
# configure:5264: clang -c -Wmissing-noreturn conftest.c >&5
# conftest.c:38:12: error: function definition is not allowed here
# void f() {};
# ^
# 1 error generated.
# configure:5264: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define _XOPEN_SOURCE 600
# | #define _BSD_SOURCE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | void f() {};
# |
# | ;
# | return 0;
# | }
# configure:5271: result: no
# configure:5248: checking whether compiler supports -Wredundant-decls
# configure:5264: clang -c -Wredundant-decls conftest.c >&5
# conftest.c:38:12: error: function definition is not allowed here
# void f() {};
# ^
# 1 error generated.
# configure:5264: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define _XOPEN_SOURCE 600
# | #define _BSD_SOURCE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | void f() {};
# |
# | ;
# | return 0;
# | }
# configure:5271: result: no
# configure:5248: checking whether compiler supports -Wnested-externs
# configure:5264: clang -c -Wnested-externs conftest.c >&5
# conftest.c:38:12: error: function definition is not allowed here
# void f() {};
# ^
# 1 error generated.
# configure:5264: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define _XOPEN_SOURCE 600
# | #define _BSD_SOURCE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | void f() {};
# |
# | ;
# | return 0;
# | }
# configure:5271: result: no
# configure:5248: checking whether compiler supports -Wundef
# configure:5264: clang -c -Wundef conftest.c >&5
# conftest.c:38:12: error: function definition is not allowed here
# void f() {};
# ^
# 1 error generated.
# configure:5264: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define _XOPEN_SOURCE 600
# | #define _BSD_SOURCE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | void f() {};
# |
# | ;
# | return 0;
# | }
# configure:5271: result: no
# configure:5248: checking whether compiler supports -Wbad-function-cast
# configure:5264: clang -c -Wbad-function-cast conftest.c >&5
# conftest.c:38:12: error: function definition is not allowed here
# void f() {};
# ^
# 1 error generated.
# configure:5264: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define _XOPEN_SOURCE 600
# | #define _BSD_SOURCE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | void f() {};
# |
# | ;
# | return 0;
# | }
# configure:5271: result: no
# configure:5248: checking whether compiler supports -Wcast-align
# configure:5264: clang -c -Wcast-align conftest.c >&5
# conftest.c:38:12: error: function definition is not allowed here
# void f() {};
# ^
# 1 error generated.
# configure:5264: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define _XOPEN_SOURCE 600
# | #define _BSD_SOURCE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | void f() {};
# |
# | ;
# | return 0;
# | }
# configure:5271: result: no
# configure:5248: checking whether compiler supports -Wvolatile-register-var
# configure:5264: clang -c -Wvolatile-register-var conftest.c >&5
# conftest.c:38:12: error: function definition is not allowed here
# void f() {};
# ^
# 1 error generated.
# configure:5264: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define _XOPEN_SOURCE 600
# | #define _BSD_SOURCE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | void f() {};
# |
# | ;
# | return 0;
# | }
# configure:5271: result: no
# configure:5248: checking whether compiler supports -ffast-math
# configure:5264: clang -c -ffast-math conftest.c >&5
# conftest.c:38:12: error: function definition is not allowed here
# void f() {};
# ^
# 1 error generated.
# configure:5264: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "zsync"
# | #define PACKAGE_TARNAME "zsync"
# | #define PACKAGE_VERSION "0.6.2"
# | #define PACKAGE_STRING "zsync 0.6.2"
# | #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# | #define PACKAGE_URL ""
# | #define PACKAGE "zsync"
# | #define VERSION "0.6.2"
# | #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_STRING_H 1
# | #define HAVE_MEMCPY 1
# | #define HAVE_PWRITE 1
# | #define HAVE_PREAD 1
# | #define HAVE_MKSTEMP 1
# | #define H_ERRNO_DECLARED 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_FSEEKO 1
# | #define SIZEOF_SIZE_T 8
# | #define SIZEOF_OFF_T 8
# | #define _XOPEN_SOURCE 600
# | #define _BSD_SOURCE 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | void f() {};
# |
# | ;
# | return 0;
# | }
# configure:5271: result: no
# configure:5410: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by zsync config.status 0.6.2, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 239bbde1cbfd
#
# config.status:882: creating Makefile
# config.status:882: creating librcksum/Makefile
# config.status:882: creating zlib/Makefile
# config.status:882: creating libzsync/Makefile
# config.status:882: creating doc/Makefile
# config.status:882: creating config.h
# config.status:1102: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_decl_h_errno=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_getaddrinfo=yes
# ac_cv_func_memcpy=yes
# ac_cv_func_mkstemp=yes
# ac_cv_func_pread=yes
# ac_cv_func_pwrite=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_socket_socket=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_sizeof_off_t=8
# ac_cv_sizeof_size_t=8
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_sys_largefile_source=no
# ac_cv_type_in_port_t=yes
# ac_cv_type_size_t=yes
# ac_cv_type_socklen_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/zsync/src/zsync-0.6.2/autotools/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/zsync/src/zsync-0.6.2/autotools/missing --run tar'
# AUTOCONF='${SHELL} /tmp/zsync/src/zsync-0.6.2/autotools/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/zsync/src/zsync-0.6.2/autotools/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/zsync/src/zsync-0.6.2/autotools/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/zsync/src/zsync-0.6.2/autotools/missing --run makeinfo'
# MINGW32_FALSE=''
# MINGW32_TRUE='#'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='zsync'
# PACKAGE_BUGREPORT='http://zsync.moria.org.uk/'
# PACKAGE_NAME='zsync'
# PACKAGE_STRING='zsync 0.6.2'
# PACKAGE_TARNAME='zsync'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.6.2'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.6.2'
# ac_aux_dir='autotools'
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/zsync/src/zsync-0.6.2/autotools/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/sbin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "zsync"
# #define PACKAGE_TARNAME "zsync"
# #define PACKAGE_VERSION "0.6.2"
# #define PACKAGE_STRING "zsync 0.6.2"
# #define PACKAGE_BUGREPORT "http://zsync.moria.org.uk/"
# #define PACKAGE_URL ""
# #define PACKAGE "zsync"
# #define VERSION "0.6.2"
# #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_STRING_H 1
# #define HAVE_MEMCPY 1
# #define HAVE_PWRITE 1
# #define HAVE_PREAD 1
# #define HAVE_MKSTEMP 1
# #define H_ERRNO_DECLARED 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_FSEEKO 1
# #define SIZEOF_SIZE_T 8
# #define SIZEOF_OFF_T 8
# #define _XOPEN_SOURCE 600
# #define _BSD_SOURCE 1
#
# configure: exit 0