=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/converters/autoconvert", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for autoconvert-0.3.13nb2 cd hzconvert;/opt/pkg/bin/gmake gmake[1]: Entering directory '/tmp/work/converters/autoconvert/work/autoconvert-0.3.13/hzconvert' /tmp/work/converters/autoconvert/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -Wall -I../include -c b2g.c /tmp/work/converters/autoconvert/work/.cwrapper/bin/libtool --mode=compile gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -Wall -I../include -c b2u.c libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -I../include -c b2u.c -fPIC -DPIC -o .libs/b2u.o libtool: compile: gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -I../include -c b2g.c -fPIC -DPIC -o .libs/b2g.o b2g.c: In function 'g2b': b2g.c:39:13: warning: old-style function definition [-Wold-style-definition] 39 | static void g2b(s) | ^~~ b2u.c: In function 'b2u': b2u.c:37:13: warning: old-style function definition [-Wold-style-definition] 37 | static void b2u(s, t) | ^~~ b2u.c: In function 'u2b': b2u.c:61:13: warning: old-style function definition [-Wold-style-definition] 61 | static void u2b(s, t) | ^~~ b2u.c: In function 'big2uni_init': b2u.c:75:5: warning: old-style function definition [-Wold-style-definition] 75 | int big2uni_init (arg) | ^~~~~~~~~~~~ b2u.c:77:1: error: number of arguments doesn't match prototype 77 | { | ^ In file included from b2u.c:26: ../include/hz.h:54:5: error: prototype declaration 54 | int big2uni_init(), uni2big_init(); /* b2u.c */ | ^~~~~~~~~~~~ b2u.c: In function 'uni2big_init': b2u.c:91:5: warning: old-style function definition [-Wold-style-definition] 91 | int uni2big_init (arg) | ^~~~~~~~~~~~ b2u.c:93:1: error: number of arguments doesn't match prototype 93 | { | ^ ../include/hz.h:54:21: error: prototype declaration 54 | int big2uni_init(), uni2big_init(); /* b2u.c */ | ^~~~~~~~~~~~ b2u.c: In function 'big2uni': b2u.c:106:7: warning: old-style function definition [-Wold-style-definition] 106 | char *big2uni (s,plen,inst) | ^~~~~~~ b2u.c:110:1: error: number of arguments doesn't match prototype 110 | { | ^ ../include/hz.h:53:7: error: prototype declaration 53 | char *big2uni(), *uni2big(); /* b2u.c */ | ^~~~~~~ b2g.c: In function 'b2g': b2g.c:58:13: warning: old-style function definition [-Wold-style-definition] 58 | static void b2g(s) | ^~~ b2u.c:123:9: error: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration] 123 | memcpy(p,s, len); | ^~~~~~ b2u.c:27:1: note: include '' or provide a declaration of 'memcpy' 26 | #include "hz.h" +++ |+#include 27 | b2u.c:123:9: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] 123 | memcpy(p,s, len); | ^~~~~~ b2u.c:123:9: note: include '' or provide a declaration of 'memcpy' b2u.c: In function 'uni2big': b2u.c:146:7: warning: old-style function definition [-Wold-style-definition] 146 | char *uni2big (s,plen,inst) | ^~~~~~~ b2u.c:150:1: error: number of arguments doesn't match prototype 150 | { | ^ ../include/hz.h:53:19: error: prototype declaration 53 | char *big2uni(), *uni2big(); /* b2u.c */ | ^~~~~~~ b2g.c: In function 'gb2big_init': b2g.c:84:5: warning: old-style function definition [-Wold-style-definition] 84 | int gb2big_init (arg) | ^~~~~~~~~~~ b2g.c:86:1: error: number of arguments doesn't match prototype 86 | { | ^ In file included from b2g.c:26: ../include/hz.h:43:5: error: prototype declaration 43 | int gb2big_init(), big2gb_init(); /* b2g.c */ | ^~~~~~~~~~~ b2u.c:163:9: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch] 163 | memcpy(p,s, len); | ^~~~~~ b2u.c:163:9: note: include '' or provide a declaration of 'memcpy' b2g.c: In function 'big2gb_init': b2g.c:100:5: warning: old-style function definition [-Wold-style-definition] 100 | int big2gb_init (arg) | ^~~~~~~~~~~ b2g.c:102:1: error: number of arguments doesn't match prototype 102 | { | ^ ../include/hz.h:43:20: error: prototype declaration 43 | int gb2big_init(), big2gb_init(); /* b2g.c */ | ^~~~~~~~~~~ b2g.c: In function 'gb2big': b2g.c:115:7: warning: old-style function definition [-Wold-style-definition] 115 | char *gb2big (s,plen,inst) | ^~~~~~ b2g.c:119:1: error: number of arguments doesn't match prototype 119 | { | ^ ../include/hz.h:42:7: error: prototype declaration 42 | char *gb2big(), *big2gb(); /* b2g.c */ | ^~~~~~ b2g.c:120:17: error: too many arguments to function 'hzconvert'; expected 0, have 4 120 | return (hzconvert (s, plen, &gb2big_savec[inst], g2b)); | ^~~~~~~~~ ~ b2g.c:80:14: note: declared here 80 | extern char *hzconvert (); | ^~~~~~~~~ b2g.c: In function 'big2gb': b2g.c:123:7: warning: old-style function definition [-Wold-style-definition] 123 | char *big2gb (s,plen,inst) | ^~~~~~ b2g.c:127:1: error: number of arguments doesn't match prototype 127 | { | ^ ../include/hz.h:42:18: error: prototype declaration 42 | char *gb2big(), *big2gb(); /* b2g.c */ | ^~~~~~ b2g.c:128:17: error: too many arguments to function 'hzconvert'; expected 0, have 4 128 | return (hzconvert (s, plen, &big2gb_savec[inst], b2g)); | ^~~~~~~~~ ~ b2g.c:80:14: note: declared here 80 | extern char *hzconvert (); | ^~~~~~~~~ gmake[1]: *** [Makefile:6: b2g.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: *** [Makefile:6: b2u.o] Error 1 gmake[1]: Leaving directory '/tmp/work/converters/autoconvert/work/autoconvert-0.3.13/hzconvert' gmake: *** [Makefile:15: hzlib] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/converters/autoconvert *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/converters/autoconvert