=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> 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
--- 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.o ---
gcc -O2 -fomit-frame-pointer  -c jive.c
--- 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 /Users/pbulk/build/misc/jive/work/jive
1 error

bmake: stopped in /Users/pbulk/build/misc/jive/work/jive
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/misc/jive
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-x86_64/misc/jive