=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/chat/ekg", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for ekg-20200501nb32 cd src && /tmp/work/chat/ekg/work/.tools/bin/gmake all gmake[1]: Entering directory '/tmp/work/chat/ekg/work/ekg-20200501/src' gcc -MM -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -I/opt/pkg/include -I/opt/pkg/include/readline -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/ekg\" -DSYSCONFDIR=\"/opt/pkg/etc\" ./stuff.c ./commands.c ./events.c ./themes.c ./vars.c ./dynstuff.c ./userlist.c ./ekg.c ./xmalloc.c ./mail.c ./msgqueue.c ./emoticons.c ./configfile.c ./simlite.c ./ui-ncurses.c ./ui-readline.c ./ui-batch.c ./ui-none.c ./log.c ./comptime.c 1> .depend gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -I/opt/pkg/include -I/opt/pkg/include/readline -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/ekg\" -DSYSCONFDIR=\"/opt/pkg/etc\" -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c -o stuff.o stuff.c gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -I/opt/pkg/include -I/opt/pkg/include/readline -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/ekg\" -DSYSCONFDIR=\"/opt/pkg/etc\" -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c -o commands.o commands.c gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -I/opt/pkg/include -I/opt/pkg/include/readline -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/ekg\" -DSYSCONFDIR=\"/opt/pkg/etc\" -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c -o events.o events.c gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -I/opt/pkg/include -I/opt/pkg/include/readline -I/opt/pkg/include -DDATADIR=\"/opt/pkg/share/ekg\" -DSYSCONFDIR=\"/opt/pkg/etc\" -I/usr/include -I/opt/pkg/include -I/opt/pkg/include/ncurses -c -o themes.o themes.c In file included from stuff.c:56: compat.h:26:11: warning: 'INADDR_NONE' redefined 26 | # define INADDR_NONE ((in_addr_t) 0xffffffff) | ^~~~~~~~~~~ In file included from /usr/include/sys/socket.h:67, from stuff.c:31: /usr/include/netinet/in.h:373:9: note: this is the location of the previous definition 373 | #define INADDR_NONE 0xffffffffU | ^~~~~~~~~~~ events.c:71:6: error: conflicting types for 'handle_msg'; have 'void(void)' 71 | void handle_msg(), handle_ack(), handle_status(), handle_notify(), | ^~~~~~~~~~ In file included from events.c:42: events.h:35:6: note: previous declaration of 'handle_msg' with type 'void(struct gg_event *)' 35 | void handle_msg(struct gg_event *e); | ^~~~~~~~~~ events.c:85:25: error: initialization of 'void (*)(struct gg_event *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 85 | { GG_EVENT_MSG, handle_msg }, | ^~~~~~~~~~ events.c:85:25: note: (near initialization for 'handlers[0].handler') events.c:71:6: note: 'handle_msg' declared here 71 | void handle_msg(), handle_ack(), handle_status(), handle_notify(), | ^~~~~~~~~~ events.c:86:25: error: initialization of 'void (*)(struct gg_event *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 86 | { GG_EVENT_ACK, handle_ack }, | ^~~~~~~~~~ events.c:86:25: note: (near initialization for 'handlers[1].handler') events.c:71:20: note: 'handle_ack' declared here 71 | void handle_msg(), handle_ack(), handle_status(), handle_notify(), | ^~~~~~~~~~ events.c:87:28: error: initialization of 'void (*)(struct gg_event *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 87 | { GG_EVENT_STATUS, handle_status }, | ^~~~~~~~~~~~~ events.c:87:28: note: (near initialization for 'handlers[2].handler') events.c:71:34: note: 'handle_status' declared here 71 | void handle_msg(), handle_ack(), handle_status(), handle_notify(), | ^~~~~~~~~~~~~ events.c:88:28: error: initialization of 'void (*)(struct gg_event *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 88 | { GG_EVENT_NOTIFY, handle_notify }, | ^~~~~~~~~~~~~ events.c:88:28: note: (near initialization for 'handlers[3].handler') events.c:71:51: note: 'handle_notify' declared here 71 | void handle_msg(), handle_ack(), handle_status(), handle_notify(), | ^~~~~~~~~~~~~ events.c:89:30: error: initialization of 'void (*)(struct gg_event *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 89 | { GG_EVENT_STATUS60, handle_status60 }, | ^~~~~~~~~~~~~~~ events.c:89:30: note: (near initialization for 'handlers[4].handler') events.c:73:28: note: 'handle_status60' declared here 73 | handle_change50(), handle_status60(), handle_notify60(), | ^~~~~~~~~~~~~~~ events.c:90:30: error: initialization of 'void (*)(struct gg_event *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 90 | { GG_EVENT_NOTIFY60, handle_notify60 }, | ^~~~~~~~~~~~~~~ events.c:90:30: note: (near initialization for 'handlers[5].handler') events.c:73:47: note: 'handle_notify60' declared here 73 | handle_change50(), handle_status60(), handle_notify60(), | ^~~~~~~~~~~~~~~ events.c:91:34: error: initialization of 'void (*)(struct gg_event *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 91 | { GG_EVENT_NOTIFY_DESCR, handle_notify }, | ^~~~~~~~~~~~~ events.c:91:34: note: (near initialization for 'handlers[6].handler') events.c:71:51: note: 'handle_notify' declared here 71 | void handle_msg(), handle_ack(), handle_status(), handle_notify(), | ^~~~~~~~~~~~~ events.c:92:34: error: initialization of 'void (*)(struct gg_event *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 92 | { GG_EVENT_CONN_SUCCESS, handle_success }, | ^~~~~~~~~~~~~~ events.c:92:34: note: (near initialization for 'handlers[7].handler') events.c:72:9: note: 'handle_success' declared here 72 | handle_success(), handle_failure(), handle_search50(), | ^~~~~~~~~~~~~~ events.c:93:33: error: initialization of 'void (*)(struct gg_event *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 93 | { GG_EVENT_CONN_FAILED, handle_failure }, | ^~~~~~~~~~~~~~ events.c:93:33: note: (near initialization for 'handlers[8].handler') events.c:72:27: note: 'handle_failure' declared here 72 | handle_success(), handle_failure(), handle_search50(), | ^~~~~~~~~~~~~~ events.c:95:43: error: initialization of 'void (*)(struct gg_event *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 95 | { GG_EVENT_PUBDIR50_SEARCH_REPLY, handle_search50 }, | ^~~~~~~~~~~~~~~ events.c:95:43: note: (near initialization for 'handlers[10].handler') events.c:72:45: note: 'handle_search50' declared here 72 | handle_success(), handle_failure(), handle_search50(), | ^~~~~~~~~~~~~~~ events.c:96:36: error: initialization of 'void (*)(struct gg_event *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 96 | { GG_EVENT_PUBDIR50_WRITE, handle_change50 }, | ^~~~~~~~~~~~~~~ events.c:96:36: note: (near initialization for 'handlers[11].handler') events.c:73:9: note: 'handle_change50' declared here 73 | handle_change50(), handle_status60(), handle_notify60(), | ^~~~~~~~~~~~~~~ events.c:97:30: error: initialization of 'void (*)(struct gg_event *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 97 | { GG_EVENT_USERLIST, handle_userlist }, | ^~~~~~~~~~~~~~~ events.c:97:30: note: (near initialization for 'handlers[12].handler') events.c:74:9: note: 'handle_userlist' declared here 74 | handle_userlist(), handle_image_request(), handle_image_reply(), | ^~~~~~~~~~~~~~~ events.c:98:35: error: initialization of 'void (*)(struct gg_event *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 98 | { GG_EVENT_IMAGE_REQUEST, handle_image_request }, | ^~~~~~~~~~~~~~~~~~~~ events.c:98:35: note: (near initialization for 'handlers[13].handler') events.c:74:28: note: 'handle_image_request' declared here 74 | handle_userlist(), handle_image_request(), handle_image_reply(), | ^~~~~~~~~~~~~~~~~~~~ events.c:99:33: error: initialization of 'void (*)(struct gg_event *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 99 | { GG_EVENT_IMAGE_REPLY, handle_image_reply }, | ^~~~~~~~~~~~~~~~~~ events.c:99:33: note: (near initialization for 'handlers[14].handler') events.c:74:52: note: 'handle_image_reply' declared here 74 | handle_userlist(), handle_image_request(), handle_image_reply(), | ^~~~~~~~~~~~~~~~~~ events.c:100:30: error: initialization of 'void (*)(struct gg_event *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 100 | { GG_EVENT_DCC7_NEW, handle_dcc7_new }, | ^~~~~~~~~~~~~~~ events.c:100:30: note: (near initialization for 'handlers[15].handler') events.c:75:9: note: 'handle_dcc7_new' declared here 75 | handle_dcc7_new(), handle_dcc7_accept(), handle_dcc7_reject(); | ^~~~~~~~~~~~~~~ events.c:101:33: error: initialization of 'void (*)(struct gg_event *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 101 | { GG_EVENT_DCC7_ACCEPT, handle_dcc7_accept }, | ^~~~~~~~~~~~~~~~~~ events.c:101:33: note: (near initialization for 'handlers[16].handler') events.c:75:28: note: 'handle_dcc7_accept' declared here 75 | handle_dcc7_new(), handle_dcc7_accept(), handle_dcc7_reject(); | ^~~~~~~~~~~~~~~~~~ events.c:102:33: error: initialization of 'void (*)(struct gg_event *)' from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 102 | { GG_EVENT_DCC7_REJECT, handle_dcc7_reject }, | ^~~~~~~~~~~~~~~~~~ events.c:102:33: note: (near initialization for 'handlers[17].handler') events.c:75:50: note: 'handle_dcc7_reject' declared here 75 | handle_dcc7_new(), handle_dcc7_accept(), handle_dcc7_reject(); | ^~~~~~~~~~~~~~~~~~ events.c:736:6: error: conflicting types for 'handle_ack'; have 'void(struct gg_event *)' 736 | void handle_ack(struct gg_event *e) | ^~~~~~~~~~ events.c:71:20: note: previous declaration of 'handle_ack' with type 'void(void)' 71 | void handle_msg(), handle_ack(), handle_status(), handle_notify(), | ^~~~~~~~~~ events.c:1172:6: error: conflicting types for 'handle_notify'; have 'void(struct gg_event *)' 1172 | void handle_notify(struct gg_event *e) | ^~~~~~~~~~~~~ events.c:71:51: note: previous declaration of 'handle_notify' with type 'void(void)' 71 | void handle_msg(), handle_ack(), handle_status(), handle_notify(), | ^~~~~~~~~~~~~ events.c:1195:6: error: conflicting types for 'handle_notify60'; have 'void(struct gg_event *)' 1195 | void handle_notify60(struct gg_event *e) | ^~~~~~~~~~~~~~~ events.c:73:47: note: previous declaration of 'handle_notify60' with type 'void(void)' 73 | handle_change50(), handle_status60(), handle_notify60(), | ^~~~~~~~~~~~~~~ events.c:1213:6: error: conflicting types for 'handle_status'; have 'void(struct gg_event *)' 1213 | void handle_status(struct gg_event *e) | ^~~~~~~~~~~~~ events.c:71:34: note: previous declaration of 'handle_status' with type 'void(void)' 71 | void handle_msg(), handle_ack(), handle_status(), handle_notify(), | ^~~~~~~~~~~~~ events.c:1228:6: error: conflicting types for 'handle_status60'; have 'void(struct gg_event *)' 1228 | void handle_status60(struct gg_event *e) | ^~~~~~~~~~~~~~~ events.c:73:28: note: previous declaration of 'handle_status60' with type 'void(void)' 73 | handle_change50(), handle_status60(), handle_notify60(), | ^~~~~~~~~~~~~~~ events.c:1243:6: error: conflicting types for 'handle_failure'; have 'void(struct gg_event *)' 1243 | void handle_failure(struct gg_event *e) | ^~~~~~~~~~~~~~ events.c:72:27: note: previous declaration of 'handle_failure' with type 'void(void)' 72 | handle_success(), handle_failure(), handle_search50(), | ^~~~~~~~~~~~~~ events.c:1301:6: error: conflicting types for 'handle_success'; have 'void(struct gg_event *)' 1301 | void handle_success(struct gg_event *e) | ^~~~~~~~~~~~~~ events.c:72:9: note: previous declaration of 'handle_success' with type 'void(void)' 72 | handle_success(), handle_failure(), handle_search50(), | ^~~~~~~~~~~~~~ events.c:2109:6: error: conflicting types for 'handle_userlist'; have 'void(struct gg_event *)' 2109 | void handle_userlist(struct gg_event *e) | ^~~~~~~~~~~~~~~ events.c:74:9: note: previous declaration of 'handle_userlist' with type 'void(void)' 74 | handle_userlist(), handle_image_request(), handle_image_reply(), | ^~~~~~~~~~~~~~~ events.c:2895:6: error: conflicting types for 'handle_search50'; have 'void(struct gg_event *)' 2895 | void handle_search50(struct gg_event *e) | ^~~~~~~~~~~~~~~ events.c:72:45: note: previous declaration of 'handle_search50' with type 'void(void)' 72 | handle_success(), handle_failure(), handle_search50(), | ^~~~~~~~~~~~~~~ events.c:3044:6: error: conflicting types for 'handle_change50'; have 'void(struct gg_event *)' 3044 | void handle_change50(struct gg_event *e) | ^~~~~~~~~~~~~~~ events.c:73:9: note: previous declaration of 'handle_change50' with type 'void(void)' 73 | handle_change50(), handle_status60(), handle_notify60(), | ^~~~~~~~~~~~~~~ events.c:3057:6: error: conflicting types for 'handle_image_request'; have 'void(struct gg_event *)' 3057 | void handle_image_request(struct gg_event *e) | ^~~~~~~~~~~~~~~~~~~~ events.c:74:28: note: previous declaration of 'handle_image_request' with type 'void(void)' 74 | handle_userlist(), handle_image_request(), handle_image_reply(), | ^~~~~~~~~~~~~~~~~~~~ events.c:3069:6: error: conflicting types for 'handle_image_reply'; have 'void(struct gg_event *)' 3069 | void handle_image_reply(struct gg_event *e) | ^~~~~~~~~~~~~~~~~~ events.c:74:52: note: previous declaration of 'handle_image_reply' with type 'void(void)' 74 | handle_userlist(), handle_image_request(), handle_image_reply(), | ^~~~~~~~~~~~~~~~~~ events.c:3215:6: error: conflicting types for 'handle_dcc7_new'; have 'void(struct gg_event *)' 3215 | void handle_dcc7_new(struct gg_event *e) | ^~~~~~~~~~~~~~~ events.c:75:9: note: previous declaration of 'handle_dcc7_new' with type 'void(void)' 75 | handle_dcc7_new(), handle_dcc7_accept(), handle_dcc7_reject(); | ^~~~~~~~~~~~~~~ events.c:3292:6: error: conflicting types for 'handle_dcc7_accept'; have 'void(struct gg_event *)' 3292 | void handle_dcc7_accept(struct gg_event *e) | ^~~~~~~~~~~~~~~~~~ events.c:75:28: note: previous declaration of 'handle_dcc7_accept' with type 'void(void)' 75 | handle_dcc7_new(), handle_dcc7_accept(), handle_dcc7_reject(); | ^~~~~~~~~~~~~~~~~~ events.c:3305:6: error: conflicting types for 'handle_dcc7_reject'; have 'void(struct gg_event *)' 3305 | void handle_dcc7_reject(struct gg_event *e) | ^~~~~~~~~~~~~~~~~~ events.c:75:50: note: previous declaration of 'handle_dcc7_reject' with type 'void(void)' 75 | handle_dcc7_new(), handle_dcc7_accept(), handle_dcc7_reject(); | ^~~~~~~~~~~~~~~~~~ commands.c: In function 'command_exec_format': commands.c:4841:9: warning: 'gg_vsaprintf' is deprecated [-Wdeprecated-declarations] 4841 | command = gg_vsaprintf(format, ap); | ^~~~~~~ In file included from events.h:24, from commands.c:54: /tmp/work/chat/ekg/work/.buildlink/include/libgadu.h:1753:7: note: declared here 1753 | char *gg_vsaprintf(const char *format, va_list ap) GG_DEPRECATED; | ^~~~~~~~~~~~ gmake[1]: *** [Makefile:27: events.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: Leaving directory '/tmp/work/chat/ekg/work/ekg-20200501/src' gmake: *** [Makefile:22: ekg] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/chat/ekg *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/chat/ekg