=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for siod-3.0nb2 /usr/bin/make LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH PROGS="siod ndbm.so tar.so parser_pratt.so ss.so regex.so" LD=ld CFLAGS="-Wall -Wstrict-prototypes -DSUN5 -O2 -DSIOD_LIB_DEFAULT=\\\"/usr/pkg/lib/siod\\\" -I/usr/pkg/include -fPIC -DPIC" LD_EXE_FLAGS="-Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib/siod -L/usr/pkg/lib/siod" LD_EXE_LIBS="-lm" LD_LIB_FLAGS="-G" LD_LIB_LIBS=" -lm -lcrypt" SO="so" build_driver gcc -Wall -Wstrict-prototypes -DSUN5 -O2 -DSIOD_LIB_DEFAULT=\"/usr/pkg/lib/siod\" -I/usr/pkg/include -fPIC -DPIC -Dunix=1 -I/usr/pkg/include -c siod.c gcc -Wall -Wstrict-prototypes -DSUN5 -O2 -DSIOD_LIB_DEFAULT=\"/usr/pkg/lib/siod\" -I/usr/pkg/include -fPIC -DPIC -Dunix=1 -I/usr/pkg/include -c slib.c slib.c: In function 'process_cla': slib.c:172:9: warning: type defaults to 'int' in declaration of 'siod_lib_set' [-Wimplicit-int] static siod_lib_set = 0; ^~~~~~~~~~~~ slib.c: In function 'eql': slib.c:839:28: warning: this 'else' clause does not guard... [-Wmisleading-indentation] {if EQ(x,y) return(sym_t); else ^~~~ slib.c:843:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' return(NIL);} ^~~~~~ In file included from slib.c:80:0: slib.c: In function 'user_gc': siod.h:74:18: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] #define NEQ(x,y) ((x) != (y)) ^ siod.h:76:19: note: in expansion of macro 'NEQ' #define NNULLP(x) NEQ(x,NIL) ^~~ slib.c:1424:5: note: in expansion of macro 'NNULLP' if NNULLP(args) ^~~~~~ slib.c: In function 'gc_status': siod.h:74:18: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] #define NEQ(x,y) ((x) != (y)) ^ siod.h:76:19: note: in expansion of macro 'NEQ' #define NNULLP(x) NEQ(x,NIL) ^~~ slib.c:1446:5: note: in expansion of macro 'NNULLP' if NNULLP(args) ^~~~~~ slib.c: In function 'f_getc': slib.c:2038:13: warning: variable 'dflag' set but not used [-Wunused-but-set-variable] {long iflag,dflag; ^~~~~ slib.c: In function 'flush_ws': slib.c:2058:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (c == EOF) if (eoferr) err(eoferr,NIL); else return(c); ^ slib.c: In function 'vload': slib.c:2276:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] {for(end = &start[strlen(key)]; ^~~ slib.c:2279:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' j = end - start; ^ gcc -Wall -Wstrict-prototypes -DSUN5 -O2 -DSIOD_LIB_DEFAULT=\"/usr/pkg/lib/siod\" -I/usr/pkg/include -fPIC -DPIC -Dunix=1 -I/usr/pkg/include -c sliba.c In file included from /usr/include/stdio.h:597:0, from sliba.c:10: sliba.c: In function 'number2string': sliba.c:1104:44: warning: field width specifier '*' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] NULLP(b) ? "% *.*g" : EQ(sym_e,b) ? "% *.*e" : "% *.*f", ^ sliba.c:1104:44: warning: field precision specifier '.*' expects argument of type 'int', but argument 6 has type 'long int' [-Wformat=] sliba.c:1104:55: warning: field width specifier '*' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] NULLP(b) ? "% *.*g" : EQ(sym_e,b) ? "% *.*e" : "% *.*f", ^ sliba.c:1104:55: warning: field precision specifier '.*' expects argument of type 'int', but argument 6 has type 'long int' [-Wformat=] sliba.c:1104:19: warning: field width specifier '*' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] NULLP(b) ? "% *.*g" : EQ(sym_e,b) ? "% *.*e" : "% *.*f", ^ sliba.c:1104:19: warning: field precision specifier '.*' expects argument of type 'int', but argument 6 has type 'long int' [-Wformat=] sliba.c:1110:42: warning: field width specifier '*' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] NULLP(b) ? "% *g" : EQ(sym_e,b) ? "% *e" : "% *f", ^ sliba.c:1110:51: warning: field width specifier '*' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] NULLP(b) ? "% *g" : EQ(sym_e,b) ? "% *e" : "% *f", ^ sliba.c:1110:19: warning: field width specifier '*' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] NULLP(b) ? "% *g" : EQ(sym_e,b) ? "% *e" : "% *f", ^ sliba.c:1115:42: warning: field precision specifier '.*' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] NULLP(b) ? "%.*g" : EQ(sym_e,b) ? "%.*e" : "%.*f", ^ sliba.c:1115:51: warning: field precision specifier '.*' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] NULLP(b) ? "%.*g" : EQ(sym_e,b) ? "%.*e" : "%.*f", ^ sliba.c:1115:19: warning: field precision specifier '.*' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] NULLP(b) ? "%.*g" : EQ(sym_e,b) ? "%.*e" : "%.*f", ^ sliba.c:1125:47: warning: field width specifier '*' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] (base == 10) ? "%0*ld" : (base == 8) ? "%0*lo" : "%0*lX", ^ sliba.c:1125:57: warning: field width specifier '*' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] (base == 10) ? "%0*ld" : (base == 8) ? "%0*lo" : "%0*lX", ^ sliba.c:1125:23: warning: field width specifier '*' expects argument of type 'int', but argument 5 has type 'long int' [-Wformat=] (base == 10) ? "%0*ld" : (base == 8) ? "%0*lo" : "%0*lX", ^ sliba.c: In function 'init_base64_table': sliba.c:1234:23: warning: array subscript has type 'char' [-Wchar-subscripts] base64_decode_table[base64_encode_table[j]] = j;} ^ In file included from sliba.c:18:0: sliba.c: In function 'butlast': siod.h:80:20: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] #define TYPEP(x,y) (TYPE(x) == (y)) ^ siod.h:119:20: note: in expansion of macro 'TYPEP' #define CONSP(x) TYPEP(x,tc_cons) ^~~~~ sliba.c:1444:5: note: in expansion of macro 'CONSP' if CONSP(l) ^~~~~ In file included from /usr/include/stdio.h:597:0, from sliba.c:10: sliba.c: In function 'fast_save': sliba.c:1668:18: warning: format '%d' expects argument of type 'int', but argument 5 has type 'long unsigned int' [-Wformat=] sprintf(msgbuff,"# sizeof(long) = %d\n# sizeof(double) = %d\n", ^ sliba.c:1668:18: warning: format '%d' expects argument of type 'int', but argument 6 has type 'long unsigned int' [-Wformat=] gcc -Wall -Wstrict-prototypes -DSUN5 -O2 -DSIOD_LIB_DEFAULT=\"/usr/pkg/lib/siod\" -I/usr/pkg/include -fPIC -DPIC -Dunix=1 -I/usr/pkg/include -c trace.c gcc -Wall -Wstrict-prototypes -DSUN5 -O2 -DSIOD_LIB_DEFAULT=\"/usr/pkg/lib/siod\" -I/usr/pkg/include -fPIC -DPIC -Dunix=1 -I/usr/pkg/include -c slibu.c slibu.c: In function 'lsrandom': slibu.c:401:7: warning: variable 'seed' set but not used [-Wunused-but-set-variable] {long seed; ^~~~ slibu.c: In function 'datlength': slibu.c:1937:8: warning: variable 'data' set but not used [-Wunused-but-set-variable] {char *data; ^~~~ slibu.c: In function 'lrandom': slibu.c:398:33: warning: 'res' may be used uninitialized in this function [-Wmaybe-uninitialized] return(flocons(NNULLP(n) ? res % get_c_long(n) : res));} ~~~~^~~~~~~~~~~~~~~ slibu.c:391:6: note: 'res' was declared here {int res; ^~~ gcc -Wall -Wstrict-prototypes -DSUN5 -O2 -DSIOD_LIB_DEFAULT=\"/usr/pkg/lib/siod\" -I/usr/pkg/include -fPIC -DPIC -Dunix=1 -I/usr/pkg/include -c md5.c LD_LIBRARY_PATH = .: ld -o libsiod.so -G slib.o sliba.o trace.o slibu.o md5.o -lm -lcrypt ld: warning: cannot find entry symbol _start; defaulting to 0000000000002c00 gcc -o siod -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib/siod -L/usr/pkg/lib/siod siod.o libsiod.so -lm ld: siod.o: in function `main': siod.c:(.text.startup+0x1e): undefined reference to `process_cla' ld: siod.c:(.text.startup+0x2f): undefined reference to `siod_main' *** Error code 1 Stop. make[1]: stopped in /tmp/lang/siod/work *** Error code 1 Stop. make: stopped in /tmp/lang/siod/work *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/lang/siod *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/lang/siod