Build of trickle with vanilla toolchain

The build took 00h 01m 18s 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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: trickle 1.07-8 (Wed Aug 24 13:24:59 UTC 2016)
# ==> 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... no
# checking for gcc... gcc
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ANSI C... none needed
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for egrep... grep -E
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for /usr/sbin/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... gcc -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++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# checking whether we are using the GNU C++ compiler... yes
# checking whether g++ accepts -g... yes
# checking how to run the C++ preprocessor... g++ -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 gcc 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 gcc static flag works... yes
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC
# checking if gcc PIC flag -fPIC works... yes
# checking if gcc supports -c -o file.o... yes
# checking whether the gcc linker (/usr/sbin/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 g++... /usr/sbin/ld -m elf_x86_64
# checking if the linker (/usr/sbin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the g++ linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking for g++ option to produce PIC... -fPIC
# checking if g++ PIC flag -fPIC works... yes
# checking if g++ supports -c -o file.o... yes
# checking whether the g++ linker (/usr/sbin/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/sbin/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 gcc 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
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c trickle.c
# trickle.c: In function 'main':
# trickle.c:47:7: warning: variable 'latency' set but not used [-Wunused-but-set-variable]
# *latency = "0";
# ^~~~~~~
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c util.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c getopt.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c strlcat.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c strlcpy.c
# /bin/sh ./libtool --mode=link gcc -Wall -Icompat -o trickle trickle.o util.o getopt.o strlcat.o strlcpy.o -lnsl -ldl
# mkdir .libs
# gcc -Wall -Icompat -o trickle trickle.o util.o getopt.o strlcat.o strlcpy.o -lnsl -ldl
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c trickled.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c atomicio.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c print.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c bwstat.c
# bwstat.c: In function 'bwstat_getdelay':
# bwstat.c:151:7: warning: variable 'initent' set but not used [-Wunused-but-set-variable]
# uint initent;
# ^~~~~~~
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c client.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c conf.c
# conf.c: In function 'conf_decode_base64':
# conf.c:548:17: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
# if (!strcmp (buf, "=="))
# ^~~
# In file included from conf.c:55:0:
# /usr/include/string.h:140:12: note: expected 'const char *' but argument is of type 'u_char * {aka unsigned char *}'
# extern int strcmp (const char *__s1, const char *__s2)
# ^~~~~~
# conf.c:564:17: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
# if (strcmp (buf, "="))
# ^~~
# In file included from conf.c:55:0:
# /usr/include/string.h:140:12: note: expected 'const char *' but argument is of type 'u_char * {aka unsigned char *}'
# extern int strcmp (const char *__s1, const char *__s2)
# ^~~~~~
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c cleanup.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c xdr.c
# xdr.c: In function 'xdr_msg':
# xdr.c:106:25: warning: passing argument 5 of 'xdr_union' from incompatible pointer type [-Wincompatible-pointer-types]
# xdr_msg_discrim, _xdr_void));
# ^
# xdr.c:15:7: note: in definition of macro 'X'
# if (!x) \
# ^
# In file included from /usr/include/rpc/rpc.h:42:0,
# from xdr.c:10:
# /usr/include/rpc/xdr.h:315:15: note: expected 'xdrproc_t {aka int (*)(struct XDR *, void *)}' but argument is of type 'bool_t (*)(void) {aka int (*)(void)}'
# extern bool_t xdr_union (XDR *__xdrs, enum_t *__dscmp, char *__unp,
# ^~~~~~~~~
# xdr.c: In function 'msg2xdr':
# xdr.c:116:23: warning: pointer targets in passing argument 2 of 'xdrmem_create' differ in signedness [-Wpointer-sign]
# xdrmem_create(&xdrs, buf, *buflen, XDR_ENCODE);
# ^~~
# In file included from /usr/include/rpc/rpc.h:42:0,
# from xdr.c:10:
# /usr/include/rpc/xdr.h:350:13: note: expected 'caddr_t {aka char * const}' but argument is of type 'u_char * {aka unsigned char *}'
# extern void xdrmem_create (XDR *__xdrs, const caddr_t __addr,
# ^~~~~~~~~~~~~
# xdr.c: In function 'xdr2msg':
# xdr.c:136:23: warning: pointer targets in passing argument 2 of 'xdrmem_create' differ in signedness [-Wpointer-sign]
# xdrmem_create(&xdrs, buf, buflen, XDR_DECODE);
# ^~~
# In file included from /usr/include/rpc/rpc.h:42:0,
# from xdr.c:10:
# /usr/include/rpc/xdr.h:350:13: note: expected 'caddr_t {aka char * const}' but argument is of type 'u_char * {aka unsigned char *}'
# extern void xdrmem_create (XDR *__xdrs, const caddr_t __addr,
# ^~~~~~~~~~~~~
# /bin/sh ./libtool --mode=link gcc -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
# gcc -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
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c tricklectl.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c trickledu.c
# /bin/sh ./libtool --mode=link gcc -Wall -Icompat -o tricklectl tricklectl.o trickledu.o atomicio.o xdr.o strlcat.o strlcpy.o -lnsl -ldl
# gcc -Wall -Icompat -o tricklectl tricklectl.o trickledu.o atomicio.o xdr.o strlcat.o strlcpy.o -lnsl -ldl
# /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c strlcat.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c strlcat.c -fPIC -DPIC -o .libs/strlcat.o
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c strlcat.c -o strlcat.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c strlcpy.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c strlcpy.c -fPIC -DPIC -o .libs/strlcpy.o
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c strlcpy.c -o strlcpy.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c trickle-overload.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c trickle-overload.c -fPIC -DPIC -o .libs/trickle-overload.o
# trickle-overload.c: In function 'read':
# trickle-overload.c:650:27: warning: pointer targets in passing argument 2 of 'delay' differ in signedness [-Wpointer-sign]
# if (!(eagain = delay(fd, &xnbytes, TRICKLE_RECV) == TRICKLE_WOULDBLOCK)) {
# ^
# trickle-overload.c:147:24: note: expected 'ssize_t * {aka long int *}' but argument is of type 'size_t * {aka long unsigned int *}'
# static int delay(int, ssize_t *, short);
# ^~~~~
# trickle-overload.c: In function 'readv':
# trickle-overload.c:685:27: warning: pointer targets in passing argument 2 of 'delay' differ in signedness [-Wpointer-sign]
# if (!(eagain = delay(fd, &len, TRICKLE_RECV) == TRICKLE_WOULDBLOCK)) {
# ^
# trickle-overload.c:147:24: note: expected 'ssize_t * {aka long int *}' but argument is of type 'size_t * {aka long unsigned int *}'
# static int delay(int, ssize_t *, short);
# ^~~~~
# trickle-overload.c: In function 'recv':
# trickle-overload.c:714:29: warning: pointer targets in passing argument 2 of 'delay' differ in signedness [-Wpointer-sign]
# if (!(eagain = delay(sock, &xlen, TRICKLE_RECV) == TRICKLE_WOULDBLOCK)) {
# ^
# trickle-overload.c:147:24: note: expected 'ssize_t * {aka long int *}' but argument is of type 'size_t * {aka long unsigned int *}'
# static int delay(int, ssize_t *, short);
# ^~~~~
# trickle-overload.c: In function 'recvfrom':
# trickle-overload.c:751:29: warning: pointer targets in passing argument 2 of 'delay' differ in signedness [-Wpointer-sign]
# if (!(eagain = delay(sock, &xlen, TRICKLE_RECV) == TRICKLE_WOULDBLOCK)) {
# ^
# trickle-overload.c:147:24: note: expected 'ssize_t * {aka long int *}' but argument is of type 'size_t * {aka long unsigned int *}'
# static int delay(int, ssize_t *, short);
# ^~~~~
# trickle-overload.c: In function 'write':
# trickle-overload.c:781:27: warning: pointer targets in passing argument 2 of 'delay' differ in signedness [-Wpointer-sign]
# if (!(eagain = delay(fd, &xlen, TRICKLE_SEND) == TRICKLE_WOULDBLOCK)) {
# ^
# trickle-overload.c:147:24: note: expected 'ssize_t * {aka long int *}' but argument is of type 'size_t * {aka long unsigned int *}'
# static int delay(int, ssize_t *, short);
# ^~~~~
# trickle-overload.c: In function 'writev':
# trickle-overload.c:815:27: warning: pointer targets in passing argument 2 of 'delay' differ in signedness [-Wpointer-sign]
# if (!(eagain = delay(fd, &len, TRICKLE_SEND) == TRICKLE_WOULDBLOCK)) {
# ^
# trickle-overload.c:147:24: note: expected 'ssize_t * {aka long int *}' but argument is of type 'size_t * {aka long unsigned int *}'
# static int delay(int, ssize_t *, short);
# ^~~~~
# trickle-overload.c: In function 'send':
# trickle-overload.c:845:29: warning: pointer targets in passing argument 2 of 'delay' differ in signedness [-Wpointer-sign]
# if (!(eagain = delay(sock, &xlen, TRICKLE_SEND) == TRICKLE_WOULDBLOCK)) {
# ^
# trickle-overload.c:147:24: note: expected 'ssize_t * {aka long int *}' but argument is of type 'size_t * {aka long unsigned int *}'
# static int delay(int, ssize_t *, short);
# ^~~~~
# trickle-overload.c: In function 'sendto':
# trickle-overload.c:877:29: warning: pointer targets in passing argument 2 of 'delay' differ in signedness [-Wpointer-sign]
# if (!(eagain = delay(sock, &xlen, TRICKLE_SEND) == TRICKLE_WOULDBLOCK)) {
# ^
# trickle-overload.c:147:24: note: expected 'ssize_t * {aka long int *}' but argument is of type 'size_t * {aka long unsigned int *}'
# static int delay(int, ssize_t *, short);
# ^~~~~
# trickle-overload.c: In function 'sendfile':
# trickle-overload.c:1018:15: warning: pointer targets in passing argument 2 of 'delay' differ in signedness [-Wpointer-sign]
# delay(in_fd, &inbytes, TRICKLE_RECV);
# ^
# trickle-overload.c:147:24: note: expected 'ssize_t * {aka long int *}' but argument is of type 'size_t * {aka long unsigned int *}'
# static int delay(int, ssize_t *, short);
# ^~~~~
# trickle-overload.c:1019:16: warning: pointer targets in passing argument 2 of 'delay' differ in signedness [-Wpointer-sign]
# delay(out_fd, &outbytes, TRICKLE_SEND);
# ^
# trickle-overload.c:147:24: note: expected 'ssize_t * {aka long int *}' but argument is of type 'size_t * {aka long unsigned int *}'
# static int delay(int, ssize_t *, short);
# ^~~~~
# trickle-overload.c: In function 'getdelay':
# trickle-overload.c:1077:50: warning: pointer targets in passing argument 2 of 'trickled_getdelay' differ in signedness [-Wpointer-sign]
# if (trickled && (xtv = trickled_getdelay(which, len)) != NULL)
# ^~~
# In file included from trickle-overload.c:56:0:
# trickledu.h:20:17: note: expected 'size_t * {aka long unsigned int *}' but argument is of type 'ssize_t * {aka long int *}'
# struct timeval *trickled_getdelay(short, size_t *);
# ^~~~~~~~~~~~~~~~~
# trickle-overload.c:1083:36: warning: pointer targets in passing argument 2 of 'bwstat_getdelay' differ in signedness [-Wpointer-sign]
# return (bwstat_getdelay(sd->stat, len, xlim, which));
# ^~~
# In file included from trickle-overload.c:52:0:
# bwstat.h:38:17: note: expected 'size_t * {aka long unsigned int *}' but argument is of type 'ssize_t * {aka long int *}'
# struct timeval *bwstat_getdelay(struct bwstat *, size_t *, uint, short);
# ^~~~~~~~~~~~~~~
# gcc -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 gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c bwstat.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c bwstat.c -fPIC -DPIC -o .libs/bwstat.o
# bwstat.c: In function 'bwstat_getdelay':
# bwstat.c:151:7: warning: variable 'initent' set but not used [-Wunused-but-set-variable]
# uint initent;
# ^~~~~~~
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c bwstat.c -o bwstat.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c trickledu.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c trickledu.c -fPIC -DPIC -o .libs/trickledu.o
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c trickledu.c -o trickledu.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c atomicio.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c atomicio.c -fPIC -DPIC -o .libs/atomicio.o
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c atomicio.c -o atomicio.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c xdr.c
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c xdr.c -fPIC -DPIC -o .libs/xdr.o
# xdr.c: In function 'xdr_msg':
# xdr.c:106:25: warning: passing argument 5 of 'xdr_union' from incompatible pointer type [-Wincompatible-pointer-types]
# xdr_msg_discrim, _xdr_void));
# ^
# xdr.c:15:7: note: in definition of macro 'X'
# if (!x) \
# ^
# In file included from /usr/include/rpc/rpc.h:42:0,
# from xdr.c:10:
# /usr/include/rpc/xdr.h:315:15: note: expected 'xdrproc_t {aka int (*)(struct XDR *, void *)}' but argument is of type 'bool_t (*)(void) {aka int (*)(void)}'
# extern bool_t xdr_union (XDR *__xdrs, enum_t *__dscmp, char *__unp,
# ^~~~~~~~~
# xdr.c: In function 'msg2xdr':
# xdr.c:116:23: warning: pointer targets in passing argument 2 of 'xdrmem_create' differ in signedness [-Wpointer-sign]
# xdrmem_create(&xdrs, buf, *buflen, XDR_ENCODE);
# ^~~
# In file included from /usr/include/rpc/rpc.h:42:0,
# from xdr.c:10:
# /usr/include/rpc/xdr.h:350:13: note: expected 'caddr_t {aka char * const}' but argument is of type 'u_char * {aka unsigned char *}'
# extern void xdrmem_create (XDR *__xdrs, const caddr_t __addr,
# ^~~~~~~~~~~~~
# xdr.c: In function 'xdr2msg':
# xdr.c:136:23: warning: pointer targets in passing argument 2 of 'xdrmem_create' differ in signedness [-Wpointer-sign]
# xdrmem_create(&xdrs, buf, buflen, XDR_DECODE);
# ^~~
# In file included from /usr/include/rpc/rpc.h:42:0,
# from xdr.c:10:
# /usr/include/rpc/xdr.h:350:13: note: expected 'caddr_t {aka char * const}' but argument is of type 'u_char * {aka unsigned char *}'
# extern void xdrmem_create (XDR *__xdrs, const caddr_t __addr,
# ^~~~~~~~~~~~~
# gcc -DHAVE_CONFIG_H -I. -I. -I. -Wall -Icompat -c xdr.c -o xdr.o >/dev/null 2>&1
# /bin/sh ./libtool --mode=link gcc -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
# gcc -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 gcc -Wall -Icompat -o trickle trickle.o util.o getopt.o strlcat.o strlcpy.o -lnsl -ldl
# /bin/sh ./libtool --mode=link gcc -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
# gcc -Wall -Icompat -o trickle trickle.o util.o getopt.o strlcat.o strlcpy.o -lnsl -ldl
# gcc -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 gcc -Wall -Icompat -o tricklectl tricklectl.o trickledu.o atomicio.o xdr.o strlcat.o strlcpy.o -lnsl -ldl
# gcc -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
# 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
# mkdir /tmp/trickle/pkg/trickle/usr
# mkdir: cannot create directory '/tmp/trickle/pkg/trickle/usr': File exists
# mkdir /tmp/trickle/pkg/trickle/usr/bin
# mkdir /tmp/trickle/pkg/trickle/usr/share
# mkdir /tmp/trickle/pkg/trickle/usr/share/man
# mkdir /tmp/trickle/pkg/trickle/usr/share/man/man1
# /bin/sh ./libtool --mode=install /usr/bin/install -c trickle /tmp/trickle/pkg/trickle/usr/bin/trickle
# /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 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
# /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 ./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 ./trickle-overload.so /tmp/trickle/pkg/trickle/usr/lib/trickle/trickle-overload.so
# /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'
# 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 (Wed Aug 24 13:25:31 UTC 2016)

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 = 7ecbf2e35dab
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure: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:1914: result: no
# configure:1923: checking for gcc
# configure:1939: found /usr/sbin/gcc
# configure:1949: result: gcc
# configure:2193: checking for C compiler version
# configure:2196: gcc --version &5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2199: $? = 0
# configure:2201: gcc -v &5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2204: $? = 0
# configure:2206: gcc -V &5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2209: $? = 1
# configure:2232: checking for C compiler default output file name
# configure:2235: gcc 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: gcc -o conftest conftest.c >&5
# configure:2332: $? = 0
# configure:2357: result:
# configure:2363: checking for suffix of object files
# configure:2384: gcc -c conftest.c >&5
# configure:2387: $? = 0
# configure:2409: result: o
# configure:2413: checking whether we are using the GNU C compiler
# configure:2437: gcc -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 gcc accepts -g
# configure:2496: gcc -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 gcc option to accept ANSI C
# configure:2613: gcc -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: gcc -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^~~~~
# conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
# configure: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/sbin/sed
# configure:2937: checking for egrep
# configure:2947: result: grep -E
# configure:2963: checking for ld used by gcc
# configure:3030: result: /usr/sbin/ld
# configure:3039: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:3054: result: yes
# configure:3059: checking for /usr/sbin/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: gcc -c conftest.c >&5
# configure:3401: $? = 0
# configure:3527: checking how to run the C preprocessor
# configure:3562: gcc -E conftest.c
# configure:3568: $? = 0
# configure:3600: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E
# configure:3669: gcc -E conftest.c
# configure:3675: $? = 0
# configure:3707: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -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: gcc -o conftest conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:28:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(2);
# ^~~~
# conftest.c:28:7: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:28:7: note: include '' or provide a declaration of 'exit'
# conftest.c:29:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit (0);
# ^~~~
# conftest.c:29:3: note: include '' or provide a declaration of 'exit'
# configure:3893: $? = 0
# configure:3895: ./conftest
# configure:3898: $? = 0
# configure:3913: result: yes
# configure:3937: checking for sys/types.h
# configure:3953: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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:4184: result: no
# configure:4155: checking for x86_64-unknown-linux-c++
# configure:4184: result: no
# configure:4155: checking for x86_64-unknown-linux-gpp
# configure:4184: result: no
# configure:4155: checking for x86_64-unknown-linux-aCC
# configure:4184: result: no
# configure:4155: checking for x86_64-unknown-linux-CC
# configure:4184: result: no
# configure:4155: checking for x86_64-unknown-linux-cxx
# configure:4184: result: no
# configure:4155: checking for x86_64-unknown-linux-cc++
# configure:4184: result: no
# configure:4155: checking for x86_64-unknown-linux-cl
# configure:4184: result: no
# configure:4155: checking for x86_64-unknown-linux-FCC
# configure:4184: result: no
# configure:4155: checking for x86_64-unknown-linux-KCC
# configure:4184: result: no
# configure:4155: checking for x86_64-unknown-linux-RCC
# configure:4184: result: no
# configure:4155: checking for x86_64-unknown-linux-xlC_r
# configure:4184: result: no
# configure:4155: checking for x86_64-unknown-linux-xlC
# configure:4184: result: no
# configure:4197: checking for g++
# configure:4213: found /usr/sbin/g++
# configure:4223: result: g++
# configure:4239: checking for C++ compiler version
# configure:4242: g++ --version &5
# g++ (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:4245: $? = 0
# configure:4247: g++ -v &5
# Using built-in specs.
# COLLECT_GCC=g++
# 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:4250: $? = 0
# configure:4252: g++ -V &5
# g++: error: unrecognized command line option '-V'
# g++: fatal error: no input files
# compilation terminated.
# configure:4255: $? = 1
# configure:4258: checking whether we are using the GNU C++ compiler
# configure:4282: g++ -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 g++ accepts -g
# configure:4341: g++ -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: g++ -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: g++ -c conftest.cc >&5
# conftest.cc: In function 'int main()':
# conftest.cc:26:9: error: 'exit' was not declared in this scope
# exit (42);
# ^
# 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: g++ -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: g++ -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: g++ -E conftest.cc
# configure:4547: $? = 0
# configure:4579: g++ -E conftest.cc
# conftest.cc:25:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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 std::exit (int) throw (); using std::exit;
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:4624: result: g++ -E
# configure:4648: g++ -E conftest.cc
# configure:4654: $? = 0
# configure:4686: g++ -E conftest.cc
# conftest.cc:25:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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 std::exit (int) throw (); using std::exit;
# | #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/sbin/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 gcc object
# configure:5165: gcc -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: gcc -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/sbin/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/sbin/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/sbin/strip
# configure:5564: result: strip
# configure:5828: checking if gcc static flag works
# configure:5851: result: yes
# configure:5869: checking if gcc supports -fno-rtti -fno-exceptions
# configure:5887: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:5891: $? = 0
# configure:5902: result: no
# configure:5917: checking for gcc option to produce PIC
# configure:6104: result: -fPIC
# configure:6112: checking if gcc PIC flag -fPIC works
# configure:6130: gcc -c -fPIC -DPIC conftest.c >&5
# configure:6134: $? = 0
# configure:6145: result: yes
# configure:6169: checking if gcc supports -c -o file.o
# configure:6190: gcc -c -o out/conftest2.o conftest.c >&5
# configure:6194: $? = 0
# configure:6214: result: yes
# configure:6240: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:7089: result: yes
# configure:7115: checking whether -lc should be explicitly linked in
# configure:7120: gcc -c conftest.c >&5
# configure:7123: $? = 0
# configure:7137: gcc -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 g++
# configure:9319: result: /usr/sbin/ld -m elf_x86_64
# configure:9328: checking if the linker (/usr/sbin/ld -m elf_x86_64) is GNU ld
# configure:9343: result: yes
# configure:9394: checking whether the g++ linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:10261: result: yes
# configure:10279: g++ -c conftest.cc >&5
# configure:10282: $? = 0
# configure:10378: checking for g++ option to produce PIC
# configure:10640: result: -fPIC
# configure:10648: checking if g++ PIC flag -fPIC works
# configure:10666: g++ -c -fPIC -DPIC conftest.cc >&5
# configure:10670: $? = 0
# configure:10681: result: yes
# configure:10705: checking if g++ supports -c -o file.o
# configure:10726: g++ -c -o out/conftest2.o conftest.cc >&5
# configure:10730: $? = 0
# configure:10750: result: yes
# configure:10776: checking whether the g++ linker (/usr/sbin/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/sbin/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: gcc -o conftest conftest.c -lsocket >&5
# /usr/sbin/ld: cannot find -lsocket
# collect2: error: ld returned 1 exit status
# 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 std::exit (int) throw (); using std::exit;
# | #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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -o conftest conftest.c -lnsl -ldl >&5
# conftest.c: In function 'main':
# conftest.c:32:27: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
# extern char *__progname; printf("%s", __progname);
# ^~~~~~
# conftest.c:32:27: warning: incompatible implicit declaration of built-in function 'printf'
# conftest.c:32:27: note: include '' or provide a declaration of 'printf'
# 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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:75:6: error: 'in_addr_t' undeclared (first use in this function)
# if ((in_addr_t *) 0)
# ^~~~~~~~~
# conftest.c:75:6: note: each undeclared identifier is reported only once for each function it appears in
# conftest.c:75:17: error: expected expression before ')' token
# if ((in_addr_t *) 0)
# ^
# 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 std::exit (int) throw (); using std::exit;
# | #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 gcc needs -traditional
# configure:20350: result: no
# configure:20357: checking return type of signal handlers
# configure:20388: gcc -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: gcc -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: gcc -o conftest conftest.c -lnsl -ldl >&5
# /tmp/ccLMkeTn.o: In function `main':
# conftest.c:(.text+0xd): undefined reference to `strlcat'
# /tmp/ccLMkeTn.o:(.data+0x0): undefined reference to `strlcat'
# collect2: error: ld returned 1 exit status
# 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 std::exit (int) throw (); using std::exit;
# | #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: gcc -o conftest conftest.c -lnsl -ldl >&5
# /tmp/ccct8ZFw.o: In function `main':
# conftest.c:(.text+0xd): undefined reference to `strlcpy'
# /tmp/ccct8ZFw.o:(.data+0x0): undefined reference to `strlcpy'
# collect2: error: ld returned 1 exit status
# 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 std::exit (int) throw (); using std::exit;
# | #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: gcc -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: gcc -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: gcc -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: gcc -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: gcc -o conftest conftest.c -lnsl -ldl >&5
# conftest.c: In function 'main':
# conftest.c:56:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(1);
# ^~~~
# conftest.c:56:3: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:56:3: note: include '' or provide a declaration of 'exit'
# conftest.c:59:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit(0);
# ^~~~
# conftest.c:59:3: note: include '' or provide a declaration of 'exit'
# conftest.c:61:2: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# conftest.c:61:2: note: include '' or provide a declaration of 'exit'
# 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 std::exit (int) throw (); using std::exit;
# | #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: gcc -o conftest conftest.c -lnsl -ldl >&5
# conftest.c: In function 'main':
# conftest.c:56:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(0);
# ^~~~
# conftest.c:56:3: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:56:3: note: include '' or provide a declaration of 'exit'
# conftest.c:58:2: warning: incompatible implicit declaration of built-in function 'exit'
# exit(1);
# ^~~~
# conftest.c:58:2: note: include '' or provide a declaration of 'exit'
# 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 7ecbf2e35dab
#
# 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=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=
# ac_cv_env_CXX_value=
# 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_CPP='gcc -E'
# ac_cv_prog_CXXCPP='g++ -E'
# ac_cv_prog_RANLIB=ranlib
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_CXX=g++
# 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/sbin/ld
# lt_cv_path_LDCXX='/usr/sbin/ld -m elf_x86_64'
# lt_cv_path_NM=nm
# lt_cv_path_SED=/usr/sbin/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=no
# 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='gcc'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=''
# CXX='g++'
# CXXCPP='g++ -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='gcc'
# ac_ct_CXX='g++'
# 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 std::exit (int) throw (); using std::exit;
#
# configure: exit 0