=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> 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 xtend-1.2beta4 --- version.h --- --- util.o --- --- parse.o --- --- exec.o --- --- version.h --- rm -f version.h --- parse.o --- gcc -I. -I. -Wall -O2 -DHAVE_CONFIG_H -c parse.c -o parse.o --- util.o --- gcc -I. -I. -Wall -O2 -DHAVE_CONFIG_H -c util.c -o util.o --- exec.o --- gcc -I. -I. -Wall -O2 -DHAVE_CONFIG_H -c exec.c -o exec.o --- version.h --- echo '#define VERSION "1.2beta4"' > version.h --- xtend.o --- gcc -I. -I. -Wall -O2 -DHAVE_CONFIG_H -c xtend.c -o xtend.o --- exec.o --- exec.c: In function 'docommands': exec.c:53:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 53 | if (verbose > 3) | ^ --- util.o --- util.c: In function 'waitforpoll': util.c:138:36: warning: passing argument 2 to 'restrict'-qualified parameter aliases with arguments 3, 4 [-Wrestrict] 138 | if (bytes == 0 && select (0, &zero, &zero, &zero, &timeout) == -1) | ^~~~~ ~~~~~ ~~~~~ util.c: In function 'handlemessage': util.c:212:19: warning: pointer targets in passing argument 1 of 'printbytes' differ in signedness [-Wpointer-sign] 212 | printbytes (&buf[1], length - 1); | ^~~~~~~ | | | char * util.c:67:28: note: expected 'unsigned char *' but argument is of type 'char *' 67 | printbytes (unsigned char *buf, int length) | ~~~~~~~~~~~~~~~^~~ --- xtend.o --- xtend.c: In function 'setup': xtend.c:294:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 294 | off_t err = (off_t) RCSID; /* pointless hack to prevent gcc from | ^ At top level: xtend.c:79:22: warning: 'david_check_this_later' defined but not used [-Wunused-variable] 79 | static unsigned char david_check_this_later[] = | ^~~~~~~~~~~~~~~~~~~~~~ --- parse.o --- parse.c: In function 'showparse': parse.c:101:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 101 | if (commandtable[x][y][z] != NULL) | ^ In file included from /usr/include/ctype.h:100, from parse.c:27: parse.c: In function 'parseunitcode': parse.c:540:25: warning: array subscript has type 'char' [-Wchar-subscripts] 540 | *housecode = toupper (*housecode); | ^ In file included from /usr/include/string.h:127, from parse.c:28: parse.c: In function 'parsefile': parse.c:153:4: warning: '__builtin_strncpy' specified bound 1024 equals destination size [-Wstringop-truncation] 153 | strncpy (rcfilename, shell, PATH_MAX); | ^~~~~~~ --- xtend --- gcc -Wl,-zrelro -Wl,-R/usr/pkg/lib xtend.o util.o parse.o exec.o -o xtend --- all --- Built xtend version 1.2beta4