=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/ts", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for ts-1.0.1 gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c main.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c server.c gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_XOPEN_SOURCE=500 -D__STRICT_ANSI__ -c server_start.c main.c: In function 'main': main.c:426:9: error: too many arguments to function 'print_version'; expected 0, have 1 426 | print_version(argv[0]); | ^~~~~~~~~~~~~ ~~~~~~~ main.c:380:13: note: declared here 380 | static void print_version() | ^~~~~~~~~~~~~ server_start.c:103:6: error: conflicting types for 'wait_server_up'; have 'void(int)' 103 | void wait_server_up(int fd) | ^~~~~~~~~~~~~~ In file included from server_start.c:19: main.h:261:6: note: previous declaration of 'wait_server_up' with type 'void(void)' 261 | void wait_server_up(); | ^~~~~~~~~~~~~~ gmake: *** [Makefile:37: main.o] Error 1 gmake: *** Waiting for unfinished jobs.... gmake: *** [Makefile:37: server_start.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/ts *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/ts