Build of syslog-ng with clang_glibc toolchain

The build took 00h 04m 12s and was SUCCESSFUL.

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

SLOCLanguage
176,505 ansic
21,494 makefile
18,477 yacc
13,070 sh
1,644 python
311 lex
218 perl
184 awk
231,903 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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...

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: syslog-ng 3.6.3-2 (Thu Apr 13 19:41:07 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (2) eventlog-0.2.12-4 libdbi-0.9.0-2
#
# Total Installed Size: 1.98 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing eventlog...
# installing libdbi...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# checking whether make supports nested variables... yes
# 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 how to create a ustar tar archive... gnutar
# checking for x86_64-unknown-linux-gcc... clang
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking for clang option to accept ISO C99... none needed
# checking whether clang and cc understand -c and -o together... yes
# checking for bison... bison -y
# checking for flex... flex
# checking lex output file root... lex.yy
# checking lex library... none needed
# checking whether yytext is a pointer... no
# checking whether make sets $(MAKE)... (cached) yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking for shl_load... no
# checking for shl_load in -ldld... no
# checking for dlopen... no
# checking for dlopen in -ldl... yes
# checking whether a program can dlopen itself... yes
# checking whether a statically linked program can dlopen itself... no
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... no
# checking CFLAGS_NOWARN_POINTER_SIGN for gcc -Wno-pointer-sign... -Wno-pointer-sign
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking how to enable static linking for certain libraries... GNU or Solaris
# checking for ANSI C header files... (cached) yes
# checking dmalloc.h usability... no
# checking dmalloc.h presence... no
# checking for dmalloc.h... no
# checking for strings.h... (cached) yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking stropts.h usability... yes
# checking stropts.h presence... yes
# checking for stropts.h... yes
# checking sys/strlog.h usability... no
# checking sys/strlog.h presence... no
# checking for sys/strlog.h... no
# checking door.h usability... no
# checking door.h presence... no
# checking for door.h... no
# checking sys/capability.h usability... yes
# checking sys/capability.h presence... yes
# checking for sys/capability.h... yes
# checking sys/prctl.h usability... yes
# checking sys/prctl.h presence... yes
# checking for sys/prctl.h... yes
# checking utmp.h usability... yes
# checking utmp.h presence... yes
# checking for utmp.h... yes
# checking utmpx.h usability... yes
# checking utmpx.h presence... yes
# checking for utmpx.h... yes
# checking tcpd.h usability... no
# checking tcpd.h presence... no
# checking for tcpd.h... no
# checking for struct ucred... yes
# checking for struct cmsgcred... no
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking for SO_ACCEPTCONN... no
# checking for struct tm.tm_gmtoff... yes
# checking for I_CONSLOG... no
# checking for O_LARGEFILE... yes
# checking for struct sockaddr_storage... yes
# checking for struct sockaddr_in6... yes
# checking for PR_SET_KEEPCAPS... yes
# checking for modern utmp... yes
# checking for door_create in -ldoor... no
# checking for socket in -lsocket... no
# checking for nanosleep in -lrt... yes
# checking for gethostbyname in -lnsl... yes
# checking for regexec in -lregex... no
# checking for res_init in -lresolv... no
# checking for strdup... yes
# checking for strtol... yes
# checking for strtoll... yes
# checking for strtoimax... yes
# checking for inet_aton... yes
# checking for inet_ntoa... yes
# checking for getopt_long... yes
# checking for getaddrinfo... yes
# checking for getnameinfo... yes
# checking for getutent... yes
# checking for getutxent... yes
# checking for pread... yes
# checking for pwrite... yes
# checking for strcasestr... yes
# checking for memrchr... yes
# checking for localtime_r... yes
# checking for gmtime_r... yes
# checking for strtok_r... yes
# checking for clock_gettime... yes
# checking for EVTLOG... yes
# checking for TCP wrapper library...
# checking whether to enable TCP wrapper support... no
# checking for dlsym in -ldl... yes
# checking for LIBDBI... yes
# checking for GLIB... yes
# checking for g_mapped_file_unref... yes
# checking sanity checking Glib headers... yes
# checking for GEOIP... no
# checking for PCRE... yes
# checking for OPENSSL... yes
# checking for LIBNET... which: no libnet-config in (/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
# no
# checking for JSON... yes
# checking for LIBMONGO... no
# checking for libESMTP... no
# checking for HIREDIS... no
# checking for HIREDIS... no
# checking hiredis/hiredis.h usability... no
# checking hiredis/hiredis.h presence... no
# checking for hiredis/hiredis.h... no
# checking for python... 1
# checking for RIEMANN_CLIENT... no
# checking whether to enable Sun STREAMS support... no
# checking for cap_set_proc in -lcap... yes
# checking whether to enable Linux capability support... yes
# checking whether to enable mongodb destination support... yes
# checking whether to enable amqp destination support... yes
# checking for libsystemd... yes
# checking for UUID... yes
# configure: creating ./config.status
# config.status: creating dist.conf
# config.status: creating Makefile
# config.status: creating syslog-ng.spec
# config.status: creating syslog-ng.pc
# config.status: creating libtest/syslog-ng-test.pc
# config.status: creating scripts/update-patterndb
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# === configuring in lib/ivykis (/tmp/syslog-ng/src/syslog-ng-3.6.3/lib/ivykis)
# configure: running /bin/sh ./configure.gnu --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' '--sysconfdir=/etc/syslog-ng' '--libexecdir=/usr/lib' '--sbindir=/usr/bin' '--localstatedir=/var/lib/syslog-ng' '--datadir=/usr/share/syslog-ng' '--with-pidfile-dir=/run' '--disable-spoof-source' '--enable-ipv6' '--enable-sql' '--enable-systemd' '--with-systemdsystemunitdir=/usr/lib/systemd/system' '--enable-manpages' '--with-jsonc=system' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=/dev/null --srcdir=.
# ./configure.gnu
# Running: ./configure --disable-option-checking --prefix=/usr --host=x86_64-unknown-linux --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib --sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng --datadir=/usr/share/syslog-ng --with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-manpages --with-jsonc=system host_alias=x86_64-unknown-linux CC=clang CFLAGS= LDFLAGS= CPPFLAGS= --cache-file=/dev/null --srcdir=. --disable-shared --enable-static --with-pic
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# checking 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 build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for style of include used by make... GNU
# 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 dependency style of clang... gcc3
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... no
# checking whether to build static libraries... yes
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking dependency style of clang... (cached) gcc3
# checking host operating system type... posix
# checking for working __thread... yes
# checking whether clang accepts -pthread... yes
# checking whether clang accepts -pthreads... no
# checking for library containing pthread_atfork... none required
# checking for library containing pthread_create... none required
# checking for __sync_lock_test_and_set()... yes
# checking process.h usability... no
# checking process.h presence... no
# checking for process.h... no
# checking sys/devpoll.h usability... no
# checking sys/devpoll.h presence... no
# checking for sys/devpoll.h... no
# checking sys/eventfd.h usability... yes
# checking sys/eventfd.h presence... yes
# checking for sys/eventfd.h... yes
# checking sys/syscall.h usability... yes
# checking sys/syscall.h presence... yes
# checking for sys/syscall.h... yes
# checking for sys/thr.h... no
# checking thread.h usability... no
# checking thread.h presence... no
# checking for thread.h... no
# checking for linux/netfilter_ipv4.h... yes
# checking for struct timespec.tv_sec... yes
# checking for library containing clock_gettime... none required
# checking for clock_gettime... yes
# checking for CLOCK_MONOTONIC... yes
# checking for CLOCK_REALTIME... yes
# checking for library containing inet_ntop... none required
# checking for library containing socket... none required
# checking for library containing thr_self... no
# checking for epoll_create... yes
# checking for epoll_create1... yes
# checking for eventfd... yes
# checking for gettid... no
# checking for inotify_init... yes
# checking for kqueue... no
# checking for lwp_gettid... no
# checking for port_create... no
# checking for pthread_spin_lock... yes
# checking for thr_self... no
# checking for splice... yes
# checking for wait4... yes
# checking whether /usr/bin/ld -m elf_x86_64 supports symbol version scripts... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating contrib/Makefile
# config.status: creating contrib/iv_getaddrinfo/Makefile
# config.status: creating contrib/kojines/Makefile
# config.status: creating man3/Makefile
# config.status: creating misc/Makefile
# config.status: creating misc/ivykis.pc
# config.status: creating src/Makefile
# config.status: creating src/include/iv.h
# config.status: creating test/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# === configuring in modules/afmongodb/libmongo-client (/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client)
# configure: running /bin/sh ./configure.gnu --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' '--sysconfdir=/etc/syslog-ng' '--libexecdir=/usr/lib' '--sbindir=/usr/bin' '--localstatedir=/var/lib/syslog-ng' '--datadir=/usr/share/syslog-ng' '--with-pidfile-dir=/run' '--disable-spoof-source' '--enable-ipv6' '--enable-sql' '--enable-systemd' '--with-systemdsystemunitdir=/usr/lib/systemd/system' '--enable-manpages' '--with-jsonc=system' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=/dev/null --srcdir=.
# ./configure.gnu
# Running: ./configure --disable-option-checking --prefix=/usr --host=x86_64-unknown-linux --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib --sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng --datadir=/usr/share/syslog-ng --with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-manpages --with-jsonc=system host_alias=x86_64-unknown-linux CC=clang CFLAGS= LDFLAGS= CPPFLAGS= --cache-file=/dev/null --srcdir=. --disable-shared --enable-static --with-pic
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# checking 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 how to create a ustar tar archive... gnutar
# checking whether make supports nested variables... 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 for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether clang and cc understand -c and -o together... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking how to run the C preprocessor... clang -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... no
# checking whether to build static libraries... yes
# checking for ANSI C header files... (cached) yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking for socket... yes
# checking for stdlib.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for sys/param.h... yes
# checking for getpagesize... yes
# checking for working mmap... yes
# checking for off_t... yes
# checking for pid_t... yes
# checking for size_t... yes
# checking for memset... yes
# checking for socket... (cached) yes
# checking for getaddrinfo... yes
# checking for munmap... yes
# checking for strtol... yes
# checking for strerror... yes
# checking for GLIB... yes
# checking sanity checking Glib headers... yes
# checking for g_checksum_new in -lglib-2.0... yes
# checking for inline... inline
# configure: creating ./config.status
# config.status: creating Doxyfile
# config.status: creating Makefile
# config.status: creating docs/Makefile
# config.status: creating docs/tutorial/Makefile
# config.status: creating examples/Makefile
# config.status: creating src/Makefile
# config.status: creating src/libmongo-client.pc
# config.status: creating tests/Makefile
# config.status: creating tests/libtap/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# === configuring in modules/afamqp/rabbitmq-c (/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afamqp/rabbitmq-c)
# configure: running /bin/sh ./configure.gnu --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' '--sysconfdir=/etc/syslog-ng' '--libexecdir=/usr/lib' '--sbindir=/usr/bin' '--localstatedir=/var/lib/syslog-ng' '--datadir=/usr/share/syslog-ng' '--with-pidfile-dir=/run' '--disable-spoof-source' '--enable-ipv6' '--enable-sql' '--enable-systemd' '--with-systemdsystemunitdir=/usr/lib/systemd/system' '--enable-manpages' '--with-jsonc=system' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=/dev/null --srcdir=.
# ./configure.gnu
# Running: ./configure --disable-option-checking --prefix=/usr --host=x86_64-unknown-linux --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib --sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng --datadir=/usr/share/syslog-ng --with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-manpages --with-jsonc=system host_alias=x86_64-unknown-linux CC=clang CFLAGS= LDFLAGS= CPPFLAGS= --cache-file=/dev/null --srcdir=. --disable-shared --enable-static --with-pic
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# checking 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 for style of include used by make... GNU
# 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 dependency style of clang... gcc3
# 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 minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... no
# checking whether to build static libraries... yes
# checking for clang option to accept ISO C99... none needed
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.17... yes
# checking for inline... inline
# checking if compiler accepts '-Wall'... yes
# checking if compiler accepts '-Wextra'... yes
# checking if compiler accepts '-pedantic'... yes
# checking if compiler accepts '-Wstrict-prototypes'... yes
# checking if compiler accepts '-Wcast-align'... yes
# checking if compiler accepts '-fno-common'... yes
# checking if compiler accepts '-fvisibility=hidden'... yes
# checking if linker accepts '-no-undefined'... no
# checking for library containing getaddrinfo... none required
# checking for library containing socket... none required
# checking for library containing clock_gettime... none required
# checking if htonll is defined... no
# checking for SSL... yes
# checking for popt.h... yes
# checking for poptGetContext in -lpopt... yes
# checking for xmlto... no
# configure: creating ./config.status
# config.status: creating librabbitmq.pc
# config.status: creating Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
#
# rabbitmq-c build options:
# Host: x86_64-unknown-linux-gnu
# Version: 0.5.3
# SSL/TLS: openssl
# Tools: yes
# Documentation: no
# Examples: yes
#
#
# syslog-ng Open Source Edition 3.6.3 configured
# Compiler options:
# compiler : clang
# compiler options : -Wall -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/eventlog -I/usr/include/dbi -I/usr/include/dbi/dbi -I$(top_srcdir)/lib/ivykis/src/include -I$(top_builddir)/lib/ivykis/src/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
# linker flags :
# prefix : /usr
# linking mode : dynamic
# embedded crypto : no
# __thread keyword : yes
# Submodules:
# ivykis : internal
# libmongo-client : internal
# librabbitmq : internal
# jsonc : system
# Features:
# Debug symbols : no
# GCC profiling : no
# Memtrace : no
# IPV6 support : yes
# spoof-source support : no
# tcp-wrapper support : no
# Linux capability support : yes
# Env wrapper support : no
# systemd support : yes (unit dir: /usr/lib/systemd/system)
# systemd-journal support : system
# Modules:
# Module search path : ${exec_prefix}/lib/syslog-ng
# Sun STREAMS support (module): no
# SSL support (module) : yes
# SQL support (module) : yes
# PACCT module (EXPERIMENTAL) : no
# MongoDB destination (module): yes
# JSON support (module) : yes
# SMTP support (module) : no
# AMQP destination (module) : yes
# STOMP destination (module) : yes
# GEOIP support (module) : no
# Redis support (module) : no
# Riemann destination (module): no
# make -C modules/afamqp/rabbitmq-c
# make[1]: Entering directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afamqp/rabbitmq-c'
# make all-am
# make[2]: Entering directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afamqp/rabbitmq-c'
# CC librabbitmq/librabbitmq_librabbitmq_la-amqp_api.lo
# CC librabbitmq/librabbitmq_librabbitmq_la-amqp_connection.lo
# CC librabbitmq/librabbitmq_librabbitmq_la-amqp_consumer.lo
# CC librabbitmq/librabbitmq_librabbitmq_la-amqp_framing.lo
# CC librabbitmq/librabbitmq_librabbitmq_la-amqp_mem.lo
# CC librabbitmq/librabbitmq_librabbitmq_la-amqp_socket.lo
# CC librabbitmq/librabbitmq_librabbitmq_la-amqp_table.lo
# CC librabbitmq/librabbitmq_librabbitmq_la-amqp_tcp_socket.lo
# CC librabbitmq/librabbitmq_librabbitmq_la-amqp_timer.lo
# CC librabbitmq/librabbitmq_librabbitmq_la-amqp_url.lo
# CC librabbitmq/librabbitmq_librabbitmq_la-amqp_hostcheck.lo
# CC librabbitmq/librabbitmq_librabbitmq_la-amqp_openssl.lo
# CCLD librabbitmq/librabbitmq.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# CC examples/examples_libutils_la-utils.lo
# CC examples/unix/examples_libutils_la-platform_utils.lo
# In file included from examples/unix/platform_utils.c:40:
# In file included from /usr/bin/../lib/clang/3.8.0/include/stdint.h:63:
# In file included from /usr/include/stdint.h:25:
# /usr/include/features.h:148:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-W#warnings]
# # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
# ^
# 1 warning generated.
# CCLD examples/libutils.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# CC tools/tools_libcommon_la-common.lo
# CC tools/unix/tools_libcommon_la-process.lo
# CCLD tools/libcommon.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# CC tools/tools_amqp_consume-consume.o
# CCLD tools/amqp-consume
# CC tools/tools_amqp_declare_queue-declare_queue.o
# CCLD tools/amqp-declare-queue
# CC tools/tools_amqp_delete_queue-delete_queue.o
# CCLD tools/amqp-delete-queue
# CC tools/tools_amqp_get-get.o
# CCLD tools/amqp-get
# CC tools/tools_amqp_publish-publish.o
# CCLD tools/amqp-publish
# CC examples/amqp_bind.o
# CCLD examples/amqp_bind
# CC examples/amqp_consumer.o
# CCLD examples/amqp_consumer
# CC examples/amqp_connect_timeout.o
# CCLD examples/amqp_connect_timeout
# CC examples/amqp_exchange_declare.o
# CCLD examples/amqp_exchange_declare
# CC examples/amqp_listen.o
# CCLD examples/amqp_listen
# CC examples/amqp_listenq.o
# CCLD examples/amqp_listenq
# CC examples/amqp_producer.o
# CCLD examples/amqp_producer
# CC examples/amqp_rpc_sendstring_client.o
# CCLD examples/amqp_rpc_sendstring_client
# CC examples/amqp_sendstring.o
# CCLD examples/amqp_sendstring
# CC examples/amqp_unbind.o
# CCLD examples/amqp_unbind
# CC examples/amqps_bind.o
# CCLD examples/amqps_bind
# CC examples/amqps_connect_timeout.o
# CCLD examples/amqps_connect_timeout
# CC examples/amqps_consumer.o
# CCLD examples/amqps_consumer
# CC examples/amqps_exchange_declare.o
# CCLD examples/amqps_exchange_declare
# CC examples/amqps_listen.o
# CCLD examples/amqps_listen
# CC examples/amqps_listenq.o
# CCLD examples/amqps_listenq
# CC examples/amqps_producer.o
# CCLD examples/amqps_producer
# CC examples/amqps_sendstring.o
# CCLD examples/amqps_sendstring
# CC examples/amqps_unbind.o
# CCLD examples/amqps_unbind
# make[2]: Leaving directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afamqp/rabbitmq-c'
# make[1]: Leaving directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afamqp/rabbitmq-c'
# GEN modules/afamqp/dummy.c
# make -C modules/afmongodb/libmongo-client
# make[1]: Entering directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client'
# make all-recursive
# make[2]: Entering directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client'
# Making all in docs
# make[3]: Entering directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/docs'
# Making all in tutorial
# make[4]: Entering directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/docs/tutorial'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/docs/tutorial'
# make[4]: Entering directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/docs'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/docs'
# make[3]: Leaving directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/docs'
# Making all in src
# make[3]: Entering directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/src'
# CC libmongo_client_la-compat.lo
# CC libmongo_client_la-bson.lo
# CC libmongo_client_la-mongo-wire.lo
# CC libmongo_client_la-mongo-client.lo
# CC libmongo_client_la-mongo-utils.lo
# CC libmongo_client_la-mongo-sync.lo
# CC libmongo_client_la-mongo-sync-cursor.lo
# CC libmongo_client_la-mongo-sync-pool.lo
# CC libmongo_client_la-sync-gridfs.lo
# CC libmongo_client_la-sync-gridfs-chunk.lo
# CC libmongo_client_la-sync-gridfs-stream.lo
# CCLD libmongo-client.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# make[3]: Leaving directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/src'
# Making all in tests
# make[3]: Entering directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/tests'
# Making all in libtap
# make[4]: Entering directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/tests/libtap'
# make[4]: Nothing to be done for 'all'.
# make[4]: Leaving directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/tests/libtap'
# make[4]: Entering directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/tests'
# make[4]: Nothing to be done for 'all-am'.
# make[4]: Leaving directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/tests'
# make[3]: Leaving directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/tests'
# Making all in examples
# make[3]: Entering directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/examples'
# CC mongo-dump.o
# CCLD mongo-dump
# CC bson-inspect.o
# CCLD bson-inspect
# CC gridfs.o
# CCLD gridfs
# make[3]: Leaving directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/examples'
# make[3]: Entering directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client'
# make[3]: Leaving directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client'
# make[2]: Leaving directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client'
# make[1]: Leaving directory '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client'
# GEN modules/afmongodb/dummy.c
# make --no-print-directory all-recursive
# CC libtest/libtest.o
# CC libtest/testutils.o
# libtest/testutils.c:476:16: warning: assigning to 'gchar *' (aka 'char *') from 'const gchar *' (aka 'const char *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# actual_value = log_msg_get_value(msg, handle, &actual_value_len);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 1 warning generated.
# CC libtest/msg_parse_lib.o
# CC libtest/template_lib.o
# CC libtest/proto_lib.o
# CC libtest/persist_lib.o
# CC libtest/mock-transport.o
# CC libtest/config_parse_lib.o
# AR libtest/libsyslog-ng-test.a
# ar: `u' modifier ignored since `D' is the default (see `U')
# CC lib/lib_libsyslog_ng_la-afinter.lo
# CC lib/lib_libsyslog_ng_la-alarms.lo
# CC lib/lib_libsyslog_ng_la-apphook.lo
# CC lib/lib_libsyslog_ng_la-block-ref-parser.lo
# CC lib/lib_libsyslog_ng_la-cache.lo
# CC lib/lib_libsyslog_ng_la-cfg.lo
# CC lib/lib_libsyslog_ng_la-cfg-args.lo
# CC lib/lib_libsyslog_ng_la-cfg-lexer.lo
# CC lib/lib_libsyslog_ng_la-cfg-lexer-subst.lo
# CC lib/lib_libsyslog_ng_la-cfg-parser.lo
# CC lib/lib_libsyslog_ng_la-cfg-tree.lo
# CC lib/lib_libsyslog_ng_la-children.lo
# CC lib/lib_libsyslog_ng_la-dnscache.lo
# CC lib/lib_libsyslog_ng_la-driver.lo
# CC lib/lib_libsyslog_ng_la-file-perms.lo
# CC lib/lib_libsyslog_ng_la-globals.lo
# CC lib/lib_libsyslog_ng_la-gprocess.lo
# CC lib/lib_libsyslog_ng_la-gsockaddr.lo
# CC lib/lib_libsyslog_ng_la-gsocket.lo
# CC lib/lib_libsyslog_ng_la-hostname.lo
# CC lib/lib_libsyslog_ng_la-host-resolve.lo
# CC lib/lib_libsyslog_ng_la-logmatcher.lo
# CC lib/lib_libsyslog_ng_la-logmpx.lo
# CC lib/lib_libsyslog_ng_la-logmsg.lo
# CC lib/lib_libsyslog_ng_la-logpipe.lo
# CC lib/lib_libsyslog_ng_la-logqueue.lo
# CC lib/lib_libsyslog_ng_la-logqueue-fifo.lo
# CC lib/lib_libsyslog_ng_la-logreader.lo
# CC lib/lib_libsyslog_ng_la-logsource.lo
# CC lib/lib_libsyslog_ng_la-logstamp.lo
# CC lib/lib_libsyslog_ng_la-logthrdestdrv.lo
# CC lib/lib_libsyslog_ng_la-logwriter.lo
# CC lib/lib_libsyslog_ng_la-mainloop.lo
# CC lib/lib_libsyslog_ng_la-mainloop-call.lo
# CC lib/lib_libsyslog_ng_la-mainloop-worker.lo
# CC lib/lib_libsyslog_ng_la-mainloop-io-worker.lo
# CC lib/lib_libsyslog_ng_la-memtrace.lo
# CC lib/lib_libsyslog_ng_la-messages.lo
# CC lib/lib_libsyslog_ng_la-misc.lo
# CC lib/lib_libsyslog_ng_la-ml-batched-timer.lo
# CC lib/lib_libsyslog_ng_la-msg-format.lo
# CC lib/lib_libsyslog_ng_la-nvtable.lo
# CC lib/lib_libsyslog_ng_la-parse-number.lo
# CC lib/lib_libsyslog_ng_la-pathutils.lo
# CC lib/lib_libsyslog_ng_la-persist-state.lo
# CC lib/lib_libsyslog_ng_la-plugin.lo
# CC lib/lib_libsyslog_ng_la-poll-events.lo
# CC lib/lib_libsyslog_ng_la-poll-fd-events.lo
# CC lib/lib_libsyslog_ng_la-pragma-parser.lo
# CC lib/lib_libsyslog_ng_la-persistable-state-presenter.lo
# CC lib/lib_libsyslog_ng_la-rcptid.lo
# CC lib/lib_libsyslog_ng_la-reloc.lo
# CC lib/lib_libsyslog_ng_la-run-id.lo
# CC lib/lib_libsyslog_ng_la-scratch-buffers.lo
# lib/scratch-buffers.c:46:8: warning: 'g_trash_stack_pop' is deprecated [-Wdeprecated-declarations]
# sb = g_trash_stack_pop(&local_sb_gstrings);
# ^
# /usr/include/glib-2.0/glib/gtrashstack.h:46:11: note: 'g_trash_stack_pop' has been explicitly marked deprecated here
# gpointer g_trash_stack_pop (GTrashStack **stack_p);
# ^
# lib/scratch-buffers.c:63:3: warning: 'g_trash_stack_push' is deprecated [-Wdeprecated-declarations]
# g_trash_stack_push(&local_sb_gstrings, sb);
# ^
# /usr/include/glib-2.0/glib/gtrashstack.h:43:11: note: 'g_trash_stack_push' has been explicitly marked deprecated here
# void g_trash_stack_push (GTrashStack **stack_p,
# ^
# lib/scratch-buffers.c:71:16: warning: 'g_trash_stack_pop' is deprecated [-Wdeprecated-declarations]
# while ((sb = g_trash_stack_pop(&local_sb_gstrings)) != NULL)
# ^
# /usr/include/glib-2.0/glib/gtrashstack.h:46:11: note: 'g_trash_stack_pop' has been explicitly marked deprecated here
# gpointer g_trash_stack_pop (GTrashStack **stack_p);
# ^
# lib/scratch-buffers.c:93:8: warning: 'g_trash_stack_pop' is deprecated [-Wdeprecated-declarations]
# sb = g_trash_stack_pop(&local_sb_th_gstrings);
# ^
# /usr/include/glib-2.0/glib/gtrashstack.h:46:11: note: 'g_trash_stack_pop' has been explicitly marked deprecated here
# gpointer g_trash_stack_pop (GTrashStack **stack_p);
# ^
# lib/scratch-buffers.c:109:3: warning: 'g_trash_stack_push' is deprecated [-Wdeprecated-declarations]
# g_trash_stack_push(&local_sb_th_gstrings, s);
# ^
# /usr/include/glib-2.0/glib/gtrashstack.h:43:11: note: 'g_trash_stack_push' has been explicitly marked deprecated here
# void g_trash_stack_push (GTrashStack **stack_p,
# ^
# lib/scratch-buffers.c:117:16: warning: 'g_trash_stack_pop' is deprecated [-Wdeprecated-declarations]
# while ((sb = g_trash_stack_pop(&local_sb_th_gstrings)) != NULL)
# ^
# /usr/include/glib-2.0/glib/gtrashstack.h:46:11: note: 'g_trash_stack_pop' has been explicitly marked deprecated here
# gpointer g_trash_stack_pop (GTrashStack **stack_p);
# ^
# 6 warnings generated.
# CC lib/lib_libsyslog_ng_la-serialize.lo
# CC lib/lib_libsyslog_ng_la-service-management.lo
# CC lib/lib_libsyslog_ng_la-str-format.lo
# CC lib/lib_libsyslog_ng_la-syslog-names.lo
# CC lib/lib_libsyslog_ng_la-tags.lo
# CC lib/lib_libsyslog_ng_la-timeutils.lo
# CC lib/lib_libsyslog_ng_la-type-hinting.lo
# CC lib/lib_libsyslog_ng_la-value-pairs.lo
# CC lib/lib_libsyslog_ng_la-vptransform.lo
# CC lib/lib_libsyslog_ng_la-ringbuffer.lo
# CC lib/lib_libsyslog_ng_la-late_ack_tracker.lo
# CC lib/lib_libsyslog_ng_la-early_ack_tracker.lo
# CC lib/lib_libsyslog_ng_la-cfg-lex.lo
# CC lib/lib_libsyslog_ng_la-cfg-grammar.lo
# CC lib/lib_libsyslog_ng_la-block-ref-grammar.lo
# CC lib/lib_libsyslog_ng_la-pragma-grammar.lo
# CC lib/transport/lib_libsyslog_ng_la-logtransport.lo
# CC lib/transport/lib_libsyslog_ng_la-transport-aux-data.lo
# CC lib/transport/lib_libsyslog_ng_la-transport-file.lo
# CC lib/transport/lib_libsyslog_ng_la-transport-pipe.lo
# CC lib/transport/lib_libsyslog_ng_la-transport-device.lo
# CC lib/transport/lib_libsyslog_ng_la-transport-socket.lo
# CC lib/logproto/lib_libsyslog_ng_la-logproto-client.lo
# CC lib/logproto/lib_libsyslog_ng_la-logproto-server.lo
# CC lib/logproto/lib_libsyslog_ng_la-logproto-buffered-server.lo
# CC lib/logproto/lib_libsyslog_ng_la-logproto-dgram-server.lo
# CC lib/logproto/lib_libsyslog_ng_la-logproto-framed-client.lo
# CC lib/logproto/lib_libsyslog_ng_la-logproto-framed-server.lo
# CC lib/logproto/lib_libsyslog_ng_la-logproto-text-client.lo
# CC lib/logproto/lib_libsyslog_ng_la-logproto-text-server.lo
# CC lib/logproto/lib_libsyslog_ng_la-logproto-indented-multiline-server.lo
# CC lib/logproto/lib_libsyslog_ng_la-logproto-regexp-multiline-server.lo
# CC lib/logproto/lib_libsyslog_ng_la-logproto-record-server.lo
# CC lib/logproto/lib_libsyslog_ng_la-logproto-builtins.lo
# CC lib/filter/lib_libsyslog_ng_la-filter-expr.lo
# CC lib/filter/lib_libsyslog_ng_la-filter-op.lo
# CC lib/filter/lib_libsyslog_ng_la-filter-cmp.lo
# CC lib/filter/lib_libsyslog_ng_la-filter-in-list.lo
# CC lib/filter/lib_libsyslog_ng_la-filter-tags.lo
# CC lib/filter/lib_libsyslog_ng_la-filter-netmask.lo
# CC lib/filter/lib_libsyslog_ng_la-filter-call.lo
# CC lib/filter/lib_libsyslog_ng_la-filter-re.lo
# CC lib/filter/lib_libsyslog_ng_la-filter-pri.lo
# CC lib/filter/lib_libsyslog_ng_la-filter-pipe.lo
# CC lib/filter/lib_libsyslog_ng_la-filter-expr-parser.lo
# CC lib/filter/lib_libsyslog_ng_la-filter-expr-grammar.lo
# CC lib/parser/lib_libsyslog_ng_la-parser-expr.lo
# CC lib/parser/lib_libsyslog_ng_la-parser-expr-parser.lo
# CC lib/parser/lib_libsyslog_ng_la-parser-expr-grammar.lo
# CC lib/rewrite/lib_libsyslog_ng_la-rewrite-expr.lo
# CC lib/rewrite/lib_libsyslog_ng_la-rewrite-set-tag.lo
# CC lib/rewrite/lib_libsyslog_ng_la-rewrite-set.lo
# CC lib/rewrite/lib_libsyslog_ng_la-rewrite-subst.lo
# CC lib/rewrite/lib_libsyslog_ng_la-rewrite-expr-parser.lo
# CC lib/rewrite/lib_libsyslog_ng_la-rewrite-expr-grammar.lo
# CC lib/rewrite/lib_libsyslog_ng_la-rewrite-groupset.lo
# CC lib/template/lib_libsyslog_ng_la-templates.lo
# CC lib/stats/lib_libsyslog_ng_la-stats.lo
# CC lib/stats/lib_libsyslog_ng_la-stats-cluster.lo
# CC lib/stats/lib_libsyslog_ng_la-stats-csv.lo
# CC lib/stats/lib_libsyslog_ng_la-stats-log.lo
# CC lib/stats/lib_libsyslog_ng_la-stats-registry.lo
# CC lib/stats/lib_libsyslog_ng_la-stats-syslog.lo
# CC lib/control/lib_libsyslog_ng_la-control.lo
# CC lib/control/lib_libsyslog_ng_la-control-server.lo
# CC lib/compat/lib_libsyslog_ng_la-getutent.lo
# CC lib/compat/lib_libsyslog_ng_la-inet_aton.lo
# CC lib/compat/lib_libsyslog_ng_la-memrchr.lo
# CC lib/compat/lib_libsyslog_ng_la-pio.lo
# CC lib/compat/lib_libsyslog_ng_la-strcasestr.lo
# CC lib/compat/lib_libsyslog_ng_la-strtok_r.lo
# make -C lib/ivykis
# make all-recursive
# Making all in src
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_avl.lo -MD -MP -MF .deps/iv_avl.Tpo -c -o iv_avl.lo iv_avl.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_avl.lo -MD -MP -MF .deps/iv_avl.Tpo -c iv_avl.c -fPIC -DPIC -o iv_avl.o
# mv -f .deps/iv_avl.Tpo .deps/iv_avl.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_event.lo -MD -MP -MF .deps/iv_event.Tpo -c -o iv_event.lo iv_event.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_event.lo -MD -MP -MF .deps/iv_event.Tpo -c iv_event.c -fPIC -DPIC -o iv_event.o
# mv -f .deps/iv_event.Tpo .deps/iv_event.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_fatal.lo -MD -MP -MF .deps/iv_fatal.Tpo -c -o iv_fatal.lo iv_fatal.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_fatal.lo -MD -MP -MF .deps/iv_fatal.Tpo -c iv_fatal.c -fPIC -DPIC -o iv_fatal.o
# mv -f .deps/iv_fatal.Tpo .deps/iv_fatal.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_task.lo -MD -MP -MF .deps/iv_task.Tpo -c -o iv_task.lo iv_task.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_task.lo -MD -MP -MF .deps/iv_task.Tpo -c iv_task.c -fPIC -DPIC -o iv_task.o
# mv -f .deps/iv_task.Tpo .deps/iv_task.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_timer.lo -MD -MP -MF .deps/iv_timer.Tpo -c -o iv_timer.lo iv_timer.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_timer.lo -MD -MP -MF .deps/iv_timer.Tpo -c iv_timer.c -fPIC -DPIC -o iv_timer.o
# mv -f .deps/iv_timer.Tpo .deps/iv_timer.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_tls.lo -MD -MP -MF .deps/iv_tls.Tpo -c -o iv_tls.lo iv_tls.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_tls.lo -MD -MP -MF .deps/iv_tls.Tpo -c iv_tls.c -fPIC -DPIC -o iv_tls.o
# mv -f .deps/iv_tls.Tpo .deps/iv_tls.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_work.lo -MD -MP -MF .deps/iv_work.Tpo -c -o iv_work.lo iv_work.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_work.lo -MD -MP -MF .deps/iv_work.Tpo -c iv_work.c -fPIC -DPIC -o iv_work.o
# mv -f .deps/iv_work.Tpo .deps/iv_work.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_event_raw_posix.lo -MD -MP -MF .deps/iv_event_raw_posix.Tpo -c -o iv_event_raw_posix.lo iv_event_raw_posix.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_event_raw_posix.lo -MD -MP -MF .deps/iv_event_raw_posix.Tpo -c iv_event_raw_posix.c -fPIC -DPIC -o iv_event_raw_posix.o
# mv -f .deps/iv_event_raw_posix.Tpo .deps/iv_event_raw_posix.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_fd.lo -MD -MP -MF .deps/iv_fd.Tpo -c -o iv_fd.lo iv_fd.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_fd.lo -MD -MP -MF .deps/iv_fd.Tpo -c iv_fd.c -fPIC -DPIC -o iv_fd.o
# mv -f .deps/iv_fd.Tpo .deps/iv_fd.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_fd_poll.lo -MD -MP -MF .deps/iv_fd_poll.Tpo -c -o iv_fd_poll.lo iv_fd_poll.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_fd_poll.lo -MD -MP -MF .deps/iv_fd_poll.Tpo -c iv_fd_poll.c -fPIC -DPIC -o iv_fd_poll.o
# mv -f .deps/iv_fd_poll.Tpo .deps/iv_fd_poll.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_fd_pump.lo -MD -MP -MF .deps/iv_fd_pump.Tpo -c -o iv_fd_pump.lo iv_fd_pump.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_fd_pump.lo -MD -MP -MF .deps/iv_fd_pump.Tpo -c iv_fd_pump.c -fPIC -DPIC -o iv_fd_pump.o
# mv -f .deps/iv_fd_pump.Tpo .deps/iv_fd_pump.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_main_posix.lo -MD -MP -MF .deps/iv_main_posix.Tpo -c -o iv_main_posix.lo iv_main_posix.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_main_posix.lo -MD -MP -MF .deps/iv_main_posix.Tpo -c iv_main_posix.c -fPIC -DPIC -o iv_main_posix.o
# mv -f .deps/iv_main_posix.Tpo .deps/iv_main_posix.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_popen.lo -MD -MP -MF .deps/iv_popen.Tpo -c -o iv_popen.lo iv_popen.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_popen.lo -MD -MP -MF .deps/iv_popen.Tpo -c iv_popen.c -fPIC -DPIC -o iv_popen.o
# mv -f .deps/iv_popen.Tpo .deps/iv_popen.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_signal.lo -MD -MP -MF .deps/iv_signal.Tpo -c -o iv_signal.lo iv_signal.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_signal.lo -MD -MP -MF .deps/iv_signal.Tpo -c iv_signal.c -fPIC -DPIC -o iv_signal.o
# mv -f .deps/iv_signal.Tpo .deps/iv_signal.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_thread_posix.lo -MD -MP -MF .deps/iv_thread_posix.Tpo -c -o iv_thread_posix.lo iv_thread_posix.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_thread_posix.lo -MD -MP -MF .deps/iv_thread_posix.Tpo -c iv_thread_posix.c -fPIC -DPIC -o iv_thread_posix.o
# mv -f .deps/iv_thread_posix.Tpo .deps/iv_thread_posix.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_time_posix.lo -MD -MP -MF .deps/iv_time_posix.Tpo -c -o iv_time_posix.lo iv_time_posix.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_time_posix.lo -MD -MP -MF .deps/iv_time_posix.Tpo -c iv_time_posix.c -fPIC -DPIC -o iv_time_posix.o
# mv -f .deps/iv_time_posix.Tpo .deps/iv_time_posix.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_wait.lo -MD -MP -MF .deps/iv_wait.Tpo -c -o iv_wait.lo iv_wait.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_wait.lo -MD -MP -MF .deps/iv_wait.Tpo -c iv_wait.c -fPIC -DPIC -o iv_wait.o
# mv -f .deps/iv_wait.Tpo .deps/iv_wait.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_fd_epoll.lo -MD -MP -MF .deps/iv_fd_epoll.Tpo -c -o iv_fd_epoll.lo iv_fd_epoll.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_fd_epoll.lo -MD -MP -MF .deps/iv_fd_epoll.Tpo -c iv_fd_epoll.c -fPIC -DPIC -o iv_fd_epoll.o
# mv -f .deps/iv_fd_epoll.Tpo .deps/iv_fd_epoll.Plo
# /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_inotify.lo -MD -MP -MF .deps/iv_inotify.Tpo -c -o iv_inotify.lo iv_inotify.c
# libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_inotify.lo -MD -MP -MF .deps/iv_inotify.Tpo -c iv_inotify.c -fPIC -DPIC -o iv_inotify.o
# mv -f .deps/iv_inotify.Tpo .deps/iv_inotify.Plo
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -version-info 3:4:3 -Wl,--version-script,../libivykis.posix.ver -o libivykis.la -rpath /usr/lib iv_avl.lo iv_event.lo iv_fatal.lo iv_task.lo iv_timer.lo iv_tls.lo iv_work.lo iv_event_raw_posix.lo iv_fd.lo iv_fd_poll.lo iv_fd_pump.lo iv_main_posix.lo iv_popen.lo iv_signal.lo iv_thread_posix.lo iv_time_posix.lo iv_wait.lo iv_fd_epoll.lo iv_inotify.lo
# libtool: link: ar cru .libs/libivykis.a iv_avl.o iv_event.o iv_fatal.o iv_task.o iv_timer.o iv_tls.o iv_work.o iv_event_raw_posix.o iv_fd.o iv_fd_poll.o iv_fd_pump.o iv_main_posix.o iv_popen.o iv_signal.o iv_thread_posix.o iv_time_posix.o iv_wait.o iv_fd_epoll.o iv_inotify.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib .libs/libivykis.a
# libtool: link: ( cd ".libs" && rm -f "libivykis.la" && ln -s "../libivykis.la" "libivykis.la" )
# Making all in test
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_event_test.o -MD -MP -MF .deps/iv_event_test.Tpo -c -o iv_event_test.o iv_event_test.c
# mv -f .deps/iv_event_test.Tpo .deps/iv_event_test.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o iv_event_test iv_event_test.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o iv_event_test iv_event_test.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_thread_test.o -MD -MP -MF .deps/iv_thread_test.Tpo -c -o iv_thread_test.o iv_thread_test.c
# mv -f .deps/iv_thread_test.Tpo .deps/iv_thread_test.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o iv_thread_test iv_thread_test.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o iv_thread_test iv_thread_test.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_work_test.o -MD -MP -MF .deps/iv_work_test.Tpo -c -o iv_work_test.o iv_work_test.c
# mv -f .deps/iv_work_test.Tpo .deps/iv_work_test.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o iv_work_test iv_work_test.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o iv_work_test iv_work_test.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT client.o -MD -MP -MF .deps/client.Tpo -c -o client.o client.c
# mv -f .deps/client.Tpo .deps/client.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o client client.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o client client.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT connectfail.o -MD -MP -MF .deps/connectfail.Tpo -c -o connectfail.o connectfail.c
# mv -f .deps/connectfail.Tpo .deps/connectfail.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o connectfail connectfail.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o connectfail connectfail.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT connectreset.o -MD -MP -MF .deps/connectreset.Tpo -c -o connectreset.o connectreset.c
# mv -f .deps/connectreset.Tpo .deps/connectreset.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o connectreset connectreset.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o connectreset connectreset.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_fd_pump_discard.o -MD -MP -MF .deps/iv_fd_pump_discard.Tpo -c -o iv_fd_pump_discard.o iv_fd_pump_discard.c
# mv -f .deps/iv_fd_pump_discard.Tpo .deps/iv_fd_pump_discard.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o iv_fd_pump_discard iv_fd_pump_discard.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o iv_fd_pump_discard iv_fd_pump_discard.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_fd_pump_echo.o -MD -MP -MF .deps/iv_fd_pump_echo.Tpo -c -o iv_fd_pump_echo.o iv_fd_pump_echo.c
# mv -f .deps/iv_fd_pump_echo.Tpo .deps/iv_fd_pump_echo.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o iv_fd_pump_echo iv_fd_pump_echo.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o iv_fd_pump_echo iv_fd_pump_echo.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_popen_test.o -MD -MP -MF .deps/iv_popen_test.Tpo -c -o iv_popen_test.o iv_popen_test.c
# mv -f .deps/iv_popen_test.Tpo .deps/iv_popen_test.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o iv_popen_test iv_popen_test.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o iv_popen_test iv_popen_test.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_signal_child_test.o -MD -MP -MF .deps/iv_signal_child_test.Tpo -c -o iv_signal_child_test.o iv_signal_child_test.c
# mv -f .deps/iv_signal_child_test.Tpo .deps/iv_signal_child_test.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o iv_signal_child_test iv_signal_child_test.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o iv_signal_child_test iv_signal_child_test.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_wait_test.o -MD -MP -MF .deps/iv_wait_test.Tpo -c -o iv_wait_test.o iv_wait_test.c
# mv -f .deps/iv_wait_test.Tpo .deps/iv_wait_test.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o iv_wait_test iv_wait_test.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o iv_wait_test iv_wait_test.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT null.o -MD -MP -MF .deps/null.Tpo -c -o null.o null.c
# mv -f .deps/null.Tpo .deps/null.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o null null.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o null null.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT server.o -MD -MP -MF .deps/server.Tpo -c -o server.o server.c
# mv -f .deps/server.Tpo .deps/server.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o server server.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o server server.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -DTHREAD -Wall -pthread -MT server_thread-server.o -MD -MP -MF .deps/server_thread-server.Tpo -c -o server_thread-server.o `test -f 'server.c' || echo './'`server.c
# mv -f .deps/server_thread-server.Tpo .deps/server_thread-server.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o server_thread server_thread-server.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o server_thread server_thread-server.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_inotify_test.o -MD -MP -MF .deps/iv_inotify_test.Tpo -c -o iv_inotify_test.o iv_inotify_test.c
# mv -f .deps/iv_inotify_test.Tpo .deps/iv_inotify_test.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o iv_inotify_test iv_inotify_test.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o iv_inotify_test iv_inotify_test.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT avl.o -MD -MP -MF .deps/avl.Tpo -c -o avl.o avl.c
# mv -f .deps/avl.Tpo .deps/avl.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o avl avl.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o avl avl.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_event_raw_test.o -MD -MP -MF .deps/iv_event_raw_test.Tpo -c -o iv_event_raw_test.o iv_event_raw_test.c
# mv -f .deps/iv_event_raw_test.Tpo .deps/iv_event_raw_test.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o iv_event_raw_test iv_event_raw_test.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o iv_event_raw_test iv_event_raw_test.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT struct_sizes.o -MD -MP -MF .deps/struct_sizes.Tpo -c -o struct_sizes.o struct_sizes.c
# mv -f .deps/struct_sizes.Tpo .deps/struct_sizes.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o struct_sizes struct_sizes.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o struct_sizes struct_sizes.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT timer.o -MD -MP -MF .deps/timer.Tpo -c -o timer.o timer.c
# mv -f .deps/timer.Tpo .deps/timer.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o timer timer.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o timer timer.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT timer_order.o -MD -MP -MF .deps/timer_order.Tpo -c -o timer_order.o timer_order.c
# mv -f .deps/timer_order.Tpo .deps/timer_order.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o timer_order timer_order.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o timer_order timer_order.o ../src/.libs/libivykis.a -pthread
# clang -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -I../src/include -I../src/include -Wall -pthread -MT iv_signal_test.o -MD -MP -MF .deps/iv_signal_test.Tpo -c -o iv_signal_test.o iv_signal_test.c
# mv -f .deps/iv_signal_test.Tpo .deps/iv_signal_test.Po
# /bin/sh ../libtool --tag=CC --mode=link clang -Wall -pthread -o iv_signal_test iv_signal_test.o ../src/libivykis.la
# libtool: link: clang -Wall -pthread -o iv_signal_test iv_signal_test.o ../src/.libs/libivykis.a -pthread
# Making all in contrib
# Making all in iv_getaddrinfo
# clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -I../../src/include -I../../src/include -Wall -pthread -MT test.o -MD -MP -MF .deps/test.Tpo -c -o test.o test.c
# mv -f .deps/test.Tpo .deps/test.Po
# clang -DHAVE_CONFIG_H -I. -I../.. -D_GNU_SOURCE -I../../src/include -I../../src/include -Wall -pthread -MT iv_getaddrinfo.o -MD -MP -MF .deps/iv_getaddrinfo.Tpo -c -o iv_getaddrinfo.o iv_getaddrinfo.c
# mv -f .deps/iv_getaddrinfo.Tpo .deps/iv_getaddrinfo.Po
# /bin/sh ../../libtool --tag=CC --mode=link clang -Wall -pthread -o test test.o iv_getaddrinfo.o ../../src/libivykis.la
# libtool: link: clang -Wall -pthread -o test test.o iv_getaddrinfo.o ../../src/.libs/libivykis.a -pthread
# Making all in kojines
# clang -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/include -Wall -pthread -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../.. -I../../src/include -I../../src/include -Wall -pthread -MT kojines.o -MD -MP -MF .deps/kojines.Tpo -c -o kojines.o kojines.c
# mv -f .deps/kojines.Tpo .deps/kojines.Po
# /bin/sh ../../libtool --tag=CC --mode=link clang -Wall -pthread -o kojines main.o kojines.o ../../src/libivykis.la
# libtool: link: clang -Wall -pthread -o kojines main.o kojines.o ../../src/.libs/libivykis.a -pthread
# make[6]: Nothing to be done for 'all-am'.
# Making all in misc
# make[5]: Nothing to be done for 'all'.
# Making all in man3
# make[5]: Nothing to be done for 'all'.
# CCLD lib/libsyslog-ng.la
# CC lib/lib_libsyslog_ng_crypto_la-crypto.lo
# CC lib/lib_libsyslog_ng_crypto_la-tlscontext.lo
# CC lib/lib_libsyslog_ng_crypto_la-uuid.lo
# CC lib/transport/lib_libsyslog_ng_crypto_la-transport-tls.lo
# CCLD lib/libsyslog-ng-crypto.la
# CC modules/syslogformat/modules_syslogformat_libsyslogformat_la-syslog-format.lo
# CC modules/syslogformat/modules_syslogformat_libsyslogformat_la-syslog-format-plugin.lo
# CC modules/syslogformat/modules_syslogformat_libsyslogformat_la-syslog-parser-grammar.lo
# CC modules/syslogformat/modules_syslogformat_libsyslogformat_la-syslog-parser-parser.lo
# CC modules/syslogformat/modules_syslogformat_libsyslogformat_la-syslog-parser.lo
# CCLD modules/syslogformat/libsyslogformat.la
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-afsocket.lo
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-afsocket-source.lo
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-afsocket-dest.lo
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-socket-options.lo
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-transport-mapper.lo
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-afinet.lo
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-afinet-source.lo
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-afinet-dest.lo
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-socket-options-inet.lo
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-transport-mapper-inet.lo
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-afunix-source.lo
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-afunix-dest.lo
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-transport-mapper-unix.lo
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-transport-unix-socket.lo
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-unix-credentials.lo
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-afsocket-grammar.lo
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-afsocket-parser.lo
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-afsocket-plugin.lo
# CC modules/afsocket/modules_afsocket_libafsocket_notls_la-systemd-syslog-source.lo
# CCLD modules/afsocket/libafsocket-notls.la
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-afsocket.lo
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-afsocket-source.lo
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-afsocket-dest.lo
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-socket-options.lo
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-transport-mapper.lo
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-afinet.lo
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-afinet-source.lo
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-afinet-dest.lo
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-socket-options-inet.lo
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-transport-mapper-inet.lo
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-afunix-source.lo
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-afunix-dest.lo
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-transport-mapper-unix.lo
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-transport-unix-socket.lo
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-unix-credentials.lo
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-afsocket-grammar.lo
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-afsocket-parser.lo
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-afsocket-plugin.lo
# CC modules/afsocket/modules_afsocket_libafsocket_tls_la-systemd-syslog-source.lo
# CCLD modules/afsocket/libafsocket-tls.la
# CC modules/afsql/modules_afsql_libafsql_la-afsql.lo
# modules/afsql/afsql.c:714:19: warning: 'dbi_conn_new' is deprecated [-Wdeprecated-declarations]
# self->dbi_ctx = dbi_conn_new(self->type);
# ^
# /usr/include/dbi/dbi.h:199:32: note: 'dbi_conn_new' has been explicitly marked deprecated here
# dbi_conn LIBDBI_API_DEPRECATED dbi_conn_new(const char *name); /* shortcut for dbi_conn_open(dbi_driver_open("foo")) */
# ^
# modules/afsql/afsql.c:1309:17: warning: 'dbi_initialize' is deprecated [-Wdeprecated-declarations]
# gint rc = dbi_initialize(NULL);
# ^
# /usr/include/dbi/dbi.h:169:27: note: 'dbi_initialize' has been explicitly marked deprecated here
# int LIBDBI_API_DEPRECATED dbi_initialize(const char *driverdir);
# ^
# 2 warnings generated.
# CC modules/afsql/modules_afsql_libafsql_la-afsql-grammar.lo
# CC modules/afsql/modules_afsql_libafsql_la-afsql-parser.lo
# CC modules/afsql/modules_afsql_libafsql_la-afsql-plugin.lo
# CCLD modules/afsql/libafsql.la
# CC modules/affile/modules_affile_libaffile_la-logproto-file-writer.lo
# CC modules/affile/modules_affile_libaffile_la-poll-file-changes.lo
# CC modules/affile/modules_affile_libaffile_la-affile-common.lo
# CC modules/affile/modules_affile_libaffile_la-affile-source.lo
# CC modules/affile/modules_affile_libaffile_la-affile-dest.lo
# CC modules/affile/modules_affile_libaffile_la-affile-grammar.lo
# CC modules/affile/modules_affile_libaffile_la-affile-parser.lo
# CC modules/affile/modules_affile_libaffile_la-affile-plugin.lo
# CCLD modules/affile/libaffile.la
# CC modules/afprog/modules_afprog_libafprog_la-afprog.lo
# CC modules/afprog/modules_afprog_libafprog_la-afprog-grammar.lo
# CC modules/afprog/modules_afprog_libafprog_la-afprog-parser.lo
# CC modules/afprog/modules_afprog_libafprog_la-afprog-plugin.lo
# CCLD modules/afprog/libafprog.la
# CC modules/afuser/modules_afuser_libafuser_la-afuser.lo
# CC modules/afuser/modules_afuser_libafuser_la-afuser-grammar.lo
# CC modules/afuser/modules_afuser_libafuser_la-afuser-parser.lo
# CC modules/afuser/modules_afuser_libafuser_la-afuser-plugin.lo
# CCLD modules/afuser/libafuser.la
# CC modules/afamqp/modules_afamqp_libafamqp_la-dummy.lo
# CC modules/afamqp/modules_afamqp_libafamqp_la-afamqp-grammar.lo
# CC modules/afamqp/modules_afamqp_libafamqp_la-afamqp.lo
# modules/afamqp/afamqp.c:264:16: warning: initializing 'gchar *' (aka 'char *') with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# gchar *errstr = amqp_error_string2(ret.library_error);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# modules/afamqp/afamqp.c:348:18: warning: implicit declaration of function 'amqp_tcp_socket_new' is invalid in C99 [-Wimplicit-function-declaration]
# self->sockfd = amqp_tcp_socket_new(self->conn);
# ^
# modules/afamqp/afamqp.c:348:16: warning: incompatible integer to pointer conversion assigning to 'amqp_socket_t *' (aka 'struct amqp_socket_t_ *') from 'int' [-Wint-conversion]
# self->sockfd = amqp_tcp_socket_new(self->conn);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# modules/afamqp/afamqp.c:356:14: warning: initializing 'gchar *' (aka 'char *') with an expression of type 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
# gchar *errstr = amqp_error_string2(-sockfd_ret);
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# modules/afamqp/afamqp.c:396:3: warning: unused label 'exception_amqp_dd_connect_failed_login' [-Wunused-label]
# exception_amqp_dd_connect_failed_login:
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# modules/afamqp/afamqp.c:392:3: warning: unused label 'exception_amqp_dd_connect_failed_exchange' [-Wunused-label]
# exception_amqp_dd_connect_failed_exchange:
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# modules/afamqp/afamqp.c:394:3: warning: unused label 'exception_amqp_dd_connect_failed_channel' [-Wunused-label]
# exception_amqp_dd_connect_failed_channel:
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 7 warnings generated.
# CC modules/afamqp/modules_afamqp_libafamqp_la-afamqp-parser.lo
# CCLD modules/afamqp/libafamqp.la
# CC modules/afmongodb/modules_afmongodb_libafmongodb_la-afmongodb-grammar.lo
# CC modules/afmongodb/modules_afmongodb_libafmongodb_la-afmongodb.lo
# CC modules/afmongodb/modules_afmongodb_libafmongodb_la-afmongodb-parser.lo
# CCLD modules/afmongodb/libafmongodb.la
# CC modules/csvparser/modules_csvparser_libcsvparser_la-csvparser.lo
# CC modules/csvparser/modules_csvparser_libcsvparser_la-csvparser-grammar.lo
# CC modules/csvparser/modules_csvparser_libcsvparser_la-csvparser-parser.lo
# CC modules/csvparser/modules_csvparser_libcsvparser_la-csvparser-plugin.lo
# CCLD modules/csvparser/libcsvparser.la
# CC modules/confgen/modules_confgen_libconfgen_la-confgen-plugin.lo
# CCLD modules/confgen/libconfgen.la
# CC modules/system-source/modules_system_source_libsystem_source_la-system-source.lo
# CCLD modules/system-source/libsystem-source.la
# CC modules/linux-kmsg-format/modules_linux_kmsg_format_liblinux_kmsg_format_la-linux-kmsg-format.lo
# CC modules/linux-kmsg-format/modules_linux_kmsg_format_liblinux_kmsg_format_la-linux-kmsg-format-plugin.lo
# CCLD modules/linux-kmsg-format/liblinux-kmsg-format.la
# CC modules/basicfuncs/modules_basicfuncs_libbasicfuncs_la-basic-funcs.lo
# CCLD modules/basicfuncs/libbasicfuncs.la
# CC modules/cryptofuncs/cryptofuncs.lo
# CCLD modules/cryptofuncs/libcryptofuncs.la
# CC modules/dbparser/modules_dbparser_libdbparser_la-dbparser.lo
# CC modules/dbparser/modules_dbparser_libdbparser_la-dbparser-grammar.lo
# CC modules/dbparser/modules_dbparser_libdbparser_la-dbparser-parser.lo
# CC modules/dbparser/modules_dbparser_libdbparser_la-dbparser-plugin.lo
# CC modules/dbparser/modules_dbparser_libdbparser_la-radix.lo
# CC modules/dbparser/modules_dbparser_libdbparser_la-patterndb.lo
# modules/dbparser/patterndb.c:565:8: warning: '&&' within '||' [-Wlogical-op-parentheses]
# && pdb_rule_check_rate_limit(self, db, action, msg, buffer)))
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# modules/dbparser/patterndb.c:565:8: note: place parentheses around the '&&' expression to silence this warning
# && pdb_rule_check_rate_limit(self, db, action, msg, buffer)))
# ^
# 1 warning generated.
# CC modules/dbparser/modules_dbparser_libdbparser_la-timerwheel.lo
# CC modules/dbparser/modules_dbparser_libdbparser_la-patternize.lo
# CCLD modules/dbparser/libdbparser.la
# CC modules/json/modules_json_libjson_plugin_la-format-json.lo
# CC modules/json/modules_json_libjson_plugin_la-json-parser.lo
# CC modules/json/modules_json_libjson_plugin_la-json-parser-grammar.lo
# CC modules/json/modules_json_libjson_plugin_la-json-parser-parser.lo
# CC modules/json/modules_json_libjson_plugin_la-dot-notation.lo
# CC modules/json/modules_json_libjson_plugin_la-json-plugin.lo
# CCLD modules/json/libjson-plugin.la
# CC modules/afstomp/modules_afstomp_libafstomp_la-afstomp-grammar.lo
# CC modules/afstomp/modules_afstomp_libafstomp_la-afstomp.lo
# CC modules/afstomp/modules_afstomp_libafstomp_la-afstomp-parser.lo
# CC modules/afstomp/modules_afstomp_libafstomp_la-stomp.lo
# CCLD modules/afstomp/libafstomp.la
# CC modules/pseudofile/modules_pseudofile_libpseudofile_la-pseudofile.lo
# CC modules/pseudofile/modules_pseudofile_libpseudofile_la-pseudofile-grammar.lo
# CC modules/pseudofile/modules_pseudofile_libpseudofile_la-pseudofile-parser.lo
# CC modules/pseudofile/modules_pseudofile_libpseudofile_la-pseudofile-plugin.lo
# CCLD modules/pseudofile/libpseudofile.la
# CC modules/graphite/modules_graphite_libgraphite_la-graphite-plugin.lo
# CC modules/graphite/modules_graphite_libgraphite_la-graphite-output.lo
# CCLD modules/graphite/libgraphite.la
# CC modules/systemd-journal/modules_systemd_journal_libsdjournal_la-systemd-journal.lo
# CC modules/systemd-journal/modules_systemd_journal_libsdjournal_la-systemd-journal-grammar.lo
# CC modules/systemd-journal/modules_systemd_journal_libsdjournal_la-systemd-journal-parser.lo
# CC modules/systemd-journal/modules_systemd_journal_libsdjournal_la-systemd-journal-plugin.lo
# CC modules/systemd-journal/modules_systemd_journal_libsdjournal_la-journal-reader.lo
# CC modules/systemd-journal/modules_systemd_journal_libsdjournal_la-journald-subsystem.lo
# CC modules/systemd-journal/modules_systemd_journal_libsdjournal_la-journald-helper.lo
# CCLD modules/systemd-journal/libsdjournal.la
# CC modules/dbparser/modules_dbparser_libsyslog_ng_patterndb_la-radix.lo
# CC modules/dbparser/modules_dbparser_libsyslog_ng_patterndb_la-patterndb.lo
# modules/dbparser/patterndb.c:565:8: warning: '&&' within '||' [-Wlogical-op-parentheses]
# && pdb_rule_check_rate_limit(self, db, action, msg, buffer)))
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# modules/dbparser/patterndb.c:565:8: note: place parentheses around the '&&' expression to silence this warning
# && pdb_rule_check_rate_limit(self, db, action, msg, buffer)))
# ^
# 1 warning generated.
# CC modules/dbparser/modules_dbparser_libsyslog_ng_patterndb_la-timerwheel.lo
# CC modules/dbparser/modules_dbparser_libsyslog_ng_patterndb_la-patternize.lo
# CCLD modules/dbparser/libsyslog-ng-patterndb.la
# ar: `u' modifier ignored since `D' is the default (see `U')
# CC modules/dbparser/pdbtool/modules_dbparser_pdbtool_pdbtool-pdbtool.o
# CCLD modules/dbparser/pdbtool/pdbtool
# CC tests/loggen/loggen.o
# CCLD tests/loggen/loggen
# CC lib/tests/lib_tests_test_host_resolve-test_host_resolve.o
# CCLD lib/tests/test_host_resolve
# CC syslog-ng/main.o
# GEN syslog-ng/syslog-ng
# CC syslog-ng-ctl/syslog-ng-ctl.o
# CC syslog-ng-ctl/control-client.o
# CCLD syslog-ng-ctl/syslog-ng-ctl
# ln -sf libafsocket-tls.la modules/afsocket/libafsocket.la
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make: Entering directory '/tmp/syslog-ng/src/syslog-ng-3.6.3'
# make --no-print-directory install-recursive
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/lib"
# /bin/sh ./libtool --mode=install /usr/bin/install -c lib/libsyslog-ng.la '/tmp/syslog-ng/pkg/syslog-ng/usr/lib'
# libtool: install: /usr/bin/install -c lib/.libs/libsyslog-ng-3.6.so.0.0.0 /tmp/syslog-ng/pkg/syslog-ng/usr/lib/libsyslog-ng-3.6.so.0.0.0
# libtool: install: (cd /tmp/syslog-ng/pkg/syslog-ng/usr/lib && { ln -s -f libsyslog-ng-3.6.so.0.0.0 libsyslog-ng-3.6.so.0 || { rm -f libsyslog-ng-3.6.so.0 && ln -s libsyslog-ng-3.6.so.0.0.0 libsyslog-ng-3.6.so.0; }; })
# libtool: install: (cd /tmp/syslog-ng/pkg/syslog-ng/usr/lib && { ln -s -f libsyslog-ng-3.6.so.0.0.0 libsyslog-ng.so || { rm -f libsyslog-ng.so && ln -s libsyslog-ng-3.6.so.0.0.0 libsyslog-ng.so; }; })
# libtool: install: /usr/bin/install -c lib/.libs/libsyslog-ng.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/libsyslog-ng.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib'
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/bin"
# /bin/sh ./libtool --mode=install /usr/bin/install -c modules/dbparser/pdbtool/pdbtool tests/loggen/loggen '/tmp/syslog-ng/pkg/syslog-ng/usr/bin'
# libtool: install: warning: `./lib/libsyslog-ng.la' has not been installed in `/usr/lib'
# libtool: install: warning: `/tmp/syslog-ng/src/syslog-ng-3.6.3/lib/libsyslog-ng-crypto.la' has not been installed in `/usr/lib/syslog-ng'
# libtool: install: warning: `/tmp/syslog-ng/src/syslog-ng-3.6.3/lib/libsyslog-ng.la' has not been installed in `/usr/lib'
# libtool: install: warning: `./lib/libsyslog-ng-crypto.la' has not been installed in `/usr/lib/syslog-ng'
# libtool: install: /usr/bin/install -c modules/dbparser/pdbtool/.libs/pdbtool /tmp/syslog-ng/pkg/syslog-ng/usr/bin/pdbtool
# libtool: install: /usr/bin/install -c tests/loggen/loggen /tmp/syslog-ng/pkg/syslog-ng/usr/bin/loggen
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/bin"
# /usr/bin/install -c scripts/update-patterndb '/tmp/syslog-ng/pkg/syslog-ng/usr/bin'
# /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/install-sh -d /tmp/syslog-ng/pkg/syslog-ng//etc/syslog-ng/patterndb.d
# test -z "/usr/lib" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/lib"
# test -z "/usr/bin" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/bin"
# /bin/sh ./libtool --mode=install /usr/bin/install -c syslog-ng/syslog-ng syslog-ng-ctl/syslog-ng-ctl '/tmp/syslog-ng/pkg/syslog-ng/usr/bin'
# libtool: install: warning: `/tmp/syslog-ng/src/syslog-ng-3.6.3/lib/.libs/libsyslog-ng.la' has not been installed in `/usr/lib'
# libtool: install: /usr/bin/install -c syslog-ng/.libs/syslog-ng /tmp/syslog-ng/pkg/syslog-ng/usr/bin/syslog-ng
# libtool: install: warning: `lib/libsyslog-ng.la' has not been installed in `/usr/lib'
# libtool: install: warning: `./lib/libsyslog-ng-crypto.la' has not been installed in `/usr/lib/syslog-ng'
# libtool: install: /usr/bin/install -c syslog-ng-ctl/.libs/syslog-ng-ctl /tmp/syslog-ng/pkg/syslog-ng/usr/bin/syslog-ng-ctl
# make --no-print-directory install-exec-hook
# make -C lib/ivykis/src \
# install-includeHEADERS \
# install-nodist_includeHEADERS \
# includedir="/usr/include/syslog-ng/ivykis"
# test -z "/usr/include/syslog-ng/ivykis" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/ivykis"
# /usr/bin/install -c -m 644 include/iv_avl.h include/iv_event.h include/iv_event_raw.h include/iv_list.h include/iv_thread.h include/iv_tls.h include/iv_work.h include/iv_fd_pump.h include/iv_popen.h include/iv_signal.h include/iv_wait.h include/iv_inotify.h '/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/ivykis'
# test -z "/usr/include/syslog-ng/ivykis" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/ivykis"
# /usr/bin/install -c -m 644 include/iv.h '/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/ivykis'
# /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/install-sh -d /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng
# ln -sf libafsocket-tls.so /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libafsocket.so
# /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/install-sh -d /tmp/syslog-ng/pkg/syslog-ng//var/lib/syslog-ng
# for cfg in scl.conf syslog-ng.conf; do \
# if [ -f /tmp/syslog-ng/pkg/syslog-ng//etc/syslog-ng/${cfg} ]; then \
# echo "Not overwriting existing configuration file, you might want to upgrade manually: ${cfg}"; \
# else \
# /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/install-sh -c -m 644 ./scl/${cfg} /tmp/syslog-ng/pkg/syslog-ng//etc/syslog-ng/${cfg}; \
# fi; \
# done
# /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/install-sh -d /tmp/syslog-ng/pkg/syslog-ng//usr/share/syslog-ng/include/scl
# (cd ./scl; tar cf - system pacct syslogconf rewrite nodejs graphite) | (cd /tmp/syslog-ng/pkg/syslog-ng//usr/share/syslog-ng/include/scl && tar xf -)
# chmod -R u+rwX /tmp/syslog-ng/pkg/syslog-ng//usr/share/syslog-ng/include/scl
# test -z "/usr/include/syslog-ng/compat" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/compat"
# /usr/bin/install -c -m 644 lib/compat/compat.h lib/compat/getutent.h lib/compat/glib.h lib/compat/lfs.h lib/compat/pio.h lib/compat/socket.h lib/compat/string.h lib/compat/time.h '/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/compat'
# test -z "/usr/include/syslog-ng/control" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/control"
# /usr/bin/install -c -m 644 lib/control/control.h lib/control/control-server.h '/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/control'
# test -z "/usr/include/syslog-ng/filter" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/filter"
# /usr/bin/install -c -m 644 lib/filter/filter-expr.h lib/filter/filter-op.h lib/filter/filter-cmp.h lib/filter/filter-in-list.h lib/filter/filter-tags.h lib/filter/filter-netmask.h lib/filter/filter-call.h lib/filter/filter-re.h lib/filter/filter-pri.h lib/filter/filter-pipe.h lib/filter/filter-expr-parser.h '/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/filter'
# test -z "/usr/lib/syslog-ng/libtest" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libtest"
# /usr/bin/install -c -m 644 libtest/libsyslog-ng-test.a '/tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libtest'
# ( cd '/tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libtest' && ranlib libsyslog-ng-test.a )
# test -z "/usr/include/syslog-ng/libtest" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/libtest"
# /usr/bin/install -c -m 644 libtest/testutils.h libtest/msg_parse_lib.h libtest/template_lib.h libtest/proto_lib.h libtest/persist_lib.h libtest/mock-transport.h '/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/libtest'
# test -z "/usr/include/syslog-ng/logproto" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/logproto"
# /usr/bin/install -c -m 644 lib/logproto/logproto-client.h lib/logproto/logproto-server.h lib/logproto/logproto-buffered-server.h lib/logproto/logproto-dgram-server.h lib/logproto/logproto-framed-client.h lib/logproto/logproto-framed-server.h lib/logproto/logproto-text-client.h lib/logproto/logproto-text-server.h lib/logproto/logproto-indented-multiline-server.h lib/logproto/logproto-regexp-multiline-server.h lib/logproto/logproto-record-server.h lib/logproto/logproto-builtins.h lib/logproto/logproto.h '/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/logproto'
# test -z "/usr/share/man/man1" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/share/man/man1"
# /usr/bin/install -c -m 644 doc/man/pdbtool.1 doc/man/loggen.1 doc/man/syslog-ng-ctl.1 '/tmp/syslog-ng/pkg/syslog-ng/usr/share/man/man1'
# test -z "/usr/share/man/man5" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/share/man/man5"
# /usr/bin/install -c -m 644 doc/man/syslog-ng.conf.5 '/tmp/syslog-ng/pkg/syslog-ng/usr/share/man/man5'
# test -z "/usr/share/man/man8" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/share/man/man8"
# /usr/bin/install -c -m 644 doc/man/syslog-ng.8 '/tmp/syslog-ng/pkg/syslog-ng/usr/share/man/man8'
# test -z "/usr/lib/syslog-ng" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng"
# /bin/sh ./libtool --mode=install /usr/bin/install -c lib/libsyslog-ng-crypto.la modules/syslogformat/libsyslogformat.la modules/afsocket/libafsocket-notls.la modules/afsocket/libafsocket-tls.la modules/afsql/libafsql.la modules/affile/libaffile.la modules/afprog/libafprog.la modules/afuser/libafuser.la modules/afamqp/libafamqp.la modules/afmongodb/libafmongodb.la modules/csvparser/libcsvparser.la modules/confgen/libconfgen.la modules/system-source/libsystem-source.la modules/linux-kmsg-format/liblinux-kmsg-format.la modules/basicfuncs/libbasicfuncs.la modules/cryptofuncs/libcryptofuncs.la modules/dbparser/libdbparser.la modules/json/libjson-plugin.la modules/afstomp/libafstomp.la modules/pseudofile/libpseudofile.la modules/graphite/libgraphite.la modules/systemd-journal/libsdjournal.la '/tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng'
# libtool: install: warning: relinking `lib/libsyslog-ng-crypto.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -I/usr/include/uuid -Wall -pthread -no-undefined -avoid-version -o lib/libsyslog-ng-crypto.la -rpath /usr/lib/syslog-ng lib/lib_libsyslog_ng_crypto_la-crypto.lo lib/lib_libsyslog_ng_crypto_la-tlscontext.lo lib/lib_libsyslog_ng_crypto_la-uuid.lo lib/transport/lib_libsyslog_ng_crypto_la-transport-tls.lo ./lib/libsyslog-ng.la -lssl -lcrypto -luuid -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c lib/.libs/libsyslog-ng-crypto.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libsyslog-ng-crypto.so
# libtool: install: /usr/bin/install -c lib/.libs/libsyslog-ng-crypto.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libsyslog-ng-crypto.la
# libtool: install: warning: relinking `modules/syslogformat/libsyslogformat.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -Wall -pthread -avoid-version -module -no-undefined -o modules/syslogformat/libsyslogformat.la -rpath /usr/lib/syslog-ng modules/syslogformat/modules_syslogformat_libsyslogformat_la-syslog-format.lo modules/syslogformat/modules_syslogformat_libsyslogformat_la-syslog-format-plugin.lo modules/syslogformat/modules_syslogformat_libsyslogformat_la-syslog-parser-grammar.lo modules/syslogformat/modules_syslogformat_libsyslogformat_la-syslog-parser-parser.lo modules/syslogformat/modules_syslogformat_libsyslogformat_la-syslog-parser.lo ./lib/libsyslog-ng.la -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/syslogformat/.libs/libsyslogformat.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libsyslogformat.so
# libtool: install: /usr/bin/install -c modules/syslogformat/.libs/libsyslogformat.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libsyslogformat.la
# libtool: install: warning: relinking `modules/afsocket/libafsocket-notls.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -Wall -pthread -avoid-version -module -no-undefined -o modules/afsocket/libafsocket-notls.la -rpath /usr/lib/syslog-ng modules/afsocket/modules_afsocket_libafsocket_notls_la-afsocket.lo modules/afsocket/modules_afsocket_libafsocket_notls_la-afsocket-source.lo modules/afsocket/modules_afsocket_libafsocket_notls_la-afsocket-dest.lo modules/afsocket/modules_afsocket_libafsocket_notls_la-socket-options.lo modules/afsocket/modules_afsocket_libafsocket_notls_la-transport-mapper.lo modules/afsocket/modules_afsocket_libafsocket_notls_la-afinet.lo modules/afsocket/modules_afsocket_libafsocket_notls_la-afinet-source.lo modules/afsocket/modules_afsocket_libafsocket_notls_la-afinet-dest.lo modules/afsocket/modules_afsocket_libafsocket_notls_la-socket-options-inet.lo modules/afsocket/modules_afsocket_libafsocket_notls_la-transport-mapper-inet.lo modules/afsocket/modules_afsocket_libafsocket_notls_la-afunix-source.lo modules/afsocket/modules_afsocket_libafsocket_notls_la-afunix-dest.lo modules/afsocket/modules_afsocket_libafsocket_notls_la-transport-mapper-unix.lo modules/afsocket/modules_afsocket_libafsocket_notls_la-transport-unix-socket.lo modules/afsocket/modules_afsocket_libafsocket_notls_la-unix-credentials.lo modules/afsocket/modules_afsocket_libafsocket_notls_la-afsocket-grammar.lo modules/afsocket/modules_afsocket_libafsocket_notls_la-afsocket-parser.lo modules/afsocket/modules_afsocket_libafsocket_notls_la-afsocket-plugin.lo modules/afsocket/modules_afsocket_libafsocket_notls_la-systemd-syslog-source.lo ./lib/libsyslog-ng.la -lsystemd -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/afsocket/.libs/libafsocket-notls.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libafsocket-notls.so
# libtool: install: /usr/bin/install -c modules/afsocket/.libs/libafsocket-notls.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libafsocket-notls.la
# libtool: install: warning: relinking `modules/afsocket/libafsocket-tls.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -Wall -pthread -avoid-version -module -no-undefined -o modules/afsocket/libafsocket-tls.la -rpath /usr/lib/syslog-ng modules/afsocket/modules_afsocket_libafsocket_tls_la-afsocket.lo modules/afsocket/modules_afsocket_libafsocket_tls_la-afsocket-source.lo modules/afsocket/modules_afsocket_libafsocket_tls_la-afsocket-dest.lo modules/afsocket/modules_afsocket_libafsocket_tls_la-socket-options.lo modules/afsocket/modules_afsocket_libafsocket_tls_la-transport-mapper.lo modules/afsocket/modules_afsocket_libafsocket_tls_la-afinet.lo modules/afsocket/modules_afsocket_libafsocket_tls_la-afinet-source.lo modules/afsocket/modules_afsocket_libafsocket_tls_la-afinet-dest.lo modules/afsocket/modules_afsocket_libafsocket_tls_la-socket-options-inet.lo modules/afsocket/modules_afsocket_libafsocket_tls_la-transport-mapper-inet.lo modules/afsocket/modules_afsocket_libafsocket_tls_la-afunix-source.lo modules/afsocket/modules_afsocket_libafsocket_tls_la-afunix-dest.lo modules/afsocket/modules_afsocket_libafsocket_tls_la-transport-mapper-unix.lo modules/afsocket/modules_afsocket_libafsocket_tls_la-transport-unix-socket.lo modules/afsocket/modules_afsocket_libafsocket_tls_la-unix-credentials.lo modules/afsocket/modules_afsocket_libafsocket_tls_la-afsocket-grammar.lo modules/afsocket/modules_afsocket_libafsocket_tls_la-afsocket-parser.lo modules/afsocket/modules_afsocket_libafsocket_tls_la-afsocket-plugin.lo modules/afsocket/modules_afsocket_libafsocket_tls_la-systemd-syslog-source.lo ./lib/libsyslog-ng.la ./lib/libsyslog-ng-crypto.la -lssl -lcrypto -lsystemd -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/afsocket/.libs/libafsocket-tls.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libafsocket-tls.so
# libtool: install: /usr/bin/install -c modules/afsocket/.libs/libafsocket-tls.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libafsocket-tls.la
# libtool: install: warning: relinking `modules/afsql/libafsql.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -Wall -pthread -avoid-version -module -no-undefined -o modules/afsql/libafsql.la -rpath /usr/lib/syslog-ng modules/afsql/modules_afsql_libafsql_la-afsql.lo modules/afsql/modules_afsql_libafsql_la-afsql-grammar.lo modules/afsql/modules_afsql_libafsql_la-afsql-parser.lo modules/afsql/modules_afsql_libafsql_la-afsql-plugin.lo ./lib/libsyslog-ng.la -ldbi ./lib/libsyslog-ng-crypto.la -lssl -lcrypto -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/afsql/.libs/libafsql.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libafsql.so
# libtool: install: /usr/bin/install -c modules/afsql/.libs/libafsql.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libafsql.la
# libtool: install: warning: relinking `modules/affile/libaffile.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -Wall -pthread -avoid-version -module -no-undefined -o modules/affile/libaffile.la -rpath /usr/lib/syslog-ng modules/affile/modules_affile_libaffile_la-logproto-file-writer.lo modules/affile/modules_affile_libaffile_la-poll-file-changes.lo modules/affile/modules_affile_libaffile_la-affile-common.lo modules/affile/modules_affile_libaffile_la-affile-source.lo modules/affile/modules_affile_libaffile_la-affile-dest.lo modules/affile/modules_affile_libaffile_la-affile-grammar.lo modules/affile/modules_affile_libaffile_la-affile-parser.lo modules/affile/modules_affile_libaffile_la-affile-plugin.lo ./lib/libsyslog-ng.la -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/affile/.libs/libaffile.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libaffile.so
# libtool: install: /usr/bin/install -c modules/affile/.libs/libaffile.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libaffile.la
# libtool: install: warning: relinking `modules/afprog/libafprog.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -Wall -pthread -avoid-version -module -no-undefined -o modules/afprog/libafprog.la -rpath /usr/lib/syslog-ng modules/afprog/modules_afprog_libafprog_la-afprog.lo modules/afprog/modules_afprog_libafprog_la-afprog-grammar.lo modules/afprog/modules_afprog_libafprog_la-afprog-parser.lo modules/afprog/modules_afprog_libafprog_la-afprog-plugin.lo ./lib/libsyslog-ng.la -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/afprog/.libs/libafprog.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libafprog.so
# libtool: install: /usr/bin/install -c modules/afprog/.libs/libafprog.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libafprog.la
# libtool: install: warning: relinking `modules/afuser/libafuser.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -Wall -pthread -avoid-version -module -no-undefined -o modules/afuser/libafuser.la -rpath /usr/lib/syslog-ng modules/afuser/modules_afuser_libafuser_la-afuser.lo modules/afuser/modules_afuser_libafuser_la-afuser-grammar.lo modules/afuser/modules_afuser_libafuser_la-afuser-parser.lo modules/afuser/modules_afuser_libafuser_la-afuser-plugin.lo ./lib/libsyslog-ng.la -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/afuser/.libs/libafuser.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libafuser.so
# libtool: install: /usr/bin/install -c modules/afuser/.libs/libafuser.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libafuser.la
# libtool: install: warning: relinking `modules/afamqp/libafamqp.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -I./modules/afamqp/rabbitmq-c/librabbitmq -I./modules/afamqp/rabbitmq-c/librabbitmq -I./modules/afamqp -I./modules/afamqp -Wall -pthread -avoid-version -module -no-undefined -o modules/afamqp/libafamqp.la -rpath /usr/lib/syslog-ng modules/afamqp/modules_afamqp_libafamqp_la-dummy.lo modules/afamqp/modules_afamqp_libafamqp_la-afamqp-grammar.lo modules/afamqp/modules_afamqp_libafamqp_la-afamqp.lo modules/afamqp/modules_afamqp_libafamqp_la-afamqp-parser.lo ./lib/libsyslog-ng.la -L./modules/afamqp/rabbitmq-c/librabbitmq -lrabbitmq -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/afamqp/.libs/libafamqp.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libafamqp.so
# libtool: install: /usr/bin/install -c modules/afamqp/.libs/libafamqp.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libafamqp.la
# libtool: install: warning: relinking `modules/afmongodb/libafmongodb.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -I./modules/afmongodb/libmongo-client/src -I./modules/afmongodb -I./modules/afmongodb -Wall -pthread -avoid-version -module -no-undefined -o modules/afmongodb/libafmongodb.la -rpath /usr/lib/syslog-ng modules/afmongodb/modules_afmongodb_libafmongodb_la-afmongodb-grammar.lo modules/afmongodb/modules_afmongodb_libafmongodb_la-afmongodb.lo modules/afmongodb/modules_afmongodb_libafmongodb_la-afmongodb-parser.lo ./lib/libsyslog-ng.la ./lib/libsyslog-ng-crypto.la -L./modules/afmongodb/libmongo-client/src -lmongo-client -lssl -lcrypto -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/afmongodb/.libs/libafmongodb.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libafmongodb.so
# libtool: install: /usr/bin/install -c modules/afmongodb/.libs/libafmongodb.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libafmongodb.la
# libtool: install: warning: relinking `modules/csvparser/libcsvparser.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -Wall -pthread -avoid-version -module -no-undefined -o modules/csvparser/libcsvparser.la -rpath /usr/lib/syslog-ng modules/csvparser/modules_csvparser_libcsvparser_la-csvparser.lo modules/csvparser/modules_csvparser_libcsvparser_la-csvparser-grammar.lo modules/csvparser/modules_csvparser_libcsvparser_la-csvparser-parser.lo modules/csvparser/modules_csvparser_libcsvparser_la-csvparser-plugin.lo ./lib/libsyslog-ng.la -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/csvparser/.libs/libcsvparser.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libcsvparser.so
# libtool: install: /usr/bin/install -c modules/csvparser/.libs/libcsvparser.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libcsvparser.la
# libtool: install: warning: relinking `modules/confgen/libconfgen.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -Wall -pthread -avoid-version -module -no-undefined -o modules/confgen/libconfgen.la -rpath /usr/lib/syslog-ng modules/confgen/modules_confgen_libconfgen_la-confgen-plugin.lo ./lib/libsyslog-ng.la -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/confgen/.libs/libconfgen.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libconfgen.so
# libtool: install: /usr/bin/install -c modules/confgen/.libs/libconfgen.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libconfgen.la
# libtool: install: warning: relinking `modules/system-source/libsystem-source.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -Wall -pthread -avoid-version -module -no-undefined -o modules/system-source/libsystem-source.la -rpath /usr/lib/syslog-ng modules/system-source/modules_system_source_libsystem_source_la-system-source.lo ./lib/libsyslog-ng.la -lsystemd -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/system-source/.libs/libsystem-source.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libsystem-source.so
# libtool: install: /usr/bin/install -c modules/system-source/.libs/libsystem-source.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libsystem-source.la
# libtool: install: warning: relinking `modules/linux-kmsg-format/liblinux-kmsg-format.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -Wall -pthread -avoid-version -module -no-undefined -o modules/linux-kmsg-format/liblinux-kmsg-format.la -rpath /usr/lib/syslog-ng modules/linux-kmsg-format/modules_linux_kmsg_format_liblinux_kmsg_format_la-linux-kmsg-format.lo modules/linux-kmsg-format/modules_linux_kmsg_format_liblinux_kmsg_format_la-linux-kmsg-format-plugin.lo ./lib/libsyslog-ng.la -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/linux-kmsg-format/.libs/liblinux-kmsg-format.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/liblinux-kmsg-format.so
# libtool: install: /usr/bin/install -c modules/linux-kmsg-format/.libs/liblinux-kmsg-format.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/liblinux-kmsg-format.la
# libtool: install: warning: relinking `modules/basicfuncs/libbasicfuncs.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -Wall -pthread -avoid-version -module -no-undefined -o modules/basicfuncs/libbasicfuncs.la -rpath /usr/lib/syslog-ng modules/basicfuncs/modules_basicfuncs_libbasicfuncs_la-basic-funcs.lo ./lib/libsyslog-ng.la -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/basicfuncs/.libs/libbasicfuncs.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libbasicfuncs.so
# libtool: install: /usr/bin/install -c modules/basicfuncs/.libs/libbasicfuncs.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libbasicfuncs.la
# libtool: install: warning: relinking `modules/cryptofuncs/libcryptofuncs.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -Wall -pthread -avoid-version -module -no-undefined -o modules/cryptofuncs/libcryptofuncs.la -rpath /usr/lib/syslog-ng modules/cryptofuncs/cryptofuncs.lo ./lib/libsyslog-ng.la ./lib/libsyslog-ng-crypto.la -lssl -lcrypto -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/cryptofuncs/.libs/libcryptofuncs.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libcryptofuncs.so
# libtool: install: /usr/bin/install -c modules/cryptofuncs/.libs/libcryptofuncs.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libcryptofuncs.la
# libtool: install: warning: relinking `modules/dbparser/libdbparser.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -Wall -pthread -avoid-version -module -no-undefined -o modules/dbparser/libdbparser.la -rpath /usr/lib/syslog-ng modules/dbparser/modules_dbparser_libdbparser_la-dbparser.lo modules/dbparser/modules_dbparser_libdbparser_la-dbparser-grammar.lo modules/dbparser/modules_dbparser_libdbparser_la-dbparser-parser.lo modules/dbparser/modules_dbparser_libdbparser_la-dbparser-plugin.lo modules/dbparser/modules_dbparser_libdbparser_la-radix.lo modules/dbparser/modules_dbparser_libdbparser_la-patterndb.lo modules/dbparser/modules_dbparser_libdbparser_la-timerwheel.lo modules/dbparser/modules_dbparser_libdbparser_la-patternize.lo ./lib/libsyslog-ng.la ./lib/libsyslog-ng-crypto.la -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/dbparser/.libs/libdbparser.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libdbparser.so
# libtool: install: /usr/bin/install -c modules/dbparser/.libs/libdbparser.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libdbparser.la
# libtool: install: warning: relinking `modules/json/libjson-plugin.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -I/usr/include/json-c -Wall -pthread -avoid-version -module -no-undefined -o modules/json/libjson-plugin.la -rpath /usr/lib/syslog-ng modules/json/modules_json_libjson_plugin_la-format-json.lo modules/json/modules_json_libjson_plugin_la-json-parser.lo modules/json/modules_json_libjson_plugin_la-json-parser-grammar.lo modules/json/modules_json_libjson_plugin_la-json-parser-parser.lo modules/json/modules_json_libjson_plugin_la-dot-notation.lo modules/json/modules_json_libjson_plugin_la-json-plugin.lo ./lib/libsyslog-ng.la -ljson-c -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/json/.libs/libjson-plugin.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libjson-plugin.so
# libtool: install: /usr/bin/install -c modules/json/.libs/libjson-plugin.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libjson-plugin.la
# libtool: install: warning: relinking `modules/afstomp/libafstomp.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -I./lib -I./modules -I./lib -I./modules -I./modules/afstomp -I./modules/afstomp -Wall -pthread -avoid-version -module -no-undefined -o modules/afstomp/libafstomp.la -rpath /usr/lib/syslog-ng modules/afstomp/modules_afstomp_libafstomp_la-afstomp-grammar.lo modules/afstomp/modules_afstomp_libafstomp_la-afstomp.lo modules/afstomp/modules_afstomp_libafstomp_la-afstomp-parser.lo modules/afstomp/modules_afstomp_libafstomp_la-stomp.lo ./lib/libsyslog-ng.la -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/afstomp/.libs/libafstomp.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libafstomp.so
# libtool: install: /usr/bin/install -c modules/afstomp/.libs/libafstomp.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libafstomp.la
# libtool: install: warning: relinking `modules/pseudofile/libpseudofile.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -Wall -pthread -avoid-version -module -no-undefined -o modules/pseudofile/libpseudofile.la -rpath /usr/lib/syslog-ng modules/pseudofile/modules_pseudofile_libpseudofile_la-pseudofile.lo modules/pseudofile/modules_pseudofile_libpseudofile_la-pseudofile-grammar.lo modules/pseudofile/modules_pseudofile_libpseudofile_la-pseudofile-parser.lo modules/pseudofile/modules_pseudofile_libpseudofile_la-pseudofile-plugin.lo ./lib/libsyslog-ng.la -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/pseudofile/.libs/libpseudofile.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libpseudofile.so
# libtool: install: /usr/bin/install -c modules/pseudofile/.libs/libpseudofile.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libpseudofile.la
# libtool: install: warning: relinking `modules/graphite/libgraphite.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -I./modules/graphite -I./modules/graphite -Wall -pthread -avoid-version -module -no-undefined -o modules/graphite/libgraphite.la -rpath /usr/lib/syslog-ng modules/graphite/modules_graphite_libgraphite_la-graphite-plugin.lo modules/graphite/modules_graphite_libgraphite_la-graphite-output.lo ./lib/libsyslog-ng.la -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/graphite/.libs/libgraphite.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libgraphite.so
# libtool: install: /usr/bin/install -c modules/graphite/.libs/libgraphite.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libgraphite.la
# libtool: install: warning: relinking `modules/systemd-journal/libsdjournal.la'
# libtool: install: (cd /tmp/syslog-ng/src/syslog-ng-3.6.3; /bin/sh /tmp/syslog-ng/src/syslog-ng-3.6.3/libtool --silent --tag CC --mode=relink clang -Wall -pthread -avoid-version -module -no-undefined -o modules/systemd-journal/libsdjournal.la -rpath /usr/lib/syslog-ng modules/systemd-journal/modules_systemd_journal_libsdjournal_la-systemd-journal.lo modules/systemd-journal/modules_systemd_journal_libsdjournal_la-systemd-journal-grammar.lo modules/systemd-journal/modules_systemd_journal_libsdjournal_la-systemd-journal-parser.lo modules/systemd-journal/modules_systemd_journal_libsdjournal_la-systemd-journal-plugin.lo modules/systemd-journal/modules_systemd_journal_libsdjournal_la-journal-reader.lo modules/systemd-journal/modules_systemd_journal_libsdjournal_la-journald-subsystem.lo modules/systemd-journal/modules_systemd_journal_libsdjournal_la-journald-helper.lo ./lib/libsyslog-ng.la -lsystemd -inst-prefix-dir /tmp/syslog-ng/pkg/syslog-ng)
# libtool: install: /usr/bin/install -c modules/systemd-journal/.libs/libsdjournal.soT /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libsdjournal.so
# libtool: install: /usr/bin/install -c modules/systemd-journal/.libs/libsdjournal.lai /tmp/syslog-ng/pkg/syslog-ng/usr/lib/syslog-ng/libsdjournal.la
# libtool: install: warning: remember to run `libtool --finish /usr/lib/syslog-ng'
# test -z "/usr/include/syslog-ng/parser" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/parser"
# /usr/bin/install -c -m 644 lib/parser/parser-expr.h lib/parser/parser-expr-parser.h '/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/parser'
# test -z "/usr/lib/pkgconfig" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/lib/pkgconfig"
# /usr/bin/install -c -m 644 syslog-ng.pc libtest/syslog-ng-test.pc '/tmp/syslog-ng/pkg/syslog-ng/usr/lib/pkgconfig'
# test -z "/usr/include/syslog-ng" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng"
# /usr/bin/install -c -m 644 lib/afinter.h lib/alarms.h lib/apphook.h lib/atomic.h lib/block-ref-parser.h lib/cache.h lib/cfg.h lib/cfg-grammar.h lib/cfg-lexer.h lib/cfg-lexer-subst.h lib/cfg-args.h lib/cfg-parser.h lib/cfg-tree.h lib/children.h lib/crypto.h lib/dnscache.h lib/driver.h lib/file-perms.h lib/gprocess.h lib/gsockaddr.h lib/gsocket.h lib/hostname.h lib/host-resolve.h lib/logmatcher.h lib/logmpx.h lib/logmsg.h lib/logpipe.h lib/logqueue-fifo.h lib/logqueue.h lib/logreader.h lib/logsource.h lib/logstamp.h lib/logthrdestdrv.h lib/logwriter.h lib/mainloop.h lib/mainloop-call.h lib/mainloop-worker.h lib/mainloop-io-worker.h lib/memtrace.h lib/messages.h '/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng'
# /usr/bin/install -c -m 644 lib/misc.h lib/ml-batched-timer.h lib/msg-format.h lib/nvtable.h lib/parse-number.h lib/pathutils.h lib/persist-state.h lib/persistable-state-header.h lib/persistable-state-presenter.h lib/plugin.h lib/plugin-types.h lib/poll-events.h lib/poll-fd-events.h lib/pragma-parser.h lib/presented-persistable-state.h lib/reloc.h lib/rcptid.h lib/run-id.h lib/scratch-buffers.h lib/serialize.h lib/service-management.h lib/str-format.h lib/syslog-names.h lib/syslog-ng.h lib/tags.h lib/timeutils.h lib/tls-support.h lib/thread-utils.h lib/tlscontext.h lib/type-hinting.h lib/uuid.h lib/value-pairs.h lib/vptransform.h lib/versioning.h lib/bookmark.h lib/ringbuffer.h lib/ack_tracker.h '/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng'
# test -z "/usr/include/syslog-ng/rewrite" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/rewrite"
# /usr/bin/install -c -m 644 lib/rewrite/rewrite-expr.h lib/rewrite/rewrite-set-tag.h lib/rewrite/rewrite-set.h lib/rewrite/rewrite-subst.h lib/rewrite/rewrite-expr-parser.h lib/rewrite/rewrite-groupset.h '/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/rewrite'
# test -z "/usr/include/syslog-ng/stats" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/stats"
# /usr/bin/install -c -m 644 lib/stats/stats.h lib/stats/stats-counter.h lib/stats/stats-cluster.h lib/stats/stats-csv.h lib/stats/stats-log.h lib/stats/stats-registry.h lib/stats/stats-syslog.h '/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/stats'
# test -z "/usr/lib/systemd/system" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/lib/systemd/system"
# /usr/bin/install -c -m 644 contrib/systemd/syslog-ng.service '/tmp/syslog-ng/pkg/syslog-ng/usr/lib/systemd/system'
# test -z "/usr/include/syslog-ng/template" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/template"
# /usr/bin/install -c -m 644 lib/template/templates.h '/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/template'
# test -z "/usr/share/syslog-ng/tools" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/share/syslog-ng/tools"
# /usr/bin/install -c -m 644 Mk/lex-rules.am lib/cfg-grammar.y '/tmp/syslog-ng/pkg/syslog-ng/usr/share/syslog-ng/tools'
# test -z "/usr/share/syslog-ng/tools" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/share/syslog-ng/tools"
# /usr/bin/install -c lib/merge-grammar.pl modules/system-source/system-expand '/tmp/syslog-ng/pkg/syslog-ng/usr/share/syslog-ng/tools'
# test -z "/usr/include/syslog-ng/transport" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/transport"
# /usr/bin/install -c -m 644 lib/transport/logtransport.h lib/transport/transport-aux-data.h lib/transport/transport-tls.h lib/transport/transport-file.h lib/transport/transport-pipe.h lib/transport/transport-device.h lib/transport/transport-socket.h '/tmp/syslog-ng/pkg/syslog-ng/usr/include/syslog-ng/transport'
# test -z "/usr/share/syslog-ng/xsd" || /usr/bin/mkdir -p "/tmp/syslog-ng/pkg/syslog-ng/usr/share/syslog-ng/xsd"
# /usr/bin/install -c -m 644 doc/xsd/patterndb-1.xsd doc/xsd/patterndb-2.xsd doc/xsd/patterndb-3.xsd doc/xsd/patterndb-4.xsd '/tmp/syslog-ng/pkg/syslog-ng/usr/share/syslog-ng/xsd'
# make: Leaving directory '/tmp/syslog-ng/src/syslog-ng-3.6.3'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "syslog-ng"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: syslog-ng 3.6.3-2 (Thu Apr 13 19:44:19 UTC 2017)

CMD: pacman --query --file syslog-ng-3.6.3-2-x86_64.pkg.tar.xz
# syslog-ng 3.6.3-2

Creating hybrid package for 'syslog-ng'

Trying to find vanilla package 'syslog-ng'...

CMD: pacman --query --file /mirror/syslog-ng-3.6.3-2.pkg.tar.xz
# syslog-ng 3.6.3-2

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /etc/syslog-ng/scl.conf
# /etc/syslog-ng/syslog-ng.conf
# /etc/logrotate.d/syslog-ng
# /usr/lib/libsyslog-ng-3.6.so.0
# /usr/lib/libsyslog-ng.so
# /usr/lib/libsyslog-ng-3.6.so.0.0.0
# /usr/lib/syslog-ng/libafsocket.so
# /usr/lib/syslog-ng/libsyslog-ng-crypto.so
# /usr/lib/syslog-ng/libsyslogformat.so
# /usr/lib/syslog-ng/libafsocket-notls.so
# /usr/lib/syslog-ng/libafsocket-tls.so
# /usr/lib/syslog-ng/libafsql.so
# /usr/lib/syslog-ng/libaffile.so
# /usr/lib/syslog-ng/libafprog.so
# /usr/lib/syslog-ng/libafuser.so
# /usr/lib/syslog-ng/libafamqp.so
# /usr/lib/syslog-ng/libafmongodb.so
# /usr/lib/syslog-ng/libcsvparser.so
# /usr/lib/syslog-ng/libconfgen.so
# /usr/lib/syslog-ng/libsystem-source.so
# /usr/lib/syslog-ng/liblinux-kmsg-format.so
# /usr/lib/syslog-ng/libbasicfuncs.so
# /usr/lib/syslog-ng/libcryptofuncs.so
# /usr/lib/syslog-ng/libdbparser.so
# /usr/lib/syslog-ng/libjson-plugin.so
# /usr/lib/syslog-ng/libafstomp.so
# /usr/lib/syslog-ng/libpseudofile.so
# /usr/lib/syslog-ng/libgraphite.so
# /usr/lib/syslog-ng/libsdjournal.so
# /usr/lib/syslog-ng/libtest/libsyslog-ng-test.a
# /usr/lib/pkgconfig/syslog-ng.pc
# /usr/lib/pkgconfig/syslog-ng-test.pc
# /usr/lib/systemd/system/syslog-ng.service
# /usr/bin/update-patterndb
# /usr/bin/syslog-ng
# /usr/bin/syslog-ng-ctl
# /usr/bin/pdbtool
# /usr/bin/loggen
# /usr/include/syslog-ng/afinter.h
# /usr/include/syslog-ng/alarms.h
# /usr/include/syslog-ng/apphook.h
# /usr/include/syslog-ng/atomic.h
# /usr/include/syslog-ng/block-ref-parser.h
# /usr/include/syslog-ng/cache.h
# /usr/include/syslog-ng/cfg.h
# /usr/include/syslog-ng/cfg-grammar.h
# /usr/include/syslog-ng/cfg-lexer.h
# /usr/include/syslog-ng/cfg-lexer-subst.h
# /usr/include/syslog-ng/cfg-args.h
# /usr/include/syslog-ng/cfg-parser.h
# /usr/include/syslog-ng/cfg-tree.h
# /usr/include/syslog-ng/children.h
# /usr/include/syslog-ng/crypto.h
# /usr/include/syslog-ng/dnscache.h
# /usr/include/syslog-ng/driver.h
# /usr/include/syslog-ng/file-perms.h
# /usr/include/syslog-ng/gprocess.h
# /usr/include/syslog-ng/gsockaddr.h
# /usr/include/syslog-ng/gsocket.h
# /usr/include/syslog-ng/hostname.h
# /usr/include/syslog-ng/host-resolve.h
# /usr/include/syslog-ng/logmatcher.h
# /usr/include/syslog-ng/logmpx.h
# /usr/include/syslog-ng/logmsg.h
# /usr/include/syslog-ng/logpipe.h
# /usr/include/syslog-ng/logqueue-fifo.h
# /usr/include/syslog-ng/logqueue.h
# /usr/include/syslog-ng/logreader.h
# /usr/include/syslog-ng/logsource.h
# /usr/include/syslog-ng/logstamp.h
# /usr/include/syslog-ng/logthrdestdrv.h
# /usr/include/syslog-ng/logwriter.h
# /usr/include/syslog-ng/mainloop.h
# /usr/include/syslog-ng/mainloop-call.h
# /usr/include/syslog-ng/mainloop-worker.h
# /usr/include/syslog-ng/mainloop-io-worker.h
# /usr/include/syslog-ng/memtrace.h
# /usr/include/syslog-ng/messages.h
# /usr/include/syslog-ng/misc.h
# /usr/include/syslog-ng/ml-batched-timer.h
# /usr/include/syslog-ng/msg-format.h
# /usr/include/syslog-ng/nvtable.h
# /usr/include/syslog-ng/parse-number.h
# /usr/include/syslog-ng/pathutils.h
# /usr/include/syslog-ng/persist-state.h
# /usr/include/syslog-ng/persistable-state-header.h
# /usr/include/syslog-ng/persistable-state-presenter.h
# /usr/include/syslog-ng/plugin.h
# /usr/include/syslog-ng/plugin-types.h
# /usr/include/syslog-ng/poll-events.h
# /usr/include/syslog-ng/poll-fd-events.h
# /usr/include/syslog-ng/pragma-parser.h
# /usr/include/syslog-ng/presented-persistable-state.h
# /usr/include/syslog-ng/reloc.h
# /usr/include/syslog-ng/rcptid.h
# /usr/include/syslog-ng/run-id.h
# /usr/include/syslog-ng/scratch-buffers.h
# /usr/include/syslog-ng/serialize.h
# /usr/include/syslog-ng/service-management.h
# /usr/include/syslog-ng/str-format.h
# /usr/include/syslog-ng/syslog-names.h
# /usr/include/syslog-ng/syslog-ng.h
# /usr/include/syslog-ng/tags.h
# /usr/include/syslog-ng/timeutils.h
# /usr/include/syslog-ng/tls-support.h
# /usr/include/syslog-ng/thread-utils.h
# /usr/include/syslog-ng/tlscontext.h
# /usr/include/syslog-ng/type-hinting.h
# /usr/include/syslog-ng/uuid.h
# /usr/include/syslog-ng/value-pairs.h
# /usr/include/syslog-ng/vptransform.h
# /usr/include/syslog-ng/versioning.h
# /usr/include/syslog-ng/bookmark.h
# /usr/include/syslog-ng/ringbuffer.h
# /usr/include/syslog-ng/ack_tracker.h
# /usr/include/syslog-ng/compat/compat.h
# /usr/include/syslog-ng/compat/getutent.h
# /usr/include/syslog-ng/compat/glib.h
# /usr/include/syslog-ng/compat/lfs.h
# /usr/include/syslog-ng/compat/pio.h
# /usr/include/syslog-ng/compat/socket.h
# /usr/include/syslog-ng/compat/string.h
# /usr/include/syslog-ng/compat/time.h
# /usr/include/syslog-ng/control/control.h
# /usr/include/syslog-ng/control/control-server.h
# /usr/include/syslog-ng/filter/filter-expr.h
# /usr/include/syslog-ng/filter/filter-op.h
# /usr/include/syslog-ng/filter/filter-cmp.h
# /usr/include/syslog-ng/filter/filter-in-list.h
# /usr/include/syslog-ng/filter/filter-tags.h
# /usr/include/syslog-ng/filter/filter-netmask.h
# /usr/include/syslog-ng/filter/filter-call.h
# /usr/include/syslog-ng/filter/filter-re.h
# /usr/include/syslog-ng/filter/filter-pri.h
# /usr/include/syslog-ng/filter/filter-pipe.h
# /usr/include/syslog-ng/filter/filter-expr-parser.h
# /usr/include/syslog-ng/libtest/testutils.h
# /usr/include/syslog-ng/libtest/msg_parse_lib.h
# /usr/include/syslog-ng/libtest/template_lib.h
# /usr/include/syslog-ng/libtest/proto_lib.h
# /usr/include/syslog-ng/libtest/persist_lib.h
# /usr/include/syslog-ng/libtest/mock-transport.h
# /usr/include/syslog-ng/logproto/logproto-client.h
# /usr/include/syslog-ng/logproto/logproto-server.h
# /usr/include/syslog-ng/logproto/logproto-buffered-server.h
# /usr/include/syslog-ng/logproto/logproto-dgram-server.h
# /usr/include/syslog-ng/logproto/logproto-framed-client.h
# /usr/include/syslog-ng/logproto/logproto-framed-server.h
# /usr/include/syslog-ng/logproto/logproto-text-client.h
# /usr/include/syslog-ng/logproto/logproto-text-server.h
# /usr/include/syslog-ng/logproto/logproto-indented-multiline-server.h
# /usr/include/syslog-ng/logproto/logproto-regexp-multiline-server.h
# /usr/include/syslog-ng/logproto/logproto-record-server.h
# /usr/include/syslog-ng/logproto/logproto-builtins.h
# /usr/include/syslog-ng/logproto/logproto.h
# /usr/include/syslog-ng/parser/parser-expr.h
# /usr/include/syslog-ng/parser/parser-expr-parser.h
# /usr/include/syslog-ng/stats/stats.h
# /usr/include/syslog-ng/stats/stats-counter.h
# /usr/include/syslog-ng/stats/stats-cluster.h
# /usr/include/syslog-ng/stats/stats-csv.h
# /usr/include/syslog-ng/stats/stats-log.h
# /usr/include/syslog-ng/stats/stats-registry.h
# /usr/include/syslog-ng/stats/stats-syslog.h
# /usr/include/syslog-ng/rewrite/rewrite-expr.h
# /usr/include/syslog-ng/rewrite/rewrite-set-tag.h
# /usr/include/syslog-ng/rewrite/rewrite-set.h
# /usr/include/syslog-ng/rewrite/rewrite-subst.h
# /usr/include/syslog-ng/rewrite/rewrite-expr-parser.h
# /usr/include/syslog-ng/rewrite/rewrite-groupset.h
# /usr/include/syslog-ng/template/templates.h
# /usr/include/syslog-ng/transport/logtransport.h
# /usr/include/syslog-ng/transport/transport-aux-data.h
# /usr/include/syslog-ng/transport/transport-tls.h
# /usr/include/syslog-ng/transport/transport-file.h
# /usr/include/syslog-ng/transport/transport-pipe.h
# /usr/include/syslog-ng/transport/transport-device.h
# /usr/include/syslog-ng/transport/transport-socket.h
# /usr/include/syslog-ng/ivykis/iv_avl.h
# /usr/include/syslog-ng/ivykis/iv_event.h
# /usr/include/syslog-ng/ivykis/iv_event_raw.h
# /usr/include/syslog-ng/ivykis/iv_list.h
# /usr/include/syslog-ng/ivykis/iv_thread.h
# /usr/include/syslog-ng/ivykis/iv_tls.h
# /usr/include/syslog-ng/ivykis/iv_work.h
# /usr/include/syslog-ng/ivykis/iv_fd_pump.h
# /usr/include/syslog-ng/ivykis/iv_popen.h
# /usr/include/syslog-ng/ivykis/iv_signal.h
# /usr/include/syslog-ng/ivykis/iv_wait.h
# /usr/include/syslog-ng/ivykis/iv_inotify.h
# /usr/include/syslog-ng/ivykis/iv.h
# /usr/share/man/man5/syslog-ng.conf.5.gz
# /usr/share/man/man8/syslog-ng.8.gz
# /usr/share/man/man1/pdbtool.1.gz
# /usr/share/man/man1/loggen.1.gz
# /usr/share/man/man1/syslog-ng-ctl.1.gz
# /usr/share/syslog-ng/tools/lex-rules.am
# /usr/share/syslog-ng/tools/cfg-grammar.y
# /usr/share/syslog-ng/tools/merge-grammar.pl
# /usr/share/syslog-ng/tools/system-expand
# /usr/share/syslog-ng/xsd/patterndb-1.xsd
# /usr/share/syslog-ng/xsd/patterndb-2.xsd
# /usr/share/syslog-ng/xsd/patterndb-3.xsd
# /usr/share/syslog-ng/xsd/patterndb-4.xsd
# /usr/share/syslog-ng/include/scl/system/plugin.conf
# /usr/share/syslog-ng/include/scl/pacct/plugin.conf
# /usr/share/syslog-ng/include/scl/syslogconf/convert-syslogconf.awk
# /usr/share/syslog-ng/include/scl/syslogconf/README
# /usr/share/syslog-ng/include/scl/syslogconf/plugin.conf
# /usr/share/syslog-ng/include/scl/rewrite/cc-mask.conf
# /usr/share/syslog-ng/include/scl/nodejs/plugin.conf
# /usr/share/syslog-ng/include/scl/graphite/README
# /usr/share/syslog-ng/include/scl/graphite/plugin.conf
# /sysroot/usr/lib/libsyslog-ng-3.6.so.0.0.0
# /sysroot/usr/lib/libsyslog-ng-3.6.so.0
# /sysroot/usr/lib/libsyslog-ng.so
# /sysroot/usr/lib/libsyslog-ng.la
# /sysroot/usr/lib/syslog-ng/libafsocket.so
# /sysroot/usr/lib/syslog-ng/libsyslog-ng-crypto.so
# /sysroot/usr/lib/syslog-ng/libsyslog-ng-crypto.la
# /sysroot/usr/lib/syslog-ng/libsyslogformat.so
# /sysroot/usr/lib/syslog-ng/libsyslogformat.la
# /sysroot/usr/lib/syslog-ng/libafsocket-notls.so
# /sysroot/usr/lib/syslog-ng/libafsocket-notls.la
# /sysroot/usr/lib/syslog-ng/libafsocket-tls.so
# /sysroot/usr/lib/syslog-ng/libafsocket-tls.la
# /sysroot/usr/lib/syslog-ng/libafsql.so
# /sysroot/usr/lib/syslog-ng/libafsql.la
# /sysroot/usr/lib/syslog-ng/libaffile.so
# /sysroot/usr/lib/syslog-ng/libaffile.la
# /sysroot/usr/lib/syslog-ng/libafprog.so
# /sysroot/usr/lib/syslog-ng/libafprog.la
# /sysroot/usr/lib/syslog-ng/libafuser.so
# /sysroot/usr/lib/syslog-ng/libafuser.la
# /sysroot/usr/lib/syslog-ng/libafamqp.so
# /sysroot/usr/lib/syslog-ng/libafamqp.la
# /sysroot/usr/lib/syslog-ng/libafmongodb.so
# /sysroot/usr/lib/syslog-ng/libafmongodb.la
# /sysroot/usr/lib/syslog-ng/libcsvparser.so
# /sysroot/usr/lib/syslog-ng/libcsvparser.la
# /sysroot/usr/lib/syslog-ng/libconfgen.so
# /sysroot/usr/lib/syslog-ng/libconfgen.la
# /sysroot/usr/lib/syslog-ng/libsystem-source.so
# /sysroot/usr/lib/syslog-ng/libsystem-source.la
# /sysroot/usr/lib/syslog-ng/liblinux-kmsg-format.so
# /sysroot/usr/lib/syslog-ng/liblinux-kmsg-format.la
# /sysroot/usr/lib/syslog-ng/libbasicfuncs.so
# /sysroot/usr/lib/syslog-ng/libbasicfuncs.la
# /sysroot/usr/lib/syslog-ng/libcryptofuncs.so
# /sysroot/usr/lib/syslog-ng/libcryptofuncs.la
# /sysroot/usr/lib/syslog-ng/libdbparser.so
# /sysroot/usr/lib/syslog-ng/libdbparser.la
# /sysroot/usr/lib/syslog-ng/libjson-plugin.so
# /sysroot/usr/lib/syslog-ng/libjson-plugin.la
# /sysroot/usr/lib/syslog-ng/libafstomp.so
# /sysroot/usr/lib/syslog-ng/libafstomp.la
# /sysroot/usr/lib/syslog-ng/libpseudofile.so
# /sysroot/usr/lib/syslog-ng/libpseudofile.la
# /sysroot/usr/lib/syslog-ng/libgraphite.so
# /sysroot/usr/lib/syslog-ng/libgraphite.la
# /sysroot/usr/lib/syslog-ng/libsdjournal.so
# /sysroot/usr/lib/syslog-ng/libsdjournal.la
# /sysroot/usr/lib/syslog-ng/libtest/libsyslog-ng-test.a
# /sysroot/usr/lib/pkgconfig/syslog-ng.pc
# /sysroot/usr/lib/pkgconfig/syslog-ng-test.pc
# /sysroot/usr/lib/systemd/system/syslog-ng.service
# /sysroot/usr/include/syslog-ng/afinter.h
# /sysroot/usr/include/syslog-ng/alarms.h
# /sysroot/usr/include/syslog-ng/apphook.h
# /sysroot/usr/include/syslog-ng/atomic.h
# /sysroot/usr/include/syslog-ng/block-ref-parser.h
# /sysroot/usr/include/syslog-ng/cache.h
# /sysroot/usr/include/syslog-ng/cfg.h
# /sysroot/usr/include/syslog-ng/cfg-grammar.h
# /sysroot/usr/include/syslog-ng/cfg-lexer.h
# /sysroot/usr/include/syslog-ng/cfg-lexer-subst.h
# /sysroot/usr/include/syslog-ng/cfg-args.h
# /sysroot/usr/include/syslog-ng/cfg-parser.h
# /sysroot/usr/include/syslog-ng/cfg-tree.h
# /sysroot/usr/include/syslog-ng/children.h
# /sysroot/usr/include/syslog-ng/crypto.h
# /sysroot/usr/include/syslog-ng/dnscache.h
# /sysroot/usr/include/syslog-ng/driver.h
# /sysroot/usr/include/syslog-ng/file-perms.h
# /sysroot/usr/include/syslog-ng/gprocess.h
# /sysroot/usr/include/syslog-ng/gsockaddr.h
# /sysroot/usr/include/syslog-ng/gsocket.h
# /sysroot/usr/include/syslog-ng/hostname.h
# /sysroot/usr/include/syslog-ng/host-resolve.h
# /sysroot/usr/include/syslog-ng/logmatcher.h
# /sysroot/usr/include/syslog-ng/logmpx.h
# /sysroot/usr/include/syslog-ng/logmsg.h
# /sysroot/usr/include/syslog-ng/logpipe.h
# /sysroot/usr/include/syslog-ng/logqueue-fifo.h
# /sysroot/usr/include/syslog-ng/logqueue.h
# /sysroot/usr/include/syslog-ng/logreader.h
# /sysroot/usr/include/syslog-ng/logsource.h
# /sysroot/usr/include/syslog-ng/logstamp.h
# /sysroot/usr/include/syslog-ng/logthrdestdrv.h
# /sysroot/usr/include/syslog-ng/logwriter.h
# /sysroot/usr/include/syslog-ng/mainloop.h
# /sysroot/usr/include/syslog-ng/mainloop-call.h
# /sysroot/usr/include/syslog-ng/mainloop-worker.h
# /sysroot/usr/include/syslog-ng/mainloop-io-worker.h
# /sysroot/usr/include/syslog-ng/memtrace.h
# /sysroot/usr/include/syslog-ng/messages.h
# /sysroot/usr/include/syslog-ng/misc.h
# /sysroot/usr/include/syslog-ng/ml-batched-timer.h
# /sysroot/usr/include/syslog-ng/msg-format.h
# /sysroot/usr/include/syslog-ng/nvtable.h
# /sysroot/usr/include/syslog-ng/parse-number.h
# /sysroot/usr/include/syslog-ng/pathutils.h
# /sysroot/usr/include/syslog-ng/persist-state.h
# /sysroot/usr/include/syslog-ng/persistable-state-header.h
# /sysroot/usr/include/syslog-ng/persistable-state-presenter.h
# /sysroot/usr/include/syslog-ng/plugin.h
# /sysroot/usr/include/syslog-ng/plugin-types.h
# /sysroot/usr/include/syslog-ng/poll-events.h
# /sysroot/usr/include/syslog-ng/poll-fd-events.h
# /sysroot/usr/include/syslog-ng/pragma-parser.h
# /sysroot/usr/include/syslog-ng/presented-persistable-state.h
# /sysroot/usr/include/syslog-ng/reloc.h
# /sysroot/usr/include/syslog-ng/rcptid.h
# /sysroot/usr/include/syslog-ng/run-id.h
# /sysroot/usr/include/syslog-ng/scratch-buffers.h
# /sysroot/usr/include/syslog-ng/serialize.h
# /sysroot/usr/include/syslog-ng/service-management.h
# /sysroot/usr/include/syslog-ng/str-format.h
# /sysroot/usr/include/syslog-ng/syslog-names.h
# /sysroot/usr/include/syslog-ng/syslog-ng.h
# /sysroot/usr/include/syslog-ng/tags.h
# /sysroot/usr/include/syslog-ng/timeutils.h
# /sysroot/usr/include/syslog-ng/tls-support.h
# /sysroot/usr/include/syslog-ng/thread-utils.h
# /sysroot/usr/include/syslog-ng/tlscontext.h
# /sysroot/usr/include/syslog-ng/type-hinting.h
# /sysroot/usr/include/syslog-ng/uuid.h
# /sysroot/usr/include/syslog-ng/value-pairs.h
# /sysroot/usr/include/syslog-ng/vptransform.h
# /sysroot/usr/include/syslog-ng/versioning.h
# /sysroot/usr/include/syslog-ng/bookmark.h
# /sysroot/usr/include/syslog-ng/ringbuffer.h
# /sysroot/usr/include/syslog-ng/ack_tracker.h
# /sysroot/usr/include/syslog-ng/ivykis/iv_avl.h
# /sysroot/usr/include/syslog-ng/ivykis/iv_event.h
# /sysroot/usr/include/syslog-ng/ivykis/iv_event_raw.h
# /sysroot/usr/include/syslog-ng/ivykis/iv_list.h
# /sysroot/usr/include/syslog-ng/ivykis/iv_thread.h
# /sysroot/usr/include/syslog-ng/ivykis/iv_tls.h
# /sysroot/usr/include/syslog-ng/ivykis/iv_work.h
# /sysroot/usr/include/syslog-ng/ivykis/iv_fd_pump.h
# /sysroot/usr/include/syslog-ng/ivykis/iv_popen.h
# /sysroot/usr/include/syslog-ng/ivykis/iv_signal.h
# /sysroot/usr/include/syslog-ng/ivykis/iv_wait.h
# /sysroot/usr/include/syslog-ng/ivykis/iv_inotify.h
# /sysroot/usr/include/syslog-ng/ivykis/iv.h
# /sysroot/usr/include/syslog-ng/compat/compat.h
# /sysroot/usr/include/syslog-ng/compat/getutent.h
# /sysroot/usr/include/syslog-ng/compat/glib.h
# /sysroot/usr/include/syslog-ng/compat/lfs.h
# /sysroot/usr/include/syslog-ng/compat/pio.h
# /sysroot/usr/include/syslog-ng/compat/socket.h
# /sysroot/usr/include/syslog-ng/compat/string.h
# /sysroot/usr/include/syslog-ng/compat/time.h
# /sysroot/usr/include/syslog-ng/control/control.h
# /sysroot/usr/include/syslog-ng/control/control-server.h
# /sysroot/usr/include/syslog-ng/filter/filter-expr.h
# /sysroot/usr/include/syslog-ng/filter/filter-op.h
# /sysroot/usr/include/syslog-ng/filter/filter-cmp.h
# /sysroot/usr/include/syslog-ng/filter/filter-in-list.h
# /sysroot/usr/include/syslog-ng/filter/filter-tags.h
# /sysroot/usr/include/syslog-ng/filter/filter-netmask.h
# /sysroot/usr/include/syslog-ng/filter/filter-call.h
# /sysroot/usr/include/syslog-ng/filter/filter-re.h
# /sysroot/usr/include/syslog-ng/filter/filter-pri.h
# /sysroot/usr/include/syslog-ng/filter/filter-pipe.h
# /sysroot/usr/include/syslog-ng/filter/filter-expr-parser.h
# /sysroot/usr/include/syslog-ng/libtest/testutils.h
# /sysroot/usr/include/syslog-ng/libtest/msg_parse_lib.h
# /sysroot/usr/include/syslog-ng/libtest/template_lib.h
# /sysroot/usr/include/syslog-ng/libtest/proto_lib.h
# /sysroot/usr/include/syslog-ng/libtest/persist_lib.h
# /sysroot/usr/include/syslog-ng/libtest/mock-transport.h
# /sysroot/usr/include/syslog-ng/logproto/logproto-client.h
# /sysroot/usr/include/syslog-ng/logproto/logproto-server.h
# /sysroot/usr/include/syslog-ng/logproto/logproto-buffered-server.h
# /sysroot/usr/include/syslog-ng/logproto/logproto-dgram-server.h
# /sysroot/usr/include/syslog-ng/logproto/logproto-framed-client.h
# /sysroot/usr/include/syslog-ng/logproto/logproto-framed-server.h
# /sysroot/usr/include/syslog-ng/logproto/logproto-text-client.h
# /sysroot/usr/include/syslog-ng/logproto/logproto-text-server.h
# /sysroot/usr/include/syslog-ng/logproto/logproto-indented-multiline-server.h
# /sysroot/usr/include/syslog-ng/logproto/logproto-regexp-multiline-server.h
# /sysroot/usr/include/syslog-ng/logproto/logproto-record-server.h
# /sysroot/usr/include/syslog-ng/logproto/logproto-builtins.h
# /sysroot/usr/include/syslog-ng/logproto/logproto.h
# /sysroot/usr/include/syslog-ng/parser/parser-expr.h
# /sysroot/usr/include/syslog-ng/parser/parser-expr-parser.h
# /sysroot/usr/include/syslog-ng/rewrite/rewrite-expr.h
# /sysroot/usr/include/syslog-ng/rewrite/rewrite-set-tag.h
# /sysroot/usr/include/syslog-ng/rewrite/rewrite-set.h
# /sysroot/usr/include/syslog-ng/rewrite/rewrite-subst.h
# /sysroot/usr/include/syslog-ng/rewrite/rewrite-expr-parser.h
# /sysroot/usr/include/syslog-ng/rewrite/rewrite-groupset.h
# /sysroot/usr/include/syslog-ng/stats/stats.h
# /sysroot/usr/include/syslog-ng/stats/stats-counter.h
# /sysroot/usr/include/syslog-ng/stats/stats-cluster.h
# /sysroot/usr/include/syslog-ng/stats/stats-csv.h
# /sysroot/usr/include/syslog-ng/stats/stats-log.h
# /sysroot/usr/include/syslog-ng/stats/stats-registry.h
# /sysroot/usr/include/syslog-ng/stats/stats-syslog.h
# /sysroot/usr/include/syslog-ng/template/templates.h
# /sysroot/usr/include/syslog-ng/transport/logtransport.h
# /sysroot/usr/include/syslog-ng/transport/transport-aux-data.h
# /sysroot/usr/include/syslog-ng/transport/transport-tls.h
# /sysroot/usr/include/syslog-ng/transport/transport-file.h
# /sysroot/usr/include/syslog-ng/transport/transport-pipe.h
# /sysroot/usr/include/syslog-ng/transport/transport-device.h
# /sysroot/usr/include/syslog-ng/transport/transport-socket.h

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

CMD: bsdtar -tqf syslog-ng.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/syslog-ng.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/syslog-ng.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/syslog-ng.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/syslog-ng/src/syslog-ng-3.6.3/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.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib --sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng --datadir=/usr/share/syslog-ng --with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-manpages --with-jsonc=system
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 83246c718ec3
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2637: checking whether make supports nested variables
# configure:2654: result: yes
# configure:2749: checking for a BSD-compatible install
# configure:2817: result: /usr/bin/install -c
# configure:2828: checking whether build environment is sane
# configure:2878: result: yes
# configure:2927: checking for x86_64-unknown-linux-strip
# configure:2957: result: no
# configure:2967: checking for strip
# configure:2983: found /usr/bin/strip
# configure:2994: result: strip
# configure:3019: checking for a thread-safe mkdir -p
# configure:3058: result: /usr/bin/mkdir -p
# configure:3071: checking for gawk
# configure:3087: found /usr/bin/gawk
# configure:3098: result: gawk
# configure:3109: checking whether make sets $(MAKE)
# configure:3131: result: yes
# configure:3207: checking how to create a ustar tar archive
# configure:3220: tar --version
# tar (GNU tar) 1.29
# Copyright (C) 2015 Free Software Foundation, Inc.
# License GPLv3+: GNU GPL version 3 or later .
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.
#
# Written by John Gilmore and Jay Fenlason.
# configure:3223: $? = 0
# configure:3263: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
# configure:3266: $? = 0
# configure:3270: tar -xf -
# configure:3273: $? = 0
# configure:3286: result: gnutar
# configure:3687: checking for x86_64-unknown-linux-gcc
# configure:3714: result: clang
# configure:3983: checking for C compiler version
# configure:3992: 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:4003: $? = 0
# configure:3992: 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:4003: $? = 0
# configure:3992: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4003: $? = 1
# configure:3992: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4003: $? = 1
# configure:4023: checking whether the C compiler works
# configure:4045: clang conftest.c >&5
# configure:4049: $? = 0
# configure:4097: result: yes
# configure:4100: checking for C compiler default output file name
# configure:4102: result: a.out
# configure:4108: checking for suffix of executables
# configure:4115: clang -o conftest conftest.c >&5
# configure:4119: $? = 0
# configure:4141: result:
# configure:4163: checking whether we are cross compiling
# configure:4171: clang -o conftest conftest.c >&5
# configure:4175: $? = 0
# configure:4182: ./conftest
# configure:4186: $? = 0
# configure:4201: result: no
# configure:4206: checking for suffix of object files
# configure:4228: clang -c conftest.c >&5
# configure:4232: $? = 0
# configure:4253: result: o
# configure:4257: checking whether we are using the GNU C compiler
# configure:4276: clang -c conftest.c >&5
# configure:4276: $? = 0
# configure:4285: result: yes
# configure:4294: checking whether clang accepts -g
# configure:4314: clang -c -g conftest.c >&5
# configure:4314: $? = 0
# configure:4355: result: yes
# configure:4372: checking for clang option to accept ISO C89
# configure:4436: clang -c conftest.c >&5
# configure:4436: $? = 0
# configure:4449: result: none needed
# configure:4480: checking for style of include used by make
# configure:4508: result: GNU
# configure:4534: checking dependency style of clang
# configure:4645: result: gcc3
# configure:4660: checking for clang option to accept ISO C99
# configure:4809: clang -c conftest.c >&5
# configure:4809: $? = 0
# configure:4822: result: none needed
# configure:4838: checking whether clang and cc understand -c and -o together
# configure:4869: clang -c conftest.c -o conftest2.o >&5
# configure:4873: $? = 0
# configure:4879: clang -c conftest.c -o conftest2.o >&5
# configure:4883: $? = 0
# configure:4894: cc -c conftest.c >&5
# configure:4898: $? = 0
# configure:4906: cc -c conftest.c -o conftest2.o >&5
# configure:4910: $? = 0
# configure:4916: cc -c conftest.c -o conftest2.o >&5
# configure:4920: $? = 0
# configure:4938: result: yes
# configure:4970: checking for bison
# configure:4986: found /usr/bin/bison
# configure:4997: result: bison -y
# configure:5014: checking for flex
# configure:5030: found /usr/bin/flex
# configure:5041: result: flex
# configure:5078: flex conftest.l
# configure:5082: $? = 1
# configure:5084: checking lex output file root
# configure:5098: result: lex.yy
# configure:5103: checking lex library
# configure:5117: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5117: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# |
# configure:5117: clang -o conftest conftest.c -lfl >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5117: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# |
# configure:5117: clang -o conftest conftest.c -ll >&5
# /usr/bin/ld: cannot find -ll
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5117: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# |
# configure:5127: result: none needed
# configure:5133: checking whether yytext is a pointer
# configure:5150: clang -o conftest conftest.c >&5
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
# (.text+0x20): undefined reference to `main'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:5150: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# |
# | #define YYTEXT_POINTER 1
# |
# configure:5158: result: no
# configure:5171: checking whether make sets $(MAKE)
# configure:5193: result: yes
# configure:5213: checking for x86_64-unknown-linux-pkg-config
# configure:5246: result: no
# configure:5256: checking for pkg-config
# configure:5274: found /usr/bin/pkg-config
# configure:5286: result: /usr/bin/pkg-config
# configure:5311: checking pkg-config is at least version 0.9.0
# configure:5314: result: yes
# configure:5351: checking build system type
# configure:5365: result: x86_64-unknown-linux-gnu
# configure:5385: checking host system type
# configure:5398: result: x86_64-unknown-linux-gnu
# configure:5439: checking how to print strings
# configure:5466: result: printf
# configure:5487: checking for a sed that does not truncate output
# configure:5551: result: /usr/bin/sed
# configure:5569: checking for grep that handles long lines and -e
# configure:5627: result: /usr/bin/grep
# configure:5632: checking for egrep
# configure:5694: result: /usr/bin/grep -E
# configure:5699: checking for fgrep
# configure:5761: result: /usr/bin/grep -F
# configure:5796: checking for ld used by clang
# configure:5863: result: /usr/bin/ld
# configure:5870: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5885: result: yes
# configure:5897: checking for BSD- or MS-compatible name lister (nm)
# configure:5946: result: /usr/bin/nm -B
# configure:6076: checking the name lister (/usr/bin/nm -B) interface
# configure:6083: clang -c conftest.c >&5
# configure:6086: /usr/bin/nm -B "conftest.o"
# configure:6089: output
# 0000000000000000 B some_variable
# configure:6096: result: BSD nm
# configure:6099: checking whether ln -s works
# configure:6103: result: yes
# configure:6111: checking the maximum length of command line arguments
# configure:6241: result: 1572864
# configure:6258: checking whether the shell understands some XSI constructs
# configure:6268: result: yes
# configure:6272: checking whether the shell understands "+="
# configure:6278: result: yes
# configure:6313: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:6353: result: func_convert_file_noop
# configure:6360: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:6380: result: func_convert_file_noop
# configure:6387: checking for /usr/bin/ld option to reload object files
# configure:6394: result: -r
# configure:6428: checking for x86_64-unknown-linux-objdump
# configure:6458: result: no
# configure:6468: checking for objdump
# configure:6484: found /usr/bin/objdump
# configure:6495: result: objdump
# configure:6527: checking how to recognize dependent libraries
# configure:6729: result: pass_all
# configure:6774: checking for x86_64-unknown-linux-dlltool
# configure:6804: result: no
# configure:6814: checking for dlltool
# configure:6844: result: no
# configure:6874: checking how to associate runtime and link libraries
# configure:6901: result: printf %s\n
# configure:6917: checking for x86_64-unknown-linux-ar
# configure:6947: result: no
# configure:6961: checking for ar
# configure:6977: found /usr/bin/ar
# configure:6988: result: ar
# configure:7025: checking for archiver @FILE support
# configure:7042: clang -c conftest.c >&5
# configure:7042: $? = 0
# configure:7045: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:7048: $? = 0
# configure:7053: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:7056: $? = 1
# configure:7068: result: @
# configure:7086: checking for x86_64-unknown-linux-strip
# configure:7113: result: strip
# configure:7185: checking for x86_64-unknown-linux-ranlib
# configure:7215: result: no
# configure:7225: checking for ranlib
# configure:7241: found /usr/bin/ranlib
# configure:7252: result: ranlib
# configure:7354: checking command to parse /usr/bin/nm -B output from clang object
# configure:7474: clang -c conftest.c >&5
# configure:7477: $? = 0
# configure:7481: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:7484: $? = 0
# configure:7550: clang -o conftest conftest.c conftstm.o >&5
# configure:7553: $? = 0
# configure:7591: result: ok
# configure:7628: checking for sysroot
# configure:7658: result: no
# configure:7735: clang -c conftest.c >&5
# configure:7738: $? = 0
# configure:7874: checking for x86_64-unknown-linux-mt
# configure:7904: result: no
# configure:7914: checking for mt
# configure:7944: result: no
# configure:7964: checking if : is a manifest tool
# configure:7970: : '-?'
# configure:7978: result: no
# configure:8620: checking how to run the C preprocessor
# configure:8651: clang -E conftest.c
# configure:8651: $? = 0
# configure:8665: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8665: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:8690: result: clang -E
# configure:8710: clang -E conftest.c
# configure:8710: $? = 0
# configure:8724: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:8724: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:8753: checking for ANSI C header files
# configure:8773: clang -c conftest.c >&5
# configure:8773: $? = 0
# configure:8846: clang -o conftest conftest.c >&5
# configure:8846: $? = 0
# configure:8846: ./conftest
# configure:8846: $? = 0
# configure:8857: result: yes
# configure:8870: checking for sys/types.h
# configure:8870: clang -c conftest.c >&5
# configure:8870: $? = 0
# configure:8870: result: yes
# configure:8870: checking for sys/stat.h
# configure:8870: clang -c conftest.c >&5
# configure:8870: $? = 0
# configure:8870: result: yes
# configure:8870: checking for stdlib.h
# configure:8870: clang -c conftest.c >&5
# configure:8870: $? = 0
# configure:8870: result: yes
# configure:8870: checking for string.h
# configure:8870: clang -c conftest.c >&5
# configure:8870: $? = 0
# configure:8870: result: yes
# configure:8870: checking for memory.h
# configure:8870: clang -c conftest.c >&5
# configure:8870: $? = 0
# configure:8870: result: yes
# configure:8870: checking for strings.h
# configure:8870: clang -c conftest.c >&5
# configure:8870: $? = 0
# configure:8870: result: yes
# configure:8870: checking for inttypes.h
# configure:8870: clang -c conftest.c >&5
# configure:8870: $? = 0
# configure:8870: result: yes
# configure:8870: checking for stdint.h
# configure:8870: clang -c conftest.c >&5
# configure:8870: $? = 0
# configure:8870: result: yes
# configure:8870: checking for unistd.h
# configure:8870: clang -c conftest.c >&5
# configure:8870: $? = 0
# configure:8870: result: yes
# configure:8884: checking for dlfcn.h
# configure:8884: clang -c conftest.c >&5
# configure:8884: $? = 0
# configure:8884: result: yes
# configure:9088: checking for objdir
# configure:9103: result: .libs
# configure:9374: checking if clang supports -fno-rtti -fno-exceptions
# configure:9392: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:9396: $? = 0
# configure:9409: result: yes
# configure:9736: checking for clang option to produce PIC
# configure:9743: result: -fPIC -DPIC
# configure:9751: checking if clang PIC flag -fPIC -DPIC works
# configure:9769: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9773: $? = 0
# configure:9786: result: yes
# configure:9815: checking if clang static flag -static works
# configure:9843: result: yes
# configure:9858: checking if clang supports -c -o file.o
# configure:9879: clang -c -o out/conftest2.o conftest.c >&5
# configure:9883: $? = 0
# configure:9905: result: yes
# configure:9913: checking if clang supports -c -o file.o
# configure:9960: result: yes
# configure:9993: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11150: result: yes
# configure:11187: checking whether -lc should be explicitly linked in
# configure:11195: clang -c conftest.c >&5
# configure:11198: $? = 0
# configure:11213: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:11216: $? = 0
# configure:11230: result: no
# configure:11390: checking dynamic linker characteristics
# configure:11901: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11901: $? = 0
# configure:12135: result: GNU/Linux ld.so
# configure:12242: checking how to hardcode library paths into programs
# configure:12267: result: immediate
# configure:12361: checking for shl_load
# configure:12361: clang -o conftest conftest.c >&5
# /tmp/conftest-61a5c5.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `shl_load'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12361: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | /* Define shl_load to an innocuous variant, in case declares shl_load.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define shl_load innocuous_shl_load
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char shl_load (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef shl_load
# |
# | /* 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 shl_load ();
# | /* 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_shl_load || defined __stub___shl_load
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:12361: result: no
# configure:12365: checking for shl_load in -ldld
# configure:12390: clang -o conftest conftest.c -ldld >&5
# /usr/bin/ld: cannot find -ldld
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12390: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* 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 shl_load ();
# | int
# | main ()
# | {
# | return shl_load ();
# | ;
# | return 0;
# | }
# configure:12399: result: no
# configure:12404: checking for dlopen
# configure:12404: clang -o conftest conftest.c >&5
# /tmp/conftest-884fdd.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12404: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | /* Define dlopen to an innocuous variant, in case declares dlopen.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define dlopen innocuous_dlopen
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char dlopen (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef dlopen
# |
# | /* 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 dlopen ();
# | /* 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_dlopen || defined __stub___dlopen
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:12404: result: no
# configure:12408: checking for dlopen in -ldl
# configure:12433: clang -o conftest conftest.c -ldl >&5
# configure:12433: $? = 0
# configure:12442: result: yes
# configure:12561: checking whether a program can dlopen itself
# configure:12641: clang -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
# configure:12644: $? = 0
# configure:12662: result: yes
# configure:12667: checking whether a statically linked program can dlopen itself
# configure:12747: clang -o conftest -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
# /tmp/conftest-ae47c2.o: In function `main':
# conftest.c:(.text+0x29): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
# /usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12750: $? = 1
# configure:12768: result: no
# configure:12807: checking whether stripping libraries is possible
# configure:12812: result: yes
# configure:12847: checking if libtool supports shared libraries
# configure:12849: result: yes
# configure:12852: checking whether to build shared libraries
# configure:12873: result: yes
# configure:12876: checking whether to build static libraries
# configure:12880: result: no
# configure:12976: checking CFLAGS_NOWARN_POINTER_SIGN for gcc -Wno-pointer-sign
# configure:13003: clang -c -Wall -pthread -pedantic -Werror -Wno-pointer-sign conftest.c >&5
# configure:13003: $? = 0
# configure:13017: result: -Wno-pointer-sign
# configure:13029: : CFLAGS_NOWARN_POINTER_SIGN="$CFLAGS_NOWARN_POINTER_SIGN $ac_cv_cflags_gcc_option__Wno_pointer_sign"
# configure:13032: $? = 0
# configure:13047: checking for special C compiler options needed for large files
# configure:13092: result: no
# configure:13098: checking for _FILE_OFFSET_BITS value needed for large files
# configure:13123: clang -c -Wall -pthread conftest.c >&5
# configure:13123: $? = 0
# configure:13155: result: no
# configure:13313: clang -o conftest -Wall -pthread conftest.c >&5
# configure:13313: $? = 0
# configure:13324: checking how to enable static linking for certain libraries
# configure:13330: result: GNU or Solaris
# configure:13350: checking for ANSI C header files
# configure:13454: result: yes
# configure:13462: checking dmalloc.h usability
# configure:13462: clang -c -Wall -pthread conftest.c >&5
# conftest.c:56:10: fatal error: 'dmalloc.h' file not found
# #include
# ^
# 1 error generated.
# configure:13462: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD_KEYWORD 1
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:13462: result: no
# configure:13462: checking dmalloc.h presence
# configure:13462: clang -E conftest.c
# conftest.c:23:10: fatal error: 'dmalloc.h' file not found
# #include
# ^
# 1 error generated.
# configure:13462: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD_KEYWORD 1
# | #define STDC_HEADERS 1
# | /* end confdefs.h. */
# | #include
# configure:13462: result: no
# configure:13462: checking for dmalloc.h
# configure:13462: result: no
# configure:13479: checking for strings.h
# configure:13479: result: yes
# configure:13479: checking getopt.h usability
# configure:13479: clang -c -Wall -pthread conftest.c >&5
# configure:13479: $? = 0
# configure:13479: result: yes
# configure:13479: checking getopt.h presence
# configure:13479: clang -E conftest.c
# configure:13479: $? = 0
# configure:13479: result: yes
# configure:13479: checking for getopt.h
# configure:13479: result: yes
# configure:13479: checking stropts.h usability
# configure:13479: clang -c -Wall -pthread conftest.c >&5
# configure:13479: $? = 0
# configure:13479: result: yes
# configure:13479: checking stropts.h presence
# configure:13479: clang -E conftest.c
# configure:13479: $? = 0
# configure:13479: result: yes
# configure:13479: checking for stropts.h
# configure:13479: result: yes
# configure:13479: checking sys/strlog.h usability
# configure:13479: clang -c -Wall -pthread conftest.c >&5
# conftest.c:59:10: fatal error: 'sys/strlog.h' file not found
# #include
# ^
# 1 error generated.
# configure:13479: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD_KEYWORD 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_STROPTS_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:13479: result: no
# configure:13479: checking sys/strlog.h presence
# configure:13479: clang -E conftest.c
# conftest.c:26:10: fatal error: 'sys/strlog.h' file not found
# #include
# ^
# 1 error generated.
# configure:13479: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD_KEYWORD 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_STROPTS_H 1
# | /* end confdefs.h. */
# | #include
# configure:13479: result: no
# configure:13479: checking for sys/strlog.h
# configure:13479: result: no
# configure:13479: checking door.h usability
# configure:13479: clang -c -Wall -pthread conftest.c >&5
# conftest.c:59:10: fatal error: 'door.h' file not found
# #include
# ^
# 1 error generated.
# configure:13479: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD_KEYWORD 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_STROPTS_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:13479: result: no
# configure:13479: checking door.h presence
# configure:13479: clang -E conftest.c
# conftest.c:26:10: fatal error: 'door.h' file not found
# #include
# ^
# 1 error generated.
# configure:13479: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD_KEYWORD 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_STROPTS_H 1
# | /* end confdefs.h. */
# | #include
# configure:13479: result: no
# configure:13479: checking for door.h
# configure:13479: result: no
# configure:13479: checking sys/capability.h usability
# configure:13479: clang -c -Wall -pthread conftest.c >&5
# configure:13479: $? = 0
# configure:13479: result: yes
# configure:13479: checking sys/capability.h presence
# configure:13479: clang -E conftest.c
# configure:13479: $? = 0
# configure:13479: result: yes
# configure:13479: checking for sys/capability.h
# configure:13479: result: yes
# configure:13479: checking sys/prctl.h usability
# configure:13479: clang -c -Wall -pthread conftest.c >&5
# configure:13479: $? = 0
# configure:13479: result: yes
# configure:13479: checking sys/prctl.h presence
# configure:13479: clang -E conftest.c
# configure:13479: $? = 0
# configure:13479: result: yes
# configure:13479: checking for sys/prctl.h
# configure:13479: result: yes
# configure:13479: checking utmp.h usability
# configure:13479: clang -c -Wall -pthread conftest.c >&5
# configure:13479: $? = 0
# configure:13479: result: yes
# configure:13479: checking utmp.h presence
# configure:13479: clang -E conftest.c
# configure:13479: $? = 0
# configure:13479: result: yes
# configure:13479: checking for utmp.h
# configure:13479: result: yes
# configure:13479: checking utmpx.h usability
# configure:13479: clang -c -Wall -pthread conftest.c >&5
# configure:13479: $? = 0
# configure:13479: result: yes
# configure:13479: checking utmpx.h presence
# configure:13479: clang -E conftest.c
# configure:13479: $? = 0
# configure:13479: result: yes
# configure:13479: checking for utmpx.h
# configure:13479: result: yes
# configure:13491: checking tcpd.h usability
# configure:13491: clang -c -Wall -pthread conftest.c >&5
# conftest.c:63:10: fatal error: 'tcpd.h' file not found
# #include
# ^
# 1 error generated.
# configure:13491: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD_KEYWORD 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:13491: result: no
# configure:13491: checking tcpd.h presence
# configure:13491: clang -E conftest.c
# conftest.c:30:10: fatal error: 'tcpd.h' file not found
# #include
# ^
# 1 error generated.
# configure:13491: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD_KEYWORD 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | /* end confdefs.h. */
# | #include
# configure:13491: result: no
# configure:13491: checking for tcpd.h
# configure:13491: result: no
# configure:13502: checking for struct ucred
# configure:13502: clang -c -Wall -pthread conftest.c >&5
# configure:13502: $? = 0
# configure:13502: clang -c -Wall -pthread conftest.c >&5
# conftest.c:37:27: error: expected expression
# if (sizeof ((struct ucred)))
# ^
# 1 error generated.
# configure:13502: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD_KEYWORD 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | /* end confdefs.h. */
# | #define _GNU_SOURCE 1
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof ((struct ucred)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13502: result: yes
# configure:13514: checking for struct cmsgcred
# configure:13514: clang -c -Wall -pthread conftest.c >&5
# conftest.c:38:5: error: invalid application of 'sizeof' to an incomplete type 'struct cmsgcred'
# if (sizeof (struct cmsgcred))
# ^ ~~~~~~~~~~~~~~~~~
# conftest.c:38:20: note: forward declaration of 'struct cmsgcred'
# if (sizeof (struct cmsgcred))
# ^
# 1 error generated.
# configure:13514: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD_KEYWORD 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_STRUCT_UCRED 1
# | /* end confdefs.h. */
# | #define _GNU_SOURCE 1
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | if (sizeof (struct cmsgcred))
# | return 0;
# | ;
# | return 0;
# | }
# configure:13514: result: no
# configure:13529: checking whether struct tm is in sys/time.h or time.h
# configure:13549: clang -c -Wall -pthread conftest.c >&5
# configure:13549: $? = 0
# configure:13556: result: time.h
# configure:13565: checking for SO_ACCEPTCONN
# conftest.c:33:10: fatal error: 'socket.h' file not found
# #include
# ^
# 1 error generated.
# configure:13587: result: no
# configure:13596: checking for struct tm.tm_gmtoff
# configure:13596: clang -c -Wall -pthread conftest.c >&5
# configure:13596: $? = 0
# configure:13596: result: yes
# configure:13610: checking for I_CONSLOG
# conftest.c:33:10: fatal error: 'sys/strlog.h' file not found
# #include
# ^
# 1 error generated.
# configure:13631: result: no
# configure:13636: checking for O_LARGEFILE
# configure:13657: result: yes
# configure:13667: checking for struct sockaddr_storage
# configure:13686: result: yes
# configure:13695: checking for struct sockaddr_in6
# configure:13714: result: yes
# configure:13717: checking for PR_SET_KEEPCAPS
# configure:13739: result: yes
# configure:13754: checking for modern utmp
# configure:13784: clang -c -Wall -pthread conftest.c >&5
# conftest.c:53:20: warning: address of 'ut.ut_type' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return &ut.ut_type && &ut.ut_user;
# ~~~^~~~~~~ ~~
# conftest.c:53:35: warning: address of 'ut.ut_user' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return &ut.ut_type && &ut.ut_user;
# ~~ ~~~^~~~~~~
# 2 warnings generated.
# configure:13784: $? = 0
# configure:13791: result: yes
# configure:13800: checking for door_create in -ldoor
# configure:13825: clang -o conftest -Wall -pthread conftest.c -ldoor >&5
# /usr/bin/ld: cannot find -ldoor
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13825: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD_KEYWORD 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_STRUCT_UCRED 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_O_LARGEFILE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_PR_SET_KEEPCAPS 1
# | #define HAVE_ENVIRON 1
# | #define HAVE_MODERN_UTMP 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 door_create ();
# | int
# | main ()
# | {
# | return door_create ();
# | ;
# | return 0;
# | }
# configure:13834: result: no
# configure:13840: checking for socket in -lsocket
# configure:13865: clang -o conftest -Wall -pthread 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:13865: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD_KEYWORD 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_STRUCT_UCRED 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_O_LARGEFILE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_PR_SET_KEEPCAPS 1
# | #define HAVE_ENVIRON 1
# | #define HAVE_MODERN_UTMP 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:13874: result: no
# configure:13880: checking for nanosleep in -lrt
# configure:13905: clang -o conftest -Wall -pthread conftest.c -lrt >&5
# configure:13905: $? = 0
# configure:13914: result: yes
# configure:13920: checking for gethostbyname in -lnsl
# configure:13945: clang -o conftest -Wall -pthread conftest.c -lnsl >&5
# configure:13945: $? = 0
# configure:13954: result: yes
# configure:13960: checking for regexec in -lregex
# configure:13985: clang -o conftest -Wall -pthread conftest.c -lregex >&5
# /usr/bin/ld: cannot find -lregex
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13985: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD_KEYWORD 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_STRUCT_UCRED 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_O_LARGEFILE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_PR_SET_KEEPCAPS 1
# | #define HAVE_ENVIRON 1
# | #define HAVE_MODERN_UTMP 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 regexec ();
# | int
# | main ()
# | {
# | return regexec ();
# | ;
# | return 0;
# | }
# configure:13994: result: no
# configure:14000: checking for res_init in -lresolv
# configure:14025: clang -o conftest -Wall -pthread conftest.c -lresolv >&5
# /tmp/conftest-a851ea.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `res_init'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14025: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD_KEYWORD 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_STRUCT_UCRED 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_O_LARGEFILE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_PR_SET_KEEPCAPS 1
# | #define HAVE_ENVIRON 1
# | #define HAVE_MODERN_UTMP 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 res_init ();
# | int
# | main ()
# | {
# | return res_init ();
# | ;
# | return 0;
# | }
# configure:14034: result: no
# configure:14061: checking for strdup
# configure:14061: clang -o conftest -Wall -pthread conftest.c >&5
# conftest.c:60:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
# char strdup ();
# ^
# conftest.c:60:6: note: 'strdup' is a builtin with type 'char *(const char *)'
# 1 warning generated.
# configure:14061: $? = 0
# configure:14061: result: yes
# configure:14061: checking for strtol
# configure:14061: clang -o conftest -Wall -pthread conftest.c >&5
# configure:14061: $? = 0
# configure:14061: result: yes
# configure:14061: checking for strtoll
# configure:14061: clang -o conftest -Wall -pthread conftest.c >&5
# configure:14061: $? = 0
# configure:14061: result: yes
# configure:14061: checking for strtoimax
# configure:14061: clang -o conftest -Wall -pthread conftest.c >&5
# configure:14061: $? = 0
# configure:14061: result: yes
# configure:14061: checking for inet_aton
# configure:14061: clang -o conftest -Wall -pthread conftest.c >&5
# configure:14061: $? = 0
# configure:14061: result: yes
# configure:14061: checking for inet_ntoa
# configure:14061: clang -o conftest -Wall -pthread conftest.c >&5
# configure:14061: $? = 0
# configure:14061: result: yes
# configure:14061: checking for getopt_long
# configure:14061: clang -o conftest -Wall -pthread conftest.c >&5
# configure:14061: $? = 0
# configure:14061: result: yes
# configure:14061: checking for getaddrinfo
# configure:14061: clang -o conftest -Wall -pthread conftest.c >&5
# configure:14061: $? = 0
# configure:14061: result: yes
# configure:14061: checking for getnameinfo
# configure:14061: clang -o conftest -Wall -pthread conftest.c >&5
# configure:14061: $? = 0
# configure:14061: result: yes
# configure:14061: checking for getutent
# configure:14061: clang -o conftest -Wall -pthread conftest.c >&5
# configure:14061: $? = 0
# configure:14061: result: yes
# configure:14061: checking for getutxent
# configure:14061: clang -o conftest -Wall -pthread conftest.c >&5
# configure:14061: $? = 0
# configure:14061: result: yes
# configure:14061: checking for pread
# configure:14061: clang -o conftest -Wall -pthread conftest.c >&5
# configure:14061: $? = 0
# configure:14061: result: yes
# configure:14061: checking for pwrite
# configure:14061: clang -o conftest -Wall -pthread conftest.c >&5
# configure:14061: $? = 0
# configure:14061: result: yes
# configure:14061: checking for strcasestr
# configure:14061: clang -o conftest -Wall -pthread conftest.c >&5
# configure:14061: $? = 0
# configure:14061: result: yes
# configure:14061: checking for memrchr
# configure:14061: clang -o conftest -Wall -pthread conftest.c >&5
# configure:14061: $? = 0
# configure:14061: result: yes
# configure:14061: checking for localtime_r
# configure:14061: clang -o conftest -Wall -pthread conftest.c >&5
# configure:14061: $? = 0
# configure:14061: result: yes
# configure:14061: checking for gmtime_r
# configure:14061: clang -o conftest -Wall -pthread conftest.c >&5
# configure:14061: $? = 0
# configure:14061: result: yes
# configure:14061: checking for strtok_r
# configure:14061: clang -o conftest -Wall -pthread conftest.c >&5
# configure:14061: $? = 0
# configure:14061: result: yes
# configure:14074: checking for clock_gettime
# configure:14074: clang -o conftest -Wall -pthread conftest.c -lrt -lnsl >&5
# configure:14074: $? = 0
# configure:14074: result: yes
# configure:14087: checking for EVTLOG
# configure:14094: $PKG_CONFIG --exists --print-errors "eventlog >= $EVTLOG_MIN_VERSION"
# configure:14097: $? = 0
# configure:14111: $PKG_CONFIG --exists --print-errors "eventlog >= $EVTLOG_MIN_VERSION"
# configure:14114: $? = 0
# configure:14172: result: yes
# configure:14179: checking for TCP wrapper library
# configure:14208: clang -o conftest -Wall -pthread conftest.c -lwrap >&5
# /usr/bin/ld: cannot find -lwrap
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:14208: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD_KEYWORD 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_STRUCT_UCRED 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_O_LARGEFILE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_PR_SET_KEEPCAPS 1
# | #define HAVE_ENVIRON 1
# | #define HAVE_MODERN_UTMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOIMAX 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_PREAD 1
# | #define HAVE_PWRITE 1
# | #define HAVE_STRCASESTR 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_CLOCK_GETTIME 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | }
# |
# | int allow_severity;
# | int deny_severity;
# | extern int hosts_access(void);
# |
# | int foo(void)
# | {
# | hosts_access();
# |
# | ;
# | return 0;
# | }
# configure:14208: clang -o conftest -Wall -pthread conftest.c /usr/local/lib/libwrap.a >&5
# clang-3.8: error: no such file or directory: '/usr/local/lib/libwrap.a'
# configure:14208: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD_KEYWORD 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_STRUCT_UCRED 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_O_LARGEFILE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_PR_SET_KEEPCAPS 1
# | #define HAVE_ENVIRON 1
# | #define HAVE_MODERN_UTMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOIMAX 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_PREAD 1
# | #define HAVE_PWRITE 1
# | #define HAVE_STRCASESTR 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_CLOCK_GETTIME 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | }
# |
# | int allow_severity;
# | int deny_severity;
# | extern int hosts_access(void);
# |
# | int foo(void)
# | {
# | hosts_access();
# |
# | ;
# | return 0;
# | }
# configure:14220: result:
# configure:14226: checking whether to enable TCP wrapper support
# configure:14234: result: no
# configure:14243: checking for dlsym in -ldl
# configure:14268: clang -o conftest -Wall -pthread conftest.c -ldl >&5
# configure:14268: $? = 0
# configure:14277: result: yes
# configure:14285: checking for LIBDBI
# configure:14292: $PKG_CONFIG --exists --print-errors "dbi >= $LIBDBI_MIN_VERSION"
# configure:14295: $? = 0
# configure:14309: $PKG_CONFIG --exists --print-errors "dbi >= $LIBDBI_MIN_VERSION"
# configure:14312: $? = 0
# configure:14350: result: yes
# configure:14416: checking for GLIB
# configure:14423: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_MIN_VERSION $GLIB_ADDONS"
# configure:14426: $? = 0
# configure:14440: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_MIN_VERSION $GLIB_ADDONS"
# configure:14443: $? = 0
# configure:14501: result: yes
# configure:14529: checking for g_mapped_file_unref
# configure:14529: clang -o conftest -Wall -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 conftest.c >&5
# configure:14529: $? = 0
# configure:14529: result: yes
# configure:14539: checking sanity checking Glib headers
# configure:14560: clang -o conftest -Wall -pthread -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 conftest.c >&5
# configure:14560: $? = 0
# configure:14560: ./conftest
# configure:14560: $? = 0
# configure:14570: result: yes
# configure:14593: checking for GEOIP
# configure:14600: $PKG_CONFIG --exists --print-errors "geoip"
# Package geoip was not found in the pkg-config search path.
# Perhaps you should add the directory containing `geoip.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'geoip' found
# configure:14603: $? = 1
# configure:14617: $PKG_CONFIG --exists --print-errors "geoip"
# Package geoip was not found in the pkg-config search path.
# Perhaps you should add the directory containing `geoip.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'geoip' found
# configure:14620: $? = 1
# configure:14634: result: no
# No package 'geoip' found
# configure:14689: checking for PCRE
# configure:14696: $PKG_CONFIG --exists --print-errors "libpcre >= $PCRE_MIN_VERSION"
# configure:14699: $? = 0
# configure:14713: $PKG_CONFIG --exists --print-errors "libpcre >= $PCRE_MIN_VERSION"
# configure:14716: $? = 0
# configure:14754: result: yes
# configure:14768: checking for OPENSSL
# configure:14775: $PKG_CONFIG --exists --print-errors "openssl >= $OPENSSL_MIN_VERSION"
# configure:14778: $? = 0
# configure:14792: $PKG_CONFIG --exists --print-errors "openssl >= $OPENSSL_MIN_VERSION"
# configure:14795: $? = 0
# configure:14833: result: yes
# configure:14908: checking for LIBNET
# configure:14923: result: no
# configure:15077: $PKG_CONFIG --exists --print-errors "json-c"
# configure:15080: $? = 0
# configure:15095: checking for JSON
# configure:15102: $PKG_CONFIG --exists --print-errors "$json_module_name >= $JSON_C_MIN_VERSION"
# configure:15105: $? = 0
# configure:15119: $PKG_CONFIG --exists --print-errors "$json_module_name >= $JSON_C_MIN_VERSION"
# configure:15122: $? = 0
# configure:15160: result: yes
# configure:15194: checking for LIBMONGO
# configure:15201: $PKG_CONFIG --exists --print-errors "libmongo-client >= $LMC_MIN_VERSION"
# Package libmongo-client was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libmongo-client.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libmongo-client' found
# configure:15204: $? = 1
# configure:15218: $PKG_CONFIG --exists --print-errors "libmongo-client >= $LMC_MIN_VERSION"
# Package libmongo-client was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libmongo-client.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libmongo-client' found
# configure:15221: $? = 1
# configure:15235: result: no
# No package 'libmongo-client' found
# configure:15402: checking for libESMTP
# configure:15410: result: no
# configure:15443: checking for HIREDIS
# configure:15450: $PKG_CONFIG --exists --print-errors "hiredis"
# Package hiredis was not found in the pkg-config search path.
# Perhaps you should add the directory containing `hiredis.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'hiredis' found
# configure:15453: $? = 1
# configure:15467: $PKG_CONFIG --exists --print-errors "hiredis"
# Package hiredis was not found in the pkg-config search path.
# Perhaps you should add the directory containing `hiredis.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'hiredis' found
# configure:15470: $? = 1
# configure:15484: result: no
# No package 'hiredis' found
# configure:15502: checking for HIREDIS
# configure:15509: $PKG_CONFIG --exists --print-errors "libhiredis"
# Package libhiredis was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libhiredis.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libhiredis' found
# configure:15512: $? = 1
# configure:15526: $PKG_CONFIG --exists --print-errors "libhiredis"
# Package libhiredis was not found in the pkg-config search path.
# Perhaps you should add the directory containing `libhiredis.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'libhiredis' found
# configure:15529: $? = 1
# configure:15543: result: no
# No package 'libhiredis' found
# configure:15559: checking hiredis/hiredis.h usability
# configure:15559: clang -c -Wall -pthread conftest.c >&5
# conftest.c:90:10: fatal error: 'hiredis/hiredis.h' file not found
# #include
# ^
# 1 error generated.
# configure:15559: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD_KEYWORD 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_STRUCT_UCRED 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_O_LARGEFILE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_PR_SET_KEEPCAPS 1
# | #define HAVE_ENVIRON 1
# | #define HAVE_MODERN_UTMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOIMAX 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_PREAD 1
# | #define HAVE_PWRITE 1
# | #define HAVE_STRCASESTR 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_G_MAPPED_FILE_UNREF 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:15559: result: no
# configure:15559: checking hiredis/hiredis.h presence
# configure:15559: clang -E conftest.c
# conftest.c:57:10: fatal error: 'hiredis/hiredis.h' file not found
# #include
# ^
# 1 error generated.
# configure:15559: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD_KEYWORD 1
# | #define STDC_HEADERS 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_STROPTS_H 1
# | #define HAVE_SYS_CAPABILITY_H 1
# | #define HAVE_SYS_PRCTL_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_UTMPX_H 1
# | #define HAVE_STRUCT_UCRED 1
# | #define HAVE_STRUCT_TM_TM_GMTOFF 1
# | #define HAVE_O_LARGEFILE 1
# | #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# | #define HAVE_PR_SET_KEEPCAPS 1
# | #define HAVE_ENVIRON 1
# | #define HAVE_MODERN_UTMP 1
# | #define HAVE_STRDUP 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOLL 1
# | #define HAVE_STRTOIMAX 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_NTOA 1
# | #define HAVE_GETOPT_LONG 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETUTENT 1
# | #define HAVE_GETUTXENT 1
# | #define HAVE_PREAD 1
# | #define HAVE_PWRITE 1
# | #define HAVE_STRCASESTR 1
# | #define HAVE_MEMRCHR 1
# | #define HAVE_LOCALTIME_R 1
# | #define HAVE_GMTIME_R 1
# | #define HAVE_STRTOK_R 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_G_MAPPED_FILE_UNREF 1
# | /* end confdefs.h. */
# | #include
# configure:15559: result: no
# configure:15559: checking for hiredis/hiredis.h
# configure:15559: result: no
# configure:15693: checking for python
# configure:15709: found /usr/bin/python
# configure:15721: result: 1
# configure:15774: checking for RIEMANN_CLIENT
# configure:15781: $PKG_CONFIG --exists --print-errors "riemann-client >= $LRC_MIN_VERSION"
# Package riemann-client was not found in the pkg-config search path.
# Perhaps you should add the directory containing `riemann-client.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'riemann-client' found
# configure:15784: $? = 1
# configure:15798: $PKG_CONFIG --exists --print-errors "riemann-client >= $LRC_MIN_VERSION"
# Package riemann-client was not found in the pkg-config search path.
# Perhaps you should add the directory containing `riemann-client.pc'
# to the PKG_CONFIG_PATH environment variable
# No package 'riemann-client' found
# configure:15801: $? = 1
# configure:15815: result: no
# No package 'riemann-client' found
# configure:15914: checking whether to enable Sun STREAMS support
# configure:15926: result: no
# configure:15956: checking for cap_set_proc in -lcap
# configure:15981: clang -o conftest -Wall -pthread conftest.c -lcap >&5
# configure:15981: $? = 0
# configure:15990: result: yes
# configure:16001: checking whether to enable Linux capability support
# configure:16003: result: yes
# configure:16012: checking whether to enable mongodb destination support
# configure:16019: result: yes
# configure:16024: checking whether to enable amqp destination support
# configure:16031: result: yes
# configure:16053: checking for libsystemd
# configure:16060: $PKG_CONFIG --exists --print-errors "libsystemd >= ${LIBSYSTEMD_MIN_VERSION}"
# configure:16063: $? = 0
# configure:16077: $PKG_CONFIG --exists --print-errors "libsystemd >= ${LIBSYSTEMD_MIN_VERSION}"
# configure:16080: $? = 0
# configure:16118: result: yes
# configure:16366: checking for UUID
# configure:16373: $PKG_CONFIG --exists --print-errors "uuid"
# configure:16376: $? = 0
# configure:16390: $PKG_CONFIG --exists --print-errors "uuid"
# configure:16393: $? = 0
# configure:16431: result: yes
# configure:17171: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 83246c718ec3
#
# config.status:1284: creating dist.conf
# config.status:1284: creating Makefile
# config.status:1284: creating syslog-ng.spec
# config.status:1284: creating syslog-ng.pc
# config.status:1284: creating libtest/syslog-ng-test.pc
# config.status:1284: creating scripts/update-patterndb
# config.status:1284: creating config.h
# config.status:1513: executing depfiles commands
# config.status:1513: executing libtool commands
# configure:19480: === configuring in lib/ivykis (/tmp/syslog-ng/src/syslog-ng-3.6.3/lib/ivykis)
# configure:19543: running /bin/sh ./configure.gnu --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' '--sysconfdir=/etc/syslog-ng' '--libexecdir=/usr/lib' '--sbindir=/usr/bin' '--localstatedir=/var/lib/syslog-ng' '--datadir=/usr/share/syslog-ng' '--with-pidfile-dir=/run' '--disable-spoof-source' '--enable-ipv6' '--enable-sql' '--enable-systemd' '--with-systemdsystemunitdir=/usr/lib/systemd/system' '--enable-manpages' '--with-jsonc=system' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=/dev/null --srcdir=.
# configure:19480: === configuring in modules/afmongodb/libmongo-client (/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client)
# configure:19543: running /bin/sh ./configure.gnu --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' '--sysconfdir=/etc/syslog-ng' '--libexecdir=/usr/lib' '--sbindir=/usr/bin' '--localstatedir=/var/lib/syslog-ng' '--datadir=/usr/share/syslog-ng' '--with-pidfile-dir=/run' '--disable-spoof-source' '--enable-ipv6' '--enable-sql' '--enable-systemd' '--with-systemdsystemunitdir=/usr/lib/systemd/system' '--enable-manpages' '--with-jsonc=system' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=/dev/null --srcdir=.
# configure:19480: === configuring in modules/afamqp/rabbitmq-c (/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afamqp/rabbitmq-c)
# configure:19543: running /bin/sh ./configure.gnu --disable-option-checking '--prefix=/usr' '--host=x86_64-unknown-linux' '--sysconfdir=/etc/syslog-ng' '--libexecdir=/usr/lib' '--sbindir=/usr/bin' '--localstatedir=/var/lib/syslog-ng' '--datadir=/usr/share/syslog-ng' '--with-pidfile-dir=/run' '--disable-spoof-source' '--enable-ipv6' '--enable-sql' '--enable-systemd' '--with-systemdsystemunitdir=/usr/lib/systemd/system' '--enable-manpages' '--with-jsonc=system' 'host_alias=x86_64-unknown-linux' 'CC=clang' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' --cache-file=/dev/null --srcdir=.
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cflags_gcc_option__Wno_pointer_sign=-Wno-pointer-sign
# 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_EVTLOG_CFLAGS_set=
# ac_cv_env_EVTLOG_CFLAGS_value=
# ac_cv_env_EVTLOG_LIBS_set=
# ac_cv_env_EVTLOG_LIBS_value=
# ac_cv_env_GEOIP_CFLAGS_set=
# ac_cv_env_GEOIP_CFLAGS_value=
# ac_cv_env_GEOIP_LIBS_set=
# ac_cv_env_GEOIP_LIBS_value=
# ac_cv_env_GLIB_CFLAGS_set=
# ac_cv_env_GLIB_CFLAGS_value=
# ac_cv_env_GLIB_LIBS_set=
# ac_cv_env_GLIB_LIBS_value=
# ac_cv_env_HIREDIS_CFLAGS_set=
# ac_cv_env_HIREDIS_CFLAGS_value=
# ac_cv_env_HIREDIS_LIBS_set=
# ac_cv_env_HIREDIS_LIBS_value=
# ac_cv_env_IVYKIS_CFLAGS_set=
# ac_cv_env_IVYKIS_CFLAGS_value=
# ac_cv_env_IVYKIS_LIBS_set=
# ac_cv_env_IVYKIS_LIBS_value=
# ac_cv_env_JSON_CFLAGS_set=
# ac_cv_env_JSON_CFLAGS_value=
# ac_cv_env_JSON_LIBS_set=
# ac_cv_env_JSON_LIBS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBDBI_CFLAGS_set=
# ac_cv_env_LIBDBI_CFLAGS_value=
# ac_cv_env_LIBDBI_LIBS_set=
# ac_cv_env_LIBDBI_LIBS_value=
# ac_cv_env_LIBMONGO_CFLAGS_set=
# ac_cv_env_LIBMONGO_CFLAGS_value=
# ac_cv_env_LIBMONGO_LIBS_set=
# ac_cv_env_LIBMONGO_LIBS_value=
# ac_cv_env_LIBSYSTEMD_JOURNAL_CFLAGS_set=
# ac_cv_env_LIBSYSTEMD_JOURNAL_CFLAGS_value=
# ac_cv_env_LIBSYSTEMD_JOURNAL_LIBS_set=
# ac_cv_env_LIBSYSTEMD_JOURNAL_LIBS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_OPENSSL_CFLAGS_set=
# ac_cv_env_OPENSSL_CFLAGS_value=
# ac_cv_env_OPENSSL_LIBS_set=
# ac_cv_env_OPENSSL_LIBS_value=
# ac_cv_env_PCRE_CFLAGS_set=
# ac_cv_env_PCRE_CFLAGS_value=
# ac_cv_env_PCRE_LIBS_set=
# ac_cv_env_PCRE_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_RIEMANN_CLIENT_CFLAGS_set=
# ac_cv_env_RIEMANN_CLIENT_CFLAGS_value=
# ac_cv_env_RIEMANN_CLIENT_LIBS_set=
# ac_cv_env_RIEMANN_CLIENT_LIBS_value=
# ac_cv_env_UUID_CFLAGS_set=
# ac_cv_env_UUID_CFLAGS_value=
# ac_cv_env_UUID_LIBS_set=
# ac_cv_env_UUID_LIBS_value=
# ac_cv_env_YACC_set=
# ac_cv_env_YACC_value=
# ac_cv_env_YFLAGS_set=
# ac_cv_env_YFLAGS_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_libsystemd_CFLAGS_set=
# ac_cv_env_libsystemd_CFLAGS_value=
# ac_cv_env_libsystemd_LIBS_set=
# ac_cv_env_libsystemd_LIBS_value=
# ac_cv_env_libsystemd_daemon_CFLAGS_set=
# ac_cv_env_libsystemd_daemon_CFLAGS_value=
# ac_cv_env_libsystemd_daemon_LIBS_set=
# ac_cv_env_libsystemd_daemon_LIBS_value=
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_clock_gettime=yes
# ac_cv_func_dlopen=no
# ac_cv_func_g_mapped_file_unref=yes
# ac_cv_func_getaddrinfo=yes
# ac_cv_func_getnameinfo=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_getutent=yes
# ac_cv_func_getutxent=yes
# ac_cv_func_gmtime_r=yes
# ac_cv_func_inet_aton=yes
# ac_cv_func_inet_ntoa=yes
# ac_cv_func_localtime_r=yes
# ac_cv_func_memrchr=yes
# ac_cv_func_pread=yes
# ac_cv_func_pwrite=yes
# ac_cv_func_shl_load=no
# ac_cv_func_strcasestr=yes
# ac_cv_func_strdup=yes
# ac_cv_func_strtoimax=yes
# ac_cv_func_strtok_r=yes
# ac_cv_func_strtol=yes
# ac_cv_func_strtoll=yes
# ac_cv_have_tls=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_dmalloc_h=no
# ac_cv_header_door_h=no
# ac_cv_header_getopt_h=yes
# ac_cv_header_hiredis_hiredis_h=no
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_stropts_h=yes
# ac_cv_header_sys_capability_h=yes
# ac_cv_header_sys_prctl_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_strlog_h=no
# ac_cv_header_sys_types_h=yes
# ac_cv_header_tcpd_h=no
# ac_cv_header_unistd_h=yes
# ac_cv_header_utmp_h=yes
# ac_cv_header_utmpx_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_cap_cap_set_proc=yes
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_dl_dlsym=yes
# ac_cv_lib_dld_shl_load=no
# ac_cv_lib_door_door_create=no
# ac_cv_lib_lex='none needed'
# ac_cv_lib_nsl_gethostbyname=yes
# ac_cv_lib_regex_regexec=no
# ac_cv_lib_resolv_res_init=no
# ac_cv_lib_rt_nanosleep=yes
# ac_cv_lib_socket_socket=no
# ac_cv_member_struct_tm_tm_gmtoff=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/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_HAVE_PYTHON=1
# ac_cv_prog_LEX=flex
# ac_cv_prog_STRIP=strip
# ac_cv_prog_YACC='bison -y'
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_clang_c_o=yes
# ac_cv_prog_cc_g=yes
# ac_cv_prog_lex_root=lex.yy
# ac_cv_prog_lex_yytext_pointer=no
# ac_cv_prog_make_make_set=yes
# ac_cv_struct_tm=time.h
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_type_struct_cmsgcred=no
# ac_cv_type_struct_ucred=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_tar_ustar=gnutar
# blb_cv_c_i_conslog=no
# blb_cv_c_lwrap=
# blb_cv_c_modern_utmp=yes
# blb_cv_c_o_largefile=yes
# blb_cv_c_so_acceptconn=no
# blb_cv_c_struct_sockaddr_in6=yes
# blb_cv_c_struct_sockaddr_storage=yes
# blb_cv_glib_sane=yes
# blb_cv_keepcaps=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_dlopen=dlopen
# lt_cv_dlopen_libs=-ldl
# lt_cv_dlopen_self=yes
# lt_cv_dlopen_self_static=no
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# pkg_cv_EVTLOG_CFLAGS=-I/usr/include/eventlog
# pkg_cv_EVTLOG_LIBS=-levtlog
# pkg_cv_GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# pkg_cv_GLIB_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0'
# pkg_cv_JSON_CFLAGS=-I/usr/include/json-c
# pkg_cv_JSON_LIBS=-ljson-c
# pkg_cv_LIBDBI_CFLAGS='-I/usr/include/dbi -I/usr/include/dbi/dbi'
# pkg_cv_LIBDBI_LIBS=-ldbi
# pkg_cv_OPENSSL_CFLAGS=
# pkg_cv_OPENSSL_LIBS='-lssl -lcrypto'
# pkg_cv_PCRE_CFLAGS=
# pkg_cv_PCRE_LIBS=-lpcre
# pkg_cv_UUID_CFLAGS=-I/usr/include/uuid
# pkg_cv_UUID_LIBS=-luuid
# pkg_cv_libsystemd_CFLAGS=
# pkg_cv_libsystemd_LIBS=-lsystemd
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/missing --run automake-1.11'
# AWK='gawk'
# BASE_LIBS=' -lrt -lnsl'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall -pthread'
# CFLAGS_NOWARN_POINTER_SIGN=' -Wno-pointer-sign'
# CORE_DEPS_LIBS=' -lrt -lnsl -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 -levtlog -lcap -lpcre -ldl -Wl,--whole-archive -L$(top_builddir)/lib/ivykis/src -livykis -Wl,--no-whole-archive'
# CPP='clang -E'
# CPPFLAGS=' -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/eventlog -I/usr/include/dbi -I/usr/include/dbi/dbi -I$(top_srcdir)/lib/ivykis/src/include -I$(top_builddir)/lib/ivykis/src/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
# CRYPTO_LIBS='${top_builddir}/lib/libsyslog-ng-crypto.la'
# CURRDATE='Thu, 13 Apr 2017 19:41:07 +0000'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# ENABLE_AMQP_FALSE='#'
# ENABLE_AMQP_TRUE=''
# ENABLE_ENV_WRAPPER_FALSE=''
# ENABLE_ENV_WRAPPER_TRUE='#'
# ENABLE_GEOIP_FALSE=''
# ENABLE_GEOIP_TRUE='#'
# ENABLE_JOURNALD_FALSE='#'
# ENABLE_JOURNALD_TRUE=''
# ENABLE_JSON_FALSE='#'
# ENABLE_JSON_TRUE=''
# ENABLE_MANPAGES_FALSE='#'
# ENABLE_MANPAGES_TRUE=''
# ENABLE_MONGODB_FALSE='#'
# ENABLE_MONGODB_TRUE=''
# ENABLE_PACCT_FALSE=''
# ENABLE_PACCT_TRUE='#'
# ENABLE_REDIS_FALSE=''
# ENABLE_REDIS_TRUE='#'
# ENABLE_RIEMANN_FALSE=''
# ENABLE_RIEMANN_TRUE='#'
# ENABLE_SMTP_FALSE=''
# ENABLE_SMTP_TRUE='#'
# ENABLE_SQL_FALSE='#'
# ENABLE_SQL_TRUE=''
# ENABLE_SSL_FALSE='#'
# ENABLE_SSL_TRUE=''
# ENABLE_STOMP_FALSE='#'
# ENABLE_STOMP_TRUE=''
# ENABLE_SUN_STREAMS_FALSE=''
# ENABLE_SUN_STREAMS_TRUE='#'
# ENABLE_SYSTEMD_FALSE='#'
# ENABLE_SYSTEMD_TRUE=''
# ENABLE_SYSTEMD_UNIT_INSTALL_FALSE='#'
# ENABLE_SYSTEMD_UNIT_INSTALL_TRUE=''
# EVTLOG_CFLAGS='-I/usr/include/eventlog'
# EVTLOG_LIBS='-levtlog'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GEOIP_CFLAGS=''
# GEOIP_LIBS=''
# GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# GLIB_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0'
# GREP='/usr/bin/grep'
# HAVE_PYTHON='1'
# HIREDIS_CFLAGS=''
# HIREDIS_LIBS=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTERNAL_IVYKIS_CFLAGS='-I${includedir}/syslog-ng/ivykis'
# IVYKIS_CFLAGS='-I$(top_srcdir)/lib/ivykis/src/include -I$(top_builddir)/lib/ivykis/src/include'
# IVYKIS_INTERNAL_FALSE='#'
# IVYKIS_INTERNAL_TRUE=''
# IVYKIS_LIBS='-Wl,--whole-archive -L$(top_builddir)/lib/ivykis/src -livykis -Wl,--no-whole-archive'
# IVYKIS_SUBDIRS='lib/ivykis'
# JSON_CFLAGS='-I/usr/include/json-c'
# JSON_DEPENDENCY=''
# JSON_INTERNAL_FALSE=''
# JSON_INTERNAL_TRUE='#'
# JSON_LIBS='-ljson-c'
# JSON_SUBDIRS=''
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LEX='flex'
# LEXLIB=''
# LEX_OUTPUT_ROOT='lex.yy'
# LIBDBI_CFLAGS='-I/usr/include/dbi -I/usr/include/dbi/dbi'
# LIBDBI_LIBS='-ldbi'
# LIBESMTP_CFLAGS=''
# LIBESMTP_LIBS=''
# LIBMONGO_CFLAGS='-I$(top_srcdir)/modules/afmongodb/libmongo-client/src'
# LIBMONGO_INTERNAL_FALSE='#'
# LIBMONGO_INTERNAL_TRUE=''
# LIBMONGO_LIBS='-L$(top_builddir)/modules/afmongodb/libmongo-client/src -lmongo-client -lssl -lcrypto'
# LIBMONGO_SUBDIRS='modules/afmongodb/libmongo-client'
# LIBNET_CFLAGS=''
# LIBNET_LIBS=''
# LIBOBJS=''
# LIBRABBITMQ_CFLAGS='-I$(top_srcdir)/modules/afamqp/rabbitmq-c/librabbitmq -I$(top_builddir)/modules/afamqp/rabbitmq-c/librabbitmq'
# LIBRABBITMQ_INTERNAL_FALSE='#'
# LIBRABBITMQ_INTERNAL_TRUE=''
# LIBRABBITMQ_LIBS='-L$(top_builddir)/modules/afamqp/rabbitmq-c/librabbitmq -lrabbitmq'
# LIBRABBITMQ_SUBDIRS='modules/afamqp/rabbitmq-c'
# LIBS=''
# LIBSYSTEMD_JOURNAL_CFLAGS=''
# LIBSYSTEMD_JOURNAL_LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBWRAP_CFLAGS=''
# LIBWRAP_LIBS=''
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# MODULE_DEPS_LIBS='$(top_builddir)/lib/libsyslog-ng.la'
# MODULE_LDFLAGS='-avoid-version -module -no-undefined'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OPENSSL_CFLAGS=''
# OPENSSL_LIBS='-lssl -lcrypto'
# OTOOL64=''
# OTOOL=''
# PACKAGE='syslog-ng'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PCRE_CFLAGS=''
# PCRE_LIBS='-lpcre'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# RELEASE_TAG='unstable'
# RESOLV_LIBS=''
# RIEMANN_CLIENT_CFLAGS=''
# RIEMANN_CLIENT_LIBS=''
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SNAPSHOT_VERSION=''
# SOURCE_REVISION=''
# STRIP='strip'
# SYSLOGNG_DEPS_LIBS=' -lrt -lnsl -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 -levtlog -lcap -lpcre -ldl'
# SYSLOGNG_LINK='$(LINK)'
# TOOL_DEPS_LIBS=' -lrt -lnsl -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 -levtlog -lcap -lpcre -ldl'
# UUID_CFLAGS='-I/usr/include/uuid'
# UUID_LIBS='-luuid'
# VERSION='3.6.3'
# WITH_EMBEDDED_CRYPTO_FALSE=''
# WITH_EMBEDDED_CRYPTO_TRUE='#'
# XSL_STYLESHEET='http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl'
# YACC='bison -y'
# YFLAGS='-d'
# ZLIB_CFLAGS=''
# ZLIB_LIBS=''
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# 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 --format=ustar -chf - "$$tardir"'
# am__untar='tar -xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='/usr/share/syslog-ng'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# expanded_moduledir='/usr/lib/syslog-ng'
# expanded_sysconfdir='/etc/syslog\-ng'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='/usr/lib'
# libsystemd_CFLAGS=''
# libsystemd_LIBS='-lsystemd'
# libsystemd_daemon_CFLAGS=''
# libsystemd_daemon_LIBS=''
# localedir='${datarootdir}/locale'
# localstatedir='/var/lib/syslog-ng'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# moduledir='${exec_prefix}/lib/syslog-ng'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# pidfiledir='/run'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# subdirs=' lib/ivykis modules/afmongodb/libmongo-client modules/afamqp/rabbitmq-c'
# sysconfdir='/etc/syslog-ng'
# systemdsystemunitdir='/usr/lib/systemd/system'
# target_alias=''
# timezonedir=''
# with_ivykis='internal'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #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_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_THREAD_KEYWORD 1
# #define STDC_HEADERS 1
# #define HAVE_STRINGS_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_STROPTS_H 1
# #define HAVE_SYS_CAPABILITY_H 1
# #define HAVE_SYS_PRCTL_H 1
# #define HAVE_UTMP_H 1
# #define HAVE_UTMPX_H 1
# #define HAVE_STRUCT_UCRED 1
# #define HAVE_STRUCT_TM_TM_GMTOFF 1
# #define HAVE_O_LARGEFILE 1
# #define HAVE_STRUCT_SOCKADDR_STORAGE 1
# #define HAVE_PR_SET_KEEPCAPS 1
# #define HAVE_ENVIRON 1
# #define HAVE_MODERN_UTMP 1
# #define HAVE_STRDUP 1
# #define HAVE_STRTOL 1
# #define HAVE_STRTOLL 1
# #define HAVE_STRTOIMAX 1
# #define HAVE_INET_ATON 1
# #define HAVE_INET_NTOA 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_GETNAMEINFO 1
# #define HAVE_GETUTENT 1
# #define HAVE_GETUTXENT 1
# #define HAVE_PREAD 1
# #define HAVE_PWRITE 1
# #define HAVE_STRCASESTR 1
# #define HAVE_MEMRCHR 1
# #define HAVE_LOCALTIME_R 1
# #define HAVE_GMTIME_R 1
# #define HAVE_STRTOK_R 1
# #define HAVE_CLOCK_GETTIME 1
# #define HAVE_G_MAPPED_FILE_UNREF 1
# #define JOURNALD_OFF 0
# #define JOURNALD_OPTIONAL 1
# #define JOURNALD_SYSTEM 2
# #define PACKAGE "syslog-ng"
# #define VERSION "3.6.3"
# #define SOURCE_REVISION ""
# #define LICENSE_VERSION ""
# #define PATH_PREFIX "/usr"
# #define PATH_EXECPREFIX "${prefix}"
# #define PATH_SYSCONFDIR "/etc/syslog-ng"
# #define PATH_LOCALSTATEDIR "/var/lib/syslog-ng"
# #define PATH_PIDFILEDIR "/run"
# #define PATH_DATAROOTDIR "${prefix}/share"
# #define PATH_DATADIR "/usr/share/syslog-ng"
# #define PATH_LIBEXECDIR "/usr/lib"
# #define MODULE_PATH "${exec_prefix}/lib/syslog-ng"
# #define WITH_COMPILE_DATE 1
# #define ENABLE_DEBUG 0
# #define ENABLE_SSL 1
# #define ENABLE_LIBUUID 1
# #define ENABLE_GPROF 0
# #define ENABLE_MEMTRACE 0
# #define ENABLE_SPOOF_SOURCE 0
# #define ENABLE_IPV6 1
# #define ENABLE_TCP_WRAPPER 0
# #define ENABLE_LINUX_CAPS 0
# #define ENABLE_ENV_WRAPPER 0
# #define ENABLE_SYSTEMD 1
# #define SYSTEMD_JOURNAL_MODE JOURNALD_SYSTEM
#
# configure: exit 0

CMD: config logfiles '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/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 libmongo-client configure 0.1.8, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --disable-option-checking --prefix=/usr --host=x86_64-unknown-linux --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib --sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng --datadir=/usr/share/syslog-ng --with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-manpages --with-jsonc=system host_alias=x86_64-unknown-linux CC=clang CFLAGS= LDFLAGS= CPPFLAGS= --cache-file=/dev/null --srcdir=. --disable-shared --enable-static --with-pic
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 83246c718ec3
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2315: checking for a BSD-compatible install
# configure:2383: result: /usr/bin/install -c
# configure:2394: checking whether build environment is sane
# configure:2444: result: yes
# configure:2493: checking for x86_64-unknown-linux-strip
# configure:2523: result: no
# configure:2533: checking for strip
# configure:2549: found /usr/bin/strip
# configure:2560: result: strip
# configure:2585: checking for a thread-safe mkdir -p
# configure:2624: result: /usr/bin/mkdir -p
# configure:2637: checking for gawk
# configure:2653: found /usr/bin/gawk
# configure:2664: result: gawk
# configure:2675: checking whether make sets $(MAKE)
# configure:2697: result: yes
# configure:2772: checking how to create a ustar tar archive
# configure:2785: tar --version
# tar (GNU tar) 1.29
# Copyright (C) 2015 Free Software Foundation, Inc.
# License GPLv3+: GNU GPL version 3 or later .
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.
#
# Written by John Gilmore and Jay Fenlason.
# configure:2788: $? = 0
# configure:2828: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
# configure:2831: $? = 0
# configure:2835: tar -xf -
# configure:2838: $? = 0
# configure:2851: result: gnutar
# configure:2876: checking whether make supports nested variables
# configure:2893: result: yes
# configure:2915: checking for x86_64-unknown-linux-gcc
# configure:2942: result: clang
# configure:3211: checking for C compiler version
# configure:3220: 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:3231: $? = 0
# configure:3220: 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:3231: $? = 0
# configure:3220: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3231: $? = 1
# configure:3220: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3231: $? = 1
# configure:3251: checking whether the C compiler works
# configure:3273: clang conftest.c >&5
# configure:3277: $? = 0
# configure:3325: result: yes
# configure:3328: checking for C compiler default output file name
# configure:3330: result: a.out
# configure:3336: checking for suffix of executables
# configure:3343: clang -o conftest conftest.c >&5
# configure:3347: $? = 0
# configure:3369: result:
# configure:3391: checking whether we are cross compiling
# configure:3399: clang -o conftest conftest.c >&5
# configure:3403: $? = 0
# configure:3410: ./conftest
# configure:3414: $? = 0
# configure:3429: result: no
# configure:3434: checking for suffix of object files
# configure:3456: clang -c conftest.c >&5
# configure:3460: $? = 0
# configure:3481: result: o
# configure:3485: checking whether we are using the GNU C compiler
# configure:3504: clang -c conftest.c >&5
# configure:3504: $? = 0
# configure:3513: result: yes
# configure:3522: checking whether clang accepts -g
# configure:3542: clang -c -g conftest.c >&5
# configure:3542: $? = 0
# configure:3583: result: yes
# configure:3600: checking for clang option to accept ISO C89
# configure:3664: clang -c conftest.c >&5
# configure:3664: $? = 0
# configure:3677: result: none needed
# configure:3708: checking for style of include used by make
# configure:3736: result: GNU
# configure:3762: checking dependency style of clang
# configure:3873: result: gcc3
# configure:3889: checking whether clang and cc understand -c and -o together
# configure:3920: clang -c conftest.c -o conftest2.o >&5
# configure:3924: $? = 0
# configure:3930: clang -c conftest.c -o conftest2.o >&5
# configure:3934: $? = 0
# configure:3945: cc -c conftest.c >&5
# configure:3949: $? = 0
# configure:3957: cc -c conftest.c -o conftest2.o >&5
# configure:3961: $? = 0
# configure:3967: cc -c conftest.c -o conftest2.o >&5
# configure:3971: $? = 0
# configure:3989: result: yes
# configure:4000: checking whether make sets $(MAKE)
# configure:4022: result: yes
# configure:4042: checking for x86_64-unknown-linux-pkg-config
# configure:4075: result: no
# configure:4085: checking for pkg-config
# configure:4103: found /usr/bin/pkg-config
# configure:4115: result: /usr/bin/pkg-config
# configure:4140: checking pkg-config is at least version 0.9.0
# configure:4143: result: yes
# configure:4180: checking build system type
# configure:4194: result: x86_64-unknown-linux-gnu
# configure:4214: checking host system type
# configure:4227: result: x86_64-unknown-linux-gnu
# configure:4268: checking how to print strings
# configure:4295: result: printf
# configure:4316: checking for a sed that does not truncate output
# configure:4380: result: /usr/bin/sed
# configure:4398: checking for grep that handles long lines and -e
# configure:4456: result: /usr/bin/grep
# configure:4461: checking for egrep
# configure:4523: result: /usr/bin/grep -E
# configure:4528: checking for fgrep
# configure:4590: result: /usr/bin/grep -F
# configure:4625: checking for ld used by clang
# configure:4692: result: /usr/bin/ld
# configure:4699: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4714: result: yes
# configure:4726: checking for BSD- or MS-compatible name lister (nm)
# configure:4775: result: /usr/bin/nm -B
# configure:4905: checking the name lister (/usr/bin/nm -B) interface
# configure:4912: clang -c conftest.c >&5
# configure:4915: /usr/bin/nm -B "conftest.o"
# configure:4918: output
# 0000000000000000 B some_variable
# configure:4925: result: BSD nm
# configure:4928: checking whether ln -s works
# configure:4932: result: yes
# configure:4940: checking the maximum length of command line arguments
# configure:5070: result: 1572864
# configure:5087: checking whether the shell understands some XSI constructs
# configure:5097: result: yes
# configure:5101: checking whether the shell understands "+="
# configure:5107: result: yes
# configure:5142: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5182: result: func_convert_file_noop
# configure:5189: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5209: result: func_convert_file_noop
# configure:5216: checking for /usr/bin/ld option to reload object files
# configure:5223: result: -r
# configure:5257: checking for x86_64-unknown-linux-objdump
# configure:5287: result: no
# configure:5297: checking for objdump
# configure:5313: found /usr/bin/objdump
# configure:5324: result: objdump
# configure:5356: checking how to recognize dependent libraries
# configure:5558: result: pass_all
# configure:5603: checking for x86_64-unknown-linux-dlltool
# configure:5633: result: no
# configure:5643: checking for dlltool
# configure:5673: result: no
# configure:5703: checking how to associate runtime and link libraries
# configure:5730: result: printf %s\n
# configure:5747: checking for x86_64-unknown-linux-ar
# configure:5777: result: no
# configure:5791: checking for ar
# configure:5807: found /usr/bin/ar
# configure:5818: result: ar
# configure:5855: checking for archiver @FILE support
# configure:5872: clang -c conftest.c >&5
# configure:5872: $? = 0
# configure:5875: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5878: $? = 0
# configure:5883: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:5886: $? = 1
# configure:5898: result: @
# configure:5916: checking for x86_64-unknown-linux-strip
# configure:5943: result: strip
# configure:6015: checking for x86_64-unknown-linux-ranlib
# configure:6045: result: no
# configure:6055: checking for ranlib
# configure:6071: found /usr/bin/ranlib
# configure:6082: result: ranlib
# configure:6184: checking command to parse /usr/bin/nm -B output from clang object
# configure:6304: clang -c conftest.c >&5
# configure:6307: $? = 0
# configure:6311: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6314: $? = 0
# configure:6380: clang -o conftest conftest.c conftstm.o >&5
# configure:6383: $? = 0
# configure:6421: result: ok
# configure:6458: checking for sysroot
# configure:6488: result: no
# configure:6565: clang -c conftest.c >&5
# configure:6568: $? = 0
# configure:6704: checking for x86_64-unknown-linux-mt
# configure:6734: result: no
# configure:6744: checking for mt
# configure:6774: result: no
# configure:6794: checking if : is a manifest tool
# configure:6800: : '-?'
# configure:6808: result: no
# configure:7450: checking how to run the C preprocessor
# configure:7481: clang -E conftest.c
# configure:7481: $? = 0
# configure:7495: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7495: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmongo-client"
# | #define PACKAGE_TARNAME "libmongo-client"
# | #define PACKAGE_VERSION "0.1.8"
# | #define PACKAGE_STRING "libmongo-client 0.1.8"
# | #define PACKAGE_BUGREPORT "algernon@madhouse-project.org"
# | #define PACKAGE_URL "https://github.com/algernon/libmongo-client"
# | #define PACKAGE "libmongo-client"
# | #define VERSION "0.1.8"
# | /* end confdefs.h. */
# | #include
# configure:7520: result: clang -E
# configure:7540: clang -E conftest.c
# configure:7540: $? = 0
# configure:7554: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7554: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmongo-client"
# | #define PACKAGE_TARNAME "libmongo-client"
# | #define PACKAGE_VERSION "0.1.8"
# | #define PACKAGE_STRING "libmongo-client 0.1.8"
# | #define PACKAGE_BUGREPORT "algernon@madhouse-project.org"
# | #define PACKAGE_URL "https://github.com/algernon/libmongo-client"
# | #define PACKAGE "libmongo-client"
# | #define VERSION "0.1.8"
# | /* end confdefs.h. */
# | #include
# configure:7583: checking for ANSI C header files
# configure:7603: clang -c conftest.c >&5
# configure:7603: $? = 0
# configure:7676: clang -o conftest conftest.c >&5
# configure:7676: $? = 0
# configure:7676: ./conftest
# configure:7676: $? = 0
# configure:7687: result: yes
# configure:7700: checking for sys/types.h
# configure:7700: clang -c conftest.c >&5
# configure:7700: $? = 0
# configure:7700: result: yes
# configure:7700: checking for sys/stat.h
# configure:7700: clang -c conftest.c >&5
# configure:7700: $? = 0
# configure:7700: result: yes
# configure:7700: checking for stdlib.h
# configure:7700: clang -c conftest.c >&5
# configure:7700: $? = 0
# configure:7700: result: yes
# configure:7700: checking for string.h
# configure:7700: clang -c conftest.c >&5
# configure:7700: $? = 0
# configure:7700: result: yes
# configure:7700: checking for memory.h
# configure:7700: clang -c conftest.c >&5
# configure:7700: $? = 0
# configure:7700: result: yes
# configure:7700: checking for strings.h
# configure:7700: clang -c conftest.c >&5
# configure:7700: $? = 0
# configure:7700: result: yes
# configure:7700: checking for inttypes.h
# configure:7700: clang -c conftest.c >&5
# configure:7700: $? = 0
# configure:7700: result: yes
# configure:7700: checking for stdint.h
# configure:7700: clang -c conftest.c >&5
# configure:7700: $? = 0
# configure:7700: result: yes
# configure:7700: checking for unistd.h
# configure:7700: clang -c conftest.c >&5
# configure:7700: $? = 0
# configure:7700: result: yes
# configure:7714: checking for dlfcn.h
# configure:7714: clang -c conftest.c >&5
# configure:7714: $? = 0
# configure:7714: result: yes
# configure:7919: checking for objdir
# configure:7934: result: .libs
# configure:8205: checking if clang supports -fno-rtti -fno-exceptions
# configure:8223: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8227: $? = 0
# configure:8240: result: yes
# configure:8567: checking for clang option to produce PIC
# configure:8574: result: -fPIC -DPIC
# configure:8582: checking if clang PIC flag -fPIC -DPIC works
# configure:8600: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8604: $? = 0
# configure:8617: result: yes
# configure:8646: checking if clang static flag -static works
# configure:8674: result: yes
# configure:8689: checking if clang supports -c -o file.o
# configure:8710: clang -c -o out/conftest2.o conftest.c >&5
# configure:8714: $? = 0
# configure:8736: result: yes
# configure:8744: checking if clang supports -c -o file.o
# configure:8791: result: yes
# configure:8824: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9981: result: yes
# configure:10221: checking dynamic linker characteristics
# configure:10732: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10732: $? = 0
# configure:10966: result: GNU/Linux ld.so
# configure:11073: checking how to hardcode library paths into programs
# configure:11098: result: immediate
# configure:11638: checking whether stripping libraries is possible
# configure:11643: result: yes
# configure:11678: checking if libtool supports shared libraries
# configure:11680: result: yes
# configure:11683: checking whether to build shared libraries
# configure:11704: result: no
# configure:11707: checking whether to build static libraries
# configure:11711: result: yes
# configure:11750: checking for ANSI C header files
# configure:11854: result: yes
# configure:11866: checking arpa/inet.h usability
# configure:11866: clang -c conftest.c >&5
# configure:11866: $? = 0
# configure:11866: result: yes
# configure:11866: checking arpa/inet.h presence
# configure:11866: clang -E conftest.c
# configure:11866: $? = 0
# configure:11866: result: yes
# configure:11866: checking for arpa/inet.h
# configure:11866: result: yes
# configure:11866: checking fcntl.h usability
# configure:11866: clang -c conftest.c >&5
# configure:11866: $? = 0
# configure:11866: result: yes
# configure:11866: checking fcntl.h presence
# configure:11866: clang -E conftest.c
# configure:11866: $? = 0
# configure:11866: result: yes
# configure:11866: checking for fcntl.h
# configure:11866: result: yes
# configure:11866: checking netinet/in.h usability
# configure:11866: clang -c conftest.c >&5
# configure:11866: $? = 0
# configure:11866: result: yes
# configure:11866: checking netinet/in.h presence
# configure:11866: clang -E conftest.c
# configure:11866: $? = 0
# configure:11866: result: yes
# configure:11866: checking for netinet/in.h
# configure:11866: result: yes
# configure:11866: checking sys/socket.h usability
# configure:11866: clang -c conftest.c >&5
# configure:11866: $? = 0
# configure:11866: result: yes
# configure:11866: checking sys/socket.h presence
# configure:11866: clang -E conftest.c
# configure:11866: $? = 0
# configure:11866: result: yes
# configure:11866: checking for sys/socket.h
# configure:11866: result: yes
# configure:11866: checking netdb.h usability
# configure:11866: clang -c conftest.c >&5
# configure:11866: $? = 0
# configure:11866: result: yes
# configure:11866: checking netdb.h presence
# configure:11866: clang -E conftest.c
# configure:11866: $? = 0
# configure:11866: result: yes
# configure:11866: checking for netdb.h
# configure:11866: result: yes
# configure:11891: checking for socket
# configure:11891: clang -o conftest conftest.c >&5
# configure:11891: $? = 0
# configure:11891: result: yes
# configure:11949: checking for stdlib.h
# configure:11949: result: yes
# configure:11949: checking for unistd.h
# configure:11949: result: yes
# configure:11949: checking for sys/param.h
# configure:11949: clang -c conftest.c >&5
# configure:11949: $? = 0
# configure:11949: result: yes
# configure:11969: checking for getpagesize
# configure:11969: clang -o conftest conftest.c >&5
# configure:11969: $? = 0
# configure:11969: result: yes
# configure:11978: checking for working mmap
# configure:12125: clang -o conftest conftest.c >&5
# configure:12125: $? = 0
# configure:12125: ./conftest
# configure:12125: $? = 0
# configure:12135: result: yes
# configure:12144: checking for off_t
# configure:12144: clang -c conftest.c >&5
# configure:12144: $? = 0
# configure:12144: clang -c conftest.c >&5
# conftest.c:71:20: error: expected expression
# if (sizeof ((off_t)))
# ^
# 1 error generated.
# configure:12144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmongo-client"
# | #define PACKAGE_TARNAME "libmongo-client"
# | #define PACKAGE_VERSION "0.1.8"
# | #define PACKAGE_STRING "libmongo-client 0.1.8"
# | #define PACKAGE_BUGREPORT "algernon@madhouse-project.org"
# | #define PACKAGE_URL "https://github.com/algernon/libmongo-client"
# | #define PACKAGE "libmongo-client"
# | #define VERSION "0.1.8"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((off_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12144: result: yes
# configure:12155: checking for pid_t
# configure:12155: clang -c conftest.c >&5
# configure:12155: $? = 0
# configure:12155: clang -c conftest.c >&5
# conftest.c:71:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:12155: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmongo-client"
# | #define PACKAGE_TARNAME "libmongo-client"
# | #define PACKAGE_VERSION "0.1.8"
# | #define PACKAGE_STRING "libmongo-client 0.1.8"
# | #define PACKAGE_BUGREPORT "algernon@madhouse-project.org"
# | #define PACKAGE_URL "https://github.com/algernon/libmongo-client"
# | #define PACKAGE "libmongo-client"
# | #define VERSION "0.1.8"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12155: result: yes
# configure:12166: checking for size_t
# configure:12166: clang -c conftest.c >&5
# configure:12166: $? = 0
# configure:12166: clang -c conftest.c >&5
# conftest.c:71:21: error: expected expression
# if (sizeof ((size_t)))
# ^
# 1 error generated.
# configure:12166: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "libmongo-client"
# | #define PACKAGE_TARNAME "libmongo-client"
# | #define PACKAGE_VERSION "0.1.8"
# | #define PACKAGE_STRING "libmongo-client 0.1.8"
# | #define PACKAGE_BUGREPORT "algernon@madhouse-project.org"
# | #define PACKAGE_URL "https://github.com/algernon/libmongo-client"
# | #define PACKAGE "libmongo-client"
# | #define VERSION "0.1.8"
# | #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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define STDC_HEADERS 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_PARAM_H 1
# | #define HAVE_GETPAGESIZE 1
# | #define HAVE_MMAP 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:12166: result: yes
# configure:12180: checking for memset
# configure:12180: clang -o conftest conftest.c >&5
# conftest.c:58:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:58:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:12180: $? = 0
# configure:12180: result: yes
# configure:12180: checking for socket
# configure:12180: result: yes
# configure:12180: checking for getaddrinfo
# configure:12180: clang -o conftest conftest.c >&5
# configure:12180: $? = 0
# configure:12180: result: yes
# configure:12180: checking for munmap
# configure:12180: clang -o conftest conftest.c >&5
# configure:12180: $? = 0
# configure:12180: result: yes
# configure:12180: checking for strtol
# configure:12180: clang -o conftest conftest.c >&5
# configure:12180: $? = 0
# configure:12180: result: yes
# configure:12180: checking for strerror
# configure:12180: clang -o conftest conftest.c >&5
# conftest.c:63:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:63:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:12180: $? = 0
# configure:12180: result: yes
# configure:12193: checking for GLIB
# configure:12200: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_MIN_VERSION"
# configure:12203: $? = 0
# configure:12217: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_MIN_VERSION"
# configure:12220: $? = 0
# configure:12278: result: yes
# configure:12288: checking sanity checking Glib headers
# configure:12309: clang -o conftest -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 conftest.c >&5
# configure:12309: $? = 0
# configure:12309: ./conftest
# configure:12309: $? = 0
# configure:12319: result: yes
# configure:12331: checking for g_checksum_new in -lglib-2.0
# configure:12356: clang -o conftest conftest.c -lglib-2.0 -lglib-2.0 >&5
# configure:12356: $? = 0
# configure:12365: result: yes
# configure:12458: checking for inline
# configure:12474: clang -c conftest.c >&5
# configure:12474: $? = 0
# configure:12482: result: inline
# configure:12710: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libmongo-client config.status 0.1.8, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 83246c718ec3
#
# config.status:1132: creating Doxyfile
# config.status:1132: creating Makefile
# config.status:1132: creating docs/Makefile
# config.status:1132: creating docs/tutorial/Makefile
# config.status:1132: creating examples/Makefile
# config.status:1132: creating src/Makefile
# config.status:1132: creating src/libmongo-client.pc
# config.status:1132: creating tests/Makefile
# config.status:1132: creating tests/libtap/Makefile
# config.status:1132: creating config.h
# config.status:1361: executing depfiles commands
# config.status:1361: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# 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_GLIB_CFLAGS_set=
# ac_cv_env_GLIB_CFLAGS_value=
# ac_cv_env_GLIB_LIBS_set=
# ac_cv_env_GLIB_LIBS_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_OPENSSL_CFLAGS_set=
# ac_cv_env_OPENSSL_CFLAGS_value=
# ac_cv_env_OPENSSL_LIBS_set=
# ac_cv_env_OPENSSL_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_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_getpagesize=yes
# ac_cv_func_memset=yes
# ac_cv_func_mmap_fixed_mapped=yes
# ac_cv_func_munmap=yes
# ac_cv_func_socket=yes
# ac_cv_func_strerror=yes
# ac_cv_func_strtol=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_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_param_h=yes
# ac_cv_header_sys_socket_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_glib_2_0_g_checksum_new=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/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_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_clang_c_o=yes
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type_off_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_tar_ustar=gnutar
# blb_cv_glib_sane=yes
# lt_cv_ar_at_file=@
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# pkg_cv_GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# pkg_cv_GLIB_LIBS=-lglib-2.0
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
# GLIB_LIBS='-lglib-2.0'
# GREP='/usr/bin/grep'
# HAVE_VERSIONING_FALSE=''
# HAVE_VERSIONING_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OPENSSL_CFLAGS=''
# OPENSSL_LIBS=''
# OTOOL64=''
# OTOOL=''
# PACKAGE='libmongo-client'
# PACKAGE_BUGREPORT='algernon@madhouse-project.org'
# PACKAGE_NAME='libmongo-client'
# PACKAGE_STRING='libmongo-client 0.1.8'
# PACKAGE_TARNAME='libmongo-client'
# PACKAGE_URL='https://github.com/algernon/libmongo-client'
# PACKAGE_VERSION='0.1.8'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.1.8'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# 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 --format=ustar -chf - "$$tardir"'
# am__untar='tar -xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='/usr/share/syslog-ng'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afmongodb/libmongo-client/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='/usr/lib'
# localedir='${datarootdir}/locale'
# localstatedir='/var/lib/syslog-ng'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc/syslog-ng'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "libmongo-client"
# #define PACKAGE_TARNAME "libmongo-client"
# #define PACKAGE_VERSION "0.1.8"
# #define PACKAGE_STRING "libmongo-client 0.1.8"
# #define PACKAGE_BUGREPORT "algernon@madhouse-project.org"
# #define PACKAGE_URL "https://github.com/algernon/libmongo-client"
# #define PACKAGE "libmongo-client"
# #define VERSION "0.1.8"
# #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_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define STDC_HEADERS 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_MSG_NOSIGNAL 1
# #define HAVE_STDLIB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_PARAM_H 1
# #define HAVE_GETPAGESIZE 1
# #define HAVE_MMAP 1
# #define HAVE_MEMSET 1
# #define HAVE_SOCKET 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_MUNMAP 1
# #define HAVE_STRTOL 1
# #define HAVE_STRERROR 1
# #define WITH_OPENSSL 0
# #define VERSIONED_SYMBOLS 0
# #define PACKAGE "libmongo-client"
# #define VERSION "0.1.8"
#
# configure: exit 0

CMD: config logfiles '/tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afamqp/rabbitmq-c/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 rabbitmq-c configure 0.5.3, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --disable-option-checking --prefix=/usr --host=x86_64-unknown-linux --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib --sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng --datadir=/usr/share/syslog-ng --with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-manpages --with-jsonc=system host_alias=x86_64-unknown-linux CC=clang CFLAGS= LDFLAGS= CPPFLAGS= --cache-file=/dev/null --srcdir=. --disable-shared --enable-static --with-pic
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 83246c718ec3
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2304: checking for a BSD-compatible install
# configure:2372: result: /usr/bin/install -c
# configure:2383: checking whether build environment is sane
# configure:2433: result: yes
# configure:2482: checking for x86_64-unknown-linux-strip
# configure:2512: result: no
# configure:2522: checking for strip
# configure:2538: found /usr/bin/strip
# configure:2549: result: strip
# configure:2574: checking for a thread-safe mkdir -p
# configure:2613: result: /usr/bin/mkdir -p
# configure:2626: checking for gawk
# configure:2642: found /usr/bin/gawk
# configure:2653: result: gawk
# configure:2664: checking whether make sets $(MAKE)
# configure:2686: result: yes
# configure:2777: checking whether make supports nested variables
# configure:2794: result: yes
# configure:2818: checking for style of include used by make
# configure:2846: result: GNU
# configure:2877: checking for x86_64-unknown-linux-gcc
# configure:2904: result: clang
# configure:3173: checking for C compiler version
# configure:3182: 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:3193: $? = 0
# configure:3182: 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:3193: $? = 0
# configure:3182: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3193: $? = 1
# configure:3182: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3193: $? = 1
# configure:3213: checking whether the C compiler works
# configure:3235: clang conftest.c >&5
# configure:3239: $? = 0
# configure:3287: result: yes
# configure:3290: checking for C compiler default output file name
# configure:3292: result: a.out
# configure:3298: checking for suffix of executables
# configure:3305: clang -o conftest conftest.c >&5
# configure:3309: $? = 0
# configure:3331: result:
# configure:3353: checking whether we are cross compiling
# configure:3361: clang -o conftest conftest.c >&5
# configure:3365: $? = 0
# configure:3372: ./conftest
# configure:3376: $? = 0
# configure:3391: result: no
# configure:3396: checking for suffix of object files
# configure:3418: clang -c conftest.c >&5
# configure:3422: $? = 0
# configure:3443: result: o
# configure:3447: checking whether we are using the GNU C compiler
# configure:3466: clang -c conftest.c >&5
# configure:3466: $? = 0
# configure:3475: result: yes
# configure:3484: checking whether clang accepts -g
# configure:3504: clang -c -g conftest.c >&5
# configure:3504: $? = 0
# configure:3545: result: yes
# configure:3562: checking for clang option to accept ISO C89
# configure:3626: clang -c conftest.c >&5
# configure:3626: $? = 0
# configure:3639: result: none needed
# configure:3661: checking dependency style of clang
# configure:3772: result: gcc3
# configure:3793: checking how to run the C preprocessor
# configure:3824: clang -E conftest.c
# configure:3824: $? = 0
# configure:3838: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3838: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rabbitmq-c"
# | #define PACKAGE_TARNAME "rabbitmq-c"
# | #define PACKAGE_VERSION "0.5.3"
# | #define PACKAGE_STRING "rabbitmq-c 0.5.3"
# | #define PACKAGE_BUGREPORT "https://github.com/alanxz/rabbitmq-c/issues"
# | #define PACKAGE_URL "http://www.rabbitmq.com/"
# | #define PACKAGE "rabbitmq-c"
# | #define VERSION "0.5.3"
# | /* end confdefs.h. */
# | #include
# configure:3863: result: clang -E
# configure:3883: clang -E conftest.c
# configure:3883: $? = 0
# configure:3897: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3897: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rabbitmq-c"
# | #define PACKAGE_TARNAME "rabbitmq-c"
# | #define PACKAGE_VERSION "0.5.3"
# | #define PACKAGE_STRING "rabbitmq-c 0.5.3"
# | #define PACKAGE_BUGREPORT "https://github.com/alanxz/rabbitmq-c/issues"
# | #define PACKAGE_URL "http://www.rabbitmq.com/"
# | #define PACKAGE "rabbitmq-c"
# | #define VERSION "0.5.3"
# | /* end confdefs.h. */
# | #include
# configure:3926: checking for grep that handles long lines and -e
# configure:3984: result: /usr/bin/grep
# configure:3989: checking for egrep
# configure:4051: result: /usr/bin/grep -E
# configure:4056: checking for ANSI C header files
# configure:4076: clang -c conftest.c >&5
# configure:4076: $? = 0
# configure:4149: clang -o conftest conftest.c >&5
# configure:4149: $? = 0
# configure:4149: ./conftest
# configure:4149: $? = 0
# configure:4160: result: yes
# configure:4173: checking for sys/types.h
# configure:4173: clang -c conftest.c >&5
# configure:4173: $? = 0
# configure:4173: result: yes
# configure:4173: checking for sys/stat.h
# configure:4173: clang -c conftest.c >&5
# configure:4173: $? = 0
# configure:4173: result: yes
# configure:4173: checking for stdlib.h
# configure:4173: clang -c conftest.c >&5
# configure:4173: $? = 0
# configure:4173: result: yes
# configure:4173: checking for string.h
# configure:4173: clang -c conftest.c >&5
# configure:4173: $? = 0
# configure:4173: result: yes
# configure:4173: checking for memory.h
# configure:4173: clang -c conftest.c >&5
# configure:4173: $? = 0
# configure:4173: result: yes
# configure:4173: checking for strings.h
# configure:4173: clang -c conftest.c >&5
# configure:4173: $? = 0
# configure:4173: result: yes
# configure:4173: checking for inttypes.h
# configure:4173: clang -c conftest.c >&5
# configure:4173: $? = 0
# configure:4173: result: yes
# configure:4173: checking for stdint.h
# configure:4173: clang -c conftest.c >&5
# configure:4173: $? = 0
# configure:4173: result: yes
# configure:4173: checking for unistd.h
# configure:4173: clang -c conftest.c >&5
# configure:4173: $? = 0
# configure:4173: result: yes
# configure:4186: checking minix/config.h usability
# configure:4186: clang -c conftest.c >&5
# conftest.c:54:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4186: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rabbitmq-c"
# | #define PACKAGE_TARNAME "rabbitmq-c"
# | #define PACKAGE_VERSION "0.5.3"
# | #define PACKAGE_STRING "rabbitmq-c 0.5.3"
# | #define PACKAGE_BUGREPORT "https://github.com/alanxz/rabbitmq-c/issues"
# | #define PACKAGE_URL "http://www.rabbitmq.com/"
# | #define PACKAGE "rabbitmq-c"
# | #define VERSION "0.5.3"
# | #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
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:4186: result: no
# configure:4186: checking minix/config.h presence
# configure:4186: clang -E conftest.c
# conftest.c:21:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:4186: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rabbitmq-c"
# | #define PACKAGE_TARNAME "rabbitmq-c"
# | #define PACKAGE_VERSION "0.5.3"
# | #define PACKAGE_STRING "rabbitmq-c 0.5.3"
# | #define PACKAGE_BUGREPORT "https://github.com/alanxz/rabbitmq-c/issues"
# | #define PACKAGE_URL "http://www.rabbitmq.com/"
# | #define PACKAGE "rabbitmq-c"
# | #define VERSION "0.5.3"
# | #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
# | /* end confdefs.h. */
# | #include
# configure:4186: result: no
# configure:4186: checking for minix/config.h
# configure:4186: result: no
# configure:4207: checking whether it is safe to define __EXTENSIONS__
# configure:4225: clang -c conftest.c >&5
# configure:4225: $? = 0
# configure:4232: result: yes
# configure:4279: checking build system type
# configure:4293: result: x86_64-unknown-linux-gnu
# configure:4313: checking host system type
# configure:4326: result: x86_64-unknown-linux-gnu
# configure:4367: checking how to print strings
# configure:4394: result: printf
# configure:4415: checking for a sed that does not truncate output
# configure:4479: result: /usr/bin/sed
# configure:4497: checking for fgrep
# configure:4559: result: /usr/bin/grep -F
# configure:4594: checking for ld used by clang
# configure:4661: result: /usr/bin/ld
# configure:4668: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4683: result: yes
# configure:4695: checking for BSD- or MS-compatible name lister (nm)
# configure:4744: result: /usr/bin/nm -B
# configure:4874: checking the name lister (/usr/bin/nm -B) interface
# configure:4881: clang -c conftest.c >&5
# configure:4884: /usr/bin/nm -B "conftest.o"
# configure:4887: output
# 0000000000000000 B some_variable
# configure:4894: result: BSD nm
# configure:4897: checking whether ln -s works
# configure:4901: result: yes
# configure:4909: checking the maximum length of command line arguments
# configure:5039: result: 1572864
# configure:5056: checking whether the shell understands some XSI constructs
# configure:5066: result: yes
# configure:5070: checking whether the shell understands "+="
# configure:5076: result: yes
# configure:5111: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5151: result: func_convert_file_noop
# configure:5158: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5178: result: func_convert_file_noop
# configure:5185: checking for /usr/bin/ld option to reload object files
# configure:5192: result: -r
# configure:5226: checking for x86_64-unknown-linux-objdump
# configure:5256: result: no
# configure:5266: checking for objdump
# configure:5282: found /usr/bin/objdump
# configure:5293: result: objdump
# configure:5322: checking how to recognize dependent libraries
# configure:5524: result: pass_all
# configure:5569: checking for x86_64-unknown-linux-dlltool
# configure:5599: result: no
# configure:5609: checking for dlltool
# configure:5639: result: no
# configure:5666: checking how to associate runtime and link libraries
# configure:5693: result: printf %s\n
# configure:5709: checking for x86_64-unknown-linux-ar
# configure:5739: result: no
# configure:5753: checking for ar
# configure:5769: found /usr/bin/ar
# configure:5780: result: ar
# configure:5817: checking for archiver @FILE support
# configure:5834: clang -c conftest.c >&5
# configure:5834: $? = 0
# configure:5837: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5840: $? = 0
# configure:5845: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:5848: $? = 1
# configure:5860: result: @
# configure:5878: checking for x86_64-unknown-linux-strip
# configure:5905: result: strip
# configure:5977: checking for x86_64-unknown-linux-ranlib
# configure:6007: result: no
# configure:6017: checking for ranlib
# configure:6033: found /usr/bin/ranlib
# configure:6044: result: ranlib
# configure:6146: checking command to parse /usr/bin/nm -B output from clang object
# configure:6266: clang -c conftest.c >&5
# configure:6269: $? = 0
# configure:6273: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6276: $? = 0
# configure:6342: clang -o conftest conftest.c conftstm.o >&5
# configure:6345: $? = 0
# configure:6383: result: ok
# configure:6420: checking for sysroot
# configure:6450: result: no
# configure:6527: clang -c conftest.c >&5
# configure:6530: $? = 0
# configure:6666: checking for x86_64-unknown-linux-mt
# configure:6696: result: no
# configure:6706: checking for mt
# configure:6736: result: no
# configure:6756: checking if : is a manifest tool
# configure:6762: : '-?'
# configure:6770: result: no
# configure:7409: checking for dlfcn.h
# configure:7409: clang -c conftest.c >&5
# configure:7409: $? = 0
# configure:7409: result: yes
# configure:7912: checking for objdir
# configure:7927: result: .libs
# configure:8198: checking if clang supports -fno-rtti -fno-exceptions
# configure:8216: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8220: $? = 0
# configure:8233: result: yes
# configure:8560: checking for clang option to produce PIC
# configure:8567: result: -fPIC -DPIC
# configure:8575: checking if clang PIC flag -fPIC -DPIC works
# configure:8593: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8597: $? = 0
# configure:8610: result: yes
# configure:8639: checking if clang static flag -static works
# configure:8667: result: yes
# configure:8682: checking if clang supports -c -o file.o
# configure:8703: clang -c -o out/conftest2.o conftest.c >&5
# configure:8707: $? = 0
# configure:8729: result: yes
# configure:8737: checking if clang supports -c -o file.o
# configure:8784: result: yes
# configure:8817: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9974: result: yes
# configure:10214: checking dynamic linker characteristics
# configure:10725: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10725: $? = 0
# configure:10959: result: GNU/Linux ld.so
# configure:11066: checking how to hardcode library paths into programs
# configure:11091: result: immediate
# configure:11631: checking whether stripping libraries is possible
# configure:11636: result: yes
# configure:11671: checking if libtool supports shared libraries
# configure:11673: result: yes
# configure:11676: checking whether to build shared libraries
# configure:11697: result: no
# configure:11700: checking whether to build static libraries
# configure:11704: result: yes
# configure:11743: checking for clang option to accept ISO C99
# configure:11892: clang -c conftest.c >&5
# configure:11892: $? = 0
# configure:11905: result: none needed
# configure:11931: checking for x86_64-unknown-linux-pkg-config
# configure:11964: result: no
# configure:11974: checking for pkg-config
# configure:11992: found /usr/bin/pkg-config
# configure:12004: result: /usr/bin/pkg-config
# configure:12029: checking pkg-config is at least version 0.17
# configure:12032: result: yes
# configure:12043: checking for inline
# configure:12059: clang -c conftest.c >&5
# configure:12059: $? = 0
# configure:12067: result: inline
# configure:12090: checking if compiler accepts '-Wall'
# configure:12103: clang -c -Wall conftest.c >&5
# configure:12103: $? = 0
# configure:12104: result: yes
# configure:12127: checking if compiler accepts '-Wextra'
# configure:12140: clang -c -Wextra -Wall conftest.c >&5
# configure:12140: $? = 0
# configure:12141: result: yes
# configure:12164: checking if compiler accepts '-pedantic'
# configure:12177: clang -c -pedantic -Wall -Wextra conftest.c >&5
# configure:12177: $? = 0
# configure:12178: result: yes
# configure:12201: checking if compiler accepts '-Wstrict-prototypes'
# configure:12214: clang -c -Wstrict-prototypes -Wall -Wextra -pedantic conftest.c >&5
# configure:12214: $? = 0
# configure:12215: result: yes
# configure:12238: checking if compiler accepts '-Wcast-align'
# configure:12251: clang -c -Wcast-align -Wall -Wextra -pedantic -Wstrict-prototypes conftest.c >&5
# configure:12251: $? = 0
# configure:12252: result: yes
# configure:12275: checking if compiler accepts '-fno-common'
# configure:12288: clang -c -fno-common -Wall -Wextra -pedantic -Wstrict-prototypes -Wcast-align conftest.c >&5
# configure:12288: $? = 0
# configure:12289: result: yes
# configure:12312: checking if compiler accepts '-fvisibility=hidden'
# configure:12325: clang -c -fvisibility=hidden -Wall -Wextra -pedantic -Wstrict-prototypes -Wcast-align -fno-common conftest.c >&5
# configure:12325: $? = 0
# configure:12326: result: yes
# configure:12348: checking if linker accepts '-no-undefined'
# configure:12361: clang -o conftest -Wall -Wextra -pedantic -Wstrict-prototypes -Wcast-align -fno-common -fvisibility=hidden -no-undefined conftest.c >&5
# clang-3.8: error: unknown argument: '-no-undefined'
# configure:12361: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rabbitmq-c"
# | #define PACKAGE_TARNAME "rabbitmq-c"
# | #define PACKAGE_VERSION "0.5.3"
# | #define PACKAGE_STRING "rabbitmq-c 0.5.3"
# | #define PACKAGE_BUGREPORT "https://github.com/alanxz/rabbitmq-c/issues"
# | #define PACKAGE_URL "http://www.rabbitmq.com/"
# | #define PACKAGE "rabbitmq-c"
# | #define VERSION "0.5.3"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:12367: result: no
# configure:12471: checking for library containing getaddrinfo
# configure:12502: clang -o conftest -Wall -Wextra -pedantic -Wstrict-prototypes -Wcast-align -fno-common -fvisibility=hidden conftest.c >&5
# configure:12502: $? = 0
# configure:12519: result: none required
# configure:12570: checking for library containing socket
# configure:12601: clang -o conftest -Wall -Wextra -pedantic -Wstrict-prototypes -Wcast-align -fno-common -fvisibility=hidden conftest.c >&5
# configure:12601: $? = 0
# configure:12618: result: none required
# configure:12669: checking for library containing clock_gettime
# configure:12700: clang -o conftest -Wall -Wextra -pedantic -Wstrict-prototypes -Wcast-align -fno-common -fvisibility=hidden conftest.c >&5
# configure:12700: $? = 0
# configure:12717: result: none required
# configure:12725: checking if htonll is defined
# configure:12744: clang -o conftest -Wall -Wextra -pedantic -Wstrict-prototypes -Wcast-align -fno-common -fvisibility=hidden conftest.c >&5
# conftest.c:36:15: warning: implicit declaration of function 'htonll' is invalid in C99 [-Wimplicit-function-declaration]
# return htonll(0);
# ^
# 1 warning generated.
# /tmp/conftest-3155e0.o: In function `main':
# conftest.c:(.text+0x14): undefined reference to `htonll'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12744: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "rabbitmq-c"
# | #define PACKAGE_TARNAME "rabbitmq-c"
# | #define PACKAGE_VERSION "0.5.3"
# | #define PACKAGE_STRING "rabbitmq-c 0.5.3"
# | #define PACKAGE_BUGREPORT "https://github.com/alanxz/rabbitmq-c/issues"
# | #define PACKAGE_URL "http://www.rabbitmq.com/"
# | #define PACKAGE "rabbitmq-c"
# | #define VERSION "0.5.3"
# | #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 __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define ENABLE_THREAD_SAFETY 1
# | /* end confdefs.h. */
# |
# | #include
# |
# | int
# | main ()
# | {
# |
# | return htonll(0);
# |
# |
# | ;
# | return 0;
# | }
# configure:12754: result: no
# configure:12926: checking for SSL
# configure:12933: $PKG_CONFIG --exists --print-errors "openssl >= 0.9.8"
# configure:12936: $? = 0
# configure:12950: $PKG_CONFIG --exists --print-errors "openssl >= 0.9.8"
# configure:12953: $? = 0
# configure:12991: result: yes
# configure:13178: checking for popt.h
# configure:13178: clang -c -Wall -Wextra -pedantic -Wstrict-prototypes -Wcast-align -fno-common -fvisibility=hidden conftest.c >&5
# configure:13178: $? = 0
# configure:13178: result: yes
# configure:13190: checking for poptGetContext in -lpopt
# configure:13215: clang -o conftest -Wall -Wextra -pedantic -Wstrict-prototypes -Wcast-align -fno-common -fvisibility=hidden conftest.c -lpopt >&5
# configure:13215: $? = 0
# configure:13224: result: yes
# configure:13308: checking for xmlto
# configure:13338: result: no
# configure:13566: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by rabbitmq-c config.status 0.5.3, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 83246c718ec3
#
# config.status:1144: creating librabbitmq.pc
# config.status:1144: creating Makefile
# config.status:1144: creating config.h
# config.status:1373: executing depfiles commands
# config.status:1373: executing libtool commands
# configure:15819: result:
# rabbitmq-c build options:
# Host: x86_64-unknown-linux-gnu
# Version: 0.5.3
# SSL/TLS: openssl
# Tools: yes
# Documentation: no
# Examples: yes
#
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# 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_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_POLARSSL_CFLAGS_set=
# ac_cv_env_POLARSSL_CFLAGS_value=
# ac_cv_env_POLARSSL_LIBS_set=
# ac_cv_env_POLARSSL_LIBS_value=
# ac_cv_env_POPT_CFLAGS_set=
# ac_cv_env_POPT_CFLAGS_value=
# ac_cv_env_POPT_LIBS_set=
# ac_cv_env_POPT_LIBS_value=
# ac_cv_env_SSL_CFLAGS_set=
# ac_cv_env_SSL_CFLAGS_value=
# ac_cv_env_SSL_LIBS_set=
# ac_cv_env_SSL_LIBS_value=
# ac_cv_env_XMLTO_set=
# ac_cv_env_XMLTO_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_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_popt_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_popt_poptGetContext=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_ac_pt_PKG_CONFIG=/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_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search_clock_gettime='none required'
# ac_cv_search_getaddrinfo='none required'
# ac_cv_search_socket='none required'
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# ax_cv_have_popt=yes
# lt_cv_ar_at_file=@
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# pkg_cv_SSL_CFLAGS=
# pkg_cv_SSL_LIBS='-lssl -lcrypto'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afamqp/rabbitmq-c/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='0'
# AM_V='$(V)'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afamqp/rabbitmq-c/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afamqp/rabbitmq-c/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afamqp/rabbitmq-c/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall -Wextra -pedantic -Wstrict-prototypes -Wcast-align -fno-common -fvisibility=hidden'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DOCS_FALSE=''
# DOCS_TRUE='#'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXAMPLES_FALSE='#'
# EXAMPLES_TRUE=''
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# LT_AGE='2'
# LT_CURRENT='3'
# LT_REVISION='3'
# MAKEINFO='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afamqp/rabbitmq-c/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# NO_UNDEFINED=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OS_APPLE_FALSE=''
# OS_APPLE_TRUE='#'
# OS_UNIX_FALSE='#'
# OS_UNIX_TRUE=''
# OS_WIN32_FALSE=''
# OS_WIN32_TRUE='#'
# OTOOL64=''
# OTOOL=''
# PACKAGE='rabbitmq-c'
# PACKAGE_BUGREPORT='https://github.com/alanxz/rabbitmq-c/issues'
# PACKAGE_NAME='rabbitmq-c'
# PACKAGE_STRING='rabbitmq-c 0.5.3'
# PACKAGE_TARNAME='rabbitmq-c'
# PACKAGE_URL='http://www.rabbitmq.com/'
# PACKAGE_VERSION='0.5.3'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# POLARSSL_CFLAGS=''
# POLARSSL_LIBS=''
# POPT_CFLAGS=''
# POPT_LIBS='-lpopt'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SSL_CFLAGS=''
# SSL_CYASSL_FALSE=''
# SSL_CYASSL_TRUE='#'
# SSL_FALSE='#'
# SSL_GNUTLS_FALSE=''
# SSL_GNUTLS_TRUE='#'
# SSL_LIBS='-lssl -lcrypto'
# SSL_OPENSSL_FALSE='#'
# SSL_OPENSSL_TRUE=''
# SSL_POLARSSL_FALSE=''
# SSL_POLARSSL_TRUE='#'
# SSL_TRUE=''
# STRIP='strip'
# TOOLS_FALSE='#'
# TOOLS_TRUE=''
# VERSION='0.5.3'
# XMLTO=''
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# 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='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='/usr/share/syslog-ng'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/modules/afamqp/rabbitmq-c/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='/usr/lib'
# libs_private=''
# localedir='${datarootdir}/locale'
# localstatedir='/var/lib/syslog-ng'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# requires_private='openssl'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc/syslog-ng'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "rabbitmq-c"
# #define PACKAGE_TARNAME "rabbitmq-c"
# #define PACKAGE_VERSION "0.5.3"
# #define PACKAGE_STRING "rabbitmq-c 0.5.3"
# #define PACKAGE_BUGREPORT "https://github.com/alanxz/rabbitmq-c/issues"
# #define PACKAGE_URL "http://www.rabbitmq.com/"
# #define PACKAGE "rabbitmq-c"
# #define VERSION "0.5.3"
# #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 __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define ENABLE_THREAD_SAFETY 1
# #define WITH_SSL 1
# #define HAVE_POPT_H 1
# #define HAVE_POPT 1
# #define AMQ_PLATFORM "linux-gnu"
#
# configure: exit 0

CMD: config logfiles '/tmp/syslog-ng/src/syslog-ng-3.6.3/lib/ivykis/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 ivykis configure 0.36.1, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --disable-option-checking --prefix=/usr --host=x86_64-unknown-linux --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib --sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng --datadir=/usr/share/syslog-ng --with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system --enable-manpages --with-jsonc=system host_alias=x86_64-unknown-linux CC=clang CFLAGS= LDFLAGS= CPPFLAGS= --cache-file=/dev/null --srcdir=. --disable-shared --enable-static --with-pic
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 83246c718ec3
# 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/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2305: checking for a BSD-compatible install
# configure:2373: result: /usr/bin/install -c
# configure:2384: checking whether build environment is sane
# configure:2434: result: yes
# configure:2483: checking for x86_64-unknown-linux-strip
# configure:2513: result: no
# configure:2523: checking for strip
# configure:2539: found /usr/bin/strip
# configure:2550: result: strip
# configure:2575: checking for a thread-safe mkdir -p
# configure:2614: result: /usr/bin/mkdir -p
# configure:2627: checking for gawk
# configure:2643: found /usr/bin/gawk
# configure:2654: result: gawk
# configure:2665: checking whether make sets $(MAKE)
# configure:2687: result: yes
# configure:2778: checking build system type
# configure:2792: result: x86_64-unknown-linux-gnu
# configure:2812: checking host system type
# configure:2825: result: x86_64-unknown-linux-gnu
# configure:2900: checking how to print strings
# configure:2927: result: printf
# configure:2960: checking for style of include used by make
# configure:2988: result: GNU
# configure:3019: checking for x86_64-unknown-linux-gcc
# configure:3046: result: clang
# configure:3315: checking for C compiler version
# configure:3324: 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:3335: $? = 0
# configure:3324: 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:3335: $? = 0
# configure:3324: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3335: $? = 1
# configure:3324: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3335: $? = 1
# configure:3355: checking whether the C compiler works
# configure:3377: clang conftest.c >&5
# configure:3381: $? = 0
# configure:3429: result: yes
# configure:3432: checking for C compiler default output file name
# configure:3434: result: a.out
# configure:3440: checking for suffix of executables
# configure:3447: clang -o conftest conftest.c >&5
# configure:3451: $? = 0
# configure:3473: result:
# configure:3495: checking whether we are cross compiling
# configure:3503: clang -o conftest conftest.c >&5
# configure:3507: $? = 0
# configure:3514: ./conftest
# configure:3518: $? = 0
# configure:3533: result: no
# configure:3538: checking for suffix of object files
# configure:3560: clang -c conftest.c >&5
# configure:3564: $? = 0
# configure:3585: result: o
# configure:3589: checking whether we are using the GNU C compiler
# configure:3608: clang -c conftest.c >&5
# configure:3608: $? = 0
# configure:3617: result: yes
# configure:3626: checking whether clang accepts -g
# configure:3646: clang -c -g conftest.c >&5
# configure:3646: $? = 0
# configure:3687: result: yes
# configure:3704: checking for clang option to accept ISO C89
# configure:3768: clang -c conftest.c >&5
# configure:3768: $? = 0
# configure:3781: result: none needed
# configure:3803: checking dependency style of clang
# configure:3914: result: gcc3
# configure:3929: checking for a sed that does not truncate output
# configure:3993: result: /usr/bin/sed
# configure:4011: checking for grep that handles long lines and -e
# configure:4069: result: /usr/bin/grep
# configure:4074: checking for egrep
# configure:4136: result: /usr/bin/grep -E
# configure:4141: checking for fgrep
# configure:4203: result: /usr/bin/grep -F
# configure:4238: checking for ld used by clang
# configure:4305: result: /usr/bin/ld
# configure:4312: checking if the linker (/usr/bin/ld) is GNU ld
# configure:4327: result: yes
# configure:4339: checking for BSD- or MS-compatible name lister (nm)
# configure:4388: result: /usr/bin/nm -B
# configure:4518: checking the name lister (/usr/bin/nm -B) interface
# configure:4525: clang -c conftest.c >&5
# configure:4528: /usr/bin/nm -B "conftest.o"
# configure:4531: output
# 0000000000000000 B some_variable
# configure:4538: result: BSD nm
# configure:4541: checking whether ln -s works
# configure:4545: result: yes
# configure:4553: checking the maximum length of command line arguments
# configure:4683: result: 1572864
# configure:4700: checking whether the shell understands some XSI constructs
# configure:4710: result: yes
# configure:4714: checking whether the shell understands "+="
# configure:4720: result: yes
# configure:4755: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:4795: result: func_convert_file_noop
# configure:4802: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:4822: result: func_convert_file_noop
# configure:4829: checking for /usr/bin/ld option to reload object files
# configure:4836: result: -r
# configure:4870: checking for x86_64-unknown-linux-objdump
# configure:4900: result: no
# configure:4910: checking for objdump
# configure:4926: found /usr/bin/objdump
# configure:4937: result: objdump
# configure:4969: checking how to recognize dependent libraries
# configure:5171: result: pass_all
# configure:5216: checking for x86_64-unknown-linux-dlltool
# configure:5246: result: no
# configure:5256: checking for dlltool
# configure:5286: result: no
# configure:5316: checking how to associate runtime and link libraries
# configure:5343: result: printf %s\n
# configure:5360: checking for x86_64-unknown-linux-ar
# configure:5390: result: no
# configure:5404: checking for ar
# configure:5420: found /usr/bin/ar
# configure:5431: result: ar
# configure:5468: checking for archiver @FILE support
# configure:5485: clang -c conftest.c >&5
# configure:5485: $? = 0
# configure:5488: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:5491: $? = 0
# configure:5496: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:5499: $? = 1
# configure:5511: result: @
# configure:5529: checking for x86_64-unknown-linux-strip
# configure:5556: result: strip
# configure:5628: checking for x86_64-unknown-linux-ranlib
# configure:5658: result: no
# configure:5668: checking for ranlib
# configure:5684: found /usr/bin/ranlib
# configure:5695: result: ranlib
# configure:5797: checking command to parse /usr/bin/nm -B output from clang object
# configure:5917: clang -c conftest.c >&5
# configure:5920: $? = 0
# configure:5924: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:5927: $? = 0
# configure:5993: clang -o conftest conftest.c conftstm.o >&5
# configure:5996: $? = 0
# configure:6034: result: ok
# configure:6071: checking for sysroot
# configure:6101: result: no
# configure:6178: clang -c conftest.c >&5
# configure:6181: $? = 0
# configure:6317: checking for x86_64-unknown-linux-mt
# configure:6347: result: no
# configure:6357: checking for mt
# configure:6387: result: no
# configure:6407: checking if : is a manifest tool
# configure:6413: : '-?'
# configure:6421: result: no
# configure:7063: checking how to run the C preprocessor
# configure:7094: clang -E conftest.c
# configure:7094: $? = 0
# configure:7108: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7108: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ivykis"
# | #define PACKAGE_TARNAME "ivykis"
# | #define PACKAGE_VERSION "0.36.1"
# | #define PACKAGE_STRING "ivykis 0.36.1"
# | #define PACKAGE_BUGREPORT "libivykis-discuss@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ivykis"
# | #define VERSION "0.36.1"
# | /* end confdefs.h. */
# | #include
# configure:7133: result: clang -E
# configure:7153: clang -E conftest.c
# configure:7153: $? = 0
# configure:7167: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:7167: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ivykis"
# | #define PACKAGE_TARNAME "ivykis"
# | #define PACKAGE_VERSION "0.36.1"
# | #define PACKAGE_STRING "ivykis 0.36.1"
# | #define PACKAGE_BUGREPORT "libivykis-discuss@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ivykis"
# | #define VERSION "0.36.1"
# | /* end confdefs.h. */
# | #include
# configure:7196: checking for ANSI C header files
# configure:7216: clang -c conftest.c >&5
# configure:7216: $? = 0
# configure:7289: clang -o conftest conftest.c >&5
# configure:7289: $? = 0
# configure:7289: ./conftest
# configure:7289: $? = 0
# configure:7300: result: yes
# configure:7313: checking for sys/types.h
# configure:7313: clang -c conftest.c >&5
# configure:7313: $? = 0
# configure:7313: result: yes
# configure:7313: checking for sys/stat.h
# configure:7313: clang -c conftest.c >&5
# configure:7313: $? = 0
# configure:7313: result: yes
# configure:7313: checking for stdlib.h
# configure:7313: clang -c conftest.c >&5
# configure:7313: $? = 0
# configure:7313: result: yes
# configure:7313: checking for string.h
# configure:7313: clang -c conftest.c >&5
# configure:7313: $? = 0
# configure:7313: result: yes
# configure:7313: checking for memory.h
# configure:7313: clang -c conftest.c >&5
# configure:7313: $? = 0
# configure:7313: result: yes
# configure:7313: checking for strings.h
# configure:7313: clang -c conftest.c >&5
# configure:7313: $? = 0
# configure:7313: result: yes
# configure:7313: checking for inttypes.h
# configure:7313: clang -c conftest.c >&5
# configure:7313: $? = 0
# configure:7313: result: yes
# configure:7313: checking for stdint.h
# configure:7313: clang -c conftest.c >&5
# configure:7313: $? = 0
# configure:7313: result: yes
# configure:7313: checking for unistd.h
# configure:7313: clang -c conftest.c >&5
# configure:7313: $? = 0
# configure:7313: result: yes
# configure:7327: checking for dlfcn.h
# configure:7327: clang -c conftest.c >&5
# configure:7327: $? = 0
# configure:7327: result: yes
# configure:7533: checking for objdir
# configure:7548: result: .libs
# configure:7815: checking if clang supports -fno-rtti -fno-exceptions
# configure:7833: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:7837: $? = 0
# configure:7850: result: yes
# configure:8177: checking for clang option to produce PIC
# configure:8184: result: -fPIC -DPIC
# configure:8192: checking if clang PIC flag -fPIC -DPIC works
# configure:8210: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:8214: $? = 0
# configure:8227: result: yes
# configure:8256: checking if clang static flag -static works
# configure:8284: result: yes
# configure:8299: checking if clang supports -c -o file.o
# configure:8320: clang -c -o out/conftest2.o conftest.c >&5
# configure:8324: $? = 0
# configure:8346: result: yes
# configure:8354: checking if clang supports -c -o file.o
# configure:8401: result: yes
# configure:8434: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:9591: result: yes
# configure:9831: checking dynamic linker characteristics
# configure:10342: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:10342: $? = 0
# configure:10576: result: GNU/Linux ld.so
# configure:10683: checking how to hardcode library paths into programs
# configure:10708: result: immediate
# configure:11248: checking whether stripping libraries is possible
# configure:11253: result: yes
# configure:11288: checking if libtool supports shared libraries
# configure:11290: result: yes
# configure:11293: checking whether to build shared libraries
# configure:11314: result: no
# configure:11317: checking whether to build static libraries
# configure:11321: result: yes
# configure:11366: checking for x86_64-unknown-linux-gcc
# configure:11393: result: clang
# configure:11662: checking for C compiler version
# configure:11671: 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:11682: $? = 0
# configure:11671: 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:11682: $? = 0
# configure:11671: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:11682: $? = 1
# configure:11671: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:11682: $? = 1
# configure:11686: checking whether we are using the GNU C compiler
# configure:11714: result: yes
# configure:11723: checking whether clang accepts -g
# configure:11784: result: yes
# configure:11801: checking for clang option to accept ISO C89
# configure:11878: result: none needed
# configure:11900: checking dependency style of clang
# configure:12011: result: gcc3
# configure:12032: checking host operating system type
# configure:12042: clang -c -Wall conftest.c >&5
# configure:12042: $? = 0
# configure:12044: result: posix
# configure:12071: checking for working __thread
# configure:12105: clang -c -Wall conftest.c >&5
# conftest.c:23:21: warning: unused variable 'p' [-Wunused-variable]
# static __thread int p = 0;
# ^
# 1 warning generated.
# configure:12105: $? = 0
# configure:12109: result: yes
# configure:12150: checking whether clang accepts -pthread
# configure:12168: clang -c -pthread conftest.c >&5
# configure:12168: $? = 0
# configure:12174: result: yes
# configure:12191: checking whether clang accepts -pthreads
# configure:12209: clang -c -pthreads conftest.c >&5
# clang-3.8: warning: argument unused during compilation: '-pthreads'
# configure:12209: $? = 0
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ivykis"
# | #define PACKAGE_TARNAME "ivykis"
# | #define PACKAGE_VERSION "0.36.1"
# | #define PACKAGE_STRING "ivykis 0.36.1"
# | #define PACKAGE_BUGREPORT "libivykis-discuss@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ivykis"
# | #define VERSION "0.36.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:12215: result: no
# configure:12261: checking for library containing pthread_atfork
# configure:12292: clang -o conftest -Wall -pthread conftest.c >&5
# configure:12292: $? = 0
# configure:12309: result: none required
# configure:12319: checking for library containing pthread_create
# configure:12350: clang -o conftest -Wall -pthread conftest.c >&5
# configure:12350: $? = 0
# configure:12367: result: none required
# configure:12498: checking for __sync_lock_test_and_set()
# configure:12515: clang -o conftest -Wall -pthread conftest.c >&5
# configure:12515: $? = 0
# configure:12522: result: yes
# configure:12534: checking process.h usability
# configure:12534: clang -c -Wall -pthread conftest.c >&5
# conftest.c:58:10: fatal error: 'process.h' file not found
# #include
# ^
# 1 error generated.
# configure:12534: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ivykis"
# | #define PACKAGE_TARNAME "ivykis"
# | #define PACKAGE_VERSION "0.36.1"
# | #define PACKAGE_STRING "ivykis 0.36.1"
# | #define PACKAGE_BUGREPORT "libivykis-discuss@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ivykis"
# | #define VERSION "0.36.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD 1
# | #define HAVE_SYNC_LOCK_TEST_AND_SET 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:12534: result: no
# configure:12534: checking process.h presence
# configure:12534: clang -E conftest.c
# conftest.c:25:10: fatal error: 'process.h' file not found
# #include
# ^
# 1 error generated.
# configure:12534: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ivykis"
# | #define PACKAGE_TARNAME "ivykis"
# | #define PACKAGE_VERSION "0.36.1"
# | #define PACKAGE_STRING "ivykis 0.36.1"
# | #define PACKAGE_BUGREPORT "libivykis-discuss@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ivykis"
# | #define VERSION "0.36.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD 1
# | #define HAVE_SYNC_LOCK_TEST_AND_SET 1
# | /* end confdefs.h. */
# | #include
# configure:12534: result: no
# configure:12534: checking for process.h
# configure:12534: result: no
# configure:12546: checking sys/devpoll.h usability
# configure:12546: clang -c -Wall -pthread conftest.c >&5
# conftest.c:58:10: fatal error: 'sys/devpoll.h' file not found
# #include
# ^
# 1 error generated.
# configure:12546: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ivykis"
# | #define PACKAGE_TARNAME "ivykis"
# | #define PACKAGE_VERSION "0.36.1"
# | #define PACKAGE_STRING "ivykis 0.36.1"
# | #define PACKAGE_BUGREPORT "libivykis-discuss@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ivykis"
# | #define VERSION "0.36.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD 1
# | #define HAVE_SYNC_LOCK_TEST_AND_SET 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:12546: result: no
# configure:12546: checking sys/devpoll.h presence
# configure:12546: clang -E conftest.c
# conftest.c:25:10: fatal error: 'sys/devpoll.h' file not found
# #include
# ^
# 1 error generated.
# configure:12546: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ivykis"
# | #define PACKAGE_TARNAME "ivykis"
# | #define PACKAGE_VERSION "0.36.1"
# | #define PACKAGE_STRING "ivykis 0.36.1"
# | #define PACKAGE_BUGREPORT "libivykis-discuss@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ivykis"
# | #define VERSION "0.36.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD 1
# | #define HAVE_SYNC_LOCK_TEST_AND_SET 1
# | /* end confdefs.h. */
# | #include
# configure:12546: result: no
# configure:12546: checking for sys/devpoll.h
# configure:12546: result: no
# configure:12558: checking sys/eventfd.h usability
# configure:12558: clang -c -Wall -pthread conftest.c >&5
# configure:12558: $? = 0
# configure:12558: result: yes
# configure:12558: checking sys/eventfd.h presence
# configure:12558: clang -E conftest.c
# configure:12558: $? = 0
# configure:12558: result: yes
# configure:12558: checking for sys/eventfd.h
# configure:12558: result: yes
# configure:12570: checking sys/syscall.h usability
# configure:12570: clang -c -Wall -pthread conftest.c >&5
# configure:12570: $? = 0
# configure:12570: result: yes
# configure:12570: checking sys/syscall.h presence
# configure:12570: clang -E conftest.c
# configure:12570: $? = 0
# configure:12570: result: yes
# configure:12570: checking for sys/syscall.h
# configure:12570: result: yes
# configure:12583: checking for sys/thr.h
# configure:12583: clang -c -Wall -pthread conftest.c >&5
# conftest.c:29:10: fatal error: 'sys/thr.h' file not found
# #include
# ^
# 1 error generated.
# configure:12583: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ivykis"
# | #define PACKAGE_TARNAME "ivykis"
# | #define PACKAGE_VERSION "0.36.1"
# | #define PACKAGE_STRING "ivykis 0.36.1"
# | #define PACKAGE_BUGREPORT "libivykis-discuss@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ivykis"
# | #define VERSION "0.36.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD 1
# | #define HAVE_SYNC_LOCK_TEST_AND_SET 1
# | #define HAVE_SYS_EVENTFD_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | /* end confdefs.h. */
# | #include
# |
# | #include
# configure:12583: result: no
# configure:12596: checking thread.h usability
# configure:12596: clang -c -Wall -pthread conftest.c >&5
# conftest.c:60:10: fatal error: 'thread.h' file not found
# #include
# ^
# 1 error generated.
# configure:12596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ivykis"
# | #define PACKAGE_TARNAME "ivykis"
# | #define PACKAGE_VERSION "0.36.1"
# | #define PACKAGE_STRING "ivykis 0.36.1"
# | #define PACKAGE_BUGREPORT "libivykis-discuss@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ivykis"
# | #define VERSION "0.36.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD 1
# | #define HAVE_SYNC_LOCK_TEST_AND_SET 1
# | #define HAVE_SYS_EVENTFD_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:12596: result: no
# configure:12596: checking thread.h presence
# configure:12596: clang -E conftest.c
# conftest.c:27:10: fatal error: 'thread.h' file not found
# #include
# ^
# 1 error generated.
# configure:12596: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ivykis"
# | #define PACKAGE_TARNAME "ivykis"
# | #define PACKAGE_VERSION "0.36.1"
# | #define PACKAGE_STRING "ivykis 0.36.1"
# | #define PACKAGE_BUGREPORT "libivykis-discuss@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ivykis"
# | #define VERSION "0.36.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD 1
# | #define HAVE_SYNC_LOCK_TEST_AND_SET 1
# | #define HAVE_SYS_EVENTFD_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | /* end confdefs.h. */
# | #include
# configure:12596: result: no
# configure:12596: checking for thread.h
# configure:12596: result: no
# configure:12608: checking for linux/netfilter_ipv4.h
# configure:12620: clang -c -Wall -pthread conftest.c >&5
# configure:12620: $? = 0
# configure:12626: result: yes
# configure:12632: checking for struct timespec.tv_sec
# configure:12632: clang -c -Wall -pthread conftest.c >&5
# configure:12632: $? = 0
# configure:12632: result: yes
# configure:12652: checking for library containing clock_gettime
# configure:12683: clang -o conftest -Wall -pthread conftest.c >&5
# configure:12683: $? = 0
# configure:12700: result: none required
# configure:12710: checking for clock_gettime
# configure:12710: clang -o conftest -Wall -pthread conftest.c >&5
# configure:12710: $? = 0
# configure:12710: result: yes
# configure:12721: checking for CLOCK_MONOTONIC
# configure:12734: clang -c -Wall -pthread conftest.c >&5
# configure:12734: $? = 0
# configure:12740: result: yes
# configure:12750: checking for CLOCK_REALTIME
# configure:12763: clang -c -Wall -pthread conftest.c >&5
# configure:12763: $? = 0
# configure:12769: result: yes
# configure:12781: checking for library containing inet_ntop
# configure:12812: clang -o conftest -Wall -pthread conftest.c >&5
# configure:12812: $? = 0
# configure:12829: result: none required
# configure:12837: checking for library containing socket
# configure:12868: clang -o conftest -Wall -pthread conftest.c >&5
# configure:12868: $? = 0
# configure:12885: result: none required
# configure:12893: checking for library containing thr_self
# configure:12924: clang -o conftest -Wall -pthread conftest.c >&5
# /tmp/conftest-f965ad.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `thr_self'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12924: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ivykis"
# | #define PACKAGE_TARNAME "ivykis"
# | #define PACKAGE_VERSION "0.36.1"
# | #define PACKAGE_STRING "ivykis 0.36.1"
# | #define PACKAGE_BUGREPORT "libivykis-discuss@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ivykis"
# | #define VERSION "0.36.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD 1
# | #define HAVE_SYNC_LOCK_TEST_AND_SET 1
# | #define HAVE_SYS_EVENTFD_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_MONOTONIC 1
# | #define HAVE_CLOCK_REALTIME 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 thr_self ();
# | int
# | main ()
# | {
# | return thr_self ();
# | ;
# | return 0;
# | }
# configure:12924: clang -o conftest -Wall -pthread conftest.c -lthread >&5
# /usr/bin/ld: cannot find -lthread
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12924: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ivykis"
# | #define PACKAGE_TARNAME "ivykis"
# | #define PACKAGE_VERSION "0.36.1"
# | #define PACKAGE_STRING "ivykis 0.36.1"
# | #define PACKAGE_BUGREPORT "libivykis-discuss@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ivykis"
# | #define VERSION "0.36.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD 1
# | #define HAVE_SYNC_LOCK_TEST_AND_SET 1
# | #define HAVE_SYS_EVENTFD_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_MONOTONIC 1
# | #define HAVE_CLOCK_REALTIME 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 thr_self ();
# | int
# | main ()
# | {
# | return thr_self ();
# | ;
# | return 0;
# | }
# configure:12941: result: no
# configure:12953: checking for epoll_create
# configure:12953: clang -o conftest -Wall -pthread conftest.c >&5
# configure:12953: $? = 0
# configure:12953: result: yes
# configure:12964: checking for epoll_create1
# configure:12964: clang -o conftest -Wall -pthread conftest.c >&5
# configure:12964: $? = 0
# configure:12964: result: yes
# configure:12975: checking for eventfd
# configure:12975: clang -o conftest -Wall -pthread conftest.c >&5
# configure:12975: $? = 0
# configure:12975: result: yes
# configure:12986: checking for gettid
# configure:12986: clang -o conftest -Wall -pthread conftest.c >&5
# /tmp/conftest-6b579d.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `gettid'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:12986: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ivykis"
# | #define PACKAGE_TARNAME "ivykis"
# | #define PACKAGE_VERSION "0.36.1"
# | #define PACKAGE_STRING "ivykis 0.36.1"
# | #define PACKAGE_BUGREPORT "libivykis-discuss@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ivykis"
# | #define VERSION "0.36.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD 1
# | #define HAVE_SYNC_LOCK_TEST_AND_SET 1
# | #define HAVE_SYS_EVENTFD_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_MONOTONIC 1
# | #define HAVE_CLOCK_REALTIME 1
# | #define HAVE_EPOLL_CREATE 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_EVENTFD 1
# | /* end confdefs.h. */
# | /* Define gettid to an innocuous variant, in case declares gettid.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define gettid innocuous_gettid
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char gettid (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef gettid
# |
# | /* 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 gettid ();
# | /* 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_gettid || defined __stub___gettid
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return gettid ();
# | ;
# | return 0;
# | }
# configure:12986: result: no
# configure:12997: checking for inotify_init
# configure:12997: clang -o conftest -Wall -pthread conftest.c >&5
# configure:12997: $? = 0
# configure:12997: result: yes
# configure:13008: checking for kqueue
# configure:13008: clang -o conftest -Wall -pthread conftest.c >&5
# /tmp/conftest-ef9d8d.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `kqueue'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13008: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ivykis"
# | #define PACKAGE_TARNAME "ivykis"
# | #define PACKAGE_VERSION "0.36.1"
# | #define PACKAGE_STRING "ivykis 0.36.1"
# | #define PACKAGE_BUGREPORT "libivykis-discuss@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ivykis"
# | #define VERSION "0.36.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD 1
# | #define HAVE_SYNC_LOCK_TEST_AND_SET 1
# | #define HAVE_SYS_EVENTFD_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_MONOTONIC 1
# | #define HAVE_CLOCK_REALTIME 1
# | #define HAVE_EPOLL_CREATE 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_EVENTFD 1
# | #define HAVE_INOTIFY_INIT 1
# | /* end confdefs.h. */
# | /* Define kqueue to an innocuous variant, in case declares kqueue.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define kqueue innocuous_kqueue
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char kqueue (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef kqueue
# |
# | /* 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 kqueue ();
# | /* 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_kqueue || defined __stub___kqueue
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return kqueue ();
# | ;
# | return 0;
# | }
# configure:13008: result: no
# configure:13019: checking for lwp_gettid
# configure:13019: clang -o conftest -Wall -pthread conftest.c >&5
# /tmp/conftest-556089.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `lwp_gettid'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13019: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ivykis"
# | #define PACKAGE_TARNAME "ivykis"
# | #define PACKAGE_VERSION "0.36.1"
# | #define PACKAGE_STRING "ivykis 0.36.1"
# | #define PACKAGE_BUGREPORT "libivykis-discuss@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ivykis"
# | #define VERSION "0.36.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD 1
# | #define HAVE_SYNC_LOCK_TEST_AND_SET 1
# | #define HAVE_SYS_EVENTFD_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_MONOTONIC 1
# | #define HAVE_CLOCK_REALTIME 1
# | #define HAVE_EPOLL_CREATE 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_EVENTFD 1
# | #define HAVE_INOTIFY_INIT 1
# | /* end confdefs.h. */
# | /* Define lwp_gettid to an innocuous variant, in case declares lwp_gettid.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define lwp_gettid innocuous_lwp_gettid
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char lwp_gettid (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef lwp_gettid
# |
# | /* 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 lwp_gettid ();
# | /* 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_lwp_gettid || defined __stub___lwp_gettid
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return lwp_gettid ();
# | ;
# | return 0;
# | }
# configure:13019: result: no
# configure:13030: checking for port_create
# configure:13030: clang -o conftest -Wall -pthread conftest.c >&5
# /tmp/conftest-bdacbd.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `port_create'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13030: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ivykis"
# | #define PACKAGE_TARNAME "ivykis"
# | #define PACKAGE_VERSION "0.36.1"
# | #define PACKAGE_STRING "ivykis 0.36.1"
# | #define PACKAGE_BUGREPORT "libivykis-discuss@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ivykis"
# | #define VERSION "0.36.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD 1
# | #define HAVE_SYNC_LOCK_TEST_AND_SET 1
# | #define HAVE_SYS_EVENTFD_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_MONOTONIC 1
# | #define HAVE_CLOCK_REALTIME 1
# | #define HAVE_EPOLL_CREATE 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_EVENTFD 1
# | #define HAVE_INOTIFY_INIT 1
# | /* end confdefs.h. */
# | /* Define port_create to an innocuous variant, in case declares port_create.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define port_create innocuous_port_create
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char port_create (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef port_create
# |
# | /* 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 port_create ();
# | /* 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_port_create || defined __stub___port_create
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return port_create ();
# | ;
# | return 0;
# | }
# configure:13030: result: no
# configure:13041: checking for pthread_spin_lock
# configure:13041: clang -o conftest -Wall -pthread conftest.c >&5
# configure:13041: $? = 0
# configure:13041: result: yes
# configure:13052: checking for thr_self
# configure:13052: clang -o conftest -Wall -pthread conftest.c >&5
# /tmp/conftest-3a91ab.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `thr_self'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:13052: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "ivykis"
# | #define PACKAGE_TARNAME "ivykis"
# | #define PACKAGE_VERSION "0.36.1"
# | #define PACKAGE_STRING "ivykis 0.36.1"
# | #define PACKAGE_BUGREPORT "libivykis-discuss@lists.sourceforge.net"
# | #define PACKAGE_URL ""
# | #define PACKAGE "ivykis"
# | #define VERSION "0.36.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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_THREAD 1
# | #define HAVE_SYNC_LOCK_TEST_AND_SET 1
# | #define HAVE_SYS_EVENTFD_H 1
# | #define HAVE_SYS_SYSCALL_H 1
# | #define HAVE_CLOCK_GETTIME 1
# | #define HAVE_CLOCK_MONOTONIC 1
# | #define HAVE_CLOCK_REALTIME 1
# | #define HAVE_EPOLL_CREATE 1
# | #define HAVE_EPOLL_CREATE1 1
# | #define HAVE_EVENTFD 1
# | #define HAVE_INOTIFY_INIT 1
# | #define HAVE_PTHREAD_SPIN_LOCK 1
# | /* end confdefs.h. */
# | /* Define thr_self to an innocuous variant, in case declares thr_self.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define thr_self innocuous_thr_self
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char thr_self (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef thr_self
# |
# | /* 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 thr_self ();
# | /* 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_thr_self || defined __stub___thr_self
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return thr_self ();
# | ;
# | return 0;
# | }
# configure:13052: result: no
# configure:13070: checking for splice
# configure:13070: clang -o conftest -Wall -pthread conftest.c >&5
# configure:13070: $? = 0
# configure:13070: result: yes
# configure:13112: checking for wait4
# configure:13112: clang -o conftest -Wall -pthread conftest.c >&5
# configure:13112: $? = 0
# configure:13112: result: yes
# configure:13126: checking whether /usr/bin/ld -m elf_x86_64 supports symbol version scripts
# configure:13145: clang -o conftest -Wall -pthread -Wl,--version-script,conftest.ver conftest.c >&5
# configure:13145: $? = 0
# configure:13152: result: yes
# configure:13722: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by ivykis config.status 0.36.1, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 83246c718ec3
#
# config.status:1134: creating Makefile
# config.status:1134: creating contrib/Makefile
# config.status:1134: creating contrib/iv_getaddrinfo/Makefile
# config.status:1134: creating contrib/kojines/Makefile
# config.status:1134: creating man3/Makefile
# config.status:1134: creating misc/Makefile
# config.status:1134: creating misc/ivykis.pc
# config.status:1134: creating src/Makefile
# config.status:1134: creating src/include/iv.h
# config.status:1134: creating test/Makefile
# config.status:1134: creating config.h
# config.status:1363: executing depfiles commands
# config.status:1363: executing libtool commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_define_clock_monotonic=yes
# ac_cv_define_clock_realtime=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_clock_gettime=yes
# ac_cv_func_epoll_create1=yes
# ac_cv_func_epoll_create=yes
# ac_cv_func_eventfd=yes
# ac_cv_func_gettid=no
# ac_cv_func_inotify_init=yes
# ac_cv_func_kqueue=no
# ac_cv_func_lwp_gettid=no
# ac_cv_func_port_create=no
# ac_cv_func_pthread_spin_lock=yes
# ac_cv_func_splice=yes
# ac_cv_func_sync_lock_test_and_set=yes
# ac_cv_func_thr_self=no
# ac_cv_func_wait4=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_linux_netfilter_ipv4_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_process_h=no
# 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_devpoll_h=no
# ac_cv_header_sys_eventfd_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_syscall_h=yes
# ac_cv_header_sys_thr_h=no
# ac_cv_header_sys_types_h=yes
# ac_cv_header_thread_h=no
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_system=posix
# ac_cv_member_struct_timespec_tv_sec=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_SED=/usr/bin/sed
# 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_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_pthread=yes
# ac_cv_prog_cc_pthreads=no
# ac_cv_prog_ld_version_script=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_search_clock_gettime='none required'
# ac_cv_search_inet_ntop='none required'
# ac_cv_search_pthread_atfork='none required'
# ac_cv_search_pthread_create='none required'
# ac_cv_search_socket='none required'
# ac_cv_search_thr_self=no
# ac_cv_timespec_hdr=sys/time.h
# am_cv_CC_dependencies_compiler_type=gcc3
# lt_cv_ar_at_file=@
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/lib/ivykis/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AR='ar'
# AS=''
# AUTOCONF='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/lib/ivykis/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/lib/ivykis/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/lib/ivykis/missing --run automake-1.11'
# AWK='gawk'
# BUILD_ON_CYGWIN_FALSE=''
# BUILD_ON_CYGWIN_TRUE='#'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -Wall -pthread'
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GREP='/usr/bin/grep'
# HAVE_DEV_POLL_FALSE=''
# HAVE_DEV_POLL_TRUE='#'
# HAVE_EPOLL_FALSE='#'
# HAVE_EPOLL_TRUE=''
# HAVE_INOTIFY_FALSE='#'
# HAVE_INOTIFY_TRUE=''
# HAVE_KQUEUE_FALSE=''
# HAVE_KQUEUE_TRUE='#'
# HAVE_LINUX_NETFILTER_IPV4_H_FALSE='#'
# HAVE_LINUX_NETFILTER_IPV4_H_TRUE=''
# HAVE_PORT_FALSE=''
# HAVE_PORT_TRUE='#'
# HAVE_POSIX_FALSE='#'
# HAVE_POSIX_TRUE=''
# HAVE_VERSIONING_FALSE='#'
# HAVE_VERSIONING_TRUE=''
# HAVE_WIN32_FALSE=''
# HAVE_WIN32_TRUE='#'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/lib/ivykis/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='ivykis'
# PACKAGE_BUGREPORT='libivykis-discuss@lists.sourceforge.net'
# PACKAGE_NAME='ivykis'
# PACKAGE_STRING='ivykis 0.36.1'
# PACKAGE_TARNAME='ivykis'
# PACKAGE_URL=''
# PACKAGE_VERSION='0.36.1'
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.36.1'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# ac_cv_timespec_hdr='sys/time.h'
# 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='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='/usr/share/syslog-ng'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/syslog-ng/src/syslog-ng-3.6.3/lib/ivykis/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='/usr/lib'
# localedir='${datarootdir}/locale'
# localstatedir='/var/lib/syslog-ng'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc/syslog-ng'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "ivykis"
# #define PACKAGE_TARNAME "ivykis"
# #define PACKAGE_VERSION "0.36.1"
# #define PACKAGE_STRING "ivykis 0.36.1"
# #define PACKAGE_BUGREPORT "libivykis-discuss@lists.sourceforge.net"
# #define PACKAGE_URL ""
# #define PACKAGE "ivykis"
# #define VERSION "0.36.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_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_THREAD 1
# #define HAVE_SYNC_LOCK_TEST_AND_SET 1
# #define HAVE_SYS_EVENTFD_H 1
# #define HAVE_SYS_SYSCALL_H 1
# #define HAVE_CLOCK_GETTIME 1
# #define HAVE_CLOCK_MONOTONIC 1
# #define HAVE_CLOCK_REALTIME 1
# #define HAVE_EPOLL_CREATE 1
# #define HAVE_EPOLL_CREATE1 1
# #define HAVE_EVENTFD 1
# #define HAVE_INOTIFY_INIT 1
# #define HAVE_PTHREAD_SPIN_LOCK 1
# #define HAVE_SPLICE 1
# #define HAVE_WAIT4 1
#
# configure: exit 0