=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/wm/larswm", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for larswm-7.5.3nb1 --- main.o --- --- event.o --- --- main.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DPKG_SYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -c main.c --- event.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DPKG_SYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -c event.c --- manage.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DPKG_SYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -c manage.c --- buttons.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DPKG_SYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -c buttons.c --- manage.o --- manage.c: In function 'get1prop': manage.c:487:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 487 | return (int) x; | ^ --- client.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DPKG_SYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -c client.c --- error.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DPKG_SYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -c error.c --- tiling.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DPKG_SYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -c tiling.c --- prefs.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DPKG_SYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -c prefs.c --- keys.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DPKG_SYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -c keys.c keys.c: In function 'keyevent': keys.c:329:3: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 329 | k = XKeycodeToKeysym (dpy, e->keycode, 0); | ^ In file included from keys.c:7: /home/pbulk/work/wm/larswm/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ --- mouse.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DPKG_SYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -c mouse.c --- bar.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DPKG_SYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -c bar.c --- larsremote.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DPKG_SYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -c larsremote.c --- larsclock.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DPKG_SYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -c larsclock.c --- larsmenu.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DTHREE_D -DUSE_LOCALE -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DPKG_SYSCONFDIR=\"/etc/opt/pkg\" -I/opt/pkg/include -c larsmenu.c larsmenu.c:201:1: error: conflicting types for 'memory'; have 'void(char *)' 201 | memory (char *s) | ^~~~~~ larsmenu.c:150:13: note: previous declaration of 'memory' with type 'void(void)' 150 | extern void memory (); | ^~~~~~ larsmenu.c:210:1: error: conflicting types for 'args'; have 'int(int, char **)' 210 | args (int argc, char **argv) | ^~~~ larsmenu.c:151:12: note: previous declaration of 'args' with type 'int(void)' 151 | extern int args (); | ^~~~ larsmenu.c: In function 'args': larsmenu.c:214:44: warning: comparison between pointer and zero character constant [-Wpointer-compare] 214 | if (argc == 0 || argv == NULL || argv[0] == '\0') | ^~ larsmenu.c:214:36: note: did you mean to dereference the pointer? 214 | if (argc == 0 || argv == NULL || argv[0] == '\0') | ^ --- larswm._man --- --- larsmenu.o --- larsmenu.c: In function 'main': larsmenu.c:482:20: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 482 | signal (SIGCHLD, reap); | ^~~~ | | | void (*)(void) In file included from /usr/include/signal.h:42, from larsmenu.c:54: /usr/include/iso/signal_iso.h:63:27: note: expected 'void (*)(int)' but argument is of type 'void (*)(void)' 63 | extern void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ larsmenu.c:148:13: note: 'reap' declared here 148 | extern void reap (), set_wm_hints (); | ^~~~ larsmenu.c: At top level: larsmenu.c:494:1: error: conflicting types for 'spawn'; have 'void(char *)' 494 | spawn (char *com) | ^~~~~ larsmenu.c:147:36: note: previous declaration of 'spawn' with type 'void(void)' 147 | extern void usage (), run_menu (), spawn (), ask_wm_for_delete (); | ^~~~~ larsmenu.c:533:1: error: conflicting types for 'reap'; have 'void(int)' 533 | reap (int s) | ^~~~ larsmenu.c:148:13: note: previous declaration of 'reap' with type 'void(void)' 148 | extern void reap (), set_wm_hints (); | ^~~~ larsmenu.c: In function 'run_menu': larsmenu.c:577:3: error: too many arguments to function 'set_wm_hints'; expected 0, have 2 577 | set_wm_hints (wide, dy); | ^~~~~~~~~~~~ ~~~~ larsmenu.c:148:22: note: declared here 148 | extern void reap (), set_wm_hints (); | ^~~~~~~~~~~~ larsmenu.c:644:11: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] 644 | key = XKeycodeToKeysym (dpy, ev.xkey.keycode, 0); | ^~~ In file included from larsmenu.c:63: /home/pbulk/work/wm/larswm/work/.buildlink/include/X11/Xlib.h:1683:15: note: declared here 1683 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ larsmenu.c:702:11: error: too many arguments to function 'redraw'; expected 0, have 3 702 | redraw (cur, high, wide); | ^~~~~~ ~~~ larsmenu.c:149:13: note: declared here 149 | extern void redraw (), teleportmenu (), warpmouse (), restoremouse (); | ^~~~~~ larsmenu.c:719:17: error: too many arguments to function 'teleportmenu'; expected 0, have 3 719 | teleportmenu (i, wide, high); | ^~~~~~~~~~~~ ~ larsmenu.c:149:24: note: declared here 149 | extern void redraw (), teleportmenu (), warpmouse (), restoremouse (); | ^~~~~~~~~~~~ larsmenu.c:721:17: error: too many arguments to function 'warpmouse'; expected 0, have 3 721 | warpmouse (i, wide, high); | ^~~~~~~~~ ~ larsmenu.c:149:41: note: declared here 149 | extern void redraw (), teleportmenu (), warpmouse (), restoremouse (); | ^~~~~~~~~ larsmenu.c:724:11: error: too many arguments to function 'redraw'; expected 0, have 3 724 | redraw (cur = i, high, wide); | ^~~~~~ ~~~~~~~ larsmenu.c:149:13: note: declared here 149 | extern void redraw (), teleportmenu (), warpmouse (), restoremouse (); | ^~~~~~ larsmenu.c:729:11: error: too many arguments to function 'redraw'; expected 0, have 3 729 | redraw (cur, high, wide); | ^~~~~~ ~~~ larsmenu.c:149:13: note: declared here 149 | extern void redraw (), teleportmenu (), warpmouse (), restoremouse (); | ^~~~~~ larsmenu.c: At top level: larsmenu.c:745:1: error: conflicting types for 'set_wm_hints'; have 'void(int, int)' 745 | set_wm_hints (int wide, int high) | ^~~~~~~~~~~~ larsmenu.c:148:22: note: previous declaration of 'set_wm_hints' with type 'void(void)' 148 | extern void reap (), set_wm_hints (); | ^~~~~~~~~~~~ larsmenu.c:839:1: error: conflicting types for 'redraw'; have 'void(int, int, int)' 839 | redraw (int cur, int high, int wide) | ^~~~~~ larsmenu.c:149:13: note: previous declaration of 'redraw' with type 'void(void)' 149 | extern void redraw (), teleportmenu (), warpmouse (), restoremouse (); | ^~~~~~ larsmenu.c:856:1: error: conflicting types for 'teleportmenu'; have 'void(int, int, int)' 856 | teleportmenu (int cur, int wide, int high) | ^~~~~~~~~~~~ larsmenu.c:149:24: note: previous declaration of 'teleportmenu' with type 'void(void)' 149 | extern void redraw (), teleportmenu (), warpmouse (), restoremouse (); | ^~~~~~~~~~~~ larsmenu.c:869:1: error: conflicting types for 'warpmouse'; have 'void(int, int, int)' 869 | warpmouse (int cur, int wide, int high) | ^~~~~~~~~ larsmenu.c:149:41: note: previous declaration of 'warpmouse' with type 'void(void)' 149 | extern void redraw (), teleportmenu (), warpmouse (), restoremouse (); | ^~~~~~~~~ --- larswm._man --- rm -f larswm._man if test -z "" ; then cd `dirname larswm` && ln -s `basename larswm.man` `basename larswm._man`; else cpp -undef -D__apploaddir__=/opt/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__=/opt/pkg -D__xconfigfile__=xorg.conf -D__xconfigdir__=/opt/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" < larswm.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/\@\@$/\\/' >larswm._man; fi --- larsremote._man --- --- larsmenu.o --- *** [larsmenu.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/wm/larswm/work/larswm-7.5.3 --- larsremote._man --- rm -f larsremote._man if test -z "" ; then cd `dirname larsremote` && ln -s `basename larsremote.man` `basename larsremote._man`; else cpp -undef -D__apploaddir__=/opt/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__=/opt/pkg -D__xconfigfile__=xorg.conf -D__xconfigdir__=/opt/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" < larsremote.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/\@\@$/\\/' >larsremote._man; fi bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/wm/larswm/work/larswm-7.5.3 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/wm/larswm *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/wm/larswm