The build took 00h 01m 53s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
11,099 |
ansic |
2,202 |
makefile |
1,296 |
sh |
595 |
perl |
15,192 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg
that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
Copied permanent toolchain into container-local sysroot
/toolchain_root/sysroot --> /sysroot/sysroot
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/sbin --> /sysroot/sbin
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/etc --> /sysroot/etc
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/var --> /sysroot/var
/toolchain_root/usr --> /sysroot/usr
/toolchain_root/glibc-build --> /sysroot/glibc-build
/toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: isync 1.2.1-2 (Thu Apr 13 16:48:44 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for x86_64-unknown-linux-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of clang... gcc3
checking whether strftime supports %z... yes
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for vasprintf... yes
checking for strnlen... yes
checking for memrchr... yes
checking for timegm... yes
checking for socket in -lsocket... no
checking for inet_ntoa in -lnsl... yes
checking for getaddrinfo... yes
checking for inet_ntop... yes
checking for pkg-config... /usr/bin/pkg-config
checking OpenSSL presence with pkg-config... found
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for sasl_client_init in -lsasl2... yes
checking sasl/sasl.h usability... yes
checking sasl/sasl.h presence... yes
checking for sasl/sasl.h... yes
checking for Berkeley DB >= 4.1... yes
checking for deflate in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for getopt_long... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/compat/Makefile
config.status: creating isync.spec
config.status: creating autodefs.h
config.status: executing depfiles commands
Using SSL
Using SASL
Using zlib
Using Berkeley DB
make all-recursive
make[1]: Entering directory '/tmp/isync/src/isync-1.2.1'
Making all in src
make[2]: Entering directory '/tmp/isync/src/isync-1.2.1/src'
Making all in compat
make[3]: Entering directory '/tmp/isync/src/isync-1.2.1/src/compat'
clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.c
mv -f .deps/config.Tpo .deps/config.Po
clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT convert.o -MD -MP -MF .deps/convert.Tpo -c -o convert.o convert.c
mv -f .deps/convert.Tpo .deps/convert.Po
clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
mv -f .deps/util.Tpo .deps/util.Po
clang -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -o isync main.o config.o convert.o util.o -ldb
clang-3.8: warning: argument unused during compilation: '-ansi'
make[3]: Leaving directory '/tmp/isync/src/isync-1.2.1/src/compat'
make[3]: Entering directory '/tmp/isync/src/isync-1.2.1/src'
clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT sync.o -MD -MP -MF .deps/sync.Tpo -c -o sync.o sync.c
sync.c:1306:100: warning: data argument not used by format string [-Wformat-extra-args]
debug( maxwuid == INT_MAX ? "loading %s [%d,inf]\n" : "loading %s [%d,%d]\n", str_ms[t], minwuid, maxwuid );
~~~~~~~~~~~~~~~~~~~~~~~ ^
sync.c:1372:114: warning: data argument not used by format string [-Wformat-extra-args]
printf( svars->ctx[t]->opts & OPEN_SIZE ? " message %5d, %-4s, %6lu: " : " message %5d, %-4s: ", uid, fbuf, tmsg->size );
~~~~~~~~~~~~~~~~~~~~~~~ ^
2 warnings generated.
mv -f .deps/sync.Tpo .deps/sync.Po
clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT config.o -MD -MP -MF .deps/config.Tpo -c -o config.o config.c
mv -f .deps/config.Tpo .deps/config.Po
clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
mv -f .deps/util.Tpo .deps/util.Po
clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT socket.o -MD -MP -MF .deps/socket.Tpo -c -o socket.o socket.c
socket.c:448:101: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
sock->conf->host, inet_ntop( AF_INET6, &in6->sin6_addr, sockname, sizeof(sockname) ), sock->conf->port );
^~~~~~~~~~~~~~~~
socket.c:460:60: warning: format specifies type 'unsigned short' but the argument has type 'int' [-Wformat]
sock->conf->host, inet_ntoa( in->sin_addr ), sock->conf->port );
^~~~~~~~~~~~~~~~
2 warnings generated.
mv -f .deps/socket.Tpo .deps/socket.Po
clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT driver.o -MD -MP -MF .deps/driver.Tpo -c -o driver.o driver.c
mv -f .deps/driver.Tpo .deps/driver.Po
clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT drv_imap.o -MD -MP -MF .deps/drv_imap.Tpo -c -o drv_imap.o drv_imap.c
mv -f .deps/drv_imap.Tpo .deps/drv_imap.Po
clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT drv_maildir.o -MD -MP -MF .deps/drv_maildir.Tpo -c -o drv_maildir.o drv_maildir.c
mv -f .deps/drv_maildir.Tpo .deps/drv_maildir.Po
clang -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -o mbsync main.o sync.o config.o util.o socket.o driver.o drv_imap.o drv_maildir.o -ldb -lssl -lcrypto -lnsl -lsasl2 -lz
clang-3.8: warning: argument unused during compilation: '-ansi'
clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -MT mdconvert.o -MD -MP -MF .deps/mdconvert.Tpo -c -o mdconvert.o mdconvert.c
mv -f .deps/mdconvert.Tpo .deps/mdconvert.Po
clang -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -o mdconvert mdconvert.o -ldb
clang-3.8: warning: argument unused during compilation: '-ansi'
make[3]: Leaving directory '/tmp/isync/src/isync-1.2.1/src'
make[2]: Leaving directory '/tmp/isync/src/isync-1.2.1/src'
make[2]: Entering directory '/tmp/isync/src/isync-1.2.1'
make[2]: Leaving directory '/tmp/isync/src/isync-1.2.1'
make[1]: Leaving directory '/tmp/isync/src/isync-1.2.1'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/tmp/isync/src/isync-1.2.1/src'
Making install in compat
make[2]: Entering directory '/tmp/isync/src/isync-1.2.1/src/compat'
make[3]: Entering directory '/tmp/isync/src/isync-1.2.1/src/compat'
/usr/bin/mkdir -p '/tmp/isync/pkg/isync/usr/bin'
/usr/bin/install -c isync '/tmp/isync/pkg/isync/usr/bin'
/usr/bin/mkdir -p '/tmp/isync/pkg/isync/usr/share/doc/isync/examples'
/usr/bin/install -c -m 644 isyncrc.sample '/tmp/isync/pkg/isync/usr/share/doc/isync/examples'
/usr/bin/mkdir -p '/tmp/isync/pkg/isync/usr/share/man/man1'
/usr/bin/install -c -m 644 isync.1 '/tmp/isync/pkg/isync/usr/share/man/man1'
make[3]: Leaving directory '/tmp/isync/src/isync-1.2.1/src/compat'
make[2]: Leaving directory '/tmp/isync/src/isync-1.2.1/src/compat'
make[2]: Entering directory '/tmp/isync/src/isync-1.2.1/src'
make[3]: Entering directory '/tmp/isync/src/isync-1.2.1/src'
/usr/bin/mkdir -p '/tmp/isync/pkg/isync/usr/bin'
/usr/bin/install -c mbsync mdconvert '/tmp/isync/pkg/isync/usr/bin'
/usr/bin/mkdir -p '/tmp/isync/pkg/isync/usr/share/doc/isync/examples'
/usr/bin/install -c -m 644 mbsyncrc.sample '/tmp/isync/pkg/isync/usr/share/doc/isync/examples'
/usr/bin/mkdir -p '/tmp/isync/pkg/isync/usr/share/man/man1'
/usr/bin/install -c -m 644 mbsync.1 mdconvert.1 '/tmp/isync/pkg/isync/usr/share/man/man1'
make[3]: Leaving directory '/tmp/isync/src/isync-1.2.1/src'
make[2]: Leaving directory '/tmp/isync/src/isync-1.2.1/src'
make[1]: Leaving directory '/tmp/isync/src/isync-1.2.1/src'
make[1]: Entering directory '/tmp/isync/src/isync-1.2.1'
make[2]: Entering directory '/tmp/isync/src/isync-1.2.1'
/usr/bin/mkdir -p '/tmp/isync/pkg/isync/usr/bin'
/usr/bin/install -c get-cert '/tmp/isync/pkg/isync/usr/bin'
/usr/bin/mkdir -p '/tmp/isync/pkg/isync/usr/share/doc/isync'
/usr/bin/install -c -m 644 README TODO NEWS ChangeLog AUTHORS '/tmp/isync/pkg/isync/usr/share/doc/isync'
make[2]: Leaving directory '/tmp/isync/src/isync-1.2.1'
make[1]: Leaving directory '/tmp/isync/src/isync-1.2.1'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "isync"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: isync 1.2.1-2 (Thu Apr 13 16:48:53 UTC 2017)
CMD: pacman --query --file isync-1.2.1-2-x86_64.pkg.tar.xz
Creating hybrid package for 'isync'
Trying to find vanilla package 'isync'...
CMD: pacman --query --file /mirror/isync-1.2.1-2.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.BUILDINFO
/.MTREE
/usr/bin/get-cert
/usr/bin/isync
/usr/bin/mbsync
/usr/bin/mdconvert
/usr/share/doc/isync/README
/usr/share/doc/isync/TODO
/usr/share/doc/isync/NEWS
/usr/share/doc/isync/ChangeLog
/usr/share/doc/isync/AUTHORS
/usr/share/doc/isync/examples/isyncrc.sample
/usr/share/doc/isync/examples/mbsyncrc.sample
/usr/share/man/man1/isync.1.gz
/usr/share/man/man1/mbsync.1.gz
/usr/share/man/man1/mdconvert.1.gz
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf isync.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/isync.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/isync.pkg.tar.xz
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/isync.pkg.tar.xz
Attempting to access local repository, attempt 3
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/isync.pkg.tar.xz
Attempting to access local repository, attempt 4
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/isync.pkg.tar.xz
Attempting to access local repository, attempt 5
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/isync.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/isync.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/isync/src/isync-1.2.1/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 isync configure 1.2.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 1c2f9924da43
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2210: checking for a BSD-compatible install
configure:2278: result: /usr/bin/install -c
configure:2289: checking whether build environment is sane
configure:2344: result: yes
configure:2403: checking for x86_64-unknown-linux-strip
configure:2433: result: no
configure:2443: checking for strip
configure:2459: found /usr/bin/strip
configure:2470: result: strip
configure:2495: checking for a thread-safe mkdir -p
configure:2534: result: /usr/bin/mkdir -p
configure:2541: checking for gawk
configure:2557: found /usr/bin/gawk
configure:2568: result: gawk
configure:2579: checking whether make sets $(MAKE)
configure:2601: result: yes
configure:2630: checking whether make supports nested variables
configure:2647: result: yes
configure:2774: checking whether to enable maintainer-specific portions of Makefiles
configure:2783: result: yes
configure:2805: checking for x86_64-unknown-linux-gcc
configure:2832: result: clang
configure:3101: checking for C compiler version
configure:3110: clang --version >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:3121: $? = 0
configure:3110: clang -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
... rest of stderr output deleted ...
configure:3121: $? = 0
configure:3110: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3121: $? = 1
configure:3110: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3121: $? = 1
configure:3141: checking whether the C compiler works
configure:3163: clang conftest.c >&5
configure:3167: $? = 0
configure:3215: result: yes
configure:3218: checking for C compiler default output file name
configure:3220: result: a.out
configure:3226: checking for suffix of executables
configure:3233: clang -o conftest conftest.c >&5
configure:3237: $? = 0
configure:3259: result:
configure:3281: checking whether we are cross compiling
configure:3289: clang -o conftest conftest.c >&5
configure:3293: $? = 0
configure:3300: ./conftest
configure:3304: $? = 0
configure:3319: result: no
configure:3324: checking for suffix of object files
configure:3346: clang -c conftest.c >&5
configure:3350: $? = 0
configure:3371: result: o
configure:3375: checking whether we are using the GNU C compiler
configure:3394: clang -c conftest.c >&5
configure:3394: $? = 0
configure:3403: result: yes
configure:3412: checking whether clang accepts -g
configure:3432: clang -c -g conftest.c >&5
configure:3432: $? = 0
configure:3473: result: yes
configure:3490: checking for clang option to accept ISO C89
configure:3553: clang -c conftest.c >&5
configure:3553: $? = 0
configure:3566: result: none needed
configure:3591: checking whether clang understands -c and -o together
configure:3613: clang -c conftest.c -o conftest2.o
configure:3616: $? = 0
configure:3613: clang -c conftest.c -o conftest2.o
configure:3616: $? = 0
configure:3628: result: yes
configure:3656: checking for style of include used by make
configure:3684: result: GNU
configure:3710: checking dependency style of clang
configure:3821: result: gcc3
configure:3843: checking whether strftime supports %z
configure:3865: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:3865: $? = 0
configure:3865: ./conftest
configure:3865: $? = 0
configure:3875: result: yes
configure:3886: checking how to run the C preprocessor
configure:3917: clang -E -D_GNU_SOURCE conftest.c
configure:3917: $? = 0
configure:3931: clang -E -D_GNU_SOURCE conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3931: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "isync"
| #define PACKAGE_TARNAME "isync"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "isync 1.2.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "isync"
| #define VERSION "1.2.1"
| /* end confdefs.h. */
| #include
configure:3956: result: clang -E
configure:3976: clang -E -D_GNU_SOURCE conftest.c
configure:3976: $? = 0
configure:3990: clang -E -D_GNU_SOURCE conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3990: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "isync"
| #define PACKAGE_TARNAME "isync"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "isync 1.2.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "isync"
| #define VERSION "1.2.1"
| /* end confdefs.h. */
| #include
configure:4019: checking for grep that handles long lines and -e
configure:4077: result: /usr/bin/grep
configure:4082: checking for egrep
configure:4144: result: /usr/bin/grep -E
configure:4149: checking for ANSI C header files
configure:4169: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4169: $? = 0
configure:4242: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4242: $? = 0
configure:4242: ./conftest
configure:4242: $? = 0
configure:4253: result: yes
configure:4266: checking for sys/types.h
configure:4266: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4266: $? = 0
configure:4266: result: yes
configure:4266: checking for sys/stat.h
configure:4266: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4266: $? = 0
configure:4266: result: yes
configure:4266: checking for stdlib.h
configure:4266: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4266: $? = 0
configure:4266: result: yes
configure:4266: checking for string.h
configure:4266: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4266: $? = 0
configure:4266: result: yes
configure:4266: checking for memory.h
configure:4266: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4266: $? = 0
configure:4266: result: yes
configure:4266: checking for strings.h
configure:4266: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4266: $? = 0
configure:4266: result: yes
configure:4266: checking for inttypes.h
configure:4266: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4266: $? = 0
configure:4266: result: yes
configure:4266: checking for stdint.h
configure:4266: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4266: $? = 0
configure:4266: result: yes
configure:4266: checking for unistd.h
configure:4266: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4266: $? = 0
configure:4266: result: yes
configure:4281: checking sys/poll.h usability
configure:4281: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4281: $? = 0
configure:4281: result: yes
configure:4281: checking sys/poll.h presence
configure:4281: clang -E -D_GNU_SOURCE conftest.c
configure:4281: $? = 0
configure:4281: result: yes
configure:4281: checking for sys/poll.h
configure:4281: result: yes
configure:4281: checking sys/select.h usability
configure:4281: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4281: $? = 0
configure:4281: result: yes
configure:4281: checking sys/select.h presence
configure:4281: clang -E -D_GNU_SOURCE conftest.c
configure:4281: $? = 0
configure:4281: result: yes
configure:4281: checking for sys/select.h
configure:4281: result: yes
configure:4294: checking for vasprintf
configure:4294: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
conftest.c:57:19: warning: format string missing [-Wformat]
return vasprintf ();
~~~~~~~~~ ^
1 warning generated.
configure:4294: $? = 0
configure:4294: result: yes
configure:4294: checking for strnlen
configure:4294: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4294: $? = 0
configure:4294: result: yes
configure:4294: checking for memrchr
configure:4294: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4294: $? = 0
configure:4294: result: yes
configure:4294: checking for timegm
configure:4294: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4294: $? = 0
configure:4294: result: yes
configure:4304: checking for socket in -lsocket
configure:4329: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lsocket >&5
/usr/bin/ld: cannot find -lsocket
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4329: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "isync"
| #define PACKAGE_TARNAME "isync"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "isync 1.2.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "isync"
| #define VERSION "1.2.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_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_VASPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_MEMRCHR 1
| #define HAVE_TIMEGM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char socket ();
| int
| main ()
| {
| return socket ();
| ;
| return 0;
| }
configure:4338: result: no
configure:4344: checking for inet_ntoa in -lnsl
configure:4369: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lnsl >&5
configure:4369: $? = 0
configure:4378: result: yes
configure:4392: checking for getaddrinfo
configure:4392: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lnsl >&5
configure:4392: $? = 0
configure:4392: result: yes
configure:4392: checking for inet_ntop
configure:4392: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lnsl >&5
configure:4392: $? = 0
configure:4392: result: yes
configure:4422: checking for pkg-config
configure:4441: found /usr/bin/pkg-config
configure:4454: result: /usr/bin/pkg-config
configure:4463: checking OpenSSL presence with pkg-config
configure:4470: result: found
configure:4611: checking openssl/ssl.h usability
configure:4611: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4611: $? = 0
configure:4611: result: yes
configure:4611: checking openssl/ssl.h presence
configure:4611: clang -E -D_GNU_SOURCE conftest.c
configure:4611: $? = 0
configure:4611: result: yes
configure:4611: checking for openssl/ssl.h
configure:4611: result: yes
configure:4654: checking for sasl_client_init in -lsasl2
configure:4679: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lsasl2 >&5
configure:4679: $? = 0
configure:4688: result: yes
configure:4699: checking sasl/sasl.h usability
configure:4699: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4699: $? = 0
configure:4699: result: yes
configure:4699: checking sasl/sasl.h presence
configure:4699: clang -E -D_GNU_SOURCE conftest.c
configure:4699: $? = 0
configure:4699: result: yes
configure:4699: checking for sasl/sasl.h
configure:4699: result: yes
configure:4723: checking for Berkeley DB >= 4.1
configure:4745: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -ldb >&5
configure:4745: $? = 0
configure:4753: result: yes
configure:4771: checking for deflate in -lz
configure:4796: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lz >&5
configure:4796: $? = 0
configure:4805: result: yes
configure:4808: checking zlib.h usability
configure:4808: clang -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4808: $? = 0
configure:4808: result: yes
configure:4808: checking zlib.h presence
configure:4808: clang -E -D_GNU_SOURCE conftest.c
configure:4808: $? = 0
configure:4808: result: yes
configure:4808: checking for zlib.h
configure:4808: result: yes
configure:4833: checking for getopt_long
configure:4833: clang -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
configure:4833: $? = 0
configure:4833: result: yes
configure:4971: checking that generated files are newer than configure
configure:4977: result: done
configure:5012: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by isync config.status 1.2.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 1c2f9924da43
config.status:882: creating Makefile
config.status:882: creating src/Makefile
config.status:882: creating src/compat/Makefile
config.status:882: creating isync.spec
config.status:882: creating autodefs.h
config.status:1111: executing depfiles commands
configure:6332: result:
configure:6335: result: Using SSL
configure:6342: result: Using SASL
configure:6349: result: Using zlib
configure:6356: result: Using Berkeley DB
configure:6362: result:
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_berkdb4=yes
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_getaddrinfo=yes
ac_cv_func_getopt_long=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_memrchr=yes
ac_cv_func_strnlen=yes
ac_cv_func_timegm=yes
ac_cv_func_vasprintf=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_sasl_sasl_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_poll_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_lib_nsl_inet_ntoa=yes
ac_cv_lib_sasl2_sasl_client_init=yes
ac_cv_lib_socket_socket=no
ac_cv_lib_z_deflate=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PKGCONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ob_cv_strftime_z=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/isync/src/isync-1.2.1/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} /tmp/isync/src/isync-1.2.1/missing autoconf'
AUTOHEADER='${SHELL} /tmp/isync/src/isync-1.2.1/missing autoheader'
AUTOMAKE='${SHELL} /tmp/isync/src/isync-1.2.1/missing automake-1.15'
AWK='gawk'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings'
CPP='clang -E'
CPPFLAGS=' -D_GNU_SOURCE '
CYGPATH_W='echo'
DB_LIBS='-ldb'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=' '
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /tmp/isync/src/isync-1.2.1/missing makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT='o'
PACKAGE='isync'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='isync'
PACKAGE_STRING='isync 1.2.1'
PACKAGE_TARNAME='isync'
PACKAGE_URL=''
PACKAGE_VERSION='1.2.1'
PATH_SEPARATOR=':'
PKGCONFIG='/usr/bin/pkg-config'
SASL_LIBS='-lsasl2'
SET_MAKE=''
SHELL='/bin/sh'
SOCK_LIBS=' -lnsl'
SSL_LIBS='-lssl -lcrypto'
STRIP='strip'
VERSION='1.2.1'
Z_LIBS='-lz'
ac_ct_CC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias='x86_64-unknown-linux'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/isync/src/isync-1.2.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
with_compat_FALSE='#'
with_compat_TRUE=''
with_mdconvert_FALSE='#'
with_mdconvert_TRUE=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "isync"
#define PACKAGE_TARNAME "isync"
#define PACKAGE_VERSION "1.2.1"
#define PACKAGE_STRING "isync 1.2.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "isync"
#define VERSION "1.2.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_POLL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_VASPRINTF 1
#define HAVE_STRNLEN 1
#define HAVE_MEMRCHR 1
#define HAVE_TIMEGM 1
#define HAVE_GETADDRINFO 1
#define HAVE_INET_NTOP 1
#define HAVE_IPV6 1
#define HAVE_LIBSSL 1
#define HAVE_LIBSASL 1
#define USE_DB 1
#define HAVE_LIBZ 1
#define HAVE_GETOPT_LONG 1
configure: exit 0