=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for tcl-scotty-2.1.11nb10 libtool --mode=compile cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -fPIC -I. -I./../tnm/generic -I/usr/pkg/include ./../tnm/generic/tnmJob.c libtool: compile: cc -c -O2 -march=i586 -I/usr/pkgsrc/work/net/tcl-scotty/work/.buildlink/include -fPIC -I. -I./../tnm/generic ./../tnm/generic/tnmJob.c -fPIC -DPIC -o .libs/tnmJob.o libtool: compile: cc -c -O2 -march=i586 -I/usr/pkgsrc/work/net/tcl-scotty/work/.buildlink/include -fPIC -I. -I./../tnm/generic ./../tnm/generic/tnmJob.c -o tnmJob.o >/dev/null 2>&1 libtool --mode=compile cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -fPIC -I. -I./../tnm/generic -I/usr/pkg/include -DTKINEDLIB=\"/usr/pkg/lib/tcl/tkined1.4.11\" ./../tnm/generic/tnmIned.c libtool: compile: cc -c -O2 -march=i586 -I/usr/pkgsrc/work/net/tcl-scotty/work/.buildlink/include -fPIC -I. -I./../tnm/generic -DTKINEDLIB=\"/usr/pkg/lib/tcl/tkined1.4.11\" ./../tnm/generic/tnmIned.c -fPIC -DPIC -o .libs/tnmIned.o libtool: compile: cc -c -O2 -march=i586 -I/usr/pkgsrc/work/net/tcl-scotty/work/.buildlink/include -fPIC -I. -I./../tnm/generic -DTKINEDLIB=\"/usr/pkg/lib/tcl/tkined1.4.11\" ./../tnm/generic/tnmIned.c -o tnmIned.o >/dev/null 2>&1 libtool --mode=compile cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -fPIC -I. -I./../tnm/generic -I/usr/pkg/include ./../tnm/generic/tnmSyslog.c libtool: compile: cc -c -O2 -march=i586 -I/usr/pkgsrc/work/net/tcl-scotty/work/.buildlink/include -fPIC -I. -I./../tnm/generic ./../tnm/generic/tnmSyslog.c -fPIC -DPIC -o .libs/tnmSyslog.o libtool: compile: cc -c -O2 -march=i586 -I/usr/pkgsrc/work/net/tcl-scotty/work/.buildlink/include -fPIC -I. -I./../tnm/generic ./../tnm/generic/tnmSyslog.c -o tnmSyslog.o >/dev/null 2>&1 libtool --mode=compile cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -fPIC -I. -I./../tnm/generic -I/usr/pkg/include ./../tnm/generic/tnmIcmp.c libtool: compile: cc -c -O2 -march=i586 -I/usr/pkgsrc/work/net/tcl-scotty/work/.buildlink/include -fPIC -I. -I./../tnm/generic ./../tnm/generic/tnmIcmp.c -fPIC -DPIC -o .libs/tnmIcmp.o libtool: compile: cc -c -O2 -march=i586 -I/usr/pkgsrc/work/net/tcl-scotty/work/.buildlink/include -fPIC -I. -I./../tnm/generic ./../tnm/generic/tnmIcmp.c -o tnmIcmp.o >/dev/null 2>&1 libtool --mode=compile cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -fPIC -I. -I./../tnm/generic -I/usr/pkg/include ./../tnm/generic/tnmDns.c libtool: compile: cc -c -O2 -march=i586 -I/usr/pkgsrc/work/net/tcl-scotty/work/.buildlink/include -fPIC -I. -I./../tnm/generic ./../tnm/generic/tnmDns.c -fPIC -DPIC -o .libs/tnmDns.o libtool: compile: cc -c -O2 -march=i586 -I/usr/pkgsrc/work/net/tcl-scotty/work/.buildlink/include -fPIC -I. -I./../tnm/generic ./../tnm/generic/tnmDns.c -o tnmDns.o >/dev/null 2>&1 libtool --mode=compile cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -fPIC -I. -I./../tnm/generic -I/usr/pkg/include ./../tnm/generic/tnmEvent.c libtool: compile: cc -c -O2 -march=i586 -I/usr/pkgsrc/work/net/tcl-scotty/work/.buildlink/include -fPIC -I. -I./../tnm/generic ./../tnm/generic/tnmEvent.c -fPIC -DPIC -o .libs/tnmEvent.o libtool: compile: cc -c -O2 -march=i586 -I/usr/pkgsrc/work/net/tcl-scotty/work/.buildlink/include -fPIC -I. -I./../tnm/generic ./../tnm/generic/tnmEvent.c -o tnmEvent.o >/dev/null 2>&1 libtool --mode=compile cc -c -O2 -march=i586 -I/usr/pkg/include -I/usr/include -fPIC -I. -I./../tnm/generic -I/usr/pkg/include ./../tnm/generic/tnmUdp.c libtool: compile: cc -c -O2 -march=i586 -I/usr/pkgsrc/work/net/tcl-scotty/work/.buildlink/include -fPIC -I. -I./../tnm/generic ./../tnm/generic/tnmUdp.c -fPIC -DPIC -o .libs/tnmUdp.o ./../tnm/generic/tnmUdp.c:490:54: warning: passing 'int *' to parameter of type '__socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] rc = getsockname(sock, (struct sockaddr *) &server, &length); ^~~~~~~ /usr/include/sys/socket.h:625:74: note: passing argument to parameter here int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); ^ ./../tnm/generic/tnmUdp.c:622:10: warning: passing 'int *' to parameter of type '__socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] &optlen) == -1) { ^~~~~~~ /usr/include/sys/socket.h:626:71: note: passing argument to parameter here int getsockopt(int, int, int, void *__restrict, socklen_t * __restrict); ^ 2 warnings generated. libtool: compile: cc -c -O2 -march=i586 -I/usr/pkgsrc/work/net/tcl-scotty/work/.buildlink/include -fPIC -I. -I./../tnm/generic ./../tnm/generic/tnmUdp.c -o tnmUdp.o >/dev/null 2>&1 cp ./../tnm/generic/mount.x . rpcgen mount.x *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/net/tcl-scotty/work/scotty-2.1.11/unix *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/tcl-scotty *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/tcl-scotty