=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for dash-0.5.10.2 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/opt/work/shells/dash/work/dash-0.5.10.2' Making all in src gmake[2]: Entering directory '/opt/work/shells/dash/work/dash-0.5.10.2/src' clang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -O2 -E -x c -o builtins.def builtins.def.in clang -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -g -O2 -Wall -o mknodes mknodes.c /opt/pkg/bin/mksh mktokens /opt/pkg/bin/mksh mktokens clang -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -g -O2 -Wall -o mksyntax mksyntax.c /opt/pkg/bin/mksh mkbuiltins builtins.def ./mksyntax ./mknodes nodetypes nodes.c.pat /opt/pkg/bin/gmake all-am gmake[3]: Entering directory '/opt/work/shells/dash/work/dash-0.5.10.2/src' depbase=`echo alias.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -O2 -MT alias.o -MD -MP -MF $depbase.Tpo -c -o alias.o alias.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo arith_yacc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -O2 -MT arith_yacc.o -MD -MP -MF $depbase.Tpo -c -o arith_yacc.o arith_yacc.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo arith_yylex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -O2 -MT arith_yylex.o -MD -MP -MF $depbase.Tpo -c -o arith_yylex.o arith_yylex.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo cd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -O2 -MT cd.o -MD -MP -MF $depbase.Tpo -c -o cd.o cd.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -O2 -MT error.o -MD -MP -MF $depbase.Tpo -c -o error.o error.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo eval.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -O2 -MT eval.o -MD -MP -MF $depbase.Tpo -c -o eval.o eval.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo exec.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -O2 -MT exec.o -MD -MP -MF $depbase.Tpo -c -o exec.o exec.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo expand.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ clang -DHAVE_CONFIG_H -I. -I.. -include ../config.h -DBSD=1 -DSHELL -DIFS_BROKEN -Wall -O2 -MT expand.o -MD -MP -MF $depbase.Tpo -c -o expand.o expand.c &&\ mv -f $depbase.Tpo $depbase.Po eval.c:103:2: warning: use of GNU old-style field designator extension [-Wgnu-designator] name: nullstr, ^~~~~ .name = eval.c:104:2: warning: use of GNU old-style field designator extension [-Wgnu-designator] builtin: bltincmd ^~~~~~~~ .builtin = eval.c:281:7: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] if (!status == isor || evalskip) ^ ~~ eval.c:281:7: note: add parentheses after the '!' to evaluate the comparison first if (!status == isor || evalskip) ^ ( ) eval.c:281:7: note: add parentheses around left hand side expression to silence this warning if (!status == isor || evalskip) ^ ( ) eval.c:1112:13: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] p = " %s" + (1 - sep); ~~~~~~^~~~~~~~~~~ eval.c:1112:13: note: use array indexing to silence this warning p = " %s" + (1 - sep); ^ & [ ] expand.c:1316:16: error: variable has incomplete type 'struct stat64' struct stat64 statb; ^ expand.c:1316:9: note: forward declaration of 'struct stat64' struct stat64 statb; ^ expand.c:1361:7: warning: implicit declaration of function 'lstat64' is invalid in C99 [-Wimplicit-function-declaration] if (lstat64(expdir, &statb) >= 0) ^ 1 warning and 1 error generated. exec.c:292:16:gmake[3]: *** [Makefile:387: expand.o] Error 1 gmake[3]: *** Waiting for unfinished jobs.... error: variable has incomplete type 'struct stat64' struct stat64 statb; ^ exec.c:292:9: note: forward declaration of 'struct stat64' struct stat64 statb; ^ exec.c:301:11: warning: implicit declaration of function 'stat64' is invalid in C99 [-Wimplicit-function-declaration] while (stat64(name, &statb) < 0) { ^ exec.c:390:10: warning: implicit declaration of function 'stat64' is invalid in C99 [-Wimplicit-function-declaration] while (stat64(fullname, &statb) < 0) { ^ 2 warnings and 1 error generated. gmake[3]: *** [Makefile:387: exec.o] Error 1 4 warnings generated. gmake[3]: Leaving directory '/opt/work/shells/dash/work/dash-0.5.10.2/src' gmake[2]: *** [Makefile:259: all] Error 2 gmake[2]: Leaving directory '/opt/work/shells/dash/work/dash-0.5.10.2/src' gmake[1]: *** [Makefile:279: all-recursive] Error 1 gmake[1]: Leaving directory '/opt/work/shells/dash/work/dash-0.5.10.2' gmake: *** [Makefile:219: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /opt/pkgsrc/shells/dash *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/shells/dash