=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/games/powwow", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for powwow-1.2.5nb1 cd /home/pbulk/work/games/powwow/work/powwow-1.2.5 && POWWOW_DIR=/opt/pkg/share/powwow CFLAGS=\ -pipe\ -O2\ -msave-args\ -fno-aggressive-loop-optimizations\ \ -I/opt/pkg/include/ncurses LDFLAGS=\ -L/opt/pkg/lib\ -Wl,-R/opt/pkg/lib ./make_it Making Powwow for SunOS 5.x make CC='cc' CDEFS='-O -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses' LDFLAGS='-ltermcap -lsocket -lnsl -L/opt/pkg/lib -Wl,-R/opt/pkg/lib' make[2]: Entering directory '/home/pbulk/work/games/powwow/work/powwow-1.2.5' WARNING: if you are coming from a 1.0.x version, re-read Changelog and powwow.doc as many things have changed. In particular, syntax and effects of #prompt and #isprompt changed in 1.1.7 cc -O -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -c -o main.o main.c main.c:58:12: error: conflicting types for 'select'; have 'int(void)' 58 | extern int select(); | ^~~~~~ In file included from /usr/include/sys/types.h:687, from /usr/include/fcntl.h:39, from main.c:44: /usr/include/sys/select.h:144:12: note: previous declaration of 'select' with type 'int(int, fd_set * restrict, fd_set * restrict, fd_set * restrict, struct timeval * restrict)' 144 | extern int select(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD, | ^~~~~~ main.c:176:14: error: conflicting types for 'last_edit_cmd'; have 'function_any' {aka 'void (*)(void)'} 176 | function_any last_edit_cmd; /* GH: keep track of for repeated cmds */ | ^~~~~~~~~~~~~ In file included from main.c:66: main.h:108:21: note: previous declaration of 'last_edit_cmd' with type 'function_str' {aka 'void (*)(char *)'} 108 | extern function_str last_edit_cmd; | ^~~~~~~~~~~~~ main.c: In function 'mainloop': main.c:508:19: error: too many arguments to function 'select'; expected 0, have 5 508 | err = select(tcp_max_fd+1, &readfds, NULL, NULL, timeout); | ^~~~~~ ~~~~~~~~~~~~ main.c:58:12: note: declared here 58 | extern int select(); | ^~~~~~ make[2]: *** [: main.o] Error 1 make[2]: Leaving directory '/home/pbulk/work/games/powwow/work/powwow-1.2.5' *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/powwow *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/powwow