The build took 00h 00m 47s 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:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: isync 1.2.1-2 (Wed Aug 24 13:18:30 UTC 2016)
==> 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/sbin/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... no
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether strftime supports %z... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/sbin/grep
checking for egrep... /usr/sbin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking 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/sbin/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'
gcc -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
gcc -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/main.Tpo .deps/main.Po
gcc -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/config.Tpo .deps/config.Po
gcc -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/convert.Tpo .deps/convert.Po
mv -f .deps/util.Tpo .deps/util.Po
gcc -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -o isync main.o config.o convert.o util.o -ldb
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'
gcc -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
gcc -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
mv -f .deps/main.Tpo .deps/main.Po
gcc -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/sync.Tpo .deps/sync.Po
gcc -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/config.Tpo .deps/config.Po
gcc -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
mv -f .deps/util.Tpo .deps/util.Po
gcc -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
gcc -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/socket.Tpo .deps/socket.Po
gcc -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_imap.Tpo .deps/drv_imap.Po
gcc -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
gcc -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -o mdconvert mdconvert.o -ldb
mv -f .deps/drv_maildir.Tpo .deps/drv_maildir.Po
gcc -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
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/sbin/mkdir -p '/tmp/isync/pkg/isync/usr/bin'
/usr/sbin/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/install -c isync '/tmp/isync/pkg/isync/usr/bin'
/usr/sbin/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/sbin/mkdir -p '/tmp/isync/pkg/isync/usr/bin'
/usr/sbin/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/install -c mbsync mdconvert '/tmp/isync/pkg/isync/usr/bin'
/usr/sbin/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/sbin/mkdir -p '/tmp/isync/pkg/isync/usr/bin'
/usr/sbin/mkdir -p '/tmp/isync/pkg/isync/usr/share/doc/isync'
/usr/bin/install -c get-cert '/tmp/isync/pkg/isync/usr/bin'
/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 (Wed Aug 24 13:18:40 UTC 2016)
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
==> 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 = 8c8197a2bc16
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
/usr/bin/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: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/sbin/strip
configure:2470: result: strip
configure:2495: checking for a thread-safe mkdir -p
configure:2534: result: /usr/sbin/mkdir -p
configure:2541: checking for gawk
configure:2557: found /usr/sbin/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:2835: result: no
configure:2845: checking for gcc
configure:2861: found /usr/sbin/gcc
configure:2872: result: gcc
configure:3101: checking for C compiler version
configure:3110: 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:3121: $? = 0
configure:3110: 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:3121: $? = 0
configure:3110: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3121: $? = 1
configure:3110: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3121: $? = 1
configure:3141: checking whether the C compiler works
configure:3163: gcc 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: gcc -o conftest conftest.c >&5
configure:3237: $? = 0
configure:3259: result:
configure:3281: checking whether we are cross compiling
configure:3289: gcc -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: gcc -c conftest.c >&5
configure:3350: $? = 0
configure:3371: result: o
configure:3375: checking whether we are using the GNU C compiler
configure:3394: gcc -c conftest.c >&5
configure:3394: $? = 0
configure:3403: result: yes
configure:3412: checking whether gcc accepts -g
configure:3432: gcc -c -g conftest.c >&5
configure:3432: $? = 0
configure:3473: result: yes
configure:3490: checking for gcc option to accept ISO C89
configure:3553: gcc -c conftest.c >&5
configure:3553: $? = 0
configure:3566: result: none needed
configure:3591: checking whether gcc understands -c and -o together
configure:3613: gcc -c conftest.c -o conftest2.o
configure:3616: $? = 0
configure:3613: gcc -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 gcc
configure:3821: result: gcc3
configure:3843: checking whether strftime supports %z
configure:3865: gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:18:34: warning: ISO C90 does not support the '%z' gnu_strftime format [-Wformat=]
strftime(buf, sizeof(buf), "%z", localtime(&t));
^
configure:3865: $? = 0
configure:3865: ./conftest
configure:3865: $? = 0
configure:3875: result: yes
configure:3886: checking how to run the C preprocessor
configure:3917: gcc -E -D_GNU_SOURCE conftest.c
configure:3917: $? = 0
configure:3931: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
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: gcc -E
configure:3976: gcc -E -D_GNU_SOURCE conftest.c
configure:3976: $? = 0
configure:3990: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
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/sbin/grep
configure:4082: checking for egrep
configure:4144: result: /usr/sbin/grep -E
configure:4149: checking for ANSI C header files
configure:4169: gcc -c -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
conftest.c:17:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^~~~
configure:4169: $? = 0
configure:4242: gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
conftest.c:23:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^~~~
configure:4242: $? = 0
configure:4242: ./conftest
configure:4242: $? = 0
configure:4253: result: yes
configure:4266: checking for sys/types.h
configure:4266: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
conftest.c:46:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char vasprintf ();
^~~~
conftest.c:55:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^~~~
configure:4294: $? = 0
configure:4294: result: yes
configure:4294: checking for strnlen
configure:4294: gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
conftest.c:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char strnlen ();
^~~~
conftest.c:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^~~~
configure:4294: $? = 0
configure:4294: result: yes
configure:4294: checking for memrchr
configure:4294: gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
conftest.c:48:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char memrchr ();
^~~~
conftest.c:57:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^~~~
configure:4294: $? = 0
configure:4294: result: yes
configure:4294: checking for timegm
configure:4294: gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
conftest.c:49:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char timegm ();
^~~~
conftest.c:58:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^~~~
configure:4294: $? = 0
configure:4294: result: yes
configure:4304: checking for socket in -lsocket
configure:4329: gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lsocket >&5
conftest.c:34:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char socket ();
^~~~
conftest.c:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^~~~
/usr/sbin/ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
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: gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lnsl >&5
conftest.c:34:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char inet_ntoa ();
^~~~
conftest.c:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^~~~
configure:4369: $? = 0
configure:4378: result: yes
configure:4392: checking for getaddrinfo
configure:4392: gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lnsl >&5
conftest.c:50:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char getaddrinfo ();
^~~~
conftest.c:59:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^~~~
configure:4392: $? = 0
configure:4392: result: yes
configure:4392: checking for inet_ntop
configure:4392: gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lnsl >&5
conftest.c:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char inet_ntop ();
^~~~
conftest.c:60:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^~~~
configure:4392: $? = 0
configure:4392: result: yes
configure:4422: checking for pkg-config
configure:4441: found /usr/sbin/pkg-config
configure:4454: result: /usr/sbin/pkg-config
configure:4463: checking OpenSSL presence with pkg-config
configure:4470: result: found
configure:4611: checking openssl/ssl.h usability
configure:4611: gcc -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: gcc -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: gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lsasl2 >&5
conftest.c:38:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char sasl_client_init ();
^~~~
conftest.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^~~~
configure:4679: $? = 0
configure:4688: result: yes
configure:4699: checking sasl/sasl.h usability
configure:4699: gcc -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: gcc -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: gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -ldb >&5
conftest.c:34:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^~~~
configure:4745: $? = 0
configure:4753: result: yes
configure:4771: checking for deflate in -lz
configure:4796: gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c -lz >&5
conftest.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char deflate ();
^~~~
conftest.c:42:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^~~~
configure:4796: $? = 0
configure:4805: result: yes
configure:4808: checking zlib.h usability
configure:4808: gcc -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: gcc -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: gcc -o conftest -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings -D_GNU_SOURCE conftest.c >&5
conftest.c:57:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char getopt_long ();
^~~~
conftest.c:66:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^~~~
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 8c8197a2bc16
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=
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=
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/sbin/grep -E'
ac_cv_path_GREP=/usr/sbin/grep
ac_cv_path_PKGCONFIG=/usr/sbin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/sbin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
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='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -pipe -W -Wall -Wshadow -Wstrict-prototypes -ansi -pedantic -Wno-overlength-strings'
CPP='gcc -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/sbin/grep -E'
EXEEXT=''
GREP='/usr/sbin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=' '
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /tmp/isync/src/isync-1.2.1/missing makeinfo'
MKDIR_P='/usr/sbin/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/sbin/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='gcc'
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