Build of trickle with clang_glibc toolchain

The build took 00h 02m 08s and was SUCCESSFUL.

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

SLOCLanguage
7,815 sh
4,711 ansic
507 makefile
13,033 total

The process tree of the build process is here.

Log

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

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

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

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: trickle 1.07-8 (Thu Apr 13 17:24:57 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking whether make sets $(MAKE)... yes
# checking for working aclocal-1.4... missing
# checking for working autoconf... found
# checking for working automake-1.4... missing
# checking for working autoheader... found
# checking for working makeinfo... found
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ANSI C... none needed
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for egrep... grep -E
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... nm
# checking whether ln -s works... yes
# checking how to recognise dependent libraries... pass_all
# 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 dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking for x86_64-unknown-linux-g++... clang++
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... no
# checking for x86_64-unknown-linux-fort77... no
# checking for x86_64-unknown-linux-fl32... no
# checking for x86_64-unknown-linux-af77... no
# checking for x86_64-unknown-linux-f90... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-xlf95... no
# checking for x86_64-unknown-linux-ifc... no
# checking for x86_64-unknown-linux-efc... no
# checking for x86_64-unknown-linux-pgf95... no
# checking for x86_64-unknown-linux-lf95... no
# checking for x86_64-unknown-linux-gfortran... no
# checking for g77... no
# checking for f77... no
# checking for xlf... no
# checking for frt... no
# checking for pgf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for f90... no
# checking for xlf90... no
# checking for pgf90... no
# checking for epcf90... no
# checking for f95... f95
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether f95 accepts -g... yes
# checking the maximum length of command line arguments... 32768
# checking command to parse nm output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking if clang static flag works... yes
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang supports -c -o file.o... 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 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... yes
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC
# checking if clang++ PIC flag -fPIC works... yes
# checking if clang++ supports -c -o file.o... 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
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for f95 option to produce PIC... -fPIC
# checking if f95 PIC flag -fPIC works... yes
# checking if f95 supports -c -o file.o... yes
# checking whether the f95 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 whether make sets $(MAKE)... (cached) yes
# checking for x86_64-unknown-linux-ranlib... ranlib
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for socket in -lsocket... no
# checking for gethostbyname in -lnsl... yes
# checking for dlopen in -ldl... yes
# checking for err in -lc... yes
# checking for ANSI C header files... (cached) yes
# checking for sys/wait.h that is POSIX.1 compatible... yes
# checking if libc defines __progname... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking err.h usability... yes
# checking err.h presence... yes
# checking for err.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking for unistd.h... (cached) yes
# checking for stdint.h... (cached) yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking asm/poll.h usability... yes
# checking asm/poll.h presence... yes
# checking for asm/poll.h... yes
# checking for an ANSI C-conforming const... yes
# checking for pid_t... yes
# checking for size_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking for u_int64_t... yes
# checking for u_int32_t... yes
# checking for u_int16_t... yes
# checking for u_int8_t... yes
# checking for in_addr_t... no
# checking whether clang needs -traditional... no
# checking return type of signal handlers... void
# checking for socket... yes
# checking for strlcat... no
# checking for strlcpy... no
# checking for daemon... yes
# checking for setenv... yes
# checking for strsep... yes
# checking for sendfile... yes
# checking for libevent... yes
# checking if underscores are needed for symbols... no
# checking if we can access libc without dlopen... yes
# checking for sendfile... (cached) yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating config.h
# config.status: executing default-1 commands
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c trickle.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c util.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c getopt.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c strlcat.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c strlcpy.c
# /bin/sh ./libtool --mode=link clang -Wall -Icompat -o trickle trickle.o util.o getopt.o strlcat.o strlcpy.o -lnsl -ldl
# mkdir .libs
# clang -Wall -Icompat -o trickle trickle.o util.o getopt.o strlcat.o strlcpy.o -lnsl -ldl
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c trickled.c
# trickled.c:144:24: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
# if (pri > 20 || pri < 0) {
# ~~~ ^ ~
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c atomicio.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c print.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c bwstat.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c client.c
# client.c:61:1: warning: unused function 'clitree_SPLAY_FIND' [-Wunused-function]
# SPLAY_PROTOTYPE(clitree, client, next, clicmp);
# ^
# compat/sys/tree.h:121:36: note: expanded from macro 'SPLAY_PROTOTYPE'
# static __inline struct type * \
# ^
# :58:1: note: expanded from here
# clitree_SPLAY_FIND
# ^
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c conf.c
# conf.c:548:17: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (!strcmp (buf, "=="))
# ^~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# conf.c:564:17: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# if (strcmp (buf, "="))
# ^~~
# /usr/include/string.h:140:32: note: passing argument to parameter '__s1' here
# extern int strcmp (const char *__s1, const char *__s2)
# ^
# 2 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c cleanup.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c xdr.c
# xdr.c:106:25: warning: incompatible pointer types passing 'bool_t (void)' (aka 'int (void)') to parameter of type 'xdrproc_t' (aka 'int (*)(struct XDR *, void *, ...)') [-Wincompatible-pointer-types]
# xdr_msg_discrim, _xdr_void));
# ^~~~~~~~~
# xdr.c:15:7: note: expanded from macro 'X'
# if (!x) \
# ^
# /usr/include/rpc/xdr.h:317:15: note: passing argument to parameter '__dfault' here
# xdrproc_t __dfault) __THROW;
# ^
# xdr.c:116:23: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'caddr_t' (aka 'char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# xdrmem_create(&xdrs, buf, *buflen, XDR_ENCODE);
# ^~~
# /usr/include/rpc/xdr.h:350:55: note: passing argument to parameter '__addr' here
# extern void xdrmem_create (XDR *__xdrs, const caddr_t __addr,
# ^
# xdr.c:136:23: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'caddr_t' (aka 'char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# xdrmem_create(&xdrs, buf, buflen, XDR_DECODE);
# ^~~
# /usr/include/rpc/xdr.h:350:55: note: passing argument to parameter '__addr' here
# extern void xdrmem_create (XDR *__xdrs, const caddr_t __addr,
# ^
# 3 warnings generated.
# /bin/sh ./libtool --mode=link clang -Wall -Icompat -o trickled trickled.o atomicio.o print.o bwstat.o client.o conf.o util.o cleanup.o getopt.o xdr.o -levent strlcat.o strlcpy.o -lnsl -ldl
# clang -Wall -Icompat -o trickled trickled.o atomicio.o print.o bwstat.o client.o conf.o util.o cleanup.o getopt.o xdr.o strlcat.o strlcpy.o -levent -lnsl -ldl
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c tricklectl.c
# tricklectl.c:94:10: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
# err(1, sockname);
# ^~~~~~~~
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c trickledu.c
# /bin/sh ./libtool --mode=link clang -Wall -Icompat -o tricklectl tricklectl.o trickledu.o atomicio.o xdr.o strlcat.o strlcpy.o -lnsl -ldl
# clang -Wall -Icompat -o tricklectl tricklectl.o trickledu.o atomicio.o xdr.o strlcat.o strlcpy.o -lnsl -ldl
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c strlcat.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c strlcat.c -fPIC -DPIC -o .libs/strlcat.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c strlcat.c -o strlcat.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c strlcpy.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c strlcpy.c -fPIC -DPIC -o .libs/strlcpy.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c strlcpy.c -o strlcpy.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c trickle-overload.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c trickle-overload.c -fPIC -DPIC -o .libs/trickle-overload.o
# trickle-overload.c:650:27: warning: passing 'size_t *' (aka 'unsigned long *') to parameter of type 'ssize_t *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
# if (!(eagain = delay(fd, &xnbytes, TRICKLE_RECV) == TRICKLE_WOULDBLOCK)) {
# ^~~~~~~~
# trickle-overload.c:147:44: note: passing argument to parameter here
# static int delay(int, ssize_t *, short);
# ^
# trickle-overload.c:685:27: warning: passing 'size_t *' (aka 'unsigned long *') to parameter of type 'ssize_t *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
# if (!(eagain = delay(fd, &len, TRICKLE_RECV) == TRICKLE_WOULDBLOCK)) {
# ^~~~
# trickle-overload.c:147:44: note: passing argument to parameter here
# static int delay(int, ssize_t *, short);
# ^
# trickle-overload.c:714:29: warning: passing 'size_t *' (aka 'unsigned long *') to parameter of type 'ssize_t *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
# if (!(eagain = delay(sock, &xlen, TRICKLE_RECV) == TRICKLE_WOULDBLOCK)) {
# ^~~~~
# trickle-overload.c:147:44: note: passing argument to parameter here
# static int delay(int, ssize_t *, short);
# ^
# trickle-overload.c:751:29: warning: passing 'size_t *' (aka 'unsigned long *') to parameter of type 'ssize_t *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
# if (!(eagain = delay(sock, &xlen, TRICKLE_RECV) == TRICKLE_WOULDBLOCK)) {
# ^~~~~
# trickle-overload.c:147:44: note: passing argument to parameter here
# static int delay(int, ssize_t *, short);
# ^
# trickle-overload.c:781:27: warning: passing 'size_t *' (aka 'unsigned long *') to parameter of type 'ssize_t *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
# if (!(eagain = delay(fd, &xlen, TRICKLE_SEND) == TRICKLE_WOULDBLOCK)) {
# ^~~~~
# trickle-overload.c:147:44: note: passing argument to parameter here
# static int delay(int, ssize_t *, short);
# ^
# trickle-overload.c:815:27: warning: passing 'size_t *' (aka 'unsigned long *') to parameter of type 'ssize_t *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
# if (!(eagain = delay(fd, &len, TRICKLE_SEND) == TRICKLE_WOULDBLOCK)) {
# ^~~~
# trickle-overload.c:147:44: note: passing argument to parameter here
# static int delay(int, ssize_t *, short);
# ^
# trickle-overload.c:845:29: warning: passing 'size_t *' (aka 'unsigned long *') to parameter of type 'ssize_t *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
# if (!(eagain = delay(sock, &xlen, TRICKLE_SEND) == TRICKLE_WOULDBLOCK)) {
# ^~~~~
# trickle-overload.c:147:44: note: passing argument to parameter here
# static int delay(int, ssize_t *, short);
# ^
# trickle-overload.c:877:29: warning: passing 'size_t *' (aka 'unsigned long *') to parameter of type 'ssize_t *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
# if (!(eagain = delay(sock, &xlen, TRICKLE_SEND) == TRICKLE_WOULDBLOCK)) {
# ^~~~~
# trickle-overload.c:147:44: note: passing argument to parameter here
# static int delay(int, ssize_t *, short);
# ^
# trickle-overload.c:1018:15: warning: passing 'size_t *' (aka 'unsigned long *') to parameter of type 'ssize_t *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
# delay(in_fd, &inbytes, TRICKLE_RECV);
# ^~~~~~~~
# trickle-overload.c:147:44: note: passing argument to parameter here
# static int delay(int, ssize_t *, short);
# ^
# trickle-overload.c:1019:16: warning: passing 'size_t *' (aka 'unsigned long *') to parameter of type 'ssize_t *' (aka 'long *') converts between pointers to integer types with different sign [-Wpointer-sign]
# delay(out_fd, &outbytes, TRICKLE_SEND);
# ^~~~~~~~~
# trickle-overload.c:147:44: note: passing argument to parameter here
# static int delay(int, ssize_t *, short);
# ^
# trickle-overload.c:1077:50: warning: passing 'ssize_t *' (aka 'long *') to parameter of type 'size_t *' (aka 'unsigned long *') converts between pointers to integer types with different sign [-Wpointer-sign]
# if (trickled && (xtv = trickled_getdelay(which, len)) != NULL)
# ^~~
# ./trickledu.h:20:50: note: passing argument to parameter here
# struct timeval *trickled_getdelay(short, size_t *);
# ^
# trickle-overload.c:1083:36: warning: passing 'ssize_t *' (aka 'long *') to parameter of type 'size_t *' (aka 'unsigned long *') converts between pointers to integer types with different sign [-Wpointer-sign]
# return (bwstat_getdelay(sd->stat, len, xlim, which));
# ^~~
# ./bwstat.h:38:58: note: passing argument to parameter here
# struct timeval *bwstat_getdelay(struct bwstat *, size_t *, uint, short);
# ^
# 12 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c trickle-overload.c -o trickle-overload.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c bwstat.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c bwstat.c -fPIC -DPIC -o .libs/bwstat.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c bwstat.c -o bwstat.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c trickledu.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c trickledu.c -fPIC -DPIC -o .libs/trickledu.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c trickledu.c -o trickledu.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c atomicio.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c atomicio.c -fPIC -DPIC -o .libs/atomicio.o
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c atomicio.c -o atomicio.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c xdr.c
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c xdr.c -fPIC -DPIC -o .libs/xdr.o
# xdr.c:106:25: warning: incompatible pointer types passing 'bool_t (void)' (aka 'int (void)') to parameter of type 'xdrproc_t' (aka 'int (*)(struct XDR *, void *, ...)') [-Wincompatible-pointer-types]
# xdr_msg_discrim, _xdr_void));
# ^~~~~~~~~
# xdr.c:15:7: note: expanded from macro 'X'
# if (!x) \
# ^
# /usr/include/rpc/xdr.h:317:15: note: passing argument to parameter '__dfault' here
# xdrproc_t __dfault) __THROW;
# ^
# xdr.c:116:23: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'caddr_t' (aka 'char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# xdrmem_create(&xdrs, buf, *buflen, XDR_ENCODE);
# ^~~
# /usr/include/rpc/xdr.h:350:55: note: passing argument to parameter '__addr' here
# extern void xdrmem_create (XDR *__xdrs, const caddr_t __addr,
# ^
# xdr.c:136:23: warning: passing 'u_char *' (aka 'unsigned char *') to parameter of type 'caddr_t' (aka 'char *') converts between pointers to integer types with different sign [-Wpointer-sign]
# xdrmem_create(&xdrs, buf, buflen, XDR_DECODE);
# ^~~
# /usr/include/rpc/xdr.h:350:55: note: passing argument to parameter '__addr' here
# extern void xdrmem_create (XDR *__xdrs, const caddr_t __addr,
# ^
# 3 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c xdr.c -o xdr.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=link clang -o libtmptrickle-overload.so.la \
# -rpath /usr/lib/trickle strlcat.lo strlcpy.lo trickle-overload.lo bwstat.lo trickledu.lo atomicio.lo xdr.lo -lnsl -ldl \
# -module -avoid-version -nostdlib -ldl
# clang -shared .libs/strlcat.o .libs/strlcpy.o .libs/trickle-overload.o .libs/bwstat.o .libs/trickledu.o .libs/atomicio.o .libs/xdr.o -lnsl -ldl -Wl,-soname -Wl,libtmptrickle-overload.so.so -o .libs/libtmptrickle-overload.so.so
# ar cru .libs/libtmptrickle-overload.so.a strlcat.o strlcpy.o trickle-overload.o bwstat.o trickledu.o atomicio.o xdr.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib .libs/libtmptrickle-overload.so.a
# creating libtmptrickle-overload.so.la
# (cd .libs && rm -f libtmptrickle-overload.so.la && ln -s ../libtmptrickle-overload.so.la libtmptrickle-overload.so.la)
# ==> Entering fakeroot environment...
# ==> Starting package()...
# /bin/sh ./libtool --mode=link clang -Wall -Icompat -o trickle trickle.o util.o getopt.o strlcat.o strlcpy.o -lnsl -ldl
# clang -Wall -Icompat -o trickle trickle.o util.o getopt.o strlcat.o strlcpy.o -lnsl -ldl
# /bin/sh ./libtool --mode=link clang -Wall -Icompat -o trickled trickled.o atomicio.o print.o bwstat.o client.o conf.o util.o cleanup.o getopt.o xdr.o -levent strlcat.o strlcpy.o -lnsl -ldl
# clang -Wall -Icompat -o trickled trickled.o atomicio.o print.o bwstat.o client.o conf.o util.o cleanup.o getopt.o xdr.o strlcat.o strlcpy.o -levent -lnsl -ldl
# /bin/sh ./libtool --mode=link clang -Wall -Icompat -o tricklectl tricklectl.o trickledu.o atomicio.o xdr.o strlcat.o strlcpy.o -lnsl -ldl
# clang -Wall -Icompat -o tricklectl tricklectl.o trickledu.o atomicio.o xdr.o strlcat.o strlcpy.o -lnsl -ldl
# make[1]: Entering directory '/tmp/trickle/src/trickle-1.07'
# /bin/sh ./mkinstalldirs /tmp/trickle/pkg/trickle/usr/bin
# mkdir /tmp/trickle/pkg/trickle/usr
# mkdir /tmp/trickle/pkg/trickle/usr/bin
# /bin/sh ./libtool --mode=install /usr/bin/install -c trickle /tmp/trickle/pkg/trickle/usr/bin/trickle
# /usr/bin/install -c trickle /tmp/trickle/pkg/trickle/usr/bin/trickle
# /bin/sh ./libtool --mode=install /usr/bin/install -c trickled /tmp/trickle/pkg/trickle/usr/bin/trickled
# /usr/bin/install -c trickled /tmp/trickle/pkg/trickle/usr/bin/trickled
# /bin/sh ./libtool --mode=install /usr/bin/install -c tricklectl /tmp/trickle/pkg/trickle/usr/bin/tricklectl
# /usr/bin/install -c tricklectl /tmp/trickle/pkg/trickle/usr/bin/tricklectl
# make install-man1 install-man5 install-man8
# make[2]: Entering directory '/tmp/trickle/src/trickle-1.07'
# /bin/sh ./mkinstalldirs /tmp/trickle/pkg/trickle/usr/share/man/man1
# mkdir /tmp/trickle/pkg/trickle/usr/share
# mkdir /tmp/trickle/pkg/trickle/usr/share/man
# mkdir /tmp/trickle/pkg/trickle/usr/share/man/man1
# /usr/bin/install -c -m 644 ./trickle.1 /tmp/trickle/pkg/trickle/usr/share/man/man1/trickle.1
# /bin/sh ./mkinstalldirs /tmp/trickle/pkg/trickle/usr/share/man/man5
# mkdir /tmp/trickle/pkg/trickle/usr/share/man/man5
# /usr/bin/install -c -m 644 ./trickled.conf.5 /tmp/trickle/pkg/trickle/usr/share/man/man5/trickled.conf.5
# /bin/sh ./mkinstalldirs /tmp/trickle/pkg/trickle/usr/share/man/man8
# mkdir /tmp/trickle/pkg/trickle/usr/share/man/man8
# /usr/bin/install -c -m 644 ./trickled.8 /tmp/trickle/pkg/trickle/usr/share/man/man8/trickled.8
# make[2]: Leaving directory '/tmp/trickle/src/trickle-1.07'
# /bin/sh ./mkinstalldirs /tmp/trickle/pkg/trickle/usr/lib
# mkdir /tmp/trickle/pkg/trickle/usr/lib
# /bin/sh ./mkinstalldirs /tmp/trickle/pkg/trickle/usr/lib/trickle
# mkdir /tmp/trickle/pkg/trickle/usr/lib/trickle
# /usr/bin/install -c -m 644 ./trickle-overload.so /tmp/trickle/pkg/trickle/usr/lib/trickle/trickle-overload.so
# make[1]: Leaving directory '/tmp/trickle/src/trickle-1.07'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "trickle"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: trickle 1.07-8 (Thu Apr 13 17:25:55 UTC 2017)

CMD: pacman --query --file trickle-1.07-8-x86_64.pkg.tar.xz
# trickle 1.07-8

Creating hybrid package for 'trickle'

Trying to find vanilla package 'trickle'...

CMD: pacman --query --file /mirror/trickle-1.07-8.pkg.tar.xz
# trickle 1.07-8

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/trickle
# /usr/bin/trickled
# /usr/bin/tricklectl
# /usr/lib/trickle/trickle-overload.so
# /usr/share/man/man1/trickle.1.gz
# /usr/share/man/man5/trickled.conf.5.gz
# /usr/share/man/man8/trickled.8.gz
# /usr/share/licenses/trickle/LICENSE
# /sysroot/usr/lib/trickle/trickle-overload.so

Generating .MTREE

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

Tar-ing up files

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

CMD: xz -c -z

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

CMD: bsdtar -tqf trickle.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/trickle.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/trickle.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/trickle.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/trickle/src/trickle-1.07/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 775ca382c4a6
# 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
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1528: checking build system type
# configure:1546: result: x86_64-unknown-linux-gnu
# configure:1554: checking host system type
# configure:1568: result: x86_64-unknown-linux-gnu
# configure:1576: checking target system type
# configure:1590: result: x86_64-unknown-linux-gnu
# configure:1619: checking for a BSD-compatible install
# configure:1674: result: /usr/bin/install -c
# configure:1685: checking whether build environment is sane
# configure:1728: result: yes
# configure:1743: checking whether make sets $(MAKE)
# configure:1763: result: yes
# configure:1795: checking for working aclocal-1.4
# configure:1806: result: missing
# configure:1810: checking for working autoconf
# configure:1817: result: found
# configure:1825: checking for working automake-1.4
# configure:1836: result: missing
# configure:1840: checking for working autoheader
# configure:1847: result: found
# configure:1855: checking for working makeinfo
# configure:1862: result: found
# configure:1885: checking for x86_64-unknown-linux-gcc
# configure:1911: result: clang
# configure:2193: checking for C compiler version
# configure:2196: 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:2199: $? = 0
# configure:2201: 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
# Selected multilib: .;@m64
# configure:2204: $? = 0
# configure:2206: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2209: $? = 1
# configure:2232: checking for C compiler default output file name
# configure:2235: clang conftest.c >&5
# configure:2238: $? = 0
# configure:2284: result: a.out
# configure:2289: checking whether the C compiler works
# configure:2295: ./a.out
# configure:2298: $? = 0
# configure:2315: result: yes
# configure:2322: checking whether we are cross compiling
# configure:2324: result: no
# configure:2327: checking for suffix of executables
# configure:2329: clang -o conftest conftest.c >&5
# configure:2332: $? = 0
# configure:2357: result:
# configure:2363: checking for suffix of object files
# configure:2384: clang -c conftest.c >&5
# configure:2387: $? = 0
# configure:2409: result: o
# configure:2413: checking whether we are using the GNU C compiler
# configure:2437: clang -c conftest.c >&5
# configure:2443: $? = 0
# configure:2447: test -z
# || test ! -s conftest.err
# configure:2450: $? = 0
# configure:2453: test -s conftest.o
# configure:2456: $? = 0
# configure:2469: result: yes
# configure:2475: checking whether clang accepts -g
# configure:2496: clang -c -g conftest.c >&5
# configure:2502: $? = 0
# configure:2506: test -z
# || test ! -s conftest.err
# configure:2509: $? = 0
# configure:2512: test -s conftest.o
# configure:2515: $? = 0
# configure:2526: result: yes
# configure:2543: checking for clang option to accept ANSI C
# configure:2613: clang -c conftest.c >&5
# configure:2619: $? = 0
# configure:2623: test -z
# || test ! -s conftest.err
# configure:2626: $? = 0
# configure:2629: test -s conftest.o
# configure:2632: $? = 0
# configure:2650: result: none needed
# configure:2668: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:2674: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2880: checking for a sed that does not truncate output
# configure:2934: result: /usr/bin/sed
# configure:2937: checking for egrep
# configure:2947: result: grep -E
# configure:2963: checking for ld used by clang
# configure:3030: result: /usr/bin/ld
# configure:3039: checking if the linker (/usr/bin/ld) is GNU ld
# configure:3054: result: yes
# configure:3059: checking for /usr/bin/ld option to reload object files
# configure:3066: result: -r
# configure:3084: checking for BSD-compatible nm
# configure:3126: result: nm
# configure:3130: checking whether ln -s works
# configure:3134: result: yes
# configure:3141: checking how to recognise dependent libraries
# configure:3313: result: pass_all
# configure:3398: clang -c conftest.c >&5
# configure:3401: $? = 0
# configure:3527: checking how to run the C preprocessor
# configure:3562: clang -E conftest.c
# configure:3568: $? = 0
# configure:3600: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3606: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | /* end confdefs.h. */
# | #include
# configure:3645: result: clang -E
# configure:3669: clang -E conftest.c
# configure:3675: $? = 0
# configure:3707: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3713: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | /* end confdefs.h. */
# | #include
# configure:3757: checking for ANSI C header files
# configure:3782: clang -c conftest.c >&5
# configure:3788: $? = 0
# configure:3792: test -z
# || test ! -s conftest.err
# configure:3795: $? = 0
# configure:3798: test -s conftest.o
# configure:3801: $? = 0
# configure:3890: clang -o conftest conftest.c >&5
# conftest.c:28:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(2);
# ^
# conftest.c:28:7: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:3893: $? = 0
# configure:3895: ./conftest
# configure:3898: $? = 0
# configure:3913: result: yes
# configure:3937: checking for sys/types.h
# configure:3953: clang -c conftest.c >&5
# configure:3959: $? = 0
# configure:3963: test -z
# || test ! -s conftest.err
# configure:3966: $? = 0
# configure:3969: test -s conftest.o
# configure:3972: $? = 0
# configure:3983: result: yes
# configure:3937: checking for sys/stat.h
# configure:3953: clang -c conftest.c >&5
# configure:3959: $? = 0
# configure:3963: test -z
# || test ! -s conftest.err
# configure:3966: $? = 0
# configure:3969: test -s conftest.o
# configure:3972: $? = 0
# configure:3983: result: yes
# configure:3937: checking for stdlib.h
# configure:3953: clang -c conftest.c >&5
# configure:3959: $? = 0
# configure:3963: test -z
# || test ! -s conftest.err
# configure:3966: $? = 0
# configure:3969: test -s conftest.o
# configure:3972: $? = 0
# configure:3983: result: yes
# configure:3937: checking for string.h
# configure:3953: clang -c conftest.c >&5
# configure:3959: $? = 0
# configure:3963: test -z
# || test ! -s conftest.err
# configure:3966: $? = 0
# configure:3969: test -s conftest.o
# configure:3972: $? = 0
# configure:3983: result: yes
# configure:3937: checking for memory.h
# configure:3953: clang -c conftest.c >&5
# configure:3959: $? = 0
# configure:3963: test -z
# || test ! -s conftest.err
# configure:3966: $? = 0
# configure:3969: test -s conftest.o
# configure:3972: $? = 0
# configure:3983: result: yes
# configure:3937: checking for strings.h
# configure:3953: clang -c conftest.c >&5
# configure:3959: $? = 0
# configure:3963: test -z
# || test ! -s conftest.err
# configure:3966: $? = 0
# configure:3969: test -s conftest.o
# configure:3972: $? = 0
# configure:3983: result: yes
# configure:3937: checking for inttypes.h
# configure:3953: clang -c conftest.c >&5
# configure:3959: $? = 0
# configure:3963: test -z
# || test ! -s conftest.err
# configure:3966: $? = 0
# configure:3969: test -s conftest.o
# configure:3972: $? = 0
# configure:3983: result: yes
# configure:3937: checking for stdint.h
# configure:3953: clang -c conftest.c >&5
# configure:3959: $? = 0
# configure:3963: test -z
# || test ! -s conftest.err
# configure:3966: $? = 0
# configure:3969: test -s conftest.o
# configure:3972: $? = 0
# configure:3983: result: yes
# configure:3937: checking for unistd.h
# configure:3953: clang -c conftest.c >&5
# configure:3959: $? = 0
# configure:3963: test -z
# || test ! -s conftest.err
# configure:3966: $? = 0
# configure:3969: test -s conftest.o
# configure:3972: $? = 0
# configure:3983: result: yes
# configure:4009: checking dlfcn.h usability
# configure:4021: clang -c conftest.c >&5
# configure:4027: $? = 0
# configure:4031: test -z
# || test ! -s conftest.err
# configure:4034: $? = 0
# configure:4037: test -s conftest.o
# configure:4040: $? = 0
# configure:4050: result: yes
# configure:4054: checking dlfcn.h presence
# configure:4064: clang -E conftest.c
# configure:4070: $? = 0
# configure:4090: result: yes
# configure:4125: checking for dlfcn.h
# configure:4132: result: yes
# configure:4155: checking for x86_64-unknown-linux-g++
# configure:4181: result: clang++
# configure:4239: checking for C++ compiler version
# configure:4242: 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:4245: $? = 0
# configure:4247: 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
# Selected multilib: .;@m64
# configure:4250: $? = 0
# configure:4252: clang++ -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4255: $? = 1
# configure:4258: checking whether we are using the GNU C++ compiler
# configure:4282: clang++ -c conftest.cc >&5
# configure:4288: $? = 0
# configure:4292: test -z
# || test ! -s conftest.err
# configure:4295: $? = 0
# configure:4298: test -s conftest.o
# configure:4301: $? = 0
# configure:4314: result: yes
# configure:4320: checking whether clang++ accepts -g
# configure:4341: clang++ -c -g conftest.cc >&5
# configure:4347: $? = 0
# configure:4351: test -z
# || test ! -s conftest.err
# configure:4354: $? = 0
# configure:4357: test -s conftest.o
# configure:4360: $? = 0
# configure:4371: result: yes
# configure:4413: clang++ -c conftest.cc >&5
# configure:4419: $? = 0
# configure:4423: test -z
# || test ! -s conftest.err
# configure:4426: $? = 0
# configure:4429: test -s conftest.o
# configure:4432: $? = 0
# configure:4458: clang++ -c conftest.cc >&5
# conftest.cc:26:1: error: use of undeclared identifier 'exit'
# exit (42);
# ^
# 1 error generated.
# configure:4464: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #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
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4413: clang++ -c conftest.cc >&5
# conftest.cc:22:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# conftest.cc:22:49: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# 2 errors generated.
# configure:4419: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #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
# | /* end confdefs.h. */
# | extern "C" void std::exit (int) throw (); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4413: clang++ -c conftest.cc >&5
# conftest.cc:22:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# conftest.cc:22:40: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# 2 errors generated.
# configure:4419: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #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
# | /* end confdefs.h. */
# | extern "C" void std::exit (int); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4413: clang++ -c conftest.cc >&5
# configure:4419: $? = 0
# configure:4423: test -z
# || test ! -s conftest.err
# configure:4426: $? = 0
# configure:4429: test -s conftest.o
# configure:4432: $? = 0
# configure:4458: clang++ -c conftest.cc >&5
# configure:4464: $? = 0
# configure:4468: test -z
# || test ! -s conftest.err
# configure:4471: $? = 0
# configure:4474: test -s conftest.o
# configure:4477: $? = 0
# configure:4510: checking how to run the C++ preprocessor
# configure:4541: clang++ -E conftest.cc
# configure:4547: $? = 0
# configure:4579: clang++ -E conftest.cc
# conftest.cc:25:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4585: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:4624: result: clang++ -E
# configure:4648: clang++ -E conftest.cc
# configure:4654: $? = 0
# configure:4686: clang++ -E conftest.cc
# conftest.cc:25:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4692: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:4747: checking for x86_64-unknown-linux-g77
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-f77
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-xlf
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-frt
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-pgf77
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-fort77
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-fl32
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-af77
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-f90
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-xlf90
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-pgf90
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-epcf90
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-f95
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-fort
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-xlf95
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-ifc
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-efc
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-pgf95
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-lf95
# configure:4776: result: no
# configure:4747: checking for x86_64-unknown-linux-gfortran
# configure:4776: result: no
# configure:4789: checking for g77
# configure:4818: result: no
# configure:4789: checking for f77
# configure:4818: result: no
# configure:4789: checking for xlf
# configure:4818: result: no
# configure:4789: checking for frt
# configure:4818: result: no
# configure:4789: checking for pgf77
# configure:4818: result: no
# configure:4789: checking for fort77
# configure:4818: result: no
# configure:4789: checking for fl32
# configure:4818: result: no
# configure:4789: checking for af77
# configure:4818: result: no
# configure:4789: checking for f90
# configure:4818: result: no
# configure:4789: checking for xlf90
# configure:4818: result: no
# configure:4789: checking for pgf90
# configure:4818: result: no
# configure:4789: checking for epcf90
# configure:4818: result: no
# configure:4789: checking for f95
# configure:4805: found /usr/bin/f95
# configure:4815: result: f95
# configure:4830: checking for Fortran 77 compiler version
# configure:4833: f95 --version &5
# GNU Fortran (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:4836: $? = 0
# configure:4838: f95 -v &5
# Using built-in specs.
# COLLECT_GCC=f95
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:4841: $? = 0
# configure:4843: f95 -V &5
# f95: error: unrecognized command line option '-V'
# f95: fatal error: no input files
# compilation terminated.
# configure:4846: $? = 1
# configure:4854: checking whether we are using the GNU Fortran 77 compiler
# configure:4868: f95 -c conftest.F >&5
# configure:4874: $? = 0
# configure:4878: test -z
# || test ! -s conftest.err
# configure:4881: $? = 0
# configure:4884: test -s conftest.o
# configure:4887: $? = 0
# configure:4900: result: yes
# configure:4906: checking whether f95 accepts -g
# configure:4918: f95 -c -g conftest.f >&5
# configure:4924: $? = 0
# configure:4928: test -z
# || test ! -s conftest.err
# configure:4931: $? = 0
# configure:4934: test -s conftest.o
# configure:4937: $? = 0
# configure:4949: result: yes
# configure:4979: checking the maximum length of command line arguments
# configure:5058: result: 32768
# configure:5069: checking command to parse nm output from clang object
# configure:5165: clang -c conftest.c >&5
# configure:5168: $? = 0
# configure:5172: nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
# configure:5175: $? = 0
# configure:5227: clang -o conftest conftest.c conftstm.o >&5
# configure:5230: $? = 0
# configure:5268: result: ok
# configure:5272: checking for objdir
# configure:5287: result: .libs
# configure:5339: checking for x86_64-unknown-linux-ar
# configure:5368: result: no
# configure:5377: checking for ar
# configure:5393: found /usr/bin/ar
# configure:5404: result: ar
# configure:5419: checking for x86_64-unknown-linux-ranlib
# configure:5448: result: no
# configure:5457: checking for ranlib
# configure:5473: found /usr/bin/ranlib
# configure:5484: result: ranlib
# configure:5499: checking for x86_64-unknown-linux-strip
# configure:5528: result: no
# configure:5537: checking for strip
# configure:5553: found /usr/bin/strip
# configure:5564: result: strip
# configure:5828: checking if clang static flag works
# configure:5851: result: yes
# configure:5869: checking if clang supports -fno-rtti -fno-exceptions
# configure:5887: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:5891: $? = 0
# configure:5902: result: yes
# configure:5917: checking for clang option to produce PIC
# configure:6104: result: -fPIC
# configure:6112: checking if clang PIC flag -fPIC works
# configure:6130: clang -c -fPIC -DPIC conftest.c >&5
# configure:6134: $? = 0
# configure:6145: result: yes
# configure:6169: checking if clang supports -c -o file.o
# configure:6190: clang -c -o out/conftest2.o conftest.c >&5
# configure:6194: $? = 0
# configure:6214: result: yes
# configure:6240: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:7089: result: yes
# configure:7115: checking whether -lc should be explicitly linked in
# configure:7120: clang -c conftest.c >&5
# configure:7123: $? = 0
# configure:7137: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:7140: $? = 0
# configure:7152: result: no
# configure:7160: checking dynamic linker characteristics
# configure:7700: result: GNU/Linux ld.so
# configure:7704: checking how to hardcode library paths into programs
# configure:7729: result: immediate
# configure:7743: checking whether stripping libraries is possible
# configure:7748: result: yes
# configure:8578: checking if libtool supports shared libraries
# configure:8580: result: yes
# configure:8583: checking whether to build shared libraries
# configure:8604: result: yes
# configure:8607: checking whether to build static libraries
# configure:8611: result: yes
# configure:8703: creating libtool
# configure:9252: checking for ld used by clang++
# configure:9319: result: /usr/bin/ld -m elf_x86_64
# configure:9328: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:9343: result: yes
# configure:9394: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10261: result: yes
# configure:10279: clang++ -c conftest.cc >&5
# configure:10282: $? = 0
# configure:10378: checking for clang++ option to produce PIC
# configure:10640: result: -fPIC
# configure:10648: checking if clang++ PIC flag -fPIC works
# configure:10666: clang++ -c -fPIC -DPIC conftest.cc >&5
# configure:10670: $? = 0
# configure:10681: result: yes
# configure:10705: checking if clang++ supports -c -o file.o
# configure:10726: clang++ -c -o out/conftest2.o conftest.cc >&5
# configure:10730: $? = 0
# configure:10750: result: yes
# configure:10776: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10801: result: yes
# configure:10872: checking dynamic linker characteristics
# configure:11412: result: GNU/Linux ld.so
# configure:11416: checking how to hardcode library paths into programs
# configure:11441: result: immediate
# configure:11455: checking whether stripping libraries is possible
# configure:11460: result: yes
# configure:12767: checking if libtool supports shared libraries
# configure:12769: result: yes
# configure:12772: checking whether to build shared libraries
# configure:12790: result: yes
# configure:12793: checking whether to build static libraries
# configure:12797: result: yes
# configure:12809: checking for f95 option to produce PIC
# configure:12996: result: -fPIC
# configure:13004: checking if f95 PIC flag -fPIC works
# configure:13022: f95 -c -g -O2 -fPIC conftest.f >&5
# configure:13026: $? = 0
# configure:13037: result: yes
# configure:13061: checking if f95 supports -c -o file.o
# configure:13082: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:13086: $? = 0
# configure:13106: result: yes
# configure:13132: checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:13961: result: yes
# configure:14032: checking dynamic linker characteristics
# configure:14572: result: GNU/Linux ld.so
# configure:14576: checking how to hardcode library paths into programs
# configure:14601: result: immediate
# configure:14615: checking whether stripping libraries is possible
# configure:14620: result: yes
# configure:18717: checking whether make sets $(MAKE)
# configure:18737: result: yes
# configure:18755: checking for x86_64-unknown-linux-ranlib
# configure:18781: result: ranlib
# configure:18845: checking for a BSD-compatible install
# configure:18900: result: /usr/bin/install -c
# configure:18923: checking for socket in -lsocket
# configure:18953: clang -o conftest conftest.c -lsocket >&5
# /usr/bin/ld: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:18959: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char socket ();
# | int
# | main ()
# | {
# | socket ();
# | ;
# | return 0;
# | }
# configure:18985: result: no
# configure:18997: checking for gethostbyname in -lnsl
# configure:19027: clang -o conftest conftest.c -lnsl >&5
# configure:19033: $? = 0
# configure:19037: test -z
# || test ! -s conftest.err
# configure:19040: $? = 0
# configure:19043: test -s conftest
# configure:19046: $? = 0
# configure:19059: result: yes
# configure:19070: checking for dlopen in -ldl
# configure:19100: clang -o conftest conftest.c -ldl -lnsl >&5
# configure:19106: $? = 0
# configure:19110: test -z
# || test ! -s conftest.err
# configure:19113: $? = 0
# configure:19116: test -s conftest
# configure:19119: $? = 0
# configure:19132: result: yes
# configure:19140: checking for err in -lc
# configure:19170: clang -o conftest conftest.c -lc -lnsl -ldl >&5
# configure:19176: $? = 0
# configure:19180: test -z
# || test ! -s conftest.err
# configure:19183: $? = 0
# configure:19186: test -s conftest
# configure:19189: $? = 0
# configure:19202: result: yes
# configure:19212: checking for ANSI C header files
# configure:19368: result: yes
# configure:19378: checking for sys/wait.h that is POSIX.1 compatible
# configure:19409: clang -c conftest.c >&5
# configure:19415: $? = 0
# configure:19419: test -z
# || test ! -s conftest.err
# configure:19422: $? = 0
# configure:19425: test -s conftest.o
# configure:19428: $? = 0
# configure:19439: result: yes
# configure:19450: checking if libc defines __progname
# configure:19472: clang -o conftest conftest.c -lnsl -ldl >&5
# conftest.c:32:27: warning: implicitly declaring library function 'printf' with type 'int (const char *, ...)' [-Wimplicit-function-declaration]
# extern char *__progname; printf("%s", __progname);
# ^
# conftest.c:32:27: note: include the header or explicitly provide a declaration for 'printf'
# 1 warning generated.
# configure:19478: $? = 0
# configure:19482: test -z
# || test ! -s conftest.err
# configure:19485: $? = 0
# configure:19488: test -s conftest
# configure:19491: $? = 0
# configure:19505: result: yes
# configure:19535: checking sys/ioctl.h usability
# configure:19547: clang -c conftest.c >&5
# configure:19553: $? = 0
# configure:19557: test -z
# || test ! -s conftest.err
# configure:19560: $? = 0
# configure:19563: test -s conftest.o
# configure:19566: $? = 0
# configure:19576: result: yes
# configure:19580: checking sys/ioctl.h presence
# configure:19590: clang -E conftest.c
# configure:19596: $? = 0
# configure:19616: result: yes
# configure:19651: checking for sys/ioctl.h
# configure:19658: result: yes
# configure:19535: checking sys/time.h usability
# configure:19547: clang -c conftest.c >&5
# configure:19553: $? = 0
# configure:19557: test -z
# || test ! -s conftest.err
# configure:19560: $? = 0
# configure:19563: test -s conftest.o
# configure:19566: $? = 0
# configure:19576: result: yes
# configure:19580: checking sys/time.h presence
# configure:19590: clang -E conftest.c
# configure:19596: $? = 0
# configure:19616: result: yes
# configure:19651: checking for sys/time.h
# configure:19658: result: yes
# configure:19535: checking err.h usability
# configure:19547: clang -c conftest.c >&5
# configure:19553: $? = 0
# configure:19557: test -z
# || test ! -s conftest.err
# configure:19560: $? = 0
# configure:19563: test -s conftest.o
# configure:19566: $? = 0
# configure:19576: result: yes
# configure:19580: checking err.h presence
# configure:19590: clang -E conftest.c
# configure:19596: $? = 0
# configure:19616: result: yes
# configure:19651: checking for err.h
# configure:19658: result: yes
# configure:19535: checking time.h usability
# configure:19547: clang -c conftest.c >&5
# configure:19553: $? = 0
# configure:19557: test -z
# || test ! -s conftest.err
# configure:19560: $? = 0
# configure:19563: test -s conftest.o
# configure:19566: $? = 0
# configure:19576: result: yes
# configure:19580: checking time.h presence
# configure:19590: clang -E conftest.c
# configure:19596: $? = 0
# configure:19616: result: yes
# configure:19651: checking for time.h
# configure:19658: result: yes
# configure:19526: checking for unistd.h
# configure:19531: result: yes
# configure:19526: checking for stdint.h
# configure:19531: result: yes
# configure:19535: checking netinet/in.h usability
# configure:19547: clang -c conftest.c >&5
# configure:19553: $? = 0
# configure:19557: test -z
# || test ! -s conftest.err
# configure:19560: $? = 0
# configure:19563: test -s conftest.o
# configure:19566: $? = 0
# configure:19576: result: yes
# configure:19580: checking netinet/in.h presence
# configure:19590: clang -E conftest.c
# configure:19596: $? = 0
# configure:19616: result: yes
# configure:19651: checking for netinet/in.h
# configure:19658: result: yes
# configure:19535: checking asm/poll.h usability
# configure:19547: clang -c conftest.c >&5
# configure:19553: $? = 0
# configure:19557: test -z
# || test ! -s conftest.err
# configure:19560: $? = 0
# configure:19563: test -s conftest.o
# configure:19566: $? = 0
# configure:19576: result: yes
# configure:19580: checking asm/poll.h presence
# configure:19590: clang -E conftest.c
# configure:19596: $? = 0
# configure:19616: result: yes
# configure:19651: checking for asm/poll.h
# configure:19658: result: yes
# configure:19672: checking for an ANSI C-conforming const
# configure:19739: clang -c conftest.c >&5
# configure:19745: $? = 0
# configure:19749: test -z
# || test ! -s conftest.err
# configure:19752: $? = 0
# configure:19755: test -s conftest.o
# configure:19758: $? = 0
# configure:19769: result: yes
# configure:19779: checking for pid_t
# configure:19803: clang -c conftest.c >&5
# configure:19809: $? = 0
# configure:19813: test -z
# || test ! -s conftest.err
# configure:19816: $? = 0
# configure:19819: test -s conftest.o
# configure:19822: $? = 0
# configure:19833: result: yes
# configure:19845: checking for size_t
# configure:19869: clang -c conftest.c >&5
# configure:19875: $? = 0
# configure:19879: test -z
# || test ! -s conftest.err
# configure:19882: $? = 0
# configure:19885: test -s conftest.o
# configure:19888: $? = 0
# configure:19899: result: yes
# configure:19911: checking whether time.h and sys/time.h may both be included
# configure:19936: clang -c conftest.c >&5
# configure:19942: $? = 0
# configure:19946: test -z
# || test ! -s conftest.err
# configure:19949: $? = 0
# configure:19952: test -s conftest.o
# configure:19955: $? = 0
# configure:19966: result: yes
# configure:19976: checking for u_int64_t
# configure:20000: clang -c conftest.c >&5
# configure:20006: $? = 0
# configure:20010: test -z
# || test ! -s conftest.err
# configure:20013: $? = 0
# configure:20016: test -s conftest.o
# configure:20019: $? = 0
# configure:20030: result: yes
# configure:20042: checking for u_int32_t
# configure:20066: clang -c conftest.c >&5
# configure:20072: $? = 0
# configure:20076: test -z
# || test ! -s conftest.err
# configure:20079: $? = 0
# configure:20082: test -s conftest.o
# configure:20085: $? = 0
# configure:20096: result: yes
# configure:20108: checking for u_int16_t
# configure:20132: clang -c conftest.c >&5
# configure:20138: $? = 0
# configure:20142: test -z
# || test ! -s conftest.err
# configure:20145: $? = 0
# configure:20148: test -s conftest.o
# configure:20151: $? = 0
# configure:20162: result: yes
# configure:20174: checking for u_int8_t
# configure:20198: clang -c conftest.c >&5
# configure:20204: $? = 0
# configure:20208: test -z
# || test ! -s conftest.err
# configure:20211: $? = 0
# configure:20214: test -s conftest.o
# configure:20217: $? = 0
# configure:20228: result: yes
# configure:20240: checking for in_addr_t
# configure:20264: clang -c conftest.c >&5
# conftest.c:75:17: error: expected expression
# if ((in_addr_t *) 0)
# ^
# conftest.c:75:6: error: use of undeclared identifier 'in_addr_t'
# if ((in_addr_t *) 0)
# ^
# conftest.c:77:13: error: use of undeclared identifier 'in_addr_t'
# if (sizeof (in_addr_t))
# ^
# 3 errors generated.
# configure:20270: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_LIBNSL 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE___PROGNAME 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_ERR_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ASM_POLL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #include
# | #if HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #if HAVE_SYS_STAT_H
# | # include
# | #endif
# | #if STDC_HEADERS
# | # include
# | # include
# | #else
# | # if HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #if HAVE_STRING_H
# | # if !STDC_HEADERS && HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #if HAVE_STRINGS_H
# | # include
# | #endif
# | #if HAVE_INTTYPES_H
# | # include
# | #else
# | # if HAVE_STDINT_H
# | # include
# | # endif
# | #endif
# | #if HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if ((in_addr_t *) 0)
# | return 0;
# | if (sizeof (in_addr_t))
# | return 0;
# | ;
# | return 0;
# | }
# configure:20294: result: no
# configure:20308: checking whether clang needs -traditional
# configure:20350: result: no
# configure:20357: checking return type of signal handlers
# configure:20388: clang -c conftest.c >&5
# configure:20394: $? = 0
# configure:20398: test -z
# || test ! -s conftest.err
# configure:20401: $? = 0
# configure:20404: test -s conftest.o
# configure:20407: $? = 0
# configure:20418: result: void
# configure:20430: checking for socket
# configure:20487: clang -o conftest conftest.c -lnsl -ldl >&5
# configure:20493: $? = 0
# configure:20497: test -z
# || test ! -s conftest.err
# configure:20500: $? = 0
# configure:20503: test -s conftest
# configure:20506: $? = 0
# configure:20518: result: yes
# configure:20536: checking for strlcat
# configure:20593: clang -o conftest conftest.c -lnsl -ldl >&5
# conftest.c:65:6: warning: incompatible redeclaration of library function 'strlcat' [-Wincompatible-library-redeclaration]
# char strlcat ();
# ^
# conftest.c:65:6: note: 'strlcat' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-82f41f.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `strlcat'
# /tmp/conftest-82f41f.o:(.data+0x0): undefined reference to `strlcat'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:20599: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_LIBNSL 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE___PROGNAME 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_ERR_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ASM_POLL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define in_addr_t unsigned long
# | #define RETSIGTYPE void
# | #define HAVE_SOCKET 1
# | /* end confdefs.h. */
# | /* Define strlcat to an innocuous variant, in case declares strlcat.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcat innocuous_strlcat
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcat (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcat
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char strlcat ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub_strlcat) || defined (__stub___strlcat)
# | choke me
# | #else
# | char (*f) () = strlcat;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != strlcat;
# | ;
# | return 0;
# | }
# configure:20624: result: no
# configure:20536: checking for strlcpy
# configure:20593: clang -o conftest conftest.c -lnsl -ldl >&5
# conftest.c:65:6: warning: incompatible redeclaration of library function 'strlcpy' [-Wincompatible-library-redeclaration]
# char strlcpy ();
# ^
# conftest.c:65:6: note: 'strlcpy' is a builtin with type 'unsigned long (char *, const char *, unsigned long)'
# 1 warning generated.
# /tmp/conftest-e7b707.o: In function `main':
# conftest.c:(.text+0x6): undefined reference to `strlcpy'
# /tmp/conftest-e7b707.o:(.data+0x0): undefined reference to `strlcpy'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:20599: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_LIBNSL 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE___PROGNAME 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_ERR_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ASM_POLL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define in_addr_t unsigned long
# | #define RETSIGTYPE void
# | #define HAVE_SOCKET 1
# | /* end confdefs.h. */
# | /* Define strlcpy to an innocuous variant, in case declares strlcpy.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define strlcpy innocuous_strlcpy
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char strlcpy (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef strlcpy
# |
# | /* Override any gcc2 internal prototype to avoid an error. */
# | #ifdef __cplusplus
# | extern "C"
# | {
# | #endif
# | /* We use char because int might match the return type of a gcc2
# | builtin and then its argument prototype would still apply. */
# | char strlcpy ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined (__stub_strlcpy) || defined (__stub___strlcpy)
# | choke me
# | #else
# | char (*f) () = strlcpy;
# | #endif
# | #ifdef __cplusplus
# | }
# | #endif
# |
# | int
# | main ()
# | {
# | return f != strlcpy;
# | ;
# | return 0;
# | }
# configure:20624: result: no
# configure:20536: checking for daemon
# configure:20593: clang -o conftest conftest.c -lnsl -ldl >&5
# configure:20599: $? = 0
# configure:20603: test -z
# || test ! -s conftest.err
# configure:20606: $? = 0
# configure:20609: test -s conftest
# configure:20612: $? = 0
# configure:20624: result: yes
# configure:20536: checking for setenv
# configure:20593: clang -o conftest conftest.c -lnsl -ldl >&5
# configure:20599: $? = 0
# configure:20603: test -z
# || test ! -s conftest.err
# configure:20606: $? = 0
# configure:20609: test -s conftest
# configure:20612: $? = 0
# configure:20624: result: yes
# configure:20536: checking for strsep
# configure:20593: clang -o conftest conftest.c -lnsl -ldl >&5
# configure:20599: $? = 0
# configure:20603: test -z
# || test ! -s conftest.err
# configure:20606: $? = 0
# configure:20609: test -s conftest
# configure:20612: $? = 0
# configure:20624: result: yes
# configure:20649: checking for sendfile
# configure:20706: clang -o conftest conftest.c -lnsl -ldl >&5
# configure:20712: $? = 0
# configure:20716: test -z
# || test ! -s conftest.err
# configure:20719: $? = 0
# configure:20722: test -s conftest
# configure:20725: $? = 0
# configure:20737: result: yes
# configure:20748: checking for libevent
# configure:20793: result: yes
# configure:20800: checking if underscores are needed for symbols
# configure:20832: clang -o conftest conftest.c -lnsl -ldl >&5
# conftest.c:56:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(1);
# ^
# conftest.c:56:3: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:20835: $? = 0
# configure:20837: ./conftest
# configure:20840: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "trickle"
# | #define VERSION "1.07"
# | #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
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | #define HAVE_LIBNSL 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_WAIT_H 1
# | #define HAVE___PROGNAME 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_ERR_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ASM_POLL_H 1
# | #define TIME_WITH_SYS_TIME 1
# | #define in_addr_t unsigned long
# | #define RETSIGTYPE void
# | #define HAVE_SOCKET 1
# | #define HAVE_DAEMON 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRSEP 1
# | #define HAVE_SENDFILE 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int underscoreprobe(void) { return (31415); }
# |
# | int
# | main(int argc, char **argv)
# | {
# | void *dh;
# |
# | if ((dh = dlopen(NULL, 0)) == NULL)
# | exit(1);
# |
# | if (dlsym(dh, "_underscoreprobe") != NULL)
# | exit(0);
# |
# | exit(1);
# | }
# configure:20854: result: no
# configure:20862: checking if we can access libc without dlopen
# configure:20891: clang -o conftest conftest.c -lnsl -ldl >&5
# conftest.c:56:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(0);
# ^
# conftest.c:56:3: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:20894: $? = 0
# configure:20896: ./conftest
# configure:20899: $? = 0
# configure:20901: result: yes
# configure:21024: checking for sendfile
# configure:21112: result: yes
# configure:21238: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 775ca382c4a6
#
# config.status:701: creating Makefile
# config.status:805: creating config.h
# config.status:1137: executing default-1 commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_F77_set=
# ac_cv_env_F77_value=
# ac_cv_env_FFLAGS_set=
# ac_cv_env_FFLAGS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_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_exeext=
# ac_cv_f77_compiler_gnu=yes
# ac_cv_func_daemon=yes
# ac_cv_func_sendfile=yes
# ac_cv_func_setenv=yes
# ac_cv_func_socket=yes
# ac_cv_func_strlcat=no
# ac_cv_func_strlcpy=no
# ac_cv_func_strsep=yes
# ac_cv_header_asm_poll_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_err_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_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_ioctl_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_wait_h=yes
# ac_cv_header_time=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_lib_c_err=yes
# ac_cv_lib_dl_dlopen=yes
# ac_cv_lib_nsl_gethostbyname=yes
# ac_cv_lib_socket_socket=no
# ac_cv_libc_defines___progname=yes
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXX=clang++
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_RANLIB=ranlib
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_F77=f95
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_f77_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_target_alias=x86_64-unknown-linux
# ac_cv_type_in_addr_t=no
# ac_cv_type_pid_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_u_int16_t=yes
# ac_cv_type_u_int32_t=yes
# ac_cv_type_u_int64_t=yes
# ac_cv_type_u_int8_t=yes
# 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_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM=nm
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_c_o_F77=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_max_cmd_len=32768
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_prog_compiler_c_o_F77='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='/tmp/trickle/src/trickle-1.07/missing aclocal-1.4'
# AR='ar'
# AUTOCONF='autoconf'
# AUTOHEADER='autoheader'
# AUTOMAKE='/tmp/trickle/src/trickle-1.07/missing automake-1.4'
# CC='clang'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# ERRO=''
# EVENTINC=''
# EVENTLIB='-levent'
# EXEEXT=''
# F77='f95'
# FFLAGS='-g -O2'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBDL='-ldl'
# LIBOBJS=' strlcat$U.o strlcpy$U.o'
# LIBS='-lnsl -ldl'
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=' strlcat$U.lo strlcpy$U.lo'
# MAKEINFO='makeinfo'
# OBJEXT='o'
# PACKAGE='trickle'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# RANLIB='ranlib'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.07'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_F77='f95'
# ac_ct_RANLIB='ranlib'
# ac_ct_STRIP='strip'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# oldincludedir='/usr/include'
# prefix='/usr'
# program_transform_name='s,x,x,'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define HAVE_ASM_POLL_H 1
# #define HAVE_DAEMON 1
# #define HAVE_DLFCN_H 1
# #define HAVE_ERR_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LIBNSL 1
# #define HAVE_MEMORY_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_SENDFILE 1
# #define HAVE_SENDFILE 1
# #define HAVE_SENDFILE 1
# #define HAVE_SETENV 1
# #define HAVE_SOCKET 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_STRSEP 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_WAIT_H 1
# #define HAVE_TIME_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE___PROGNAME 1
# #define LIBDIR "/usr/lib/trickle"
# #define NODLOPEN 1
# #define PACKAGE "trickle"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME ""
# #define PACKAGE_STRING ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define RETSIGTYPE void
# #define STDC_HEADERS 1
# #define STDC_HEADERS 1
# #define SYSCONFDIR "${prefix}/etc"
# #define TIME_WITH_SYS_TIME 1
# #define VERSION "1.07"
# #define in_addr_t unsigned long
# #endif
# #ifdef __cplusplus
# extern "C" void exit (int) throw ();
#
# configure: exit 0