=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/net/whoson", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for whoson-2.05 /usr/bin/sed 's:@@CHROOTDIR@@:/var/opt/pkg/chroot/whosond:g' < /data/jenkins/workspace/pkgsrc-upstream-trunk/net/whoson/files/whoson.conf > /tmp/work/net/whoson/work/whoson-2.05/whoson.conf /opt/pkg/bin/bmake all-am /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT clnt_common.lo -MD -MP -MF .deps/clnt_common.Tpo -c -o clnt_common.lo clnt_common.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT clnt_common.lo -MD -MP -MF .deps/clnt_common.Tpo -c clnt_common.c -fPIC -DPIC -o .libs/clnt_common.o clnt_common.c:2:14: warning: 'rcsid' defined but not used [-Wunused-variable] 2 | static char *rcsid="$Id: clnt_common.c,v 1.12 2008/01/17 12:46:48 crosser Exp $"; | ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT clnt_common.lo -MD -MP -MF .deps/clnt_common.Tpo -c clnt_common.c -o clnt_common.o >/dev/null 2>&1 mv -f .deps/clnt_common.Tpo .deps/clnt_common.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT rtconfig.lo -MD -MP -MF .deps/rtconfig.Tpo -c -o rtconfig.lo rtconfig.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT rtconfig.lo -MD -MP -MF .deps/rtconfig.Tpo -c rtconfig.c -fPIC -DPIC -o .libs/rtconfig.o rtconfig.c:2:14: warning: 'rcsid' defined but not used [-Wunused-variable] 2 | static char *rcsid="$Id: rtconfig.c,v 1.14 2009/07/11 11:09:54 crosser Exp $"; | ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT rtconfig.lo -MD -MP -MF .deps/rtconfig.Tpo -c rtconfig.c -o rtconfig.o >/dev/null 2>&1 mv -f .deps/rtconfig.Tpo .deps/rtconfig.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT checkperm.lo -MD -MP -MF .deps/checkperm.Tpo -c -o checkperm.lo checkperm.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT checkperm.lo -MD -MP -MF .deps/checkperm.Tpo -c checkperm.c -fPIC -DPIC -o .libs/checkperm.o checkperm.c:2:14: warning: 'rcsid' defined but not used [-Wunused-variable] 2 | static char *rcsid="$Id: checkperm.c,v 1.5 1998/07/26 14:06:40 crosser Exp $"; | ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT checkperm.lo -MD -MP -MF .deps/checkperm.Tpo -c checkperm.c -o checkperm.o >/dev/null 2>&1 mv -f .deps/checkperm.Tpo .deps/checkperm.Plo ( echo '#include "sys/types.h"'; echo '#include "whosond.h"'; echo '#include "rtconfig.h"'; echo ""; for f in tcp udp unix unixd; do echo "extern struct _cfgdesc desc_wso_clnt_${f}_cfg;"; echo "extern struct _evdesc wso_${f}_clnt_connect(void *priv);"; echo ""; done; echo ""; echo "struct _cfgrec wso_cfglist[] = {"; for f in tcp udp unix unixd; do echo " {\"$f\",&desc_wso_clnt_${f}_cfg,{wso_${f}_clnt_connect}},"; done; echo " {(void*)0,(void*)0,{(void*)0}}"; echo "};"; ) >clntlist.c /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT clntlist.lo -MD -MP -MF .deps/clntlist.Tpo -c -o clntlist.lo clntlist.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT clntlist.lo -MD -MP -MF .deps/clntlist.Tpo -c clntlist.c -fPIC -DPIC -o .libs/clntlist.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT clntlist.lo -MD -MP -MF .deps/clntlist.Tpo -c clntlist.c -o clntlist.o >/dev/null 2>&1 mv -f .deps/clntlist.Tpo .deps/clntlist.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT clnt_tcp.lo -MD -MP -MF .deps/clnt_tcp.Tpo -c -o clnt_tcp.lo clnt_tcp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT clnt_tcp.lo -MD -MP -MF .deps/clnt_tcp.Tpo -c clnt_tcp.c -fPIC -DPIC -o .libs/clnt_tcp.o clnt_tcp.c:2:14: warning: 'rcsid' defined but not used [-Wunused-variable] 2 | static char *rcsid="$Id: clnt_tcp.c,v 1.14 1999/10/03 21:18:03 crosser Exp $"; | ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT clnt_tcp.lo -MD -MP -MF .deps/clnt_tcp.Tpo -c clnt_tcp.c -o clnt_tcp.o >/dev/null 2>&1 mv -f .deps/clnt_tcp.Tpo .deps/clnt_tcp.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT clnt_udp.lo -MD -MP -MF .deps/clnt_udp.Tpo -c -o clnt_udp.lo clnt_udp.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT clnt_udp.lo -MD -MP -MF .deps/clnt_udp.Tpo -c clnt_udp.c -fPIC -DPIC -o .libs/clnt_udp.o clnt_udp.c:2:14: warning: 'rcsid' defined but not used [-Wunused-variable] 2 | static char *rcsid="$Id: clnt_udp.c,v 1.13 1999/10/03 21:18:03 crosser Exp $"; | ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT clnt_udp.lo -MD -MP -MF .deps/clnt_udp.Tpo -c clnt_udp.c -o clnt_udp.o >/dev/null 2>&1 mv -f .deps/clnt_udp.Tpo .deps/clnt_udp.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT clnt_unix.lo -MD -MP -MF .deps/clnt_unix.Tpo -c -o clnt_unix.lo clnt_unix.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT clnt_unix.lo -MD -MP -MF .deps/clnt_unix.Tpo -c clnt_unix.c -fPIC -DPIC -o .libs/clnt_unix.o clnt_unix.c:2:14: warning: 'rcsid' defined but not used [-Wunused-variable] 2 | static char *rcsid="$Id: clnt_unix.c,v 1.16 2001/07/20 07:35:54 crosser Exp $"; | ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT clnt_unix.lo -MD -MP -MF .deps/clnt_unix.Tpo -c clnt_unix.c -o clnt_unix.o >/dev/null 2>&1 mv -f .deps/clnt_unix.Tpo .deps/clnt_unix.Plo /usr/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT clnt_unixd.lo -MD -MP -MF .deps/clnt_unixd.Tpo -c -o clnt_unixd.lo clnt_unixd.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT clnt_unixd.lo -MD -MP -MF .deps/clnt_unixd.Tpo -c clnt_unixd.c -fPIC -DPIC -o .libs/clnt_unixd.o clnt_unixd.c:2:14: warning: 'rcsid' defined but not used [-Wunused-variable] 2 | static char *rcsid="$Id: clnt_unixd.c,v 1.7 2001/07/20 07:35:54 crosser Exp $"; | ^~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT clnt_unixd.lo -MD -MP -MF .deps/clnt_unixd.Tpo -c clnt_unixd.c -o clnt_unixd.o >/dev/null 2>&1 mv -f .deps/clnt_unixd.Tpo .deps/clnt_unixd.Plo /usr/bin/bash ./libtool --tag=CC --mode=link gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -version-info 0:0:0 -Wl,-R/opt/pkg/lib -o libwhoson.la -rpath /opt/pkg/lib clnt_common.lo rtconfig.lo checkperm.lo clntlist.lo clnt_tcp.lo clnt_udp.lo clnt_unix.lo clnt_unixd.lo -lsocket -lnsl libtool: link: gcc -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,libwhoson.so.0 -o .libs/libwhoson.so.0.0.0 .libs/clnt_common.o .libs/rtconfig.o .libs/checkperm.o .libs/clntlist.o .libs/clnt_tcp.o .libs/clnt_udp.o .libs/clnt_unix.o .libs/clnt_unixd.o -lsocket -lnsl -O2 -msave-args -Wl,-rpath -Wl,/opt/pkg/lib libtool: link: (cd ".libs" && rm -f "libwhoson.so.0" && ln -s "libwhoson.so.0.0.0" "libwhoson.so.0") libtool: link: (cd ".libs" && rm -f "libwhoson.so" && ln -s "libwhoson.so.0.0.0" "libwhoson.so") libtool: link: ar cr .libs/libwhoson.a clnt_common.o rtconfig.o checkperm.o clntlist.o clnt_tcp.o clnt_udp.o clnt_unix.o clnt_unixd.o libtool: link: ranlib .libs/libwhoson.a libtool: link: ( cd ".libs" && rm -f "libwhoson.la" && ln -s "../libwhoson.la" "libwhoson.la" ) gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT whosond.o -MD -MP -MF .deps/whosond.Tpo -c -o whosond.o whosond.c whosond.c:2:14: warning: 'rcsid' defined but not used [-Wunused-variable] 2 | static char *rcsid="$Id: whosond.c,v 1.24 2003/08/14 12:50:35 crosser Exp $"; | ^~~~~ mv -f .deps/whosond.Tpo .deps/whosond.Po gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT mainloop.o -MD -MP -MF .deps/mainloop.Tpo -c -o mainloop.o mainloop.c mainloop.c:2:14: warning: 'rcsid' defined but not used [-Wunused-variable] 2 | static char *rcsid="$Id: mainloop.c,v 1.5 1998/07/28 17:51:53 crosser Exp $"; | ^~~~~ mv -f .deps/mainloop.Tpo .deps/mainloop.Po gcc -DHAVE_CONFIG_H -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -MT lhash.o -MD -MP -MF .deps/lhash.Tpo -c -o lhash.o lhash.c lhash.c: In function 'lh_new': lhash.c:122:8: warning: old-style function definition [-Wold-style-definition] 122 | LHASH *lh_new(h, c) | ^~~~~~ lhash.c: In function 'lh_free': lhash.c:166:6: warning: old-style function definition [-Wold-style-definition] 166 | void lh_free(lh) | ^~~~~~~ lhash.c: In function 'lh_insert': lhash.c:186:7: warning: old-style function definition [-Wold-style-definition] 186 | char *lh_insert(lh, data) | ^~~~~~~~~ lhash.c: In function 'lh_delete': lhash.c:222:7: warning: old-style function definition [-Wold-style-definition] 222 | char *lh_delete(lh, data) | ^~~~~~~~~ lhash.c: In function 'lh_retrieve': lhash.c:254:7: warning: old-style function definition [-Wold-style-definition] 254 | char *lh_retrieve(lh, data) | ^~~~~~~~~~~ lhash.c: In function 'lh_doall': lhash.c:277:6: warning: old-style function definition [-Wold-style-definition] 277 | void lh_doall(lh, func) | ^~~~~~~~ lhash.c: In function 'lh_doall_arg': lhash.c:284:6: warning: old-style function definition [-Wold-style-definition] 284 | void lh_doall_arg(lh, func, arg) | ^~~~~~~~~~~~ lhash.c:302:25: error: too many arguments to function 'func'; expected 0, have 2 302 | func(a->data,arg); | ^~~~ ~~~~~~~ lhash.c: In function 'expand': lhash.c:308:13: warning: old-style function definition [-Wold-style-definition] 308 | static void expand(lh) | ^~~~~~ lhash.c: In function 'contract': lhash.c:364:13: warning: old-style function definition [-Wold-style-definition] 364 | static void contract(lh) | ^~~~~~~~ lhash.c: In function 'getrn': lhash.c:403:21: warning: old-style function definition [-Wold-style-definition] 403 | static LHASH_NODE **getrn(lh, data, rhash) | ^~~~~ lhash.c:412:15: error: too many arguments to function 'lh->hash'; expected 0, have 1 412 | hash=(*(lh->hash))(data); | ~^~~~~~~~~~~~ ~~~~ In file included from lhash.c:97: lhash.h:83:25: note: declared here 83 | unsigned long (*hash)(); | ^~~~ lhash.c:433:22: error: too many arguments to function 'cf'; expected 0, have 2 433 | if ((*cf)(n1->data,data) == 0) | ~^~~~ ~~~~~~~~ lhash.c: In function 'lh_strhash': lhash.c:460:15: warning: old-style function definition [-Wold-style-definition] 460 | unsigned long lh_strhash(c) | ^~~~~~~~~~ *** Error code 1 Stop. bmake[1]: stopped making "all-am" in /tmp/work/net/whoson/work/whoson-2.05 *** Error code 1 Stop. bmake: stopped making "all" in /tmp/work/net/whoson/work/whoson-2.05 *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/whoson *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/whoson