+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/coma-1.1nb1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/coma-1.1nb1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for coma-1.1nb1 --- coma.o --- --- client.o --- --- config.o --- --- frame.o --- --- wm.o --- --- client.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -std=c99 -pedantic `pkg-config --cflags x11 xft` -c client.c -o client.o --- coma.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -std=c99 -pedantic `pkg-config --cflags x11 xft` -c coma.c -o coma.o --- frame.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -std=c99 -pedantic `pkg-config --cflags x11 xft` -c frame.c -o frame.o --- config.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -std=c99 -pedantic `pkg-config --cflags x11 xft` -c config.c -o config.o --- wm.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/freetype2 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -std=c99 -pedantic `pkg-config --cflags x11 xft` -c wm.c -o wm.o In file included from wm.c:33: coma.h:53:2: error: unknown type name 'u_int32_t' 53 | u_int32_t id; | ^~~~~~~~~ coma.h:54:2: error: unknown type name 'u_int32_t' 54 | u_int32_t flags; | ^~~~~~~~~ coma.h:65:2: error: unknown type name 'u_int16_t' 65 | u_int16_t w; | ^~~~~~~~~ coma.h:66:2: error: unknown type name 'u_int16_t' 66 | u_int16_t h; | ^~~~~~~~~ coma.h:67:2: error: unknown type name 'u_int16_t' 67 | u_int16_t x; | ^~~~~~~~~ coma.h:68:2: error: unknown type name 'u_int16_t' 68 | u_int16_t y; | ^~~~~~~~~ coma.h:69:2: error: unknown type name 'u_int16_t' 69 | u_int16_t bw; | ^~~~~~~~~ coma.h:71:2: error: unknown type name 'u_int16_t' 71 | u_int16_t fbo; | ^~~~~~~~~ coma.h:72:2: error: unknown type name 'u_int16_t' 72 | u_int16_t fbw; | ^~~~~~~~~ coma.h:83:2: error: unknown type name 'u_int16_t' 83 | u_int16_t id; | ^~~~~~~~~ coma.h:92:2: error: unknown type name 'u_int16_t' 92 | u_int16_t w; | ^~~~~~~~~ coma.h:93:2: error: unknown type name 'u_int16_t' 93 | u_int16_t h; | ^~~~~~~~~ coma.h:94:2: error: unknown type name 'u_int16_t' 94 | u_int16_t x; | ^~~~~~~~~ coma.h:95:2: error: unknown type name 'u_int16_t' 95 | u_int16_t y; | ^~~~~~~~~ coma.h:97:2: error: unknown type name 'u_int16_t' 97 | u_int16_t orig_w; | ^~~~~~~~~ coma.h:98:2: error: unknown type name 'u_int16_t' 98 | u_int16_t orig_h; | ^~~~~~~~~ coma.h:99:2: error: unknown type name 'u_int16_t' 99 | u_int16_t orig_x; | ^~~~~~~~~ coma.h:100:2: error: unknown type name 'u_int16_t' 100 | u_int16_t orig_y; | ^~~~~~~~~ coma.h:119:8: error: unknown type name 'u_int16_t' 119 | extern u_int16_t frame_gap; | ^~~~~~~~~ coma.h:120:8: error: unknown type name 'u_int16_t' 120 | extern u_int16_t frame_bar; | ^~~~~~~~~ coma.h:121:8: error: unknown type name 'u_int16_t' 121 | extern u_int16_t frame_width; | ^~~~~~~~~ coma.h:122:8: error: unknown type name 'u_int16_t' 122 | extern u_int16_t frame_height; | ^~~~~~~~~ coma.h:123:8: error: unknown type name 'u_int16_t' 123 | extern u_int16_t frame_offset; | ^~~~~~~~~ coma.h:124:8: error: unknown type name 'u_int16_t' 124 | extern u_int16_t frame_border; | ^~~~~~~~~ coma.h:125:8: error: unknown type name 'u_int16_t' 125 | extern u_int16_t screen_width; | ^~~~~~~~~ coma.h:126:8: error: unknown type name 'u_int16_t' 126 | extern u_int16_t screen_height; | ^~~~~~~~~ --- frame.o --- In file included from frame.c:28: coma.h:53:2: error: unknown type name 'u_int32_t' 53 | u_int32_t id; | ^~~~~~~~~ coma.h:54:2: error: unknown type name 'u_int32_t' 54 | u_int32_t flags; | ^~~~~~~~~ coma.h:65:2: error: unknown type name 'u_int16_t' 65 | u_int16_t w; | ^~~~~~~~~ coma.h:66:2: error: unknown type name 'u_int16_t' 66 | u_int16_t h; | ^~~~~~~~~ coma.h:67:2: error: unknown type name 'u_int16_t' 67 | u_int16_t x; | ^~~~~~~~~ coma.h:68:2: error: unknown type name 'u_int16_t' 68 | u_int16_t y; | ^~~~~~~~~ coma.h:69:2: error: unknown type name 'u_int16_t' 69 | u_int16_t bw; | ^~~~~~~~~ --- wm.o --- coma.h:171:36: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 171 | void coma_frame_bar_click(Window, u_int16_t); | ^~~~~~~~~ | uint16_t coma.h:172:1: error: parameter names (without types) in function declaration [-Werror] 172 | void coma_frame_mouseover(u_int16_t, u_int16_t); | ^~~~ --- frame.o --- coma.h:71:2: error: unknown type name 'u_int16_t' 71 | u_int16_t fbo; | ^~~~~~~~~ coma.h:72:2: error: unknown type name 'u_int16_t' 72 | u_int16_t fbw; | ^~~~~~~~~ coma.h:83:2: error: unknown type name 'u_int16_t' 83 | u_int16_t id; | ^~~~~~~~~ coma.h:92:2: error: unknown type name 'u_int16_t' 92 | u_int16_t w; | ^~~~~~~~~ coma.h:93:2: error: unknown type name 'u_int16_t' 93 | u_int16_t h; | ^~~~~~~~~ coma.h:94:2: error: unknown type name 'u_int16_t' 94 | u_int16_t x; | ^~~~~~~~~ coma.h:95:2: error: unknown type name 'u_int16_t' 95 | u_int16_t y; | ^~~~~~~~~ coma.h:97:2: error: unknown type name 'u_int16_t' 97 | u_int16_t orig_w; | ^~~~~~~~~ coma.h:98:2: error: unknown type name 'u_int16_t' 98 | u_int16_t orig_h; | ^~~~~~~~~ coma.h:99:2: error: unknown type name 'u_int16_t' 99 | u_int16_t orig_x; | ^~~~~~~~~ coma.h:100:2: error: unknown type name 'u_int16_t' 100 | u_int16_t orig_y; | ^~~~~~~~~ --- client.o --- In file included from client.c:22: coma.h:53:2: error: unknown type name 'u_int32_t' 53 | u_int32_t id; | ^~~~~~~~~ coma.h:54:2: error: unknown type name 'u_int32_t' 54 | u_int32_t flags; | ^~~~~~~~~ coma.h:65:2: error: unknown type name 'u_int16_t' 65 | u_int16_t w; | ^~~~~~~~~ coma.h:66:2: error: unknown type name 'u_int16_t' 66 | u_int16_t h; | ^~~~~~~~~ coma.h:67:2: error: unknown type name 'u_int16_t' 67 | u_int16_t x; | ^~~~~~~~~ coma.h:68:2: error: unknown type name 'u_int16_t' 68 | u_int16_t y; | ^~~~~~~~~ coma.h:69:2: error: unknown type name 'u_int16_t' 69 | u_int16_t bw; | ^~~~~~~~~ --- frame.o --- coma.h:119:8: error: unknown type name 'u_int16_t' 119 | extern u_int16_t frame_gap; | ^~~~~~~~~ coma.h:120:8: error: unknown type name 'u_int16_t' 120 | extern u_int16_t frame_bar; | ^~~~~~~~~ coma.h:121:8: error: unknown type name 'u_int16_t' 121 | extern u_int16_t frame_width; | ^~~~~~~~~ coma.h:122:8: error: unknown type name 'u_int16_t' 122 | extern u_int16_t frame_height; | ^~~~~~~~~ coma.h:123:8: error: unknown type name 'u_int16_t' 123 | extern u_int16_t frame_offset; | ^~~~~~~~~ coma.h:124:8: error: unknown type name 'u_int16_t' 124 | extern u_int16_t frame_border; | ^~~~~~~~~ coma.h:125:8: error: unknown type name 'u_int16_t' 125 | extern u_int16_t screen_width; | ^~~~~~~~~ coma.h:126:8: error: unknown type name 'u_int16_t' 126 | extern u_int16_t screen_height; | ^~~~~~~~~ --- client.o --- coma.h:71:2: error: unknown type name 'u_int16_t' 71 | u_int16_t fbo; | ^~~~~~~~~ coma.h:72:2: error: unknown type name 'u_int16_t' 72 | u_int16_t fbw; | ^~~~~~~~~ coma.h:83:2: error: unknown type name 'u_int16_t' 83 | u_int16_t id; | ^~~~~~~~~ coma.h:92:2: error: unknown type name 'u_int16_t' 92 | u_int16_t w; | ^~~~~~~~~ coma.h:93:2: error: unknown type name 'u_int16_t' 93 | u_int16_t h; | ^~~~~~~~~ coma.h:94:2: error: unknown type name 'u_int16_t' 94 | u_int16_t x; | ^~~~~~~~~ coma.h:95:2: error: unknown type name 'u_int16_t' 95 | u_int16_t y; | ^~~~~~~~~ coma.h:97:2: error: unknown type name 'u_int16_t' 97 | u_int16_t orig_w; | ^~~~~~~~~ coma.h:98:2: error: unknown type name 'u_int16_t' 98 | u_int16_t orig_h; | ^~~~~~~~~ coma.h:99:2: error: unknown type name 'u_int16_t' 99 | u_int16_t orig_x; | ^~~~~~~~~ coma.h:100:2: error: unknown type name 'u_int16_t' 100 | u_int16_t orig_y; | ^~~~~~~~~ coma.h:119:8: error: unknown type name 'u_int16_t' 119 | extern u_int16_t frame_gap; | ^~~~~~~~~ coma.h:120:8: error: unknown type name 'u_int16_t' 120 | extern u_int16_t frame_bar; | ^~~~~~~~~ coma.h:121:8: error: unknown type name 'u_int16_t' 121 | extern u_int16_t frame_width; | ^~~~~~~~~ coma.h:122:8: error: unknown type name 'u_int16_t' 122 | extern u_int16_t frame_height; | ^~~~~~~~~ coma.h:123:8: error: unknown type name 'u_int16_t' 123 | extern u_int16_t frame_offset; | ^~~~~~~~~ coma.h:124:8: error: unknown type name 'u_int16_t' 124 | extern u_int16_t frame_border; | ^~~~~~~~~ coma.h:125:8: error: unknown type name 'u_int16_t' 125 | extern u_int16_t screen_width; | ^~~~~~~~~ coma.h:126:8: error: unknown type name 'u_int16_t' 126 | extern u_int16_t screen_height; | ^~~~~~~~~ coma.h:171:36: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 171 | void coma_frame_bar_click(Window, u_int16_t); | ^~~~~~~~~ | uint16_t coma.h:172:1: error: parameter names (without types) in function declaration [-Werror] 172 | void coma_frame_mouseover(u_int16_t, u_int16_t); | ^~~~ client.c:24:8: error: unknown type name 'u_int32_t' 24 | static u_int32_t client_id = 0; | ^~~~~~~~~ --- wm.o --- wm.c:56:1: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 56 | u_int16_t screen_width = 0; | ^~~~~~~~~ | uint16_t --- frame.o --- coma.h:171:36: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 171 | void coma_frame_bar_click(Window, u_int16_t); | ^~~~~~~~~ | uint16_t coma.h:172:1: error: parameter names (without types) in function declaration [-Werror] 172 | void coma_frame_mouseover(u_int16_t, u_int16_t); | ^~~~ frame.c:36:8: error: parameter names (without types) in function declaration [-Werror] 36 | u_int16_t, u_int16_t, u_int16_t); | ^~~~~~~~~ frame.c:43:8: error: unknown type name 'u_int16_t' 43 | static u_int16_t zoom_width = 0; | ^~~~~~~~~ --- wm.o --- wm.c:57:1: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 57 | u_int16_t screen_height = 0; | ^~~~~~~~~ | uint16_t --- frame.o --- frame.c:46:1: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 46 | u_int16_t frame_offset = 0; | ^~~~~~~~~ | uint16_t frame.c:47:1: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 47 | u_int16_t frame_height = 0; | ^~~~~~~~~ | uint16_t frame.c:48:1: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 48 | u_int16_t frame_y_offset = 0; | ^~~~~~~~~ | uint16_t frame.c:51:1: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 51 | u_int16_t frame_gap = COMA_FRAME_GAP; | ^~~~~~~~~ | uint16_t frame.c:52:1: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 52 | u_int16_t frame_bar = COMA_FRAME_BAR; | ^~~~~~~~~ | uint16_t --- client.o --- client.c: In function 'coma_client_update_title': client.c:254:24: error: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Werror=implicit-function-declaration] 254 | if ((client->status = strdup(name)) == NULL) | ^~~~~~ | strcmp client.c:254:22: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion] 254 | if ((client->status = strdup(name)) == NULL) | ^ --- wm.o --- wm.c: In function 'coma_wm_init': wm.c:129:19: error: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Werror=implicit-function-declaration] 129 | if ((font_name = strdup(COMA_WM_FONT)) == NULL) | ^~~~~~ | strcmp wm.c:129:17: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion] 129 | if ((font_name = strdup(COMA_WM_FONT)) == NULL) | ^ wm.c: In function 'coma_wm_register_action': wm.c:253:14: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion] 253 | ua->action = strdup(action + COMA_ACTION_PREFIX_LEN); | ^ --- frame.o --- frame.c:53:1: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 53 | u_int16_t frame_width = COMA_FRAME_WIDTH; | ^~~~~~~~~ | uint16_t frame.c:54:1: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 54 | u_int16_t frame_border = COMA_FRAME_BORDER; | ^~~~~~~~~ | uint16_t frame.c: In function 'coma_frame_setup': frame.c:60:2: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 60 | u_int16_t i, count, width, offset, x; | ^~~~~~~~~ | uint16_t --- wm.o --- wm.c: In function 'wm_command': wm.c:415:28: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion] 415 | if ((client_active->tag = strdup(argv[1])) == NULL) | ^ --- client.o --- cc1: all warnings being treated as errors --- wm.o --- wm.c: In function 'wm_input': wm.c:532:7: error: implicit declaration of function 'strlcat'; did you mean 'strncat'? [-Werror=implicit-function-declaration] 532 | if (strlcat(cmd, c, len) >= len) | ^~~~~~~ | strncat wm.c:532:28: error: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Werror=sign-compare] 532 | if (strlcat(cmd, c, len) >= len) | ^~ --- frame.o --- frame.c: In function 'coma_frame_split': --- coma.o --- In file included from coma.c:30: coma.h:53:2: error: unknown type name 'u_int32_t' 53 | u_int32_t id; | ^~~~~~~~~ coma.h:54:2: error: unknown type name 'u_int32_t' 54 | u_int32_t flags; | ^~~~~~~~~ --- frame.o --- frame.c:278:2: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 278 | u_int16_t height, used, y; | ^~~~~~~~~ | uint16_t --- coma.o --- coma.h:65:2: error: unknown type name 'u_int16_t' 65 | u_int16_t w; | ^~~~~~~~~ coma.h:66:2: error: unknown type name 'u_int16_t' 66 | u_int16_t h; | ^~~~~~~~~ coma.h:67:2: error: unknown type name 'u_int16_t' 67 | u_int16_t x; | ^~~~~~~~~ coma.h:68:2: error: unknown type name 'u_int16_t' 68 | u_int16_t y; | ^~~~~~~~~ coma.h:69:2: error: unknown type name 'u_int16_t' 69 | u_int16_t bw; | ^~~~~~~~~ coma.h:71:2: error: unknown type name 'u_int16_t' 71 | u_int16_t fbo; | ^~~~~~~~~ coma.h:72:2: error: unknown type name 'u_int16_t' 72 | u_int16_t fbw; | ^~~~~~~~~ coma.h:83:2: error: unknown type name 'u_int16_t' 83 | u_int16_t id; | ^~~~~~~~~ coma.h:92:2: error: unknown type name 'u_int16_t' 92 | u_int16_t w; | ^~~~~~~~~ coma.h:93:2: error: unknown type name 'u_int16_t' 93 | u_int16_t h; | ^~~~~~~~~ coma.h:94:2: error: unknown type name 'u_int16_t' 94 | u_int16_t x; | ^~~~~~~~~ coma.h:95:2: error: unknown type name 'u_int16_t' 95 | u_int16_t y; | ^~~~~~~~~ coma.h:97:2: error: unknown type name 'u_int16_t' 97 | u_int16_t orig_w; | ^~~~~~~~~ coma.h:98:2: error: unknown type name 'u_int16_t' 98 | u_int16_t orig_h; | ^~~~~~~~~ coma.h:99:2: error: unknown type name 'u_int16_t' 99 | u_int16_t orig_x; | ^~~~~~~~~ coma.h:100:2: error: unknown type name 'u_int16_t' 100 | u_int16_t orig_y; | ^~~~~~~~~ coma.h:119:8: error: unknown type name 'u_int16_t' 119 | extern u_int16_t frame_gap; | ^~~~~~~~~ coma.h:120:8: error: unknown type name 'u_int16_t' 120 | extern u_int16_t frame_bar; | ^~~~~~~~~ coma.h:121:8: error: unknown type name 'u_int16_t' 121 | extern u_int16_t frame_width; | ^~~~~~~~~ coma.h:122:8: error: unknown type name 'u_int16_t' 122 | extern u_int16_t frame_height; | ^~~~~~~~~ coma.h:123:8: error: unknown type name 'u_int16_t' 123 | extern u_int16_t frame_offset; | ^~~~~~~~~ coma.h:124:8: error: unknown type name 'u_int16_t' 124 | extern u_int16_t frame_border; | ^~~~~~~~~ coma.h:125:8: error: unknown type name 'u_int16_t' 125 | extern u_int16_t screen_width; | ^~~~~~~~~ coma.h:126:8: error: unknown type name 'u_int16_t' 126 | extern u_int16_t screen_height; | ^~~~~~~~~ coma.h:171:36: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 171 | void coma_frame_bar_click(Window, u_int16_t); | ^~~~~~~~~ | uint16_t coma.h:172:1: error: parameter names (without types) in function declaration [-Werror] 172 | void coma_frame_mouseover(u_int16_t, u_int16_t); | ^~~~ --- frame.o --- frame.c: At top level: frame.c:401:22: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 401 | coma_frame_mouseover(u_int16_t x, u_int16_t y) | ^~~~~~~~~ | uint16_t --- coma.o --- coma.c: In function 'main': coma.c:53:19: error: storage size of 'sa' isn't known 53 | struct sigaction sa; | ^~ --- frame.o --- frame.c:401:35: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 401 | coma_frame_mouseover(u_int16_t x, u_int16_t y) | ^~~~~~~~~ | uint16_t --- coma.o --- coma.c:63:15: error: implicit declaration of function 'getopt'; did you mean 'gettxt'? [-Werror=implicit-function-declaration] 63 | while ((ch = getopt(argc, argv, "c:h")) != -1) { | ^~~~~~ | gettxt coma.c:66:13: error: 'optarg' undeclared (first use in this function) 66 | config = optarg; | ^~~~~~ coma.c:66:13: note: each undeclared identifier is reported only once for each function it appears in --- frame.o --- frame.c: In function 'coma_frame_bar_update': frame.c:529:2: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 529 | u_int16_t offset; | ^~~~~~~~~ | uint16_t frame.c:550:9: error: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Werror=implicit-function-declaration] 550 | (void)strlcpy(buf, "[popup bar]", sizeof(buf)); | ^~~~~~~ | strncpy frame.c: At top level: frame.c:614:34: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 614 | coma_frame_bar_click(Window bar, u_int16_t offset) | ^~~~~~~~~ | uint16_t --- config.o --- In file included from config.c:28: coma.h:53:2: error: unknown type name 'u_int32_t' 53 | u_int32_t id; | ^~~~~~~~~ coma.h:54:2: error: unknown type name 'u_int32_t' 54 | u_int32_t flags; | ^~~~~~~~~ coma.h:65:2: error: unknown type name 'u_int16_t' 65 | u_int16_t w; | ^~~~~~~~~ coma.h:66:2: error: unknown type name 'u_int16_t' 66 | u_int16_t h; | ^~~~~~~~~ coma.h:67:2: error: unknown type name 'u_int16_t' 67 | u_int16_t x; | ^~~~~~~~~ coma.h:68:2: error: unknown type name 'u_int16_t' 68 | u_int16_t y; | ^~~~~~~~~ coma.h:69:2: error: unknown type name 'u_int16_t' 69 | u_int16_t bw; | ^~~~~~~~~ coma.h:71:2: error: unknown type name 'u_int16_t' 71 | u_int16_t fbo; | ^~~~~~~~~ coma.h:72:2: error: unknown type name 'u_int16_t' 72 | u_int16_t fbw; | ^~~~~~~~~ coma.h:83:2: error: unknown type name 'u_int16_t' 83 | u_int16_t id; | ^~~~~~~~~ coma.h:92:2: error: unknown type name 'u_int16_t' --- wm.o --- wm.c: In function 'wm_mouse_click': wm.c:620:2: error: implicit declaration of function 'coma_frame_bar_click'; did you mean 'coma_frame_bar_update'? [-Werror=implicit-function-declaration] 620 | coma_frame_bar_click(evt->window, evt->x); | ^~~~~~~~~~~~~~~~~~~~ | coma_frame_bar_update --- config.o --- 92 | u_int16_t w; | ^~~~~~~~~ coma.h:93:2: error: unknown type name 'u_int16_t' 93 | u_int16_t h; | ^~~~~~~~~ coma.h:94:2: error: unknown type name 'u_int16_t' 94 | u_int16_t x; | ^~~~~~~~~ coma.h:95:2: error: unknown type name 'u_int16_t' 95 | u_int16_t y; | ^~~~~~~~~ coma.h:97:2: error: unknown type name 'u_int16_t' 97 | u_int16_t orig_w; | ^~~~~~~~~ coma.h:98:2: error: unknown type name 'u_int16_t' 98 | u_int16_t orig_h; | ^~~~~~~~~ coma.h:99:2: error: unknown type name 'u_int16_t' 99 | u_int16_t orig_x; | ^~~~~~~~~ coma.h:100:2: error: unknown type name 'u_int16_t' 100 | u_int16_t orig_y; | ^~~~~~~~~ coma.h:119:8: error: unknown type name 'u_int16_t' 119 | extern u_int16_t frame_gap; | ^~~~~~~~~ coma.h:120:8: error: unknown type name 'u_int16_t' 120 | extern u_int16_t frame_bar; | ^~~~~~~~~ coma.h:121:8: error: unknown type name 'u_int16_t' 121 | extern u_int16_t frame_width; | ^~~~~~~~~ coma.h:122:8: error: unknown type name 'u_int16_t' 122 | extern u_int16_t frame_height; | ^~~~~~~~~ coma.h:123:8: error: unknown type name 'u_int16_t' 123 | extern u_int16_t frame_offset; | ^~~~~~~~~ coma.h:124:8: error: unknown type name 'u_int16_t' 124 | extern u_int16_t frame_border; | ^~~~~~~~~ coma.h:125:8: error: unknown type name 'u_int16_t' 125 | extern u_int16_t screen_width; | ^~~~~~~~~ coma.h:126:8: error: unknown type name 'u_int16_t' 126 | extern u_int16_t screen_height; | ^~~~~~~~~ --- coma.o --- coma.c:80:6: error: implicit declaration of function 'sigfillset' [-Werror=implicit-function-declaration] 80 | if (sigfillset(&sa.sa_mask) == -1) | ^~~~~~~~~~ --- client.o --- *** [client.o] Error code 1 bmake: stopped in /home/pbulk/build/wm/coma/work/coma-1.1 --- coma.o --- coma.c:83:6: error: implicit declaration of function 'sigaction' [-Werror=implicit-function-declaration] 83 | if (sigaction(SIGINT, &sa, NULL) == -1) | ^~~~~~~~~ --- config.o --- coma.h:171:36: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 171 | void coma_frame_bar_click(Window, u_int16_t); | ^~~~~~~~~ | uint16_t coma.h:172:1: error: parameter names (without types) in function declaration [-Werror] 172 | void coma_frame_mouseover(u_int16_t, u_int16_t); | ^~~~ --- coma.o --- coma.c:53:19: error: unused variable 'sa' [-Werror=unused-variable] 53 | struct sigaction sa; | ^~ --- frame.o --- frame.c:684:14: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 684 | frame_create(u_int16_t width, u_int16_t height, u_int16_t x, u_int16_t y) | ^~~~~~~~~ | uint16_t --- coma.o --- coma.c: In function 'coma_reap': coma.c:120:22: error: 'WAIT_ANY' undeclared (first use in this function) 120 | if ((pid = waitpid(WAIT_ANY, &status, WNOHANG)) == -1) { | ^~~~~~~~ --- config.o --- config.c: In function 'coma_config_parse': --- frame.o --- frame.c:684:31: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 684 | frame_create(u_int16_t width, u_int16_t height, u_int16_t x, u_int16_t y) | ^~~~~~~~~ | uint16_t --- config.o --- config.c:91:14: error: 'PATH_MAX' undeclared (first use in this function) 91 | char path[PATH_MAX]; | ^~~~~~~~ config.c:91:14: note: each undeclared identifier is reported only once for each function it appears in config.c:91:9: error: unused variable 'path' [-Werror=unused-variable] 91 | char path[PATH_MAX]; | ^~~~ --- frame.o --- frame.c:684:49: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 684 | frame_create(u_int16_t width, u_int16_t height, u_int16_t x, u_int16_t y) | ^~~~~~~~~ | uint16_t --- coma.o --- coma.c: In function 'coma_split_string': coma.c:268:13: error: implicit declaration of function 'strsep'; did you mean 'strstr'? [-Werror=implicit-function-declaration] 268 | (*ap = strsep(&input, delim)) != NULL;) { | ^~~~~~ | strstr coma.c:268:11: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion] 268 | (*ap = strsep(&input, delim)) != NULL;) { | ^ --- config.o --- config.c: In function 'config_font': config.c:177:19: error: implicit declaration of function 'strdup'; did you mean 'strcmp'? [-Werror=implicit-function-declaration] 177 | if ((font_name = strdup(argv[1])) == NULL) | ^~~~~~ | strcmp config.c:177:17: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion] 177 | if ((font_name = strdup(argv[1])) == NULL) | ^ --- frame.o --- frame.c:684:62: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 684 | frame_create(u_int16_t width, u_int16_t height, u_int16_t x, u_int16_t y) | ^~~~~~~~~ | uint16_t --- wm.o --- cc1: all warnings being treated as errors --- frame.o --- frame.c: In function 'frame_bar_create': frame.c:715:2: error: unknown type name 'u_int16_t'; did you mean 'uint16_t'? 715 | u_int16_t y_offset; | ^~~~~~~~~ | uint16_t --- coma.o --- cc1: all warnings being treated as errors --- frame.o --- frame.c: At top level: frame.c:35:22: error: 'frame_create' used but never defined [-Werror] 35 | static struct frame *frame_create(u_int16_t, | ^~~~~~~~~~~~ --- config.o --- cc1: all warnings being treated as errors --- frame.o --- cc1: all warnings being treated as errors --- wm.o --- *** [wm.o] Error code 1 bmake: stopped in /home/pbulk/build/wm/coma/work/coma-1.1 --- coma.o --- *** [coma.o] Error code 1 bmake: stopped in /home/pbulk/build/wm/coma/work/coma-1.1 --- config.o --- *** [config.o] Error code 1 bmake: stopped in /home/pbulk/build/wm/coma/work/coma-1.1 --- frame.o --- *** [frame.o] Error code 1 bmake: stopped in /home/pbulk/build/wm/coma/work/coma-1.1 5 errors bmake: stopped in /home/pbulk/build/wm/coma/work/coma-1.1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/wm/coma *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/wm/coma