Build of perl-file-rsyncp with vanilla toolchain

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

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

SLOCLanguage
5,365 ansic
2,794 sh
2,022 perl
1,746 makefile
11,927 total

The process tree of the build process is here.

Log

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

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

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

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: perl-file-rsyncp 0.74-3 (Wed Aug 24 12:40:17 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# Checking if your kit is complete...
# Looks good
# Generating a Unix-style Makefile
# Writing Makefile for File::RsyncP::Digest
# Writing MYMETA.yml and MYMETA.json
# Generating a Unix-style Makefile
# Writing Makefile for File::RsyncP::FileList
# Writing MYMETA.yml and MYMETA.json
# Generating a Unix-style Makefile
# Writing Makefile for File::RsyncP
# Writing MYMETA.yml and MYMETA.json
# cp lib/File/RsyncP.pm blib/lib/File/RsyncP.pm
# cp lib/File/RsyncP/FileIO.pm blib/lib/File/RsyncP/FileIO.pm
# make[1]: Entering directory '/tmp/perl-file-rsyncp/src/File-RsyncP-0.74/Digest'
# cp Digest.pm ../blib/lib/File/RsyncP/Digest.pm
# AutoSplitting ../blib/lib/File/RsyncP/Digest.pm (../blib/lib/auto/File/RsyncP/Digest)
# Running Mkbootstrap for File::RsyncP::Digest ()
# chmod 644 "Digest.bs"
# "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap "/usr/share/perl5/core_perl/ExtUtils/typemap" -typemap "typemap" Digest.xs > Digest.xsc && mv Digest.xsc Digest.c
# cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"0.74\" -DXS_VERSION=\"0.74\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DPERL_BYTEORDER=12345678 Digest.c
# cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"0.74\" -DXS_VERSION=\"0.74\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DPERL_BYTEORDER=12345678 md4c.c
# cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"0.74\" -DXS_VERSION=\"0.74\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DPERL_BYTEORDER=12345678 rsync_lib.c
# rm -f ../blib/arch/auto/File/RsyncP/Digest/Digest.so
# cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/local/lib -fstack-protector-strong Digest.o md4c.o rsync_lib.o -o ../blib/arch/auto/File/RsyncP/Digest/Digest.so \
# \
#
# chmod 755 ../blib/arch/auto/File/RsyncP/Digest/Digest.so
# "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Digest.bs ../blib/arch/auto/File/RsyncP/Digest/Digest.bs 644
# Manifying 1 pod document
# make[1]: Leaving directory '/tmp/perl-file-rsyncp/src/File-RsyncP-0.74/Digest'
# make[1]: Entering directory '/tmp/perl-file-rsyncp/src/File-RsyncP-0.74/FileList'
# cp FileList.pm ../blib/lib/File/RsyncP/FileList.pm
# AutoSplitting ../blib/lib/File/RsyncP/FileList.pm (../blib/lib/auto/File/RsyncP/FileList)
# Running Mkbootstrap for File::RsyncP::FileList ()
# chmod 644 "FileList.bs"
# "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap "/usr/share/perl5/core_perl/ExtUtils/typemap" -typemap "typemap" FileList.xs > FileList.xsc && mv FileList.xsc FileList.c
# ./configure
# configure: Configuring File::RsyncP::FileList based on rsync 2.6.3
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for gcc... gcc
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ANSI C... none needed
# checking how to run the C preprocessor... gcc -E
# checking for egrep... grep -E
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether to include debugging symbols... yes
# checking for remsh... 0
# checking for broken largefile support... no
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking for _LARGE_FILES value needed for large files... no
# checking ipv6 stack type... linux-glibc
# checking for library containing getaddrinfo... none required
# checking whether to call shutdown on all sockets... no
# checking whether byte ordering is bigendian... no
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking whether time.h and sys/time.h may both be included... yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# 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 sys/fcntl.h usability... yes
# checking sys/fcntl.h presence... yes
# checking for sys/fcntl.h... yes
# checking sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking sys/unistd.h usability... yes
# checking sys/unistd.h presence... yes
# checking for sys/unistd.h... yes
# checking for unistd.h... (cached) yes
# checking utime.h usability... yes
# checking utime.h presence... yes
# checking for utime.h... yes
# checking grp.h usability... yes
# checking grp.h presence... yes
# checking for grp.h... yes
# checking compat.h usability... no
# checking compat.h presence... no
# checking for compat.h... no
# checking sys/param.h usability... yes
# checking sys/param.h presence... yes
# checking for sys/param.h... yes
# checking ctype.h usability... yes
# checking ctype.h presence... yes
# checking for ctype.h... yes
# checking for sys/wait.h... (cached) yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/filio.h usability... no
# checking sys/filio.h presence... no
# checking for sys/filio.h... no
# checking for string.h... (cached) yes
# checking for stdlib.h... (cached) yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking sys/mode.h usability... no
# checking sys/mode.h presence... no
# checking for sys/mode.h... no
# checking sys/un.h usability... yes
# checking sys/un.h presence... yes
# checking for sys/un.h... yes
# checking glob.h usability... yes
# checking glob.h presence... yes
# checking for glob.h... yes
# checking mcheck.h usability... yes
# checking mcheck.h presence... yes
# checking for mcheck.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking arpa/nameser.h usability... yes
# checking arpa/nameser.h presence... yes
# checking for arpa/nameser.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking malloc.h usability... yes
# checking malloc.h presence... yes
# checking for malloc.h... yes
# checking float.h usability... yes
# checking float.h presence... yes
# checking for float.h... yes
# checking whether sys/types.h defines makedev... yes
# checking for int... yes
# checking size of int... 4
# checking for long... yes
# checking size of long... 8
# checking for short... yes
# checking size of short... 2
# checking for inline... inline
# checking return type of signal handlers... void
# checking for uid_t in sys/types.h... yes
# checking for mode_t... yes
# checking for off_t... yes
# checking for size_t... yes
# checking for pid_t... yes
# checking type of array argument to getgroups... gid_t
# checking for struct stat.st_rdev... yes
# checking for ino_t... yes
# checking for errno in errno.h... yes
# checking for connect... yes
# checking for inet_ntop in -lresolv... yes
# checking for inet_ntop... yes
# checking for inet_pton... yes
# checking whether defines needed by getaddrinfo exist... yes
# checking for getaddrinfo... yes
# checking for getnameinfo... yes
# checking for struct sockaddr.sa_len... no
# checking for struct sockaddr_in.sin_len... no
# checking struct sockaddr_storage... yes
# checking for struct sockaddr_in6.sin6_scope_id... yes
# checking for strcasecmp... yes
# checking whether utime accepts a null argument... yes
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for waitpid... yes
# checking for wait4... yes
# checking for getcwd... yes
# checking for strdup... yes
# checking for strerror... yes
# checking for chown... yes
# checking for chmod... yes
# checking for mknod... yes
# checking for mkfifo... yes
# checking for fchmod... yes
# checking for fstat... yes
# checking for strchr... yes
# checking for readlink... yes
# checking for link... yes
# checking for utime... yes
# checking for utimes... yes
# checking for strftime... yes
# checking for mtrace... yes
# checking for ftruncate... yes
# checking for memmove... yes
# checking for lchown... yes
# checking for vsnprintf... yes
# checking for snprintf... yes
# checking for asprintf... yes
# checking for setsid... yes
# checking for glob... yes
# checking for strpbrk... yes
# checking for strlcat... no
# checking for strlcpy... no
# checking for strtol... yes
# checking for mallinfo... yes
# checking for getgroups... yes
# checking for setgroups... yes
# checking for geteuid... yes
# checking for getegid... yes
# checking for open64... yes
# checking for mkstemp64... yes
# checking for working socketpair... yes
# checking for long long... yes
# checking for off64_t... no
# checking for short ino_t... no
# checking for unsigned char... no
# checking for broken readdir... no
# checking for utimbuf... yes
# checking if gettimeofday takes tz argument... yes
# checking for C99 vsnprintf... yes
# checking for secure mkstemp... yes
# checking for broken inet_ntoa... no
# checking for broken inet_aton... no
# checking whether -c -o works... yes
# configure: creating ./config.status
# config.status: creating config.h
#
# File::RsyncP::FileList based on rsync 2.6.3 configuration successful
#
# cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"0.74\" -DXS_VERSION=\"0.74\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DPERL_BYTEORDER= FileList.c
# cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"0.74\" -DXS_VERSION=\"0.74\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DPERL_BYTEORDER= exclude.c
# cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"0.74\" -DXS_VERSION=\"0.74\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DPERL_BYTEORDER= flist.c
# cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"0.74\" -DXS_VERSION=\"0.74\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DPERL_BYTEORDER= hlink.c
# cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"0.74\" -DXS_VERSION=\"0.74\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DPERL_BYTEORDER= pool_alloc.c
# cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"0.74\" -DXS_VERSION=\"0.74\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DPERL_BYTEORDER= snprintf.c
# cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"0.74\" -DXS_VERSION=\"0.74\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" -DPERL_BYTEORDER= wildmatch.c
# rm -f ../blib/arch/auto/File/RsyncP/FileList/FileList.so
# cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/local/lib -fstack-protector-strong FileList.o exclude.o flist.o hlink.o pool_alloc.o snprintf.o wildmatch.o -o ../blib/arch/auto/File/RsyncP/FileList/FileList.so \
# -lm \
#
# chmod 755 ../blib/arch/auto/File/RsyncP/FileList/FileList.so
# "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- FileList.bs ../blib/arch/auto/File/RsyncP/FileList/FileList.bs 644
# Manifying 1 pod document
# make[1]: Leaving directory '/tmp/perl-file-rsyncp/src/File-RsyncP-0.74/FileList'
# Manifying 2 pod documents
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/perl-file-rsyncp/src/File-RsyncP-0.74/Digest'
# Running Mkbootstrap for File::RsyncP::Digest ()
# chmod 644 "Digest.bs"
# Manifying 1 pod document
# make[1]: Leaving directory '/tmp/perl-file-rsyncp/src/File-RsyncP-0.74/Digest'
# make[1]: Entering directory '/tmp/perl-file-rsyncp/src/File-RsyncP-0.74/FileList'
# Running Mkbootstrap for File::RsyncP::FileList ()
# chmod 644 "FileList.bs"
# Manifying 1 pod document
# make[1]: Leaving directory '/tmp/perl-file-rsyncp/src/File-RsyncP-0.74/FileList'
# Manifying 2 pod documents
# Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
# Installing /tmp/perl-file-rsyncp/pkg/perl-file-rsyncp/usr/lib/perl5/vendor_perl/auto/File/RsyncP/Digest/Digest.so
# Installing /tmp/perl-file-rsyncp/pkg/perl-file-rsyncp/usr/lib/perl5/vendor_perl/auto/File/RsyncP/FileList/FileList.so
# Installing /tmp/perl-file-rsyncp/pkg/perl-file-rsyncp/usr/lib/perl5/vendor_perl/File/RsyncP.pm
# Installing /tmp/perl-file-rsyncp/pkg/perl-file-rsyncp/usr/lib/perl5/vendor_perl/File/RsyncP/FileIO.pm
# Installing /tmp/perl-file-rsyncp/pkg/perl-file-rsyncp/usr/lib/perl5/vendor_perl/File/RsyncP/Digest.pm
# Installing /tmp/perl-file-rsyncp/pkg/perl-file-rsyncp/usr/lib/perl5/vendor_perl/File/RsyncP/FileList.pm
# Installing /tmp/perl-file-rsyncp/pkg/perl-file-rsyncp/usr/lib/perl5/vendor_perl/auto/File/RsyncP/Digest/autosplit.ix
# Installing /tmp/perl-file-rsyncp/pkg/perl-file-rsyncp/usr/lib/perl5/vendor_perl/auto/File/RsyncP/FileList/autosplit.ix
# Installing /tmp/perl-file-rsyncp/pkg/perl-file-rsyncp/usr/share/man/man3/File::RsyncP::Digest.3pm
# Installing /tmp/perl-file-rsyncp/pkg/perl-file-rsyncp/usr/share/man/man3/File::RsyncP::FileList.3pm
# Installing /tmp/perl-file-rsyncp/pkg/perl-file-rsyncp/usr/share/man/man3/File::RsyncP.3pm
# Installing /tmp/perl-file-rsyncp/pkg/perl-file-rsyncp/usr/share/man/man3/File::RsyncP::FileIO.3pm
# Appending installation info to /tmp/perl-file-rsyncp/pkg/perl-file-rsyncp//usr/lib/perl5/core_perl/perllocal.pod
# ==> Tidying install...
# -> Removing doc files...
# -> Removing empty directories...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "perl-file-rsyncp"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: perl-file-rsyncp 0.74-3 (Wed Aug 24 12:40:32 UTC 2016)

CMD: pacman --query --file perl-file-rsyncp-0.74-3-x86_64.pkg.tar.xz
# perl-file-rsyncp 0.74-3

Creating hybrid package for 'perl-file-rsyncp'

Trying to find vanilla package 'perl-file-rsyncp'...

CMD: pacman --query --file /mirror/perl-file-rsyncp-0.74-3.pkg.tar.xz
# perl-file-rsyncp 0.74-3

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/share/man/man3/File::RsyncP.3pm.gz
# /usr/share/man/man3/File::RsyncP::FileList.3pm.gz
# /usr/share/man/man3/File::RsyncP::FileIO.3pm.gz
# /usr/share/man/man3/File::RsyncP::Digest.3pm.gz
# /usr/lib/perl5/vendor_perl/File/RsyncP.pm
# /usr/lib/perl5/vendor_perl/File/RsyncP/Digest.pm
# /usr/lib/perl5/vendor_perl/File/RsyncP/FileIO.pm
# /usr/lib/perl5/vendor_perl/File/RsyncP/FileList.pm
# /usr/lib/perl5/vendor_perl/auto/File/RsyncP/FileList/FileList.so
# /usr/lib/perl5/vendor_perl/auto/File/RsyncP/FileList/autosplit.ix
# /usr/lib/perl5/vendor_perl/auto/File/RsyncP/Digest/Digest.so
# /usr/lib/perl5/vendor_perl/auto/File/RsyncP/Digest/autosplit.ix
# /sysroot/usr/lib/perl5/vendor_perl/File/RsyncP.pm
# /sysroot/usr/lib/perl5/vendor_perl/File/RsyncP/FileIO.pm
# /sysroot/usr/lib/perl5/vendor_perl/File/RsyncP/Digest.pm
# /sysroot/usr/lib/perl5/vendor_perl/File/RsyncP/FileList.pm
# /sysroot/usr/lib/perl5/vendor_perl/auto/File/RsyncP/Digest/Digest.so
# /sysroot/usr/lib/perl5/vendor_perl/auto/File/RsyncP/Digest/autosplit.ix
# /sysroot/usr/lib/perl5/vendor_perl/auto/File/RsyncP/FileList/FileList.so
# /sysroot/usr/lib/perl5/vendor_perl/auto/File/RsyncP/FileList/autosplit.ix

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

CMD: bsdtar -tqf perl-file-rsyncp.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/perl-file-rsyncp.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/perl-file-rsyncp.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/perl-file-rsyncp.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/perl-file-rsyncp/src/File-RsyncP-0.74/FileList/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 configure, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = a67951551447
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1317: Configuring File::RsyncP::FileList based on rsync 2.6.3
# configure:1359: checking build system type
# configure:1377: result: x86_64-unknown-linux-gnu
# configure:1385: checking host system type
# configure:1399: result: x86_64-unknown-linux-gnu
# configure:1407: checking target system type
# configure:1421: result: x86_64-unknown-linux-gnu
# configure:1482: checking for gcc
# configure:1498: found /usr/sbin/gcc
# configure:1508: result: gcc
# configure:1752: checking for C compiler version
# configure:1755: gcc --version &5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:1758: $? = 0
# configure:1760: gcc -v &5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:1763: $? = 0
# configure:1765: gcc -V &5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:1768: $? = 1
# configure:1791: checking for C compiler default output file name
# configure:1794: gcc -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c >&5
# configure:1797: $? = 0
# configure:1843: result: a.out
# configure:1848: checking whether the C compiler works
# configure:1854: ./a.out
# configure:1857: $? = 0
# configure:1874: result: yes
# configure:1881: checking whether we are cross compiling
# configure:1883: result: no
# configure:1886: checking for suffix of executables
# configure:1888: gcc -o conftest -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c >&5
# configure:1891: $? = 0
# configure:1916: result:
# configure:1922: checking for suffix of object files
# configure:1943: gcc -c conftest.c >&5
# configure:1946: $? = 0
# configure:1968: result: o
# configure:1972: checking whether we are using the GNU C compiler
# configure:1996: gcc -c conftest.c >&5
# configure:2002: $? = 0
# configure:2006: test -z
# || test ! -s conftest.err
# configure:2009: $? = 0
# configure:2012: test -s conftest.o
# configure:2015: $? = 0
# configure:2028: result: yes
# configure:2034: checking whether gcc accepts -g
# configure:2055: gcc -c -g conftest.c >&5
# configure:2061: $? = 0
# configure:2065: test -z
# || test ! -s conftest.err
# configure:2068: $? = 0
# configure:2071: test -s conftest.o
# configure:2074: $? = 0
# configure:2085: result: yes
# configure:2102: checking for gcc option to accept ANSI C
# configure:2172: gcc -c conftest.c >&5
# configure:2178: $? = 0
# configure:2182: test -z
# || test ! -s conftest.err
# configure:2185: $? = 0
# configure:2188: test -s conftest.o
# configure:2191: $? = 0
# configure:2209: result: none needed
# configure:2227: gcc -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^~~~~
# conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
# configure:2233: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2371: checking how to run the C preprocessor
# configure:2406: gcc -E conftest.c
# configure:2412: $? = 0
# configure:2444: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:2450: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | /* end confdefs.h. */
# | #include
# configure:2489: result: gcc -E
# configure:2513: gcc -E conftest.c
# configure:2519: $? = 0
# configure:2551: gcc -E conftest.c
# conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:2557: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | /* end confdefs.h. */
# | #include
# configure:2600: checking for egrep
# configure:2610: result: grep -E
# configure:2628: checking for a BSD-compatible install
# configure:2683: result: /usr/bin/install -c
# configure:2714: checking whether to include debugging symbols
# configure:2728: result: yes
# configure:2831: checking for remsh
# configure:2858: result: 0
# configure:2887: checking for broken largefile support
# configure:2937: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:27:11: warning: implicit declaration of function 'mkstemp' [-Wimplicit-function-declaration]
# int fd = mkstemp(tpl);
# ^~~~~~~
# conftest.c:29:3: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
# strcpy(tpl, "conftest.dat");
# ^~~~~~
# conftest.c:29:3: warning: incompatible implicit declaration of built-in function 'strcpy'
# conftest.c:29:3: note: include '' or provide a declaration of 'strcpy'
# conftest.c:39:6: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration]
# if (fork() == 0) {
# ^~~~
# conftest.c:41:3: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration]
# _exit(fcntl(fd,F_SETLK,&lock) == 0);
# ^~~~~
# conftest.c:41:3: warning: incompatible implicit declaration of built-in function '_exit'
# conftest.c:44:2: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration]
# unlink(tpl);
# ^~~~~~
# conftest.c:45:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(WEXITSTATUS(status));
# ^~~~
# conftest.c:45:2: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:45:2: note: include '' or provide a declaration of 'exit'
# configure:2940: $? = 0
# configure:2942: ./conftest
# configure:2945: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | #define _GNU_SOURCE 1
# | #define RSYNC_PATH "rsync"
# | #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# | #define HAVE_REMSH 0
# | #define RSYNC_RSH "ssh"
# | /* end confdefs.h. */
# |
# | #define _FILE_OFFSET_BITS 64
# | #include
# | #include
# | #include
# | #include
# |
# | int main(void)
# | {
# | struct flock lock;
# | int status;
# | char tpl[32] = "/tmp/locktest.XXXXXX";
# | int fd = mkstemp(tpl);
# | if (fd < 0) {
# | strcpy(tpl, "conftest.dat");
# | fd = open(tpl, O_CREAT|O_RDWR, 0600);
# | }
# |
# | lock.l_type = F_WRLCK;
# | lock.l_whence = SEEK_SET;
# | lock.l_start = 0;
# | lock.l_len = 1;
# | lock.l_pid = 0;
# | fcntl(fd,F_SETLK,&lock);
# | if (fork() == 0) {
# | lock.l_start = 1;
# | _exit(fcntl(fd,F_SETLK,&lock) == 0);
# | }
# | wait(&status);
# | unlink(tpl);
# | exit(WEXITSTATUS(status));
# | }
# |
# configure:2959: result: no
# configure:2969: checking for special C compiler options needed for large files
# configure:3068: result: no
# configure:3074: checking for _FILE_OFFSET_BITS value needed for large files
# configure:3105: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:3111: $? = 0
# configure:3115: test -z
# || test ! -s conftest.err
# configure:3118: $? = 0
# configure:3121: test -s conftest.o
# configure:3124: $? = 0
# configure:3189: result: no
# configure:3199: checking for _LARGE_FILES value needed for large files
# configure:3230: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:3236: $? = 0
# configure:3240: test -z
# || test ! -s conftest.err
# configure:3243: $? = 0
# configure:3246: test -s conftest.o
# configure:3249: $? = 0
# configure:3314: result: no
# configure:3340: checking ipv6 stack type
# configure:3525: result: linux-glibc
# configure:3528: checking for library containing getaddrinfo
# configure:3558: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c >&5
# configure:3564: $? = 0
# configure:3568: test -z
# || test ! -s conftest.err
# configure:3571: $? = 0
# configure:3574: test -s conftest
# configure:3577: $? = 0
# configure:3647: result: none required
# configure:3656: checking whether to call shutdown on all sockets
# configure:3667: result: no
# configure:3671: checking whether byte ordering is bigendian
# configure:3698: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:3704: $? = 0
# configure:3708: test -z
# || test ! -s conftest.err
# configure:3711: $? = 0
# configure:3714: test -s conftest.o
# configure:3717: $? = 0
# configure:3741: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:23:2: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:23:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure:3747: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | #define _GNU_SOURCE 1
# | #define RSYNC_PATH "rsync"
# | #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# | #define HAVE_REMSH 0
# | #define RSYNC_RSH "ssh"
# | #define INET6 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:3882: result: no
# configure:3909: checking for dirent.h that defines DIR
# configure:3933: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:3939: $? = 0
# configure:3943: test -z
# || test ! -s conftest.err
# configure:3946: $? = 0
# configure:3949: test -s conftest.o
# configure:3952: $? = 0
# configure:3963: result: yes
# configure:3976: checking for library containing opendir
# configure:4006: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c >&5
# configure:4012: $? = 0
# configure:4016: test -z
# || test ! -s conftest.err
# configure:4019: $? = 0
# configure:4022: test -s conftest
# configure:4025: $? = 0
# configure:4095: result: none required
# configure:4231: checking whether time.h and sys/time.h may both be included
# configure:4256: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4262: $? = 0
# configure:4266: test -z
# || test ! -s conftest.err
# configure:4269: $? = 0
# configure:4272: test -s conftest.o
# configure:4275: $? = 0
# configure:4286: result: yes
# configure:4296: checking for sys/wait.h that is POSIX.1 compatible
# configure:4327: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4333: $? = 0
# configure:4337: test -z
# || test ! -s conftest.err
# configure:4340: $? = 0
# configure:4343: test -s conftest.o
# configure:4346: $? = 0
# configure:4357: result: yes
# configure:4367: checking for ANSI C header files
# configure:4392: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4398: $? = 0
# configure:4402: test -z
# || test ! -s conftest.err
# configure:4405: $? = 0
# configure:4408: test -s conftest.o
# configure:4411: $? = 0
# configure:4500: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:36:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(2);
# ^~~~
# conftest.c:36:7: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:36:7: note: include '' or provide a declaration of 'exit'
# conftest.c:37:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit (0);
# ^~~~
# conftest.c:37:3: note: include '' or provide a declaration of 'exit'
# configure:4503: $? = 0
# configure:4505: ./conftest
# configure:4508: $? = 0
# configure:4523: result: yes
# configure:4547: checking for sys/types.h
# configure:4563: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4569: $? = 0
# configure:4573: test -z
# || test ! -s conftest.err
# configure:4576: $? = 0
# configure:4579: test -s conftest.o
# configure:4582: $? = 0
# configure:4593: result: yes
# configure:4547: checking for sys/stat.h
# configure:4563: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4569: $? = 0
# configure:4573: test -z
# || test ! -s conftest.err
# configure:4576: $? = 0
# configure:4579: test -s conftest.o
# configure:4582: $? = 0
# configure:4593: result: yes
# configure:4547: checking for stdlib.h
# configure:4563: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4569: $? = 0
# configure:4573: test -z
# || test ! -s conftest.err
# configure:4576: $? = 0
# configure:4579: test -s conftest.o
# configure:4582: $? = 0
# configure:4593: result: yes
# configure:4547: checking for string.h
# configure:4563: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4569: $? = 0
# configure:4573: test -z
# || test ! -s conftest.err
# configure:4576: $? = 0
# configure:4579: test -s conftest.o
# configure:4582: $? = 0
# configure:4593: result: yes
# configure:4547: checking for memory.h
# configure:4563: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4569: $? = 0
# configure:4573: test -z
# || test ! -s conftest.err
# configure:4576: $? = 0
# configure:4579: test -s conftest.o
# configure:4582: $? = 0
# configure:4593: result: yes
# configure:4547: checking for strings.h
# configure:4563: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4569: $? = 0
# configure:4573: test -z
# || test ! -s conftest.err
# configure:4576: $? = 0
# configure:4579: test -s conftest.o
# configure:4582: $? = 0
# configure:4593: result: yes
# configure:4547: checking for inttypes.h
# configure:4563: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4569: $? = 0
# configure:4573: test -z
# || test ! -s conftest.err
# configure:4576: $? = 0
# configure:4579: test -s conftest.o
# configure:4582: $? = 0
# configure:4593: result: yes
# configure:4547: checking for stdint.h
# configure:4563: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4569: $? = 0
# configure:4573: test -z
# || test ! -s conftest.err
# configure:4576: $? = 0
# configure:4579: test -s conftest.o
# configure:4582: $? = 0
# configure:4593: result: yes
# configure:4547: checking for unistd.h
# configure:4563: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4569: $? = 0
# configure:4573: test -z
# || test ! -s conftest.err
# configure:4576: $? = 0
# configure:4579: test -s conftest.o
# configure:4582: $? = 0
# configure:4593: result: yes
# configure:4648: checking sys/fcntl.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking sys/fcntl.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for sys/fcntl.h
# configure:4771: result: yes
# configure:4648: checking sys/select.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking sys/select.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for sys/select.h
# configure:4771: result: yes
# configure:4648: checking fcntl.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking fcntl.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for fcntl.h
# configure:4771: result: yes
# configure:4648: checking sys/time.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking sys/time.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for sys/time.h
# configure:4771: result: yes
# configure:4648: checking sys/unistd.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking sys/unistd.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for sys/unistd.h
# configure:4771: result: yes
# configure:4639: checking for unistd.h
# configure:4644: result: yes
# configure:4648: checking utime.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking utime.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for utime.h
# configure:4771: result: yes
# configure:4648: checking grp.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking grp.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for grp.h
# configure:4771: result: yes
# configure:4648: checking compat.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# conftest.c:71:20: fatal error: compat.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4666: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | #define _GNU_SOURCE 1
# | #define RSYNC_PATH "rsync"
# | #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# | #define HAVE_REMSH 0
# | #define RSYNC_RSH "ssh"
# | #define INET6 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #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_SYS_FCNTL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_GRP_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4689: result: no
# configure:4693: checking compat.h presence
# configure:4703: gcc -E conftest.c
# conftest.c:37:20: fatal error: compat.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4709: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | #define _GNU_SOURCE 1
# | #define RSYNC_PATH "rsync"
# | #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# | #define HAVE_REMSH 0
# | #define RSYNC_RSH "ssh"
# | #define INET6 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #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_SYS_FCNTL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_GRP_H 1
# | /* end confdefs.h. */
# | #include
# configure:4729: result: no
# configure:4764: checking for compat.h
# configure:4771: result: no
# configure:4648: checking sys/param.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking sys/param.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for sys/param.h
# configure:4771: result: yes
# configure:4648: checking ctype.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking ctype.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for ctype.h
# configure:4771: result: yes
# configure:4639: checking for sys/wait.h
# configure:4644: result: yes
# configure:4648: checking sys/ioctl.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking sys/ioctl.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for sys/ioctl.h
# configure:4771: result: yes
# configure:4648: checking sys/filio.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# conftest.c:75:23: fatal error: sys/filio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4666: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | #define _GNU_SOURCE 1
# | #define RSYNC_PATH "rsync"
# | #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# | #define HAVE_REMSH 0
# | #define RSYNC_RSH "ssh"
# | #define INET6 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #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_SYS_FCNTL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4689: result: no
# configure:4693: checking sys/filio.h presence
# configure:4703: gcc -E conftest.c
# conftest.c:41:23: fatal error: sys/filio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4709: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | #define _GNU_SOURCE 1
# | #define RSYNC_PATH "rsync"
# | #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# | #define HAVE_REMSH 0
# | #define RSYNC_RSH "ssh"
# | #define INET6 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #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_SYS_FCNTL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | /* end confdefs.h. */
# | #include
# configure:4729: result: no
# configure:4764: checking for sys/filio.h
# configure:4771: result: no
# configure:4639: checking for string.h
# configure:4644: result: yes
# configure:4639: checking for stdlib.h
# configure:4644: result: yes
# configure:4648: checking sys/socket.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking sys/socket.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for sys/socket.h
# configure:4771: result: yes
# configure:4648: checking sys/mode.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# conftest.c:78:22: fatal error: sys/mode.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4666: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | #define _GNU_SOURCE 1
# | #define RSYNC_PATH "rsync"
# | #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# | #define HAVE_REMSH 0
# | #define RSYNC_RSH "ssh"
# | #define INET6 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #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_SYS_FCNTL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4689: result: no
# configure:4693: checking sys/mode.h presence
# configure:4703: gcc -E conftest.c
# conftest.c:44:22: fatal error: sys/mode.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4709: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | #define _GNU_SOURCE 1
# | #define RSYNC_PATH "rsync"
# | #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# | #define HAVE_REMSH 0
# | #define RSYNC_RSH "ssh"
# | #define INET6 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #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_SYS_FCNTL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | /* end confdefs.h. */
# | #include
# configure:4729: result: no
# configure:4764: checking for sys/mode.h
# configure:4771: result: no
# configure:4648: checking sys/un.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking sys/un.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for sys/un.h
# configure:4771: result: yes
# configure:4648: checking glob.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking glob.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for glob.h
# configure:4771: result: yes
# configure:4648: checking mcheck.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking mcheck.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for mcheck.h
# configure:4771: result: yes
# configure:4648: checking arpa/inet.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking arpa/inet.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for arpa/inet.h
# configure:4771: result: yes
# configure:4648: checking arpa/nameser.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking arpa/nameser.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for arpa/nameser.h
# configure:4771: result: yes
# configure:4648: checking netdb.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking netdb.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for netdb.h
# configure:4771: result: yes
# configure:4648: checking malloc.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking malloc.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for malloc.h
# configure:4771: result: yes
# configure:4648: checking float.h usability
# configure:4660: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:4666: $? = 0
# configure:4670: test -z
# || test ! -s conftest.err
# configure:4673: $? = 0
# configure:4676: test -s conftest.o
# configure:4679: $? = 0
# configure:4689: result: yes
# configure:4693: checking float.h presence
# configure:4703: gcc -E conftest.c
# configure:4709: $? = 0
# configure:4729: result: yes
# configure:4764: checking for float.h
# configure:4771: result: yes
# configure:4784: checking whether sys/types.h defines makedev
# configure:4805: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c >&5
# configure:4811: $? = 0
# configure:4815: test -z
# || test ! -s conftest.err
# configure:4818: $? = 0
# configure:4821: test -s conftest
# configure:4824: $? = 0
# configure:4837: result: yes
# configure:5139: checking for int
# configure:5163: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:5169: $? = 0
# configure:5173: test -z
# || test ! -s conftest.err
# configure:5176: $? = 0
# configure:5179: test -s conftest.o
# configure:5182: $? = 0
# configure:5193: result: yes
# configure:5196: checking size of int
# configure:5515: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c >&5
# configure:5518: $? = 0
# configure:5520: ./conftest
# configure:5523: $? = 0
# configure:5546: result: 4
# configure:5553: checking for long
# configure:5577: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:5583: $? = 0
# configure:5587: test -z
# || test ! -s conftest.err
# configure:5590: $? = 0
# configure:5593: test -s conftest.o
# configure:5596: $? = 0
# configure:5607: result: yes
# configure:5610: checking size of long
# configure:5929: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c >&5
# configure:5932: $? = 0
# configure:5934: ./conftest
# configure:5937: $? = 0
# configure:5960: result: 8
# configure:5967: checking for short
# configure:5991: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:5997: $? = 0
# configure:6001: test -z
# || test ! -s conftest.err
# configure:6004: $? = 0
# configure:6007: test -s conftest.o
# configure:6010: $? = 0
# configure:6021: result: yes
# configure:6024: checking size of short
# configure:6343: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c >&5
# configure:6346: $? = 0
# configure:6348: ./conftest
# configure:6351: $? = 0
# configure:6374: result: 2
# configure:6382: checking for inline
# configure:6403: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:6409: $? = 0
# configure:6413: test -z
# || test ! -s conftest.err
# configure:6416: $? = 0
# configure:6419: test -s conftest.o
# configure:6422: $? = 0
# configure:6434: result: inline
# configure:6454: checking return type of signal handlers
# configure:6485: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:69:5: warning: unused variable 'i' [-Wunused-variable]
# int i;
# ^
# configure:6491: $? = 0
# configure:6495: test -z
# || test ! -s conftest.err
# configure:6498: $? = 0
# configure:6501: test -s conftest.o
# configure:6504: $? = 0
# configure:6515: result: void
# configure:6523: checking for uid_t in sys/types.h
# configure:6546: result: yes
# configure:6561: checking for mode_t
# configure:6585: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:6591: $? = 0
# configure:6595: test -z
# || test ! -s conftest.err
# configure:6598: $? = 0
# configure:6601: test -s conftest.o
# configure:6604: $? = 0
# configure:6615: result: yes
# configure:6627: checking for off_t
# configure:6651: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:6657: $? = 0
# configure:6661: test -z
# || test ! -s conftest.err
# configure:6664: $? = 0
# configure:6667: test -s conftest.o
# configure:6670: $? = 0
# configure:6681: result: yes
# configure:6693: checking for size_t
# configure:6717: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:6723: $? = 0
# configure:6727: test -z
# || test ! -s conftest.err
# configure:6730: $? = 0
# configure:6733: test -s conftest.o
# configure:6736: $? = 0
# configure:6747: result: yes
# configure:6759: checking for pid_t
# configure:6783: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:6789: $? = 0
# configure:6793: test -z
# || test ! -s conftest.err
# configure:6796: $? = 0
# configure:6799: test -s conftest.o
# configure:6802: $? = 0
# configure:6813: result: yes
# configure:6825: checking type of array argument to getgroups
# configure:6863: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:72:7: warning: implicit declaration of function 'getgroups' [-Wimplicit-function-declaration]
# n = getgroups (sizeof (gidset) / MAX (sizeof (int), sizeof (gid_t)) - 1,
# ^~~~~~~~~
# conftest.c:76:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit ((n > 0 && gidset[n] != val.gval) ? 1 : 0);
# ^~~~
# conftest.c:76:3: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:76:3: note: include '' or provide a declaration of 'exit'
# configure:6866: $? = 0
# configure:6868: ./conftest
# configure:6871: $? = 0
# configure:6904: result: gid_t
# configure:6912: checking for struct stat.st_rdev
# configure:6935: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:6941: $? = 0
# configure:6945: test -z
# || test ! -s conftest.err
# configure:6948: $? = 0
# configure:6951: test -s conftest.o
# configure:6954: $? = 0
# configure:7011: result: yes
# configure:7023: checking for ino_t
# configure:7047: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:7053: $? = 0
# configure:7057: test -z
# || test ! -s conftest.err
# configure:7060: $? = 0
# configure:7063: test -s conftest.o
# configure:7066: $? = 0
# configure:7077: result: yes
# configure:7091: checking for errno in errno.h
# configure:7113: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:62:5: warning: unused variable 'i' [-Wunused-variable]
# int i = errno
# ^
# configure:7119: $? = 0
# configure:7123: test -z
# || test ! -s conftest.err
# configure:7126: $? = 0
# configure:7129: test -s conftest.o
# configure:7132: $? = 0
# configure:7143: result: yes
# configure:7165: checking for connect
# configure:7222: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c >&5
# configure:7228: $? = 0
# configure:7232: test -z
# || test ! -s conftest.err
# configure:7235: $? = 0
# configure:7238: test -s conftest
# configure:7241: $? = 0
# configure:7253: result: yes
# configure:7585: checking for inet_ntop in -lresolv
# configure:7615: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:7621: $? = 0
# configure:7625: test -z
# || test ! -s conftest.err
# configure:7628: $? = 0
# configure:7631: test -s conftest
# configure:7634: $? = 0
# configure:7647: result: yes
# configure:7664: checking for inet_ntop
# configure:7721: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:7727: $? = 0
# configure:7731: test -z
# || test ! -s conftest.err
# configure:7734: $? = 0
# configure:7737: test -s conftest
# configure:7740: $? = 0
# configure:7752: result: yes
# configure:7775: checking for inet_pton
# configure:7832: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:7838: $? = 0
# configure:7842: test -z
# || test ! -s conftest.err
# configure:7845: $? = 0
# configure:7848: test -s conftest
# configure:7851: $? = 0
# configure:7863: result: yes
# configure:7885: checking whether defines needed by getaddrinfo exist
# configure:7914: result: yes
# configure:7924: checking for getaddrinfo
# configure:7981: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:7987: $? = 0
# configure:7991: test -z
# || test ! -s conftest.err
# configure:7994: $? = 0
# configure:7997: test -s conftest
# configure:8000: $? = 0
# configure:8012: result: yes
# configure:8092: checking for getnameinfo
# configure:8149: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:8155: $? = 0
# configure:8159: test -z
# || test ! -s conftest.err
# configure:8162: $? = 0
# configure:8165: test -s conftest
# configure:8168: $? = 0
# configure:8180: result: yes
# configure:8218: checking for struct sockaddr.sa_len
# configure:8245: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:74:12: error: 'struct sockaddr' has no member named 'sa_len'
# if (ac_aggr.sa_len)
# ^
# conftest.c:73:24: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
# static struct sockaddr ac_aggr;
# ^~~~~~~
# configure:8251: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | #define _GNU_SOURCE 1
# | #define RSYNC_PATH "rsync"
# | #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# | #define HAVE_REMSH 0
# | #define RSYNC_RSH "ssh"
# | #define INET6 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #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_SYS_FCNTL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_MCHECK_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define RETSIGTYPE void
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_ERRNO_DECL 1
# | #define HAVE_CONNECT 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr ac_aggr;
# | if (ac_aggr.sa_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:8293: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:74:19: error: 'struct sockaddr' has no member named 'sa_len'
# if (sizeof ac_aggr.sa_len)
# ^
# conftest.c:73:24: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
# static struct sockaddr ac_aggr;
# ^~~~~~~
# configure:8299: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | #define _GNU_SOURCE 1
# | #define RSYNC_PATH "rsync"
# | #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# | #define HAVE_REMSH 0
# | #define RSYNC_RSH "ssh"
# | #define INET6 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #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_SYS_FCNTL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_MCHECK_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define RETSIGTYPE void
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_ERRNO_DECL 1
# | #define HAVE_CONNECT 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr ac_aggr;
# | if (sizeof ac_aggr.sa_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:8325: result: no
# configure:8336: checking for struct sockaddr_in.sin_len
# configure:8364: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:75:12: error: 'struct sockaddr_in' has no member named 'sin_len'; did you mean 'sin_zero'?
# if (ac_aggr.sin_len)
# ^
# conftest.c:74:27: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
# static struct sockaddr_in ac_aggr;
# ^~~~~~~
# configure:8370: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | #define _GNU_SOURCE 1
# | #define RSYNC_PATH "rsync"
# | #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# | #define HAVE_REMSH 0
# | #define RSYNC_RSH "ssh"
# | #define INET6 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #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_SYS_FCNTL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_MCHECK_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define RETSIGTYPE void
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_ERRNO_DECL 1
# | #define HAVE_CONNECT 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_in ac_aggr;
# | if (ac_aggr.sin_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:8413: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:75:19: error: 'struct sockaddr_in' has no member named 'sin_len'; did you mean 'sin_zero'?
# if (sizeof ac_aggr.sin_len)
# ^
# conftest.c:74:27: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
# static struct sockaddr_in ac_aggr;
# ^~~~~~~
# configure:8419: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | #define _GNU_SOURCE 1
# | #define RSYNC_PATH "rsync"
# | #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# | #define HAVE_REMSH 0
# | #define RSYNC_RSH "ssh"
# | #define INET6 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #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_SYS_FCNTL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_MCHECK_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define RETSIGTYPE void
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_ERRNO_DECL 1
# | #define HAVE_CONNECT 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# | #include
# |
# |
# | int
# | main ()
# | {
# | static struct sockaddr_in ac_aggr;
# | if (sizeof ac_aggr.sin_len)
# | return 0;
# | ;
# | return 0;
# | }
# configure:8445: result: no
# configure:8456: checking struct sockaddr_storage
# configure:8475: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:70:25: warning: unused variable 'x' [-Wunused-variable]
# struct sockaddr_storage x;
# ^
# configure:8481: $? = 0
# configure:8485: test -z
# || test ! -s conftest.err
# configure:8488: $? = 0
# configure:8491: test -s conftest.o
# configure:8494: $? = 0
# configure:8496: result: yes
# configure:8512: checking for struct sockaddr_in6.sin6_scope_id
# configure:8540: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# configure:8546: $? = 0
# configure:8550: test -z
# || test ! -s conftest.err
# configure:8553: $? = 0
# configure:8556: test -s conftest.o
# configure:8559: $? = 0
# configure:8621: result: yes
# configure:8638: checking for strcasecmp
# configure:8695: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c:91:6: warning: conflicting types for built-in function 'strcasecmp'
# char strcasecmp ();
# ^~~~~~~~~~
# configure:8701: $? = 0
# configure:8705: test -z
# || test ! -s conftest.err
# configure:8708: $? = 0
# configure:8711: test -s conftest
# configure:8714: $? = 0
# configure:8726: result: yes
# configure:8814: checking whether utime accepts a null argument
# configure:8845: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c: In function 'main':
# conftest.c:107:7: warning: implicit declaration of function 'utime' [-Wimplicit-function-declaration]
# && utime ("conftest.data", (long *)0) == 0
# ^~~~~
# configure:8848: $? = 0
# configure:8850: ./conftest
# configure:8853: $? = 0
# configure:8868: result: yes
# configure:8881: checking for working alloca.h
# configure:8902: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c: In function 'main':
# conftest.c:73:7: warning: unused variable 'p' [-Wunused-variable]
# char *p = (char *) alloca (2 * sizeof (int));
# ^
# configure:8908: $? = 0
# configure:8912: test -z
# || test ! -s conftest.err
# configure:8915: $? = 0
# configure:8918: test -s conftest
# configure:8921: $? = 0
# configure:8933: result: yes
# configure:8943: checking for alloca
# configure:8984: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c: In function 'main':
# conftest.c:94:7: warning: unused variable 'p' [-Wunused-variable]
# char *p = (char *) alloca (1);
# ^
# configure:8990: $? = 0
# configure:8994: test -z
# || test ! -s conftest.err
# configure:8997: $? = 0
# configure:9000: test -s conftest
# configure:9003: $? = 0
# configure:9015: result: yes
# configure:9282: checking for waitpid
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for wait4
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for getcwd
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for strdup
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c:98:6: warning: conflicting types for built-in function 'strdup'
# char strdup ();
# ^~~~~~
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for strerror
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for chown
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for chmod
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for mknod
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for mkfifo
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for fchmod
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for fstat
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for strchr
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c:106:6: warning: conflicting types for built-in function 'strchr'
# char strchr ();
# ^~~~~~
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for readlink
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for link
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for utime
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for utimes
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for strftime
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c:111:6: warning: conflicting types for built-in function 'strftime'
# char strftime ();
# ^~~~~~~~
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for mtrace
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for ftruncate
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for memmove
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c:114:6: warning: conflicting types for built-in function 'memmove'
# char memmove ();
# ^~~~~~~
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for lchown
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for vsnprintf
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c:116:6: warning: conflicting types for built-in function 'vsnprintf'
# char vsnprintf ();
# ^~~~~~~~~
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for snprintf
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c:117:6: warning: conflicting types for built-in function 'snprintf'
# char snprintf ();
# ^~~~~~~~
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for asprintf
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for setsid
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for glob
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for strpbrk
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c:121:6: warning: conflicting types for built-in function 'strpbrk'
# char strpbrk ();
# ^~~~~~~
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for strlcat
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# /tmp/ccOS87fJ.o: In function `main':
# conftest.c:(.text+0xd): undefined reference to `strlcat'
# /tmp/ccOS87fJ.o:(.data+0x0): undefined reference to `strlcat'
# collect2: error: ld returned 1 exit status
# configure:9345: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | #define _GNU_SOURCE 1
# | #define RSYNC_PATH "rsync"
# | #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# | #define HAVE_REMSH 0
# | #define RSYNC_RSH "ssh"
# | #define INET6 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #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_SYS_FCNTL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_MCHECK_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define RETSIGTYPE void
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_ERRNO_DECL 1
# | #define HAVE_CONNECT 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_SOCKADDR_STORAGE 1
# | #define HAVE_SOCKADDR_IN6_SCOPE_ID 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_UTIME_NULL 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_WAITPID 1
# | #define HAVE_WAIT4 1
# | #define HAVE_GETCWD 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_CHOWN 1
# | #define HAVE_CHMOD 1
# | #define HAVE_MKNOD 1
# | #define HAVE_MKFIFO 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_READLINK 1
# | #define HAVE_LINK 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_MTRACE 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_LCHOWN 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SETSID 1
# | #define HAVE_GLOB 1
# | #define HAVE_STRPBRK 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char strlcat ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub_strlcat) || defined (__stub___strlcat)
# | choke me
# | #else
# | char (*f) () = strlcat;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != strlcat;
# | ;
# | return 0;
# | }
# configure:9370: result: no
# configure:9282: checking for strlcpy
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# /tmp/cc4buGyO.o: In function `main':
# conftest.c:(.text+0xd): undefined reference to `strlcpy'
# /tmp/cc4buGyO.o:(.data+0x0): undefined reference to `strlcpy'
# collect2: error: ld returned 1 exit status
# configure:9345: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | #define _GNU_SOURCE 1
# | #define RSYNC_PATH "rsync"
# | #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# | #define HAVE_REMSH 0
# | #define RSYNC_RSH "ssh"
# | #define INET6 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #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_SYS_FCNTL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_MCHECK_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define RETSIGTYPE void
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_ERRNO_DECL 1
# | #define HAVE_CONNECT 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_SOCKADDR_STORAGE 1
# | #define HAVE_SOCKADDR_IN6_SCOPE_ID 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_UTIME_NULL 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_WAITPID 1
# | #define HAVE_WAIT4 1
# | #define HAVE_GETCWD 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_CHOWN 1
# | #define HAVE_CHMOD 1
# | #define HAVE_MKNOD 1
# | #define HAVE_MKFIFO 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_READLINK 1
# | #define HAVE_LINK 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_MTRACE 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_LCHOWN 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SETSID 1
# | #define HAVE_GLOB 1
# | #define HAVE_STRPBRK 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char strlcpy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub_strlcpy) || defined (__stub___strlcpy)
# | choke me
# | #else
# | char (*f) () = strlcpy;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != strlcpy;
# | ;
# | return 0;
# | }
# configure:9370: result: no
# configure:9282: checking for strtol
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for mallinfo
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for getgroups
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for setgroups
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for geteuid
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for getegid
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for open64
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9282: checking for mkstemp64
# configure:9339: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# configure:9345: $? = 0
# configure:9349: test -z
# || test ! -s conftest.err
# configure:9352: $? = 0
# configure:9355: test -s conftest
# configure:9358: $? = 0
# configure:9370: result: yes
# configure:9381: checking for working socketpair
# configure:9406: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c:110:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main() {
# ^~~~
# conftest.c: In function 'main':
# conftest.c:112:8: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit((socketpair(AF_UNIX, SOCK_STREAM, 0, fd) != -1) ? 0 : 1);
# ^~~~
# conftest.c:112:8: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:112:8: note: include '' or provide a declaration of 'exit'
# configure:9409: $? = 0
# configure:9411: ./conftest
# configure:9414: $? = 0
# configure:9428: result: yes
# configure:9438: checking for long long
# configure:9457: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c:108:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main() { long long x = 1000000; x *= x; exit(((x/1000000) == 1000000)? 0: 1); }
# ^~~~
# conftest.c: In function 'main':
# conftest.c:108:41: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# main() { long long x = 1000000; x *= x; exit(((x/1000000) == 1000000)? 0: 1); }
# ^~~~
# conftest.c:108:41: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:108:41: note: include '' or provide a declaration of 'exit'
# configure:9460: $? = 0
# configure:9462: ./conftest
# configure:9465: $? = 0
# configure:9479: result: yes
# configure:9489: checking for off64_t
# configure:9509: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c:110:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main() { struct stat64 st; off64_t s; if (sizeof(off_t) == sizeof(off64_t)) exit(1); exit((lstat64("/dev/null", &st)==0)?0:1); }
# ^~~~
# conftest.c: In function 'main':
# conftest.c:110:77: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# main() { struct stat64 st; off64_t s; if (sizeof(off_t) == sizeof(off64_t)) exit(1); exit((lstat64("/dev/null", &st)==0)?0:1); }
# ^~~~
# conftest.c:110:77: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:110:77: note: include '' or provide a declaration of 'exit'
# conftest.c:110:86: warning: incompatible implicit declaration of built-in function 'exit'
# main() { struct stat64 st; off64_t s; if (sizeof(off_t) == sizeof(off64_t)) exit(1); exit((lstat64("/dev/null", &st)==0)?0:1); }
# ^~~~
# conftest.c:110:86: note: include '' or provide a declaration of 'exit'
# conftest.c:110:36: warning: unused variable 's' [-Wunused-variable]
# main() { struct stat64 st; off64_t s; if (sizeof(off_t) == sizeof(off64_t)) exit(1); exit((lstat64("/dev/null", &st)==0)?0:1); }
# ^
# configure:9512: $? = 0
# configure:9514: ./conftest
# configure:9517: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | #define _GNU_SOURCE 1
# | #define RSYNC_PATH "rsync"
# | #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# | #define HAVE_REMSH 0
# | #define RSYNC_RSH "ssh"
# | #define INET6 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #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_SYS_FCNTL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_MCHECK_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define RETSIGTYPE void
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_ERRNO_DECL 1
# | #define HAVE_CONNECT 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_SOCKADDR_STORAGE 1
# | #define HAVE_SOCKADDR_IN6_SCOPE_ID 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_UTIME_NULL 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_WAITPID 1
# | #define HAVE_WAIT4 1
# | #define HAVE_GETCWD 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_CHOWN 1
# | #define HAVE_CHMOD 1
# | #define HAVE_MKNOD 1
# | #define HAVE_MKFIFO 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_READLINK 1
# | #define HAVE_LINK 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_MTRACE 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_LCHOWN 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SETSID 1
# | #define HAVE_GLOB 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_STRTOL 1
# | #define HAVE_MALLINFO 1
# | #define HAVE_GETGROUPS 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETEGID 1
# | #define HAVE_OPEN64 1
# | #define HAVE_MKSTEMP64 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_LONGLONG 1
# | /* end confdefs.h. */
# | #include
# | #include
# | main() { struct stat64 st; off64_t s; if (sizeof(off_t) == sizeof(off64_t)) exit(1); exit((lstat64("/dev/null", &st)==0)?0:1); }
# configure:9531: result: no
# configure:9541: checking for short ino_t
# configure:9562: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c:111:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main() { if (sizeof(ino_t) < sizeof(unsigned int)) return 0; return 1; }
# ^~~~
# configure:9565: $? = 0
# configure:9567: ./conftest
# configure:9570: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | #define _GNU_SOURCE 1
# | #define RSYNC_PATH "rsync"
# | #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# | #define HAVE_REMSH 0
# | #define RSYNC_RSH "ssh"
# | #define INET6 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #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_SYS_FCNTL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_MCHECK_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define RETSIGTYPE void
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_ERRNO_DECL 1
# | #define HAVE_CONNECT 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_SOCKADDR_STORAGE 1
# | #define HAVE_SOCKADDR_IN6_SCOPE_ID 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_UTIME_NULL 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_WAITPID 1
# | #define HAVE_WAIT4 1
# | #define HAVE_GETCWD 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_CHOWN 1
# | #define HAVE_CHMOD 1
# | #define HAVE_MKNOD 1
# | #define HAVE_MKFIFO 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_READLINK 1
# | #define HAVE_LINK 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_MTRACE 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_LCHOWN 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SETSID 1
# | #define HAVE_GLOB 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_STRTOL 1
# | #define HAVE_MALLINFO 1
# | #define HAVE_GETGROUPS 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETEGID 1
# | #define HAVE_OPEN64 1
# | #define HAVE_MKSTEMP64 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_LONGLONG 1
# | /* end confdefs.h. */
# | #include
# | #include
# | #include
# | main() { if (sizeof(ino_t) < sizeof(unsigned int)) return 0; return 1; }
# configure:9584: result: no
# configure:9594: checking for unsigned char
# configure:9613: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c:109:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main() { char c; c=250; exit((c > 0)?0:1); }
# ^~~~
# conftest.c: In function 'main':
# conftest.c:109:25: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# main() { char c; c=250; exit((c > 0)?0:1); }
# ^~~~
# conftest.c:109:25: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:109:25: note: include '' or provide a declaration of 'exit'
# configure:9616: $? = 0
# configure:9618: ./conftest
# configure:9621: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | #define _GNU_SOURCE 1
# | #define RSYNC_PATH "rsync"
# | #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# | #define HAVE_REMSH 0
# | #define RSYNC_RSH "ssh"
# | #define INET6 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #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_SYS_FCNTL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_MCHECK_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define RETSIGTYPE void
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_ERRNO_DECL 1
# | #define HAVE_CONNECT 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_SOCKADDR_STORAGE 1
# | #define HAVE_SOCKADDR_IN6_SCOPE_ID 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_UTIME_NULL 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_WAITPID 1
# | #define HAVE_WAIT4 1
# | #define HAVE_GETCWD 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_CHOWN 1
# | #define HAVE_CHMOD 1
# | #define HAVE_MKNOD 1
# | #define HAVE_MKFIFO 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_READLINK 1
# | #define HAVE_LINK 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_MTRACE 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_LCHOWN 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SETSID 1
# | #define HAVE_GLOB 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_STRTOL 1
# | #define HAVE_MALLINFO 1
# | #define HAVE_GETGROUPS 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETEGID 1
# | #define HAVE_OPEN64 1
# | #define HAVE_MKSTEMP64 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_LONGLONG 1
# | /* end confdefs.h. */
# | #include
# | main() { char c; c=250; exit((c > 0)?0:1); }
# configure:9635: result: no
# configure:9645: checking for broken readdir
# configure:9667: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c:110:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main() { struct dirent *di; DIR *d = opendir("."); di = readdir(d);
# ^~~~
# conftest.c: In function 'main':
# conftest.c:112:21: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# di->d_name[0] == 0) exit(0); exit(1);}
# ^~~~
# conftest.c:112:21: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:112:21: note: include '' or provide a declaration of 'exit'
# conftest.c:111:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (di && di->d_name[-2] == '.' && di->d_name[-1] == 0 &&
# ^~
# conftest.c:112:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# di->d_name[0] == 0) exit(0); exit(1);}
# ^~~~
# conftest.c:112:30: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:112:30: note: include '' or provide a declaration of 'exit'
# configure:9670: $? = 0
# configure:9672: ./conftest
# configure:9675: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define RSYNC_VERSION "2.6.3"
# | #define _GNU_SOURCE 1
# | #define RSYNC_PATH "rsync"
# | #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# | #define HAVE_REMSH 0
# | #define RSYNC_RSH "ssh"
# | #define INET6 1
# | #define HAVE_DIRENT_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define HAVE_SYS_WAIT_H 1
# | #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_SYS_FCNTL_H 1
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UNISTD_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTIME_H 1
# | #define HAVE_GRP_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_GLOB_H 1
# | #define HAVE_MCHECK_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ARPA_NAMESER_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_MALLOC_H 1
# | #define HAVE_FLOAT_H 1
# | #define SIZEOF_INT 4
# | #define SIZEOF_LONG 8
# | #define SIZEOF_SHORT 2
# | #define RETSIGTYPE void
# | #define GETGROUPS_T gid_t
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_ERRNO_DECL 1
# | #define HAVE_CONNECT 1
# | #define HAVE_LIBRESOLV 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_SOCKADDR_STORAGE 1
# | #define HAVE_SOCKADDR_IN6_SCOPE_ID 1
# | #define HAVE_STRCASECMP 1
# | #define HAVE_UTIME_NULL 1
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_WAITPID 1
# | #define HAVE_WAIT4 1
# | #define HAVE_GETCWD 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRERROR 1
# | #define HAVE_CHOWN 1
# | #define HAVE_CHMOD 1
# | #define HAVE_MKNOD 1
# | #define HAVE_MKFIFO 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSTAT 1
# | #define HAVE_STRCHR 1
# | #define HAVE_READLINK 1
# | #define HAVE_LINK 1
# | #define HAVE_UTIME 1
# | #define HAVE_UTIMES 1
# | #define HAVE_STRFTIME 1
# | #define HAVE_MTRACE 1
# | #define HAVE_FTRUNCATE 1
# | #define HAVE_MEMMOVE 1
# | #define HAVE_LCHOWN 1
# | #define HAVE_VSNPRINTF 1
# | #define HAVE_SNPRINTF 1
# | #define HAVE_ASPRINTF 1
# | #define HAVE_SETSID 1
# | #define HAVE_GLOB 1
# | #define HAVE_STRPBRK 1
# | #define HAVE_STRTOL 1
# | #define HAVE_MALLINFO 1
# | #define HAVE_GETGROUPS 1
# | #define HAVE_SETGROUPS 1
# | #define HAVE_GETEUID 1
# | #define HAVE_GETEGID 1
# | #define HAVE_OPEN64 1
# | #define HAVE_MKSTEMP64 1
# | #define HAVE_SOCKETPAIR 1
# | #define HAVE_LONGLONG 1
# | /* end confdefs.h. */
# | #include
# | #include
# | main() { struct dirent *di; DIR *d = opendir("."); di = readdir(d);
# | if (di && di->d_name[-2] == '.' && di->d_name[-1] == 0 &&
# | di->d_name[0] == 0) exit(0); exit(1);}
# configure:9689: result: no
# configure:9699: checking for utimbuf
# configure:9722: gcc -c -DHAVE_CONFIG_H -Wall -W conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:113:58: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# struct utimbuf tbuf; tbuf.actime = 0; tbuf.modtime = 1; exit(utime("foo.c",&tbuf));
# ^~~~
# conftest.c:113:58: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:113:58: note: include '' or provide a declaration of 'exit'
# configure:9728: $? = 0
# configure:9732: test -z
# || test ! -s conftest.err
# configure:9735: $? = 0
# configure:9738: test -s conftest.o
# configure:9741: $? = 0
# configure:9752: result: yes
# configure:9762: checking if gettimeofday takes tz argument
# configure:9783: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c:112:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main() { struct timeval tv; exit(gettimeofday(&tv, NULL));}
# ^~~~
# conftest.c: In function 'main':
# conftest.c:112:29: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# main() { struct timeval tv; exit(gettimeofday(&tv, NULL));}
# ^~~~
# conftest.c:112:29: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:112:29: note: include '' or provide a declaration of 'exit'
# configure:9786: $? = 0
# configure:9788: ./conftest
# configure:9791: $? = 0
# configure:9805: result: yes
# configure:9815: checking for C99 vsnprintf
# configure:9851: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c: In function 'foo':
# conftest.c:119:14: warning: implicit declaration of function 'vsnprintf' [-Wimplicit-function-declaration]
# len = vsnprintf(0, 0, format, ap);
# ^~~~~~~~~
# conftest.c:121:22: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# if (len != 5) exit(1);
# ^~~~
# conftest.c:121:22: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:121:22: note: include '' or provide a declaration of 'exit'
# conftest.c:123:12: warning: implicit declaration of function 'snprintf' [-Wimplicit-function-declaration]
# if (snprintf(buf, 3, "hello") != 5 || strcmp(buf, "he") != 0) exit(1);
# ^~~~~~~~
# conftest.c:123:12: warning: incompatible implicit declaration of built-in function 'snprintf'
# conftest.c:123:12: note: include '' or provide a declaration of 'snprintf'
# conftest.c:123:46: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
# if (snprintf(buf, 3, "hello") != 5 || strcmp(buf, "he") != 0) exit(1);
# ^~~~~~
# conftest.c:123:70: warning: incompatible implicit declaration of built-in function 'exit'
# if (snprintf(buf, 3, "hello") != 5 || strcmp(buf, "he") != 0) exit(1);
# ^~~~
# conftest.c:123:70: note: include '' or provide a declaration of 'exit'
# conftest.c:125:8: warning: incompatible implicit declaration of built-in function 'exit'
# exit(0);
# ^~~~
# conftest.c:125:8: note: include '' or provide a declaration of 'exit'
# conftest.c: At top level:
# conftest.c:127:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main() { foo("hello"); }
# ^~~~
# configure:9854: $? = 0
# configure:9856: ./conftest
# configure:9859: $? = 0
# configure:9873: result: yes
# configure:9884: checking for secure mkstemp
# configure:9915: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c:115:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main() {
# ^~~~
# configure:9918: $? = 0
# configure:9920: ./conftest
# configure:9923: $? = 0
# configure:9937: result: yes
# configure:9948: checking for broken inet_ntoa
# configure:9974: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c:117:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main() { struct in_addr ip; ip.s_addr = 0x12345678;
# ^~~~
# conftest.c: In function 'main':
# conftest.c:118:5: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
# if (strcmp(inet_ntoa(ip),"18.52.86.120") &&
# ^~~~~~
# conftest.c:119:45: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# strcmp(inet_ntoa(ip),"120.86.52.18")) { exit(1); }
# ^~~~
# conftest.c:119:45: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:119:45: note: include '' or provide a declaration of 'exit'
# conftest.c:120:1: warning: incompatible implicit declaration of built-in function 'exit'
# exit(0);}
# ^~~~
# conftest.c:120:1: note: include '' or provide a declaration of 'exit'
# configure:9977: $? = 0
# configure:9979: ./conftest
# configure:9982: $? = 0
# configure:9996: result: no
# configure:10007: checking for broken inet_aton
# configure:10031: gcc -o conftest -DHAVE_CONFIG_H -Wall -W -Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib conftest.c -lresolv >&5
# conftest.c:117:1: warning: return type defaults to 'int' [-Wimplicit-int]
# main() { struct in_addr ip;
# ^~~~
# conftest.c: In function 'main':
# conftest.c:118:37: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# if (inet_aton("example", &ip) == 0) exit(0); exit(1);}
# ^~~~
# conftest.c:118:37: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:118:37: note: include '' or provide a declaration of 'exit'
# conftest.c:118:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (inet_aton("example", &ip) == 0) exit(0); exit(1);}
# ^~
# conftest.c:118:46: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# if (inet_aton("example", &ip) == 0) exit(0); exit(1);}
# ^~~~
# conftest.c:118:46: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:118:46: note: include '' or provide a declaration of 'exit'
# configure:10034: $? = 0
# configure:10036: ./conftest
# configure:10039: $? = 0
# configure:10053: result: no
# configure:10066: checking whether -c -o works
# configure:10085: result: yes
# configure:10196: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on a67951551447
#
# config.status:455: creating config.h
# configure:10917: result:
# configure:10919: result: File::RsyncP::FileList based on rsync 2.6.3 configuration successful
# configure:10921: result:
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value='-Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib'
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=
# ac_cv_env_host_alias_value=
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_exeext=
# ac_cv_func_alloca_works=yes
# ac_cv_func_asprintf=yes
# ac_cv_func_chmod=yes
# ac_cv_func_chown=yes
# ac_cv_func_connect=yes
# ac_cv_func_fchmod=yes
# ac_cv_func_fstat=yes
# ac_cv_func_ftruncate=yes
# ac_cv_func_getaddrinfo=yes
# ac_cv_func_getcwd=yes
# ac_cv_func_getegid=yes
# ac_cv_func_geteuid=yes
# ac_cv_func_getgroups=yes
# ac_cv_func_getnameinfo=yes
# ac_cv_func_glob=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_inet_pton=yes
# ac_cv_func_lchown=yes
# ac_cv_func_link=yes
# ac_cv_func_mallinfo=yes
# ac_cv_func_memmove=yes
# ac_cv_func_mkfifo=yes
# ac_cv_func_mknod=yes
# ac_cv_func_mkstemp64=yes
# ac_cv_func_mtrace=yes
# ac_cv_func_open64=yes
# ac_cv_func_readlink=yes
# ac_cv_func_setgroups=yes
# ac_cv_func_setsid=yes
# ac_cv_func_snprintf=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strftime=yes
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_func_strpbrk=yes
# ac_cv_func_strtol=yes
# ac_cv_func_utime=yes
# ac_cv_func_utime_null=yes
# ac_cv_func_utimes=yes
# ac_cv_func_vsnprintf=yes
# ac_cv_func_wait4=yes
# ac_cv_func_waitpid=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_arpa_nameser_h=yes
# ac_cv_header_compat_h=no
# ac_cv_header_ctype_h=yes
# ac_cv_header_dirent_dirent_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_float_h=yes
# ac_cv_header_glob_h=yes
# ac_cv_header_grp_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_malloc_h=yes
# ac_cv_header_mcheck_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_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_fcntl_h=yes
# ac_cv_header_sys_filio_h=no
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_mode_h=no
# ac_cv_header_sys_param_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_types_h_makedev=yes
# ac_cv_header_sys_un_h=yes
# ac_cv_header_sys_unistd_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_utime_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux-gnu
# ac_cv_lib_resolv_inet_ntop=yes
# ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
# ac_cv_member_struct_sockaddr_in_sin_len=no
# ac_cv_member_struct_sockaddr_sa_len=no
# ac_cv_member_struct_stat_st_rdev=yes
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_HAVE_REMSH=0
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_egrep='grep -E'
# ac_cv_search_getaddrinfo='none required'
# ac_cv_search_opendir='none required'
# ac_cv_sizeof_int=4
# ac_cv_sizeof_long=8
# ac_cv_sizeof_short=2
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_large_files=no
# ac_cv_sys_largefile_CC=no
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_target_alias=x86_64-unknown-linux-gnu
# ac_cv_type_getgroups=gid_t
# ac_cv_type_ino_t=yes
# ac_cv_type_int=yes
# ac_cv_type_long=yes
# ac_cv_type_mode_t=yes
# ac_cv_type_off_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_short=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_uid_t=yes
# ac_cv_working_alloca_h=yes
# rsync_cv_DASHC_WORKS_WITH_DASHO=yes
# rsync_cv_HAVE_BROKEN_LARGEFILE=no
# rsync_cv_HAVE_BROKEN_READDIR=no
# rsync_cv_HAVE_C99_VSNPRINTF=yes
# rsync_cv_HAVE_GETADDR_DEFINES=yes
# rsync_cv_HAVE_GETTIMEOFDAY_TZ=yes
# rsync_cv_HAVE_LONGLONG=yes
# rsync_cv_HAVE_OFF64_T=no
# rsync_cv_HAVE_SECURE_MKSTEMP=yes
# rsync_cv_HAVE_SHORT_INO_T=no
# rsync_cv_HAVE_SOCKETPAIR=yes
# rsync_cv_HAVE_UNSIGNED_CHAR=no
# rsync_cv_HAVE_UTIMBUF=yes
# rsync_cv_REPLACE_INET_ATON=no
# rsync_cv_REPLACE_INET_NTOA=no
# rsync_cv_errno=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ALLOCA=''
# CC='gcc'
# CC_SHOBJ_FLAG='-o $@'
# CFLAGS=' -DHAVE_CONFIG_H -Wall -W'
# CPP='gcc -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# HAVE_REMSH='0'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro -fstack-protector-strong -L/usr/local/lib'
# LIBOBJS=''
# LIBS='-lresolv '
# LTLIBOBJS=''
# OBJEXT='o'
# OBJ_RESTORE='#'
# OBJ_SAVE='#'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RSYNC_VERSION='2.6.3'
# SHELL='/bin/sh'
# ac_ct_CC='gcc'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias=''
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='${prefix}/man'
# oldincludedir='/usr/include'
# prefix='/usr/local'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define GETGROUPS_T gid_t
# #define HAVE_ALLOCA 1
# #define HAVE_ALLOCA_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_ARPA_NAMESER_H 1
# #define HAVE_ASPRINTF 1
# #define HAVE_C99_VSNPRINTF 1
# #define HAVE_CHMOD 1
# #define HAVE_CHOWN 1
# #define HAVE_CONNECT 1
# #define HAVE_CTYPE_H 1
# #define HAVE_DIRENT_H 1
# #define HAVE_ERRNO_DECL 1
# #define HAVE_FCHMOD 1
# #define HAVE_FCNTL_H 1
# #define HAVE_FLOAT_H 1
# #define HAVE_FSTAT 1
# #define HAVE_FTRUNCATE 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_GETCWD 1
# #define HAVE_GETEGID 1
# #define HAVE_GETEUID 1
# #define HAVE_GETGROUPS 1
# #define HAVE_GETNAMEINFO 1
# #define HAVE_GETTIMEOFDAY_TZ 1
# #define HAVE_GLOB 1
# #define HAVE_GLOB_H 1
# #define HAVE_GRP_H 1
# #define HAVE_INET_NTOP 1
# #define HAVE_INET_PTON 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LCHOWN 1
# #define HAVE_LIBRESOLV 1
# #define HAVE_LINK 1
# #define HAVE_LONGLONG 1
# #define HAVE_MALLINFO 1
# #define HAVE_MALLOC_H 1
# #define HAVE_MCHECK_H 1
# #define HAVE_MEMMOVE 1
# #define HAVE_MEMORY_H 1
# #define HAVE_MKFIFO 1
# #define HAVE_MKNOD 1
# #define HAVE_MKSTEMP64 1
# #define HAVE_MTRACE 1
# #define HAVE_NETDB_H 1
# #define HAVE_OPEN64 1
# #define HAVE_READLINK 1
# #define HAVE_REMSH 0
# #define HAVE_SECURE_MKSTEMP 1
# #define HAVE_SETGROUPS 1
# #define HAVE_SETSID 1
# #define HAVE_SNPRINTF 1
# #define HAVE_SOCKADDR_IN6_SCOPE_ID 1
# #define HAVE_SOCKADDR_STORAGE 1
# #define HAVE_SOCKETPAIR 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRCHR 1
# #define HAVE_STRDUP 1
# #define HAVE_STRERROR 1
# #define HAVE_STRFTIME 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRPBRK 1
# #define HAVE_STRTOL 1
# #define HAVE_STRUCT_STAT_ST_RDEV 1
# #define HAVE_SYS_FCNTL_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_UNISTD_H 1
# #define HAVE_SYS_UN_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UTIMBUF 1
# #define HAVE_UTIME 1
# #define HAVE_UTIMES 1
# #define HAVE_UTIME_H 1
# #define HAVE_UTIME_NULL 1
# #define HAVE_VSNPRINTF 1
# #define HAVE_WAIT4 1
# #define HAVE_WAITPID 1
# #define INET6 1
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME ""
# #define PACKAGE_STRING ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define RETSIGTYPE void
# #define RSYNCD_SYSCONF "/etc/rsyncd.conf"
# #define RSYNC_PATH "rsync"
# #define RSYNC_RSH "ssh"
# #define RSYNC_VERSION "2.6.3"
# #define SIZEOF_INT 4
# #define SIZEOF_LONG 8
# #define SIZEOF_SHORT 2
# #define STDC_HEADERS 1
# #define TIME_WITH_SYS_TIME 1
# #define _GNU_SOURCE 1
#
# configure: exit 0