=> Bootstrap dependency digest>=20010302: found digest-20121220 WARNING: [license.mk] Every package should define a LICENSE. ===> 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 asnap-1.0nb2 --- asnap.o --- --- asnap._man --- --- asnap.o --- gcc -O2 -fno-strict-aliasing -I/usr/pkg/include -I /usr/X11R7/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -I/usr/X11R7/include -c asnap.c --- asnap._man --- rm -f asnap._man if test -z "" ; then cd `dirname asnap` && ln -s `basename asnap.man` `basename asnap._man`; else cpp -undef -traditional -D__apploaddir__=/usr/pkg/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/pkg -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/pkg/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < asnap.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >asnap._man; fi --- asnap.o --- asnap.c: In function 'get_region': asnap.c:176:6: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ asnap.c:188:4: warning: passing argument 1 of 'XRefreshKeyboardMapping' from incompatible pointer type [enabled by default] XRefreshKeyboardMapping(&event); ^ In file included from asnap.c:15:0: /scratch/x11/asnap/work/.buildlink/include/X11/Xlib.h:3079:12: note: expected 'struct XMappingEvent *' but argument is of type 'union XEvent *' extern int XRefreshKeyboardMapping( ^ asnap.c:220:4: warning: passing argument 1 of 'XRefreshKeyboardMapping' from incompatible pointer type [enabled by default] XRefreshKeyboardMapping(&event); ^ In file included from asnap.c:15:0: /scratch/x11/asnap/work/.buildlink/include/X11/Xlib.h:3079:12: note: expected 'struct XMappingEvent *' but argument is of type 'union XEvent *' extern int XRefreshKeyboardMapping( ^ asnap.c: In function 'get_pixmap_region': asnap.c:333:9: warning: passing argument 3 of 'XGetGeometry' from incompatible pointer type [enabled by default] &junk_width, &junk_height, &junk_border_width, depth); ^ In file included from asnap.c:15:0: /scratch/x11/asnap/work/.buildlink/include/X11/Xlib.h:2632:15: note: expected 'Window *' but argument is of type 'int *' extern Status XGetGeometry( ^ asnap.c: In function 'my_X_error_handler': asnap.c:373:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ asnap.c: In function 'usage': asnap.c:399:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ asnap.c: In function 'Get_XColors': asnap.c:511:32: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default] if (!(*colors = (XColor *) malloc (sizeof(XColor) * ncolors))) ^ asnap.c: In function 'save_as_atk_file': asnap.c:676:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit (1); ^ asnap.c:693:28: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default] color_translate = (int *) malloc (sizeof(int) * ncolors); ^ asnap.c: In function 'save_as_xwd_file': asnap.c:770:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit (1); ^ asnap.c:854:21: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] if(ncolors > 0) free(colors); ^ asnap.c: In function 'exitXsnap': asnap.c:881:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(0); ^ asnap.c: In function 'main': asnap.c:924:6: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ asnap.c:1145:4: warning: passing argument 1 of 'XRefreshKeyboardMapping' from incompatible pointer type [enabled by default] XRefreshKeyboardMapping(&an_event); ^ In file included from asnap.c:15:0: /scratch/x11/asnap/work/.buildlink/include/X11/Xlib.h:3079:12: note: expected 'struct XMappingEvent *' but argument is of type 'union XEvent *' extern int XRefreshKeyboardMapping( ^ asnap.c:1150:8: warning: passing argument 1 of 'XLookupString' from incompatible pointer type [enabled by default] NULL, NULL); ^ In file included from asnap.c:17:0: /scratch/x11/asnap/work/.buildlink/include/X11/Xutil.h:534:12: note: expected 'struct XKeyEvent *' but argument is of type 'union XEvent *' extern int XLookupString( ^ --- asnap --- rm -f asnap gcc -o asnap -O2 -fno-strict-aliasing -L/usr/pkg/lib asnap.o -lXext -lX11 -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/usr/X11R7/lib -L /usr/X11R7/lib ld: warning: libxcb.so.1, needed by /scratch/x11/asnap/work/.buildlink/lib/libX11.so, not found (try using -rpath or -rpath-link) /scratch/x11/asnap/work/.buildlink/lib/libX11.so: undefined reference to `xcb_get_maximum_request_length' /scratch/x11/asnap/work/.buildlink/lib/libX11.so: undefined reference to `xcb_wait_for_event' /scratch/x11/asnap/work/.buildlink/lib/libX11.so: undefined reference to `xcb_take_socket' /scratch/x11/asnap/work/.buildlink/lib/libX11.so: undefined reference to `xcb_writev' /scratch/x11/asnap/work/.buildlink/lib/libX11.so: undefined reference to `xcb_poll_for_event' /scratch/x11/asnap/work/.buildlink/lib/libX11.so: undefined reference to `xcb_connection_has_error' /scratch/x11/asnap/work/.buildlink/lib/libX11.so: undefined reference to `xcb_connect' /scratch/x11/asnap/work/.buildlink/lib/libX11.so: undefined reference to `xcb_disconnect' /scratch/x11/asnap/work/.buildlink/lib/libX11.so: undefined reference to `xcb_poll_for_reply' /scratch/x11/asnap/work/.buildlink/lib/libX11.so: undefined reference to `xcb_get_setup' /scratch/x11/asnap/work/.buildlink/lib/libX11.so: undefined reference to `xcb_connect_to_display_with_auth_info' /scratch/x11/asnap/work/.buildlink/lib/libX11.so: undefined reference to `xcb_generate_id' /scratch/x11/asnap/work/.buildlink/lib/libX11.so: undefined reference to `xcb_parse_display' /scratch/x11/asnap/work/.buildlink/lib/libX11.so: undefined reference to `xcb_wait_for_reply' /scratch/x11/asnap/work/.buildlink/lib/libX11.so: undefined reference to `xcb_get_file_descriptor' *** [asnap] Error code 1 make: stopped in /scratch/x11/asnap/work 1 error make: stopped in /scratch/x11/asnap/work *** Error code 2 Stop. make[1]: stopped in /bulk-data/pkgsrc/x11/asnap *** Error code 1 Stop. make: stopped in /bulk-data/pkgsrc/x11/asnap