=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for tavrasm-1.22 bison -d -o avrparse avrparse.y avrparse.y:122.25-30: warning: symbol STRING redeclared [-Wother] %token STRING ^^^^^^ mv avrparse avrparse.cc mv avrparse.h avrparse.hh clang -c -O2 -DAVRLANG=LANGUAGE_US avrparse.cc In file included from avrparse.y:50: ./avrasm.hh:81:54: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] #define INFOSTR "Toms AVR macro assembler version "VERSIONSTR" ("__DATE__ \ ^ avrparse:2131:20: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] yyerror (YY_("syntax error")); ^ avrparse:2275:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] yyerror (YY_("memory exhausted")); ^ 2 warnings and 1 error generated. *** Error code 1 Stop. bmake: stopped in /var/pkgsrc/work/devel/tavrasm/work/tavrasm.122/src *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/devel/tavrasm *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/devel/tavrasm