=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for tavrasm-1.22 bison -d -o avrparse avrparse.y avrparse.y:122.25-30: warning: symbol STRING redeclared [-Wother] 122 | %token STRING | ^~~~~~ avrparse.y:101.33-38: note: previous declaration 101 | %token BYTE SET DEVICE STRING MACRODEF | ^~~~~~ mv avrparse avrparse.cc cp avrparse.h avrparse.hh clang++ -c -pipe -Os -DAVRLANG=LANGUAGE_US avrasm.cc avrasm.cc:1040:19: warning: unsequenced modification and access to 'count' [-Wunsequenced] line[count++] = yyerombuf[c+count]; ^ ~~~~~ 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]; ^ ~~~~~ 3 warnings generated. clang++ -c -pipe -Os -DAVRLANG=LANGUAGE_US symbol.cc clang++ -c -pipe -Os -DAVRLANG=LANGUAGE_US semantic.cc clang++ -c -pipe -Os -DAVRLANG=LANGUAGE_US utils.cc 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", 4 warnings generated. clang++ -c -pipe -Os -DAVRLANG=LANGUAGE_US avrparse.cc avrparse:1995:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] yyerror (YY_("syntax error")); ^ avrparse:2106:16: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings] yyerror (YY_("memory exhausted")); ^ 2 warnings generated. lex -oavrlex.cc avrlex.l *** [avrlex.cc] Error code 1 bmake: stopped in /Users/pbulk/build/devel/tavrasm/work/tavrasm.122/src 1 error bmake: stopped in /Users/pbulk/build/devel/tavrasm/work/tavrasm.122/src *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/devel/tavrasm *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/devel/tavrasm