The build took 00h 01m 36s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
9,044 |
ansic |
3,800 |
sh |
2,504 |
makefile |
15,348 |
total |
The process tree of the build process is here.
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:
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: zsync 0.6.2-3 (Thu Apr 13 16:00:37 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/bin/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... 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 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
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/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking 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
In file included from rsum.c:23:
In file included from /usr/include/stdio.h:27:
/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/rsum.Tpo .deps/rsum.Po
clang -DHAVE_CONFIG_H -I. -I.. -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c
In file included from hash.c:23:
In file included from /usr/include/stdlib.h:24:
/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/hash.Tpo .deps/hash.Po
clang -DHAVE_CONFIG_H -I. -I.. -MT state.o -MD -MP -MF .deps/state.Tpo -c -o state.o state.c
In file included from state.c:24:
In file included from /usr/include/stdlib.h:24:
/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/state.Tpo .deps/state.Po
clang -DHAVE_CONFIG_H -I. -I.. -MT range.o -MD -MP -MF .deps/range.Tpo -c -o range.o range.c
In file included from range.c:23:
In file included from /usr/include/stdlib.h:24:
/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/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
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
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib librcksum.a
clang -DHAVE_CONFIG_H -I. -I.. -MT md4test.o -MD -MP -MF .deps/md4test.Tpo -c -o md4test.o md4test.c
In file included from md4test.c:18:
In file included from /usr/include/string.h:25:
/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/md4test.Tpo .deps/md4test.Po
clang -o md4test md4test.o md4.o
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
mv -f .deps/inflate.Tpo .deps/inflate.Po
clang -DHAVE_CONFIG_H -I. -I.. -MT adler32.o -MD -MP -MF .deps/adler32.Tpo -c -o adler32.o adler32.c
mv -f .deps/adler32.Tpo .deps/adler32.Po
clang -DHAVE_CONFIG_H -I. -I.. -MT inftrees.o -MD -MP -MF .deps/inftrees.Tpo -c -o inftrees.o inftrees.c
mv -f .deps/inftrees.Tpo .deps/inftrees.Po
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/crc32.Tpo .deps/crc32.Po
rm -f libinflate.a
ar cru libinflate.a inflate.o adler32.o inftrees.o zutil.o crc32.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libinflate.a
clang -DHAVE_CONFIG_H -I. -I.. -MT deflate.o -MD -MP -MF .deps/deflate.Tpo -c -o deflate.o deflate.c
mv -f .deps/deflate.Tpo .deps/deflate.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/compress.Tpo .deps/compress.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/trees.Tpo .deps/trees.Po
rm -f libdeflate.a
ar cru libdeflate.a deflate.o compress.o trees.o
ar: `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
In file included from zsync.c:37:
In file included from /usr/include/stdio.h:27:
/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"
^
zsync.c:213:35: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
if (zs->blocksize < 0 || (zs->blocksize & (zs->blocksize - 1))) {
~~~~~~~~~~~~~ ^ ~
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;
^~~~~~~
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;
^ ~~~
7 warnings generated.
mv -f .deps/zsync.Tpo .deps/zsync.Po
clang -DHAVE_CONFIG_H -I. -I.. -MT zmap.o -MD -MP -MF .deps/zmap.Tpo -c -o zmap.o zmap.c
In file included from zmap.c:26:
In file included from /usr/include/stdio.h:27:
/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/zmap.Tpo .deps/zmap.Po
clang -DHAVE_CONFIG_H -I. -I.. -MT sha1.o -MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.c
In file included from sha1.c:23:
In file included from /usr/include/sys/param.h:25:
In file included from /usr/include/sys/types.h:25:
/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/sha1.Tpo .deps/sha1.Po
rm -f libzsync.a
ar cru libzsync.a zsync.o zmap.o sha1.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libzsync.a
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 sha1test.c:18:
In file included from /usr/include/string.h:25:
/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/sha1test.Tpo .deps/sha1test.Po
clang -o sha1test sha1.o sha1test.o
make[2]: Leaving directory '/tmp/zsync/src/zsync-0.6.2/libzsync'
Making all in doc
make[2]: Entering directory '/tmp/zsync/src/zsync-0.6.2/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/zsync/src/zsync-0.6.2/doc'
make[2]: Entering directory '/tmp/zsync/src/zsync-0.6.2'
clang -DHAVE_CONFIG_H -I. -MT make.o -MD -MP -MF .deps/make.Tpo -c -o make.o make.c
In file included from make.c:20:
In file included from /usr/include/stdio.h:27:
/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"
^
make.c:839:71: warning: format specifies type 'int' but the argument has type 'time_t' (aka 'long') [-Wformat]
fprintf(stderr, "error converting %d to struct tm\n", mtime);
~~ ^~~~~
%ld
2 warnings generated.
mv -f .deps/make.Tpo .deps/make.Po
clang -DHAVE_CONFIG_H -I. -MT makegz.o -MD -MP -MF .deps/makegz.Tpo -c -o makegz.o makegz.c
In file included from makegz.c:19:
In file included from /usr/include/stdio.h:27:
/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/makegz.Tpo .deps/makegz.Po
clang -o zsyncmake make.o makegz.o libzsync/libzsync.a librcksum/librcksum.a zlib/libinflate.a zlib/libdeflate.a -lm
clang -DHAVE_CONFIG_H -I. -MT client.o -MD -MP -MF .deps/client.Tpo -c -o client.o client.c
In file included from client.c:21:
In file included from /usr/include/stdio.h:27:
/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"
^
client.c:491:57: warning: incompatible pointer types passing 'char **' to parameter of type 'void **' [-Wincompatible-pointer-types]
seedfiles = append_ptrlist(&nseedfiles, seedfiles, optarg);
^~~~~~~~~
client.c:149:45: note: passing argument to parameter 'p' here
static void **append_ptrlist(int *n, void **p, void *a) {
^
client.c:491:27: warning: incompatible pointer types assigning to 'char **' from 'void **' [-Wincompatible-pointer-types]
seedfiles = append_ptrlist(&nseedfiles, seedfiles, optarg);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
client.c:549:53: warning: incompatible pointer types passing 'char **' to parameter of type 'void **' [-Wincompatible-pointer-types]
seedfiles = append_ptrlist(&nseedfiles, seedfiles, filename);
^~~~~~~~~
client.c:149:45: note: passing argument to parameter 'p' here
static void **append_ptrlist(int *n, void **p, void *a) {
^
client.c:549:23: warning: incompatible pointer types assigning to 'char **' from 'void **' [-Wincompatible-pointer-types]
seedfiles = append_ptrlist(&nseedfiles, seedfiles, filename);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
client.c:557:53: warning: incompatible pointer types passing 'char **' to parameter of type 'void **' [-Wincompatible-pointer-types]
seedfiles = append_ptrlist(&nseedfiles, seedfiles, temp_file);
^~~~~~~~~
client.c:149:45: note: passing argument to parameter 'p' here
static void **append_ptrlist(int *n, void **p, void *a) {
^
client.c:557:23: warning: incompatible pointer types assigning to 'char **' from 'void **' [-Wincompatible-pointer-types]
seedfiles = append_ptrlist(&nseedfiles, seedfiles, temp_file);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 warnings generated.
mv -f .deps/client.Tpo .deps/client.Po
clang -DHAVE_CONFIG_H -I. -MT http.o -MD -MP -MF .deps/http.Tpo -c -o http.o http.c
In file included from http.c:22:
In file included from /usr/include/stdio.h:27:
/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/http.Tpo .deps/http.Po
clang -DHAVE_CONFIG_H -I. -MT url.o -MD -MP -MF .deps/url.Tpo -c -o url.o url.c
In file included from url.c:21:
In file included from /usr/include/string.h:25:
/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"
^
url.c:46:7: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
q = url + strlen(http_scheme);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
mv -f .deps/url.Tpo .deps/url.Po
clang -DHAVE_CONFIG_H -I. -MT progress.o -MD -MP -MF .deps/progress.Tpo -c -o progress.o progress.c
In file included from progress.c:19:
In file included from /usr/include/stdio.h:27:
/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/progress.Tpo .deps/progress.Po
clang -DHAVE_CONFIG_H -I. -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.c
mv -f .deps/base64.Tpo .deps/base64.Po
clang -o zsync client.o http.o url.o progress.o base64.o libzsync/libzsync.a librcksum/librcksum.a zlib/libinflate.a
make[2]: Leaving directory '/tmp/zsync/src/zsync-0.6.2'
make[1]: Leaving directory '/tmp/zsync/src/zsync-0.6.2'
==> Entering fakeroot environment...
==> Starting package()...
Making install in librcksum
make[1]: Entering directory '/tmp/zsync/src/zsync-0.6.2/librcksum'
make[2]: Entering directory '/tmp/zsync/src/zsync-0.6.2/librcksum'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/zsync/src/zsync-0.6.2/librcksum'
make[1]: Leaving directory '/tmp/zsync/src/zsync-0.6.2/librcksum'
Making install in zlib
make[1]: Entering directory '/tmp/zsync/src/zsync-0.6.2/zlib'
make[2]: Entering directory '/tmp/zsync/src/zsync-0.6.2/zlib'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/zsync/src/zsync-0.6.2/zlib'
make[1]: Leaving directory '/tmp/zsync/src/zsync-0.6.2/zlib'
Making install in libzsync
make[1]: Entering directory '/tmp/zsync/src/zsync-0.6.2/libzsync'
make[2]: Entering directory '/tmp/zsync/src/zsync-0.6.2/libzsync'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/zsync/src/zsync-0.6.2/libzsync'
make[1]: Leaving directory '/tmp/zsync/src/zsync-0.6.2/libzsync'
Making install in doc
make[1]: Entering directory '/tmp/zsync/src/zsync-0.6.2/doc'
make[2]: Entering directory '/tmp/zsync/src/zsync-0.6.2/doc'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/tmp/zsync/pkg/zsync/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/zsync/pkg/zsync/usr/share/man/man1"
/usr/bin/install -c -m 644 zsync.1 zsyncmake.1 '/tmp/zsync/pkg/zsync/usr/share/man/man1'
make[2]: Leaving directory '/tmp/zsync/src/zsync-0.6.2/doc'
make[1]: Leaving directory '/tmp/zsync/src/zsync-0.6.2/doc'
make[1]: Entering directory '/tmp/zsync/src/zsync-0.6.2'
make[2]: Entering directory '/tmp/zsync/src/zsync-0.6.2'
test -z "/tmp/zsync/pkg/zsync/usr/bin" || /usr/bin/mkdir -p "/tmp/zsync/pkg/zsync/usr/bin"
/usr/bin/install -c zsyncmake zsync '/tmp/zsync/pkg/zsync/usr/bin'
test -z "/tmp/zsync/pkg/zsync/usr/share/doc/zsync" || /usr/bin/mkdir -p "/tmp/zsync/pkg/zsync/usr/share/doc/zsync"
/usr/bin/install -c -m 644 COPYING README '/tmp/zsync/pkg/zsync/usr/share/doc/zsync'
make[2]: Leaving directory '/tmp/zsync/src/zsync-0.6.2'
make[1]: Leaving directory '/tmp/zsync/src/zsync-0.6.2'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "zsync"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: zsync 0.6.2-3 (Thu Apr 13 16:00:58 UTC 2017)
CMD: pacman --query --file zsync-0.6.2-3-x86_64.pkg.tar.xz
Creating hybrid package for 'zsync'
Trying to find vanilla package 'zsync'...
CMD: pacman --query --file /mirror/zsync-0.6.2-3.pkg.tar.xz
Package file has the following structure:
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf zsync.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/zsync.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/zsync.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/zsync.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'
Printing config logfiles
CMD: config logfiles '/tmp/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 = 27141635d803
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: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 /usr/bin/strip
configure:2733: result: strip
configure:2758: checking for a thread-safe mkdir -p
configure:2797: result: /usr/bin/mkdir -p
configure:2810: checking for gawk
configure:2826: found /usr/bin/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.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:3298: $? = 0
configure:3287: 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: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
configure:3482: $? = 0
configure:3497: result: no
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 /usr/bin/ranlib
configure:4035: result: ranlib
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/bin/grep
configure:4351: checking for egrep
configure:4413: result: /usr/bin/grep -E
configure:4418: checking for ANSI C header files
configure:4438: clang -c conftest.c >&5
configure:4438: $? = 0
configure:4511: clang -o conftest conftest.c >&5
configure:4511: $? = 0
configure:4511: ./conftest
configure:4511: $? = 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
/usr/bin/ld: 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 -o conftest conftest.c >&5
configure:5137: $? = 0
configure:5137: ./conftest
configure:5137: $? = 0
configure:5152: result: 8
configure:5166: checking size of off_t
configure:5171: clang -o conftest conftest.c >&5
configure:5171: $? = 0
configure:5171: ./conftest
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 27141635d803
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/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_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/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
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/bin/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/bin/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