=> Bootstrap dependency digest>=20010302: found digest-20190127 WARNING: [license.mk] Every package should define a LICENSE. ===> 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 jive-1.1 --- main.o --- --- jive.c --- --- main.o --- gcc -O2 -fomit-frame-pointer -c main.c --- jive.c --- flex -t jive.l > jive.c --- jive.o --- gcc -O2 -fomit-frame-pointer -c jive.c --- main.o --- main.c:10:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while(line = yylex()){ ~~~~~^~~~~~~~~ main.c:10:13: note: place parentheses around the assignment to silence this warning while(line = yylex()){ ^ ( ) main.c:10:13: note: use '==' to turn this assignment into an equality comparison while(line = yylex()){ ^ == 1 warning generated. --- jive --- gcc -s main.o jive.o -lfl -o jive ld: warning: option -s is obsolete and being ignored ld: library not found for -lfl clang: error: linker command failed with exit code 1 (use -v to see invocation) *** [jive] Error code 1 bmake: stopped in /opt/work/misc/jive/work/jive 1 error bmake: stopped in /opt/work/misc/jive/work/jive *** Error code 2 Stop. bmake[1]: stopped in /opt/pkgsrc/misc/jive *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/misc/jive