=> Bootstrap dependency digest>=20010302: found digest-20111104
=> Bootstrap dependency fetch-[0-9]*: found fetch-1.7
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for xscript-19930228nb2
--- scope.o ---
--- common.o ---
--- fd.o ---
--- server.o ---
--- decode11.o ---
--- scope.o ---
gcc -O2 -fno-strength-reduce -fno-strict-aliasing      -I/usr/pkg/include    -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L 				-D_POSIX_SOURCE -D_XOPEN_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 				  				  -DFUNCPROTO=15 -DNARROWPROTO     -I/usr/pkg/include -c scope.c
--- common.o ---
rm -f common.o
--- fd.o ---
gcc -O2 -fno-strength-reduce -fno-strict-aliasing      -I/usr/pkg/include    -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L 				-D_POSIX_SOURCE -D_XOPEN_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 				  				  -DFUNCPROTO=15 -DNARROWPROTO     -I/usr/pkg/include -c fd.c
--- server.o ---
gcc -O2 -fno-strength-reduce -fno-strict-aliasing      -I/usr/pkg/include    -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L 				-D_POSIX_SOURCE -D_XOPEN_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 				  				  -DFUNCPROTO=15 -DNARROWPROTO     -I/usr/pkg/include -c server.c
--- decode11.o ---
gcc -O2 -fno-strength-reduce -fno-strict-aliasing      -I/usr/pkg/include    -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L 				-D_POSIX_SOURCE -D_XOPEN_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 				  				  -DFUNCPROTO=15 -DNARROWPROTO     -I/usr/pkg/include -c decode11.c
--- common.o ---
gcc -c -O2 -fno-strength-reduce -fno-strict-aliasing      -I/usr/pkg/include    -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L 				-D_POSIX_SOURCE -D_XOPEN_SOURCE 				-D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 				  				  -DFUNCPROTO=15 -DNARROWPROTO      common.c
common.c: In function 'panic':
common.c:36:3: warning: incompatible implicit declaration of built-in function 'exit'
common.c: At top level:
common.c:45:14: error: conflicting types for 'malloc'
common.c: In function 'Free':
common.c:62:3: warning: incompatible implicit declaration of built-in function 'free'
common.c: In function 'SignalINT':
common.c:103:3: warning: incompatible implicit declaration of built-in function 'exit'
common.c: In function 'SignalQUIT':
common.c:112:3: warning: incompatible implicit declaration of built-in function 'exit'
common.c: In function 'SignalTERM':
common.c:121:3: warning: incompatible implicit declaration of built-in function 'exit'
common.c: In function 'SetUpConnectionSocket':
common.c:208:7: warning: incompatible implicit declaration of built-in function 'exit'
common.c:211:50: error: 'SO_USELOOPBACK' undeclared (first use in this function)
common.c:211:50: note: each undeclared identifier is reported only once for each function it appears in
common.c:253:7: warning: incompatible implicit declaration of built-in function 'exit'
common.c:263:7: warning: incompatible implicit declaration of built-in function 'exit'
*** [common.o] Error code 1

bmake: stopped in /tmp/pkgsrc/x11/xscript/work/test-distrib/src
--- fd.o ---
fd.c: In function 'MainLoop':
fd.c:407:7: warning: passing argument 2 of 'select' from incompatible pointer type
/usr/include/sys/select.h:109:12: note: expected 'struct fd_set * __restrict__' but argument is of type 'int *'
fd.c:407:7: warning: passing argument 3 of 'select' from incompatible pointer type
/usr/include/sys/select.h:109:12: note: expected 'struct fd_set * __restrict__' but argument is of type 'int *'
fd.c:407:7: warning: passing argument 4 of 'select' from incompatible pointer type
/usr/include/sys/select.h:109:12: note: expected 'struct fd_set * __restrict__' but argument is of type 'int *'
--- decode11.o ---
decode11.c: In function 'GrabTimeoutProc':
decode11.c:710:3: warning: incompatible implicit declaration of built-in function 'exit'
--- scope.o ---
scope.c: In function 'Usage':
scope.c:158:3: warning: incompatible implicit declaration of built-in function 'exit'
scope.c: In function 'ScanArgs':
scope.c:264:8: warning: incompatible implicit declaration of built-in function 'exit'
scope.c:284:8: warning: incompatible implicit declaration of built-in function 'exit'
scope.c: In function 'ReportAndExit':
scope.c:404:5: warning: incompatible implicit declaration of built-in function 'exit'
scope.c:406:3: warning: incompatible implicit declaration of built-in function 'exit'
scope.c: In function 'WaitUntilWriteable':
scope.c:532:24: warning: passing argument 2 of 'select' from incompatible pointer type
/usr/include/sys/select.h:109:12: note: expected 'struct fd_set * __restrict__' but argument is of type 'long int *'
scope.c:532:24: warning: passing argument 3 of 'select' from incompatible pointer type
/usr/include/sys/select.h:109:12: note: expected 'struct fd_set * __restrict__' but argument is of type 'long int *'
scope.c:532:24: warning: passing argument 4 of 'select' from incompatible pointer type
/usr/include/sys/select.h:109:12: note: expected 'struct fd_set * __restrict__' but argument is of type 'long int *'
scope.c: In function 'ConnectToServer':
scope.c:828:43: error: 'SO_USELOOPBACK' undeclared (first use in this function)
scope.c:828:43: note: each undeclared identifier is reported only once for each function it appears in
scope.c: In function 'DataOnXDisplay':
scope.c:946:7: warning: passing argument 1 of 'XRefreshKeyboardMapping' from incompatible pointer type
/tmp/pkgsrc/x11/xscript/work/.buildlink/include/X11/Xlib.h:3075:12: note: expected 'struct XMappingEvent *' but argument is of type 'union XEvent *'
*** [scope.o] Error code 1

bmake: stopped in /tmp/pkgsrc/x11/xscript/work/test-distrib/src
2 errors

bmake: stopped in /tmp/pkgsrc/x11/xscript/work/test-distrib/src
*** Error code 2

Stop.
bmake: stopped in /usr/pkgsrc/x11/xscript
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/x11/xscript