+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/uwm-19881027nb2/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/uwm-19881027nb2/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for uwm-19881027nb2 --- gram.o --- --- lex.o --- --- gram.o --- bison -y -d gram.y --- lex.o --- flex -l lex.l cc -O2 -fno-strength-reduce -fno-strict-aliasing -I../.. -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 -DSYSFILE=\"/usr/pkg/lib/X11/uwm/system.uwmrc\" -I/usr/pkg/include -c -o lex.o lex.yy.c lex.l:41:19: fatal error: y.tab.h: No such file or directory #include "y.tab.h" ^ compilation terminated. --- gram.o --- cc -O2 -fno-strength-reduce -fno-strict-aliasing -I../.. -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 -DSYSFILE=\"/usr/pkg/lib/X11/uwm/system.uwmrc\" -I/usr/pkg/include -c -o gram.o y.tab.c In file included from ../../X11/keysym.h:35:0, from /home/pbulk/build/wm/uwm/work/.buildlink/include/X11/Xutil.h:54, from uwm.h:50, from gram.y:42: ../../X11/keysymdef.h:195:8: warning: extra tokens at end of #endif directive [enabled by default] #endif XK_MISCELLANY ^ ../../X11/keysymdef.h:394:8: warning: extra tokens at end of #endif directive [enabled by default] #endif XK_LATIN1 ^ ../../X11/keysymdef.h:455:8: warning: extra tokens at end of #endif directive [enabled by default] #endif XK_LATIN2 ^ ../../X11/keysymdef.h:485:8: warning: extra tokens at end of #endif directive [enabled by default] #endif XK_LATIN3 ^ ../../X11/keysymdef.h:529:8: warning: extra tokens at end of #endif directive [enabled by default] #endif XK_LATIN4 ^ ../../X11/keysymdef.h:602:8: warning: extra tokens at end of #endif directive [enabled by default] #endif XK_KATAKANA ^ ../../X11/keysymdef.h:659:8: warning: extra tokens at end of #endif directive [enabled by default] #endif XK_ARABIC ^ ../../X11/keysymdef.h:759:8: warning: extra tokens at end of #endif directive [enabled by default] #endif XK_CYRILLIC ^ ../../X11/keysymdef.h:839:8: warning: extra tokens at end of #endif directive [enabled by default] #endif XK_GREEK ^ ../../X11/keysymdef.h:896:8: warning: extra tokens at end of #endif directive [enabled by default] #endif XK_TECHNICAL ^ ../../X11/keysymdef.h:928:8: warning: extra tokens at end of #endif directive [enabled by default] #endif XK_SPECIAL ^ ../../X11/keysymdef.h:1019:8: warning: extra tokens at end of #endif directive [enabled by default] #endif XK_PUBLISHING ^ ../../X11/keysymdef.h:1046:8: warning: extra tokens at end of #endif directive [enabled by default] #endif XK_APL ^ ../../X11/keysymdef.h:1082:8: warning: extra tokens at end of #endif directive [enabled by default] #endif XK_HEBREW ^ gram.y: In function 'yyparse': gram.y:122:20: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] strcpy(KeywordTable[$1].sptr, ^ gram.y:171:30: warning: assignment makes pointer from integer without a cast [enabled by default] menu_info = stashmenuinfo(menu_name, ml_ptr, hcolors); ^ gram.y:172:30: warning: assignment makes pointer from integer without a cast [enabled by default] menu_link = stashmenulink(menu_info); ^ gram.y:173:26: warning: assignment makes pointer from integer without a cast [enabled by default] Menus = appendmenulink(Menus, menu_link); ^ gram.y:277:41: warning: assignment makes pointer from integer without a cast [enabled by default] { $$ = appendmenuline($1, $2); } ^ gram.y:320:15: warning: assignment makes pointer from integer without a cast [enabled by default] ml_ptr = AllocMenuLine(); ^ gram.y:337:15: warning: assignment makes pointer from integer without a cast [enabled by default] ml_ptr = AllocMenuLine(); ^ gram.y:344:22: warning: assignment makes pointer from integer without a cast [enabled by default] $$ = StashMenuLine(IsShellCommand, $2); ^ gram.y:348:22: warning: assignment makes pointer from integer without a cast [enabled by default] $$ = StashMenuLine(IsTextNL, $2); ^ gram.y:352:22: warning: assignment makes pointer from integer without a cast [enabled by default] $$ = StashMenuLine(IsText, $2); ^ gram.y:358:40: warning: assignment makes pointer from integer without a cast [enabled by default] { $$ = strconcat($1, $2); } ^ gram.y: At top level: gram.y:506:1: error: conflicting types for 'strconcat' strconcat(s1, s2) ^ gram.y:358:42: note: previous implicit declaration of 'strconcat' was here { $$ = strconcat($1, $2); } ^ gram.y: In function 'strconcat': gram.y:511:16: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default] p = malloc(strlen(s1) + strlen(s2) + 2); ^ gram.y: At top level: gram.y:650:1: error: conflicting types for 'AllocMenuLine' AllocMenuLine() ^ gram.y:320:17: note: previous implicit declaration of 'AllocMenuLine' was here ml_ptr = AllocMenuLine(); ^ gram.y:695:1: error: conflicting types for 'StashMenuLine' StashMenuLine(type, string) ^ gram.y:344:24: note: previous implicit declaration of 'StashMenuLine' was here $$ = StashMenuLine(IsShellCommand, $2); ^ gram.y:711:1: error: conflicting types for 'stashmenuinfo' stashmenuinfo(name, line, colors) ^ gram.y:171:32: note: previous implicit declaration of 'stashmenuinfo' was here menu_info = stashmenuinfo(menu_name, ml_ptr, hcolors); ^ gram.y:732:1: error: conflicting types for 'stashmenulink' stashmenulink(menuinfo) ^ gram.y:172:32: note: previous implicit declaration of 'stashmenulink' was here menu_link = stashmenulink(menu_info); ^ gram.y:747:1: error: conflicting types for 'appendmenuline' appendmenuline(list, line) ^ gram.y:277:43: note: previous implicit declaration of 'appendmenuline' was here { $$ = appendmenuline($1, $2); } ^ gram.y:768:1: error: conflicting types for 'appendmenulink' appendmenulink(list, link) ^ gram.y:173:28: note: previous implicit declaration of 'appendmenulink' was here Menus = appendmenulink(Menus, menu_link); ^ *** [gram.o] Error code 1 bmake: stopped in /home/pbulk/build/wm/uwm/work/X.V11R3/clients/uwm --- lex.o --- The bug is not reproducible, so it is likely a hardware or OS problem. *** [lex.o] Error code 1 bmake: stopped in /home/pbulk/build/wm/uwm/work/X.V11R3/clients/uwm 2 errors bmake: stopped in /home/pbulk/build/wm/uwm/work/X.V11R3/clients/uwm *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/wm/uwm *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/wm/uwm