=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for trickle-1.06nb13 --- trickle-overload.lo --- --- bwstat.lo --- --- trickle-overload.lo --- /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -Wall -Icompat -O2 -I/usr/include -c trickle-overload.c --- bwstat.lo --- /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -Wall -Icompat -O2 -I/usr/include -c bwstat.c --- trickle-overload.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wall -Icompat -O2 -c trickle-overload.c -fPIC -DPIC -o .libs/trickle-overload.o --- bwstat.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wall -Icompat -O2 -c bwstat.c -fPIC -DPIC -o .libs/bwstat.o --- trickle-overload.lo --- trickle-overload.c: In function 'read': trickle-overload.c:589:2: warning: pointer targets in passing argument 2 of 'delay' differ in signedness trickle-overload.c:143:24: note: expected 'ssize_t *' but argument is of type 'size_t *' trickle-overload.c: In function 'readv': trickle-overload.c:617:2: warning: pointer targets in passing argument 2 of 'delay' differ in signedness trickle-overload.c:143:24: note: expected 'ssize_t *' but argument is of type 'size_t *' trickle-overload.c: In function 'recv': trickle-overload.c:640:2: warning: pointer targets in passing argument 2 of 'delay' differ in signedness trickle-overload.c:143:24: note: expected 'ssize_t *' but argument is of type 'size_t *' trickle-overload.c: In function 'recvfrom': trickle-overload.c:670:2: warning: pointer targets in passing argument 2 of 'delay' differ in signedness trickle-overload.c:143:24: note: expected 'ssize_t *' but argument is of type 'size_t *' trickle-overload.c: In function 'write': trickle-overload.c:692:2: warning: pointer targets in passing argument 2 of 'delay' differ in signedness trickle-overload.c:143:24: note: expected 'ssize_t *' but argument is of type 'size_t *' trickle-overload.c: In function 'writev': trickle-overload.c:720:2: warning: pointer targets in passing argument 2 of 'delay' differ in signedness trickle-overload.c:143:24: note: expected 'ssize_t *' but argument is of type 'size_t *' trickle-overload.c: In function 'send': trickle-overload.c:743:2: warning: pointer targets in passing argument 2 of 'delay' differ in signedness trickle-overload.c:143:24: note: expected 'ssize_t *' but argument is of type 'size_t *' trickle-overload.c: In function 'sendto': trickle-overload.c:767:2: warning: pointer targets in passing argument 2 of 'delay' differ in signedness trickle-overload.c:143:24: note: expected 'ssize_t *' but argument is of type 'size_t *' trickle-overload.c: In function 'getdelay': trickle-overload.c:926:3: warning: pointer targets in passing argument 2 of 'trickled_getdelay' differ in signedness trickledu.h:19:17: note: expected 'size_t *' but argument is of type 'ssize_t *' trickle-overload.c:932:2: warning: pointer targets in passing argument 2 of 'bwstat_getdelay' differ in signedness bwstat.h:38:17: note: expected 'size_t *' but argument is of type 'ssize_t *' --- bwstat.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wall -Icompat -O2 -c bwstat.c -o bwstat.o >/dev/null 2>&1 --- trickledu.lo --- /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -Wall -Icompat -O2 -I/usr/include -c trickledu.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wall -Icompat -O2 -c trickledu.c -fPIC -DPIC -o .libs/trickledu.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wall -Icompat -O2 -c trickledu.c -o trickledu.o >/dev/null 2>&1 --- trickle-overload.lo --- libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wall -Icompat -O2 -c trickle-overload.c -o trickle-overload.o >/dev/null 2>&1 --- atomicio.lo --- /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -Wall -Icompat -O2 -I/usr/include -c atomicio.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wall -Icompat -O2 -c atomicio.c -fPIC -DPIC -o .libs/atomicio.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wall -Icompat -O2 -c atomicio.c -o atomicio.o >/dev/null 2>&1 --- xdr.lo --- /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -Wall -Icompat -O2 -I/usr/include -c xdr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wall -Icompat -O2 -c xdr.c -fPIC -DPIC -o .libs/xdr.o xdr.c: In function 'xdr_msg_delayinfo': xdr.c:65:2: warning: passing argument 2 of 'xdr_long' from incompatible pointer type /usr/include/rpc/xdr.h:283:15: note: expected 'long int *' but argument is of type 'suseconds_t *' xdr.c: In function 'xdr_msg': xdr.c:105:2: warning: passing argument 5 of 'xdr_union' from incompatible pointer type /usr/include/rpc/xdr.h:299:15: note: expected 'xdrproc_t' but argument is of type 'bool_t (*)(void)' xdr.c: In function 'msg2xdr': xdr.c:116:2: warning: pointer targets in passing argument 2 of 'xdrmem_create' differ in signedness /usr/include/rpc/xdr.h:335:15: note: expected 'char *' but argument is of type 'u_char *' xdr.c: In function 'xdr2msg': xdr.c:136:2: warning: pointer targets in passing argument 2 of 'xdrmem_create' differ in signedness /usr/include/rpc/xdr.h:335:15: note: expected 'char *' but argument is of type 'u_char *' libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wall -Icompat -O2 -c xdr.c -o xdr.o >/dev/null 2>&1 --- trickle.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -Wall -Icompat -O2 -I/usr/include -c trickle.c --- util.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -Wall -Icompat -O2 -I/usr/include -c util.c --- getopt.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -Wall -Icompat -O2 -I/usr/include -c getopt.c --- trickled.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -Wall -Icompat -O2 -I/usr/include -c trickled.c --- print.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -Wall -Icompat -O2 -I/usr/include -c print.c --- client.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -Wall -Icompat -O2 -I/usr/include -c client.c --- conf.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -Wall -Icompat -O2 -I/usr/include -c conf.c conf.c: In function 'conf_hash': conf.c:123:3: warning: array subscript has type 'char' conf.c: In function 'conf_decode_base64': conf.c:548:4: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'u_char *' conf.c:564:5: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness /usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'u_char *' --- cleanup.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -Wall -Icompat -O2 -I/usr/include -c cleanup.c --- tricklectl.o --- gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -Wall -Icompat -O2 -I/usr/include -c tricklectl.c --- ./stamp-h.in --- cd . && autoheader WARNING: `autoheader' is missing on your system. You should only need it if you modified `acconfig.h' or `configure.in'. You might want to install the `Autoconf' and `GNU m4' packages. Grab them from any GNU archive site. --- trickle-overload.so --- /bin/sh ./libtool --mode=link gcc -O2 -I/usr/include -o libtmptrickle-overload.so.la -rpath /usr/pkg/lib/trickle trickle-overload.lo bwstat.lo trickledu.lo atomicio.lo xdr.lo -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -module -avoid-version -nostdlib --- trickle --- /bin/sh ./libtool --mode=link gcc -Wall -Icompat -O2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o trickle trickle.o util.o getopt.o libtool: link: gcc -Wall -Icompat -O2 -Wl,-R/usr/pkg/lib -o trickle trickle.o util.o getopt.o -L/scratch/net/trickle/work/.buildlink/lib --- tricklectl --- /bin/sh ./libtool --mode=link gcc -Wall -Icompat -O2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o tricklectl tricklectl.o trickledu.o atomicio.o xdr.o libtool: link: gcc -Wall -Icompat -O2 -Wl,-R/usr/pkg/lib -o tricklectl tricklectl.o trickledu.o atomicio.o xdr.o -L/scratch/net/trickle/work/.buildlink/lib --- trickled --- /bin/sh ./libtool --mode=link gcc -Wall -Icompat -O2 -I/usr/include -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -o trickled trickled.o atomicio.o print.o bwstat.o client.o conf.o util.o cleanup.o getopt.o xdr.o -levent --- trickle-overload.so --- libtool: link: gcc -shared -fPIC -DPIC .libs/trickle-overload.o .libs/bwstat.o .libs/trickledu.o .libs/atomicio.o .libs/xdr.o -L/scratch/net/trickle/work/.buildlink/lib -O2 -Wl,-R/usr/pkg/lib -Wl,-soname -Wl,libtmptrickle-overload.so.so -o .libs/libtmptrickle-overload.so.so --- trickled --- libtool: link: gcc -Wall -Icompat -O2 -Wl,-R/usr/pkg/lib -o trickled trickled.o atomicio.o print.o bwstat.o client.o conf.o util.o cleanup.o getopt.o xdr.o -levent -L/scratch/net/trickle/work/.buildlink/lib --- stamp-h --- cd . && CONFIG_FILES= CONFIG_HEADERS=config.h /bin/sh ./config.status --- trickle-overload.so --- libtool: link: ar cru .libs/libtmptrickle-overload.so.a trickle-overload.o bwstat.o trickledu.o atomicio.o xdr.o libtool: link: ranlib .libs/libtmptrickle-overload.so.a libtool: link: ( cd ".libs" && rm -f "libtmptrickle-overload.so.la" && ln -s "../libtmptrickle-overload.so.la" "libtmptrickle-overload.so.la" ) --- stamp-h --- config.status: creating config.h config.status: config.h is unchanged --- config.h --- => Unwrapping files-to-be-installed. => Creating /scratch/net/trickle/work/trickled