+ 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/sowm-1.6/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/sowm-1.6/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for sowm-1.6 --- config.h --- --- sowm --- --- config.h --- cp config.def.h config.h --- sowm --- cc -pipe -O2 -I/usr/pkg/include -std=c99 -Wall -Wextra -pedantic -Wold-style-declaration -Wmissing-prototypes -Wno-unused-parameter -o sowm sowm.c -lX11 -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib In file included from sowm.c:32: config.h:15:6: error: #elif with no expression 15 | #elif | ^ config.h:35:50: error: 'voldown' undeclared here (not in a function) 35 | {0, XF86XK_AudioLowerVolume, run, {.com = voldown}}, | ^~~~~~~ config.h:35:5: warning: missing initializer for field 'arg' of 'struct key' [-Wmissing-field-initializers] 35 | {0, XF86XK_AudioLowerVolume, run, {.com = voldown}}, | ^ In file included from sowm.c:11: sowm.h:26:15: note: 'arg' declared here 26 | const Arg arg; | ^~~ In file included from sowm.c:32: config.h:36:50: error: 'volup' undeclared here (not in a function) 36 | {0, XF86XK_AudioRaiseVolume, run, {.com = volup}}, | ^~~~~ config.h:36:5: warning: missing initializer for field 'arg' of 'struct key' [-Wmissing-field-initializers] 36 | {0, XF86XK_AudioRaiseVolume, run, {.com = volup}}, | ^ In file included from sowm.c:11: sowm.h:26:15: note: 'arg' declared here 26 | const Arg arg; | ^~~ In file included from sowm.c:32: config.h:37:50: error: 'volmute' undeclared here (not in a function) 37 | {0, XF86XK_AudioMute, run, {.com = volmute}}, | ^~~~~~~ config.h:37:5: warning: missing initializer for field 'arg' of 'struct key' [-Wmissing-field-initializers] 37 | {0, XF86XK_AudioMute, run, {.com = volmute}}, | ^ In file included from sowm.c:11: sowm.h:26:15: note: 'arg' declared here 26 | const Arg arg; | ^~~ In file included from sowm.c:32: config.h:38:5: warning: missing initializer for field 'arg' of 'struct key' [-Wmissing-field-initializers] 38 | {0, XF86XK_MonBrightnessUp, run, {.com = briup}}, | ^ In file included from sowm.c:11: sowm.h:26:15: note: 'arg' declared here 26 | const Arg arg; | ^~~ In file included from sowm.c:32: config.h:39:5: warning: missing initializer for field 'arg' of 'struct key' [-Wmissing-field-initializers] 39 | {0, XF86XK_MonBrightnessDown, run, {.com = bridown}}, | ^ In file included from sowm.c:11: sowm.h:26:15: note: 'arg' declared here 26 | const Arg arg; | ^~~ In file included from sowm.c:32: config.h:41:5: warning: missing initializer for field 'arg' of 'struct key' [-Wmissing-field-initializers] 41 | {MOD, XK_1, ws_go, {.i = 1}}, | ^ In file included from sowm.c:11: sowm.h:26:15: note: 'arg' declared here 26 | const Arg arg; | ^~~ In file included from sowm.c:32: config.h:42:5: warning: missing initializer for field 'arg' of 'struct key' [-Wmissing-field-initializers] 42 | {MOD|ShiftMask, XK_1, win_to_ws, {.i = 1}}, | ^ In file included from sowm.c:11: sowm.h:26:15: note: 'arg' declared here 26 | const Arg arg; | ^~~ In file included from sowm.c:32: config.h:43:5: warning: missing initializer for field 'arg' of 'struct key' [-Wmissing-field-initializers] 43 | {MOD, XK_2, ws_go, {.i = 2}}, | ^ In file included from sowm.c:11: sowm.h:26:15: note: 'arg' declared here 26 | const Arg arg; | ^~~ In file included from sowm.c:32: config.h:44:5: warning: missing initializer for field 'arg' of 'struct key' [-Wmissing-field-initializers] 44 | {MOD|ShiftMask, XK_2, win_to_ws, {.i = 2}}, | ^ In file included from sowm.c:11: sowm.h:26:15: note: 'arg' declared here 26 | const Arg arg; | ^~~ In file included from sowm.c:32: config.h:45:5: warning: missing initializer for field 'arg' of 'struct key' [-Wmissing-field-initializers] 45 | {MOD, XK_3, ws_go, {.i = 3}}, | ^ In file included from sowm.c:11: sowm.h:26:15: note: 'arg' declared here 26 | const Arg arg; | ^~~ In file included from sowm.c:32: config.h:46:5: warning: missing initializer for field 'arg' of 'struct key' [-Wmissing-field-initializers] 46 | {MOD|ShiftMask, XK_3, win_to_ws, {.i = 3}}, | ^ In file included from sowm.c:11: sowm.h:26:15: note: 'arg' declared here 26 | const Arg arg; | ^~~ In file included from sowm.c:32: config.h:47:5: warning: missing initializer for field 'arg' of 'struct key' [-Wmissing-field-initializers] 47 | {MOD, XK_4, ws_go, {.i = 4}}, | ^ In file included from sowm.c:11: sowm.h:26:15: note: 'arg' declared here 26 | const Arg arg; | ^~~ In file included from sowm.c:32: config.h:48:5: warning: missing initializer for field 'arg' of 'struct key' [-Wmissing-field-initializers] 48 | {MOD|ShiftMask, XK_4, win_to_ws, {.i = 4}}, | ^ In file included from sowm.c:11: sowm.h:26:15: note: 'arg' declared here 26 | const Arg arg; | ^~~ In file included from sowm.c:32: config.h:49:5: warning: missing initializer for field 'arg' of 'struct key' [-Wmissing-field-initializers] 49 | {MOD, XK_5, ws_go, {.i = 5}}, | ^ In file included from sowm.c:11: sowm.h:26:15: note: 'arg' declared here 26 | const Arg arg; | ^~~ In file included from sowm.c:32: config.h:50:5: warning: missing initializer for field 'arg' of 'struct key' [-Wmissing-field-initializers] 50 | {MOD|ShiftMask, XK_5, win_to_ws, {.i = 5}}, | ^ In file included from sowm.c:11: sowm.h:26:15: note: 'arg' declared here 26 | const Arg arg; | ^~~ In file included from sowm.c:32: config.h:51:5: warning: missing initializer for field 'arg' of 'struct key' [-Wmissing-field-initializers] 51 | {MOD, XK_6, ws_go, {.i = 6}}, | ^ In file included from sowm.c:11: sowm.h:26:15: note: 'arg' declared here 26 | const Arg arg; | ^~~ In file included from sowm.c:32: config.h:52:5: warning: missing initializer for field 'arg' of 'struct key' [-Wmissing-field-initializers] 52 | {MOD|ShiftMask, XK_6, win_to_ws, {.i = 6}}, | ^ In file included from sowm.c:11: sowm.h:26:15: note: 'arg' declared here 26 | const Arg arg; | ^~~ *** [sowm] Error code 1 bmake: stopped in /home/pbulk/build/wm/sowm/work/sowm-1.6 1 error bmake: stopped in /home/pbulk/build/wm/sowm/work/sowm-1.6 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/wm/sowm *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/wm/sowm