=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for xscribble-20000616nb3 making all in ./recman... rm -f hre_api.o gcc -c -O2 -fno-strict-aliasing -I. -I/usr/pkg/include -I /usr/X11R7/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO hre_api.c hre_api.c: In function 'safe_malloc': hre_api.c:96:5: warning: implicit declaration of function 'error'; did you mean 'perror'? [-Wimplicit-function-declaration] error("malloc failure"); ^~~~~ perror hre_api.c: In function 'recognizer_unload': hre_api.c:212:5: warning: implicit declaration of function '__recognizer_internal_finalize'; did you mean '__recognizer_internal_initialize'? [-Wimplicit-function-declaration] __recognizer_internal_finalize(rec); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __recognizer_internal_initialize hre_api.c: In function 'make_recognizer': hre_api.c:846:29: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] rec->recognizer_version = REC_VERSION; ^ rm -f librecman.a ar clq librecman.a hre_api.o ranlib librecman.a making all in ./lirec... rm -f li_recognizer.o gcc -c -O2 -fno-strict-aliasing -I../recman -I/usr/pkg/include -I /usr/X11R7/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -Dunix=1 li_recognizer.c rm -f sc.o gcc -c -O2 -fno-strict-aliasing -I../recman -I/usr/pkg/include -I /usr/X11R7/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -Dunix=1 sc.c In file included from sc.c:27:0: sc.c: In function 'sClassNameLookup': util.h:37:24: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] #define STREQ(a,b) ( ! strcmp(a,b) ) ^ sc.c:81:40: note: in expansion of macro 'STREQ' if(lastsc == sc && lastscd != NULL && STREQ(lastscd->name, classname)) ^~~~~ sc.c: In function 'sAddExample': sc.c:136:3: warning: implicit declaration of function 'ZeroVector'; did you mean 'NewVector'? [-Wimplicit-function-declaration] ZeroVector(scd->average); ^~~~~~~~~~ NewVector sc.c: In function 'sClassify': sc.c:235:1: warning: type of 'sc' defaults to 'int' [-Wimplicit-int] sClassify(sc, fv) { ^~~~~~~~~ sc.c:235:1: warning: type of 'fv' defaults to 'int' [-Wimplicit-int] sc.c: In function 'MahalanobisDistance': sc.c:355:11: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register i; ^ sc.c: At top level: sc.c:405:1: warning: return type defaults to 'int' [-Wimplicit-int] sDumpClassifier(sc) ^~~~~~~~~~~~~~~ sc.c: In function 'sWrite': sc.c:441:3: warning: implicit declaration of function 'OutputVector'; did you mean 'InputVector'? [-Wimplicit-function-declaration] OutputVector(outfile, scd->average); ^~~~~~~~~~~~ InputVector sc.c:442:3: warning: implicit declaration of function 'OutputMatrix'; did you mean 'InputMatrix'? [-Wimplicit-function-declaration] OutputMatrix(outfile, scd->sumcov); ^~~~~~~~~~~~ InputMatrix sc.c: At top level: sc.c:487:1: warning: return type defaults to 'int' [-Wimplicit-int] sDistances(sc, nclosest) ^~~~~~~~~~ sc.c: In function 'sDistances': sc.c:487:1: warning: type of 'nclosest' defaults to 'int' [-Wimplicit-int] rm -f util.o gcc -c -O2 -fno-strict-aliasing -I../recman -I/usr/pkg/include -I /usr/X11R7/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -Dunix=1 util.c util.c: In function 'myalloc': util.c:35:1: warning: type of 'nitems' defaults to 'int' [-Wimplicit-int] myalloc(nitems, itemsize, typename) ^~~~~~~ util.c:35:1: warning: type of 'itemsize' defaults to 'int' [-Wimplicit-int] util.c: In function 'scopy': util.c:55:15: error: macro "strcpy" requires 2 arguments, but only 1 given char *strcpy(); ^ util.c: In function 'error': util.c:66:1: warning: type of 'b' defaults to 'int' [-Wimplicit-int] error(a, b, c, d, e, f, g, h, i, j) ^~~~~ util.c:66:1: warning: type of 'c' defaults to 'int' [-Wimplicit-int] util.c:66:1: warning: type of 'd' defaults to 'int' [-Wimplicit-int] util.c:66:1: warning: type of 'e' defaults to 'int' [-Wimplicit-int] util.c:66:1: warning: type of 'f' defaults to 'int' [-Wimplicit-int] util.c:66:1: warning: type of 'g' defaults to 'int' [-Wimplicit-int] util.c:66:1: warning: type of 'h' defaults to 'int' [-Wimplicit-int] util.c:66:1: warning: type of 'i' defaults to 'int' [-Wimplicit-int] util.c:66:1: warning: type of 'j' defaults to 'int' [-Wimplicit-int] util.c: In function 'exit_error': util.c:80:3: warning: type of 'b' defaults to 'int' [-Wimplicit-int] exit_error(a, b, c, d, e, f, g, h, i, j) ^~~~~~~~~~ util.c:80:3: warning: type of 'c' defaults to 'int' [-Wimplicit-int] util.c:80:3: warning: type of 'd' defaults to 'int' [-Wimplicit-int] util.c:80:3: warning: type of 'e' defaults to 'int' [-Wimplicit-int] util.c:80:3: warning: type of 'f' defaults to 'int' [-Wimplicit-int] util.c:80:3: warning: type of 'g' defaults to 'int' [-Wimplicit-int] util.c:80:3: warning: type of 'h' defaults to 'int' [-Wimplicit-int] util.c:80:3: warning: type of 'i' defaults to 'int' [-Wimplicit-int] util.c:80:3: warning: type of 'j' defaults to 'int' [-Wimplicit-int] util.c: In function 'debug': util.c:95:1: warning: type of 'b' defaults to 'int' [-Wimplicit-int] debug(a, b, c, d, e, f, g) ^~~~~ util.c:95:1: warning: type of 'c' defaults to 'int' [-Wimplicit-int] util.c:95:1: warning: type of 'd' defaults to 'int' [-Wimplicit-int] util.c:95:1: warning: type of 'e' defaults to 'int' [-Wimplicit-int] util.c:95:1: warning: type of 'f' defaults to 'int' [-Wimplicit-int] util.c:95:1: warning: type of 'g' defaults to 'int' [-Wimplicit-int] util.c: In function 'ucstrcmp': util.c:108:11: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] register i; ^ *** Error code 1 Stop. make[1]: stopped in /tmp/x11/xscribble/work/xscribble/lirec *** Error code 1 Stop. make: stopped in /tmp/x11/xscribble/work/xscribble *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/x11/xscribble *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/x11/xscribble