Making the compiler... make[1]: Nothing to be done for 'llvm'. make[1]: Nothing to be done for 'jemalloc'. ***** ./ ***** -- Configuring Chapel version: 1.33.0 -- CMAKE_INSTALL_PREFIX is /usr/local CHPL_DEVELOPER is not set, using OFF -- No CHPL_LLVM_GCC_PREFIX env var or value given from command line. -- Using Python: python3 -- Could NOT find Doxygen: Found unsuitable version "1.8.5", but required is at least "1.8.17" (found /usr/bin/doxygen, found components: doxygen) -- Could NOT find Clang (missing: Clang_DIR) -- Using libclang from Clang_DIR-NOTFOUND -- Configuring done -- Generating done -- Build files have been written to: /pub/lang/chapel/chapel-1.33.0/build/compiler/linux64/gnu/x86_64/hostmem-jemalloc/llvm-bundled/15/san-none Consolidate compiler generated dependencies of target ChplFrontend-obj [ 1%] Building CXX object frontend/lib/CMakeFiles/ChplFrontend-obj.dir/parsing/flex-chpl-lib.cpp.o In file included from chpl.lex:340: /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h: In function 'TextLocation chpl::getLocation(yyscan_t, int, int, bool)': /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:51:29: error: 'yyget_extra' was not declared in this scope; did you mean 'yyextra'? 51 | ParserContext* pContext = yyget_extra(scanner); | ^~~~~~~~~~~ | yyextra /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:52:18: error: 'yyget_lloc' was not declared in this scope; did you mean 'yylloc'? 52 | YYLTYPE loc = *yyget_lloc(scanner); | ^~~~~~~~~~ | yylloc /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h: In function 'int chpl::processNewline(yyscan_t)': /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:59:18: error: 'yyget_lloc' was not declared in this scope; did you mean 'yylloc'? 59 | YYLTYPE* loc = yyget_lloc(scanner); | ^~~~~~~~~~ | yylloc /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:61:28: error: 'yyget_extra' was not declared in this scope; did you mean 'yyextra'? 61 | ParserContext* context = yyget_extra(scanner); | ^~~~~~~~~~~ | yyextra /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h: In function 'int chpl::processIdentifier(yyscan_t, bool)': /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:86:18: error: 'yyget_lval' was not declared in this scope; did you mean 'yylval'? 86 | YYSTYPE* val = yyget_lval(scanner); | ^~~~~~~~~~ | yylval /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:90:21: error: 'yyget_text' was not declared in this scope; did you mean 'yytext'? 90 | const char* pch = yyget_text(scanner); | ^~~~~~~~~~ | yytext /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:91:28: error: 'yyget_extra' was not declared in this scope; did you mean 'yyextra'? 91 | ParserContext* context = yyget_extra(scanner); | ^~~~~~~~~~~ | yyextra /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h: In function 'int chpl::processToken(yyscan_t, int)': /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:98:18: error: 'yyget_lval' was not declared in this scope; did you mean 'yylval'? 98 | YYSTYPE* val = yyget_lval(scanner); | ^~~~~~~~~~ | yylval /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:100:21: error: 'yyget_text' was not declared in this scope; did you mean 'yytext'? 100 | const char* pch = yyget_text(scanner); | ^~~~~~~~~~ | yytext /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:102:28: error: 'yyget_extra' was not declared in this scope; did you mean 'yyextra'? 102 | ParserContext* context = yyget_extra(scanner); | ^~~~~~~~~~~ | yyextra /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:105:18: error: 'yyget_lloc' was not declared in this scope; did you mean 'yylloc'? 105 | YYLTYPE* loc = yyget_lloc(scanner); | ^~~~~~~~~~ | yylloc /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h: In function 'int chpl::processStringLiteral(yyscan_t, const char*, int)': /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:139:21: error: 'yyget_text' was not declared in this scope; did you mean 'yytext'? 139 | const char* pch = yyget_text(scanner); | ^~~~~~~~~~ | yytext /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:141:18: error: 'yyget_lloc' was not declared in this scope; did you mean 'yylloc'? 141 | YYLTYPE* loc = yyget_lloc(scanner); | ^~~~~~~~~~ | yylloc /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:146:28: error: 'yyget_extra' was not declared in this scope; did you mean 'yyextra'? 146 | ParserContext* context = yyget_extra(scanner); | ^~~~~~~~~~~ | yyextra /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:177:18: error: 'yyget_lval' was not declared in this scope; did you mean 'yylval'? 177 | YYSTYPE* val = yyget_lval(scanner); | ^~~~~~~~~~ | yylval /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h: In function 'int chpl::processTripleStringLiteral(yyscan_t, const char*, int)': /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:187:21: error: 'yyget_text' was not declared in this scope; did you mean 'yytext'? 187 | const char* pch = yyget_text(scanner); | ^~~~~~~~~~ | yytext /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:189:18: error: 'yyget_lloc' was not declared in this scope; did you mean 'yylloc'? 189 | YYLTYPE* loc = yyget_lloc(scanner); | ^~~~~~~~~~ | yylloc /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:194:28: error: 'yyget_extra' was not declared in this scope; did you mean 'yyextra'? 194 | ParserContext* context = yyget_extra(scanner); | ^~~~~~~~~~~ | yyextra /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:226:18: error: 'yyget_lval' was not declared in this scope; did you mean 'yylval'? 226 | YYSTYPE* val = yyget_lval(scanner); | ^~~~~~~~~~ | yylval /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h: In function 'std::string chpl::eatStringLiteral(yyscan_t, const char*, int, bool&)': /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:272:18: error: 'yyget_lloc' was not declared in this scope; did you mean 'yylloc'? 272 | YYLTYPE* loc = yyget_lloc(scanner); | ^~~~~~~~~~ | yylloc In file included from /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:28, from chpl.lex:340: /pub/lang/chapel/chapel-1.33.0/frontend/include/chpl/parsing/parser-error.h:55:22: error: 'yyget_extra' was not declared in this scope; did you mean 'yyextra'? 55 | CHPL_PARSER_REPORT(yyget_extra(SCANNER__), NAME__, \ | ^~~~~~~~~~~ /pub/lang/chapel/chapel-1.33.0/frontend/include/chpl/parsing/parser-error.h:32:3: note: in definition of macro 'CHPL_PARSER_REPORT' 32 | P_CONTEXT__->report(LOC__, \ | ^~~~~~~~~~~ /pub/lang/chapel/chapel-1.33.0/frontend/include/chpl/parsing/parser-error.h:44:3: note: in expansion of macro 'CHPL_LEXER_REPORT_ACTUAL' 44 | CHPL_LEXER_REPORT_ACTUAL(SCANNER__, NLINES__, NCOLS__, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:379:5: note: in expansion of macro 'CHPL_LEXER_REPORT' 379 | CHPL_LEXER_REPORT(scanner, nLines, nCols, StringLiteralEOF, startCh, | ^~~~~~~~~~~~~~~~~ In file included from chpl.lex:340: /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h: In function 'std::string chpl::eatTripleStringLiteral(yyscan_t, const char*, int, bool&)': /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:394:24: error: 'yyget_lloc' was not declared in this scope; did you mean 'yylloc'? 394 | YYLTYPE* loc = yyget_lloc(scanner); | ^~~~~~~~~~ | yylloc In file included from /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:28, from chpl.lex:340: /pub/lang/chapel/chapel-1.33.0/frontend/include/chpl/parsing/parser-error.h:55:22: error: 'yyget_extra' was not declared in this scope; did you mean 'yyextra'? 55 | CHPL_PARSER_REPORT(yyget_extra(SCANNER__), NAME__, \ | ^~~~~~~~~~~ /pub/lang/chapel/chapel-1.33.0/frontend/include/chpl/parsing/parser-error.h:32:3: note: in definition of macro 'CHPL_PARSER_REPORT' 32 | P_CONTEXT__->report(LOC__, \ | ^~~~~~~~~~~ /pub/lang/chapel/chapel-1.33.0/frontend/include/chpl/parsing/parser-error.h:44:3: note: in expansion of macro 'CHPL_LEXER_REPORT_ACTUAL' 44 | CHPL_LEXER_REPORT_ACTUAL(SCANNER__, NLINES__, NCOLS__, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:430:5: note: in expansion of macro 'CHPL_LEXER_REPORT' 430 | CHPL_LEXER_REPORT(scanner, nLines, nCols, StringLiteralEOF, startCh, | ^~~~~~~~~~~~~~~~~ In file included from chpl.lex:340: /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h: In function 'int chpl::processExtern(yyscan_t)': /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:457:21: error: 'yyget_text' was not declared in this scope; did you mean 'yytext'? 457 | const char* pch = yyget_text(scanner); | ^~~~~~~~~~ | yytext /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:458:18: error: 'yyget_lloc' was not declared in this scope; did you mean 'yylloc'? 458 | YYLTYPE* loc = yyget_lloc(scanner); | ^~~~~~~~~~ | yylloc /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:461:28: error: 'yyget_extra' was not declared in this scope; did you mean 'yyextra'? 461 | ParserContext* context = yyget_extra(scanner); | ^~~~~~~~~~~ | yyextra /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h: In function 'int chpl::processExternCode(yyscan_t)': /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:480:21: error: 'yyget_text' was not declared in this scope; did you mean 'yytext'? 480 | const char* pch = yyget_text(scanner); | ^~~~~~~~~~ | yytext /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:481:18: error: 'yyget_lloc' was not declared in this scope; did you mean 'yylloc'? 481 | YYLTYPE* loc = yyget_lloc(scanner); | ^~~~~~~~~~ | yylloc /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:484:18: error: 'yyget_lval' was not declared in this scope; did you mean 'yylval'? 484 | YYSTYPE* val = yyget_lval(scanner); | ^~~~~~~~~~ | yylval /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:487:28: error: 'yyget_extra' was not declared in this scope; did you mean 'yyextra'? 487 | ParserContext* context = yyget_extra(scanner); | ^~~~~~~~~~~ | yyextra /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h: In function 'SizedStr chpl::eatExternCode(yyscan_t)': /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:503:48: error: 'yyget_lloc' was not declared in this scope; did you mean 'yylloc'? 503 | YYLTYPE* loc = yyget_lloc(scanner); | ^~~~~~~~~~ | yylloc /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:510:28: error: 'yyget_extra' was not declared in this scope; did you mean 'yyextra'? 510 | ParserContext* context = yyget_extra(scanner); | ^~~~~~~~~~~ | yyextra /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h: In function 'void chpl::processWhitespace(yyscan_t)': /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:659:21: error: 'yyget_text' was not declared in this scope; did you mean 'yytext'? 659 | const char* pch = yyget_text(scanner); | ^~~~~~~~~~ | yytext /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:660:18: error: 'yyget_lloc' was not declared in this scope; did you mean 'yylloc'? 660 | YYLTYPE* loc = yyget_lloc(scanner); | ^~~~~~~~~~ | yylloc /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h: In function 'int chpl::processSingleLineComment(yyscan_t)': /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:675:8: error: 'yyget_text' was not declared in this scope; did you mean 'yytext'? 675 | s += yyget_text(scanner); | ^~~~~~~~~~ | yytext /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:677:28: error: 'yyget_extra' was not declared in this scope; did you mean 'yyextra'? 677 | ParserContext* context = yyget_extra(scanner); | ^~~~~~~~~~~ | yyextra /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:686:18: error: 'yyget_lloc' was not declared in this scope; did you mean 'yylloc'? 686 | YYLTYPE* loc = yyget_lloc(scanner); | ^~~~~~~~~~ | yylloc /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h: In function 'int chpl::processBlockComment(yyscan_t)': /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:717:27: error: 'yyget_lloc' was not declared in this scope; did you mean 'yylloc'? 717 | YYLTYPE* loc = yyget_lloc(scanner); | ^~~~~~~~~~ | yylloc /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:730:28: error: 'yyget_extra' was not declared in this scope; did you mean 'yyextra'? 730 | ParserContext* context = yyget_extra(scanner); | ^~~~~~~~~~~ | yyextra /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:734:8: error: 'yyget_text' was not declared in this scope; did you mean 'yytext'? 734 | s += yyget_text(scanner); | ^~~~~~~~~~ | yytext /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h: In function 'void chpl::processInvalidToken(yyscan_t)': /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:809:33: error: 'yyget_text' was not declared in this scope; did you mean 'yytext'? 809 | std::string pch = std::string(yyget_text(scanner)); | ^~~~~~~~~~ | yytext /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h: In function 'int chpl::getNextYYChar(yyscan_t)': /pub/lang/chapel/chapel-1.33.0/frontend/lib/parsing/lexer-help.h:821:30: error: 'yyget_extra' was not declared in this scope; did you mean 'yyextra'? 821 | ParserContext* context = yyget_extra(scanner); | ^~~~~~~~~~~ | yyextra make[5]: *** [frontend/lib/CMakeFiles/ChplFrontend-obj.dir/build.make:160: frontend/lib/CMakeFiles/ChplFrontend-obj.dir/parsing/flex-chpl-lib.cpp.o] Error 1 make[4]: *** [CMakeFiles/Makefile2:598: frontend/lib/CMakeFiles/ChplFrontend-obj.dir/all] Error 2 make[3]: *** [CMakeFiles/Makefile2:553: compiler/CMakeFiles/chpl.dir/rule] Error 2 make[2]: *** [Makefile:169: chpl] Error 2 make[1]: *** [Makefile:201: /z1/pub/lang/chapel/chapel-1.33.0/bin/linux64-x86_64/chpl] Error 2 make: *** [Makefile:88: compiler] Error 2