=> 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 tavrasm-1.22
--- avrparse.cc ---
--- avrasm.o ---
--- symbol.o ---
--- semantic.o ---
--- utils.o ---
--- avrparse.cc ---
bison -d -o avrparse avrparse.y
--- avrasm.o ---
clang++ -c -O2 -DAVRLANG=LANGUAGE_US  avrasm.cc
--- symbol.o ---
clang++ -c -O2 -DAVRLANG=LANGUAGE_US  symbol.cc
--- semantic.o ---
clang++ -c -O2 -DAVRLANG=LANGUAGE_US  semantic.cc
--- utils.o ---
clang++ -c -O2 -DAVRLANG=LANGUAGE_US  utils.cc
--- avrasm.o ---
avrasm.cc:1040:19: warning: unsequenced modification and access to 'count' [-Wunsequenced]
        line[count++] = yyerombuf[c+count];
                  ^                 ~~~~~
--- utils.o ---
utils.cc:621:44: warning: & has lower precedence than <; < will be evaluated first [-Wparentheses]
        for(c=0;c<(yycodepos-yydefinestart)&3;c++)
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~^
utils.cc:621:44: note: place parentheses around the '<' expression to silence this warning
        for(c=0;c<(yycodepos-yydefinestart)&3;c++)
                                           ^
                (                          )
utils.cc:621:44: note: place parentheses around the & expression to evaluate it first
        for(c=0;c<(yycodepos-yydefinestart)&3;c++)
                                           ^
                  (                          )
utils.cc:652:36: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
                fprintf(yylogfile, sp);
                                   ^~
utils.cc:652:36: note: treat the string as an argument to avoid this
                fprintf(yylogfile, sp);
                                   ^
                                   "%s", 
utils.cc:664:32: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
            fprintf(yylogfile, sp);
                               ^~
utils.cc:664:32: note: treat the string as an argument to avoid this
            fprintf(yylogfile, sp);
                               ^
                               "%s", 
utils.cc:684:34: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
              fprintf(yylogfile, sp);
                                 ^~
utils.cc:684:34: note: treat the string as an argument to avoid this
              fprintf(yylogfile, sp);
                                 ^
                                 "%s", 
--- avrasm.o ---
avrasm.cc:1325:19: warning: unsequenced modification and access to 'count' [-Wunsequenced]
        line[count++] = yycodebuf[c+count];
                  ^                 ~~~~~
avrasm.cc:1390:19: warning: unsequenced modification and access to 'count' [-Wunsequenced]
        line[count++] = yyerombuf[c+count];
                  ^                 ~~~~~
--- avrparse.cc ---
avrparse.y:122.25-30: warning: symbol STRING redeclared [-Wother]
  122 | %token  <string>        STRING
      |                         ^~~~~~
avrparse.y:101.33-38: note: previous declaration
  101 | %token  BYTE    SET     DEVICE  STRING  MACRODEF
      |                                 ^~~~~~
--- utils.o ---
4 warnings generated.
--- avrasm.o ---
3 warnings generated.
--- avrparse.cc ---
mv avrparse avrparse.cc
mv avrparse.h avrparse.hh
--- avrparse.o ---
--- avrlex.cc ---
--- avrparse.o ---
clang++ -c -O2 -DAVRLANG=LANGUAGE_US  avrparse.cc
--- avrlex.cc ---
lex -oavrlex.cc avrlex.l
--- avrlex.o ---
clang++ -c -O2 -DAVRLANG=LANGUAGE_US  avrlex.cc
--- avrparse.o ---
avrparse:125:10: fatal error: 'avrparse.h' file not found
#include "avrparse.h"
         ^~~~~~~~~~~~
1 error generated.
*** [avrparse.o] Error code 1

bmake: stopped in /opt/work/devel/tavrasm/work/tavrasm.122/src
1 error

bmake: stopped in /opt/work/devel/tavrasm/work/tavrasm.122/src
*** Error code 2

Stop.
bmake[1]: stopped in /opt/pkgsrc/devel/tavrasm
*** Error code 1

Stop.
bmake: stopped in /opt/pkgsrc/devel/tavrasm