=> Bootstrap dependency digest>=20211023: found digest-20211023 ===> 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 tweak-3.02nb1 gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c -Wall main.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c -Wall keytab.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c -Wall actions.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c -Wall search.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c -Wall rcfile.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c -Wall buffer.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c -Wall btree.c gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -c -Wall curses.c btree.c: In function 'bt_xform': btree.c:778:21: warning: 'ret2' may be used uninitialized in this function [-Wmaybe-uninitialized] if (out2) *out2 = ret2; ~~~~~~^~~~~~ btree.c: In function 'bt_join_internal': btree.c:1586:50: warning: 'childposns' may be used uninitialized in this function [-Wmaybe-uninitialized] bt_set_child(bt, nodes[nnodes-1], childposns[nnodes-1], la); ^ btree.c:1586:28: warning: 'nodes' may be used uninitialized in this function [-Wmaybe-uninitialized] bt_set_child(bt, nodes[nnodes-1], childposns[nnodes-1], la); ^ gcc -o tweak main.o keytab.o actions.o search.o rcfile.o buffer.o btree.o curses.o -lcurses