=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/net/nagios-nsca", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for nagios-nsca-2.9.1nb10 cd ./src/; /opt/pkg/bin/gmake all ; cd .. gmake[1]: Entering directory '/home/pbulk/work/net/nagios-nsca/work/nsca-2.9.1/src' gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DHAVE_LIBMCRYPT -I/opt/pkg/include -DHAVE_CONFIG_H -o nsca ./nsca.c ./netutils.c ./utils.c -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/opt/pkg/lib -lmcrypt -lnsl -lsocket -lwrap gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DHAVE_LIBMCRYPT -I/opt/pkg/include -DHAVE_CONFIG_H -o send_nsca ./send_nsca.c ./netutils.c ./utils.c -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/opt/pkg/lib -lmcrypt -lnsl -lsocket In file included from ./../include/config.h:196, from ./../include/common.h:24, from ./nsca.c:19: ./nsca.c: In function 'accept_connection': ./nsca.c:932:9: error: too many arguments to function 'sock_host'; expected 0, have 1 932 | fromhost(&req); | ^~~~~~~~ /usr/include/tcpd.h:226:13: note: declared here 226 | extern void sock_host(); /* look up endpoint addresses */ | ^~~~~~~~~ ./nsca.c:934:13: error: too many arguments to function 'hosts_access'; expected 0, have 1 934 | if(!hosts_access(&req)){ | ^~~~~~~~~~~~ ~~~~ /usr/include/tcpd.h:156:12: note: declared here 156 | extern int hosts_access(); /* access control */ | ^~~~~~~~~~~~ ./nsca.c:936:60: error: too many arguments to function 'eval_client'; expected 0, have 1 936 | syslog(LOG_ERR, "refused connect from %s", eval_client(&req)); | ^~~~~~~~~~~ ~~~~ /usr/include/tcpd.h:219:14: note: declared here 219 | extern char *eval_client(); /* whatever is available */ | ^~~~~~~~~~~ gmake[1]: *** [Makefile:24: nsca] Error 1 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: Leaving directory '/home/pbulk/work/net/nagios-nsca/work/nsca-2.9.1/src' *** Compile finished *** If the compile finished without any errors, you should find client and server binaries in the src/ subdirectory. Read the README file for more information on installing the binaries, creating configuration files, and using the server and client.