=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for cparser-0.9.14 cp config.h.in config.h ===> CC build/adt/strset.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c adt/strset.c -fPIC -DPIC -o build/adt/.libs/strset.o distcc[19905] (dcc_select_for_write) ERROR: IO timeout distcc[19905] ERROR: timeout while connecting to 10.0.20.124:3632 distcc[19905] Warning: failed to distribute adt/strset.c to 10.0.20.124:3632, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c adt/strset.c -o build/adt/strset.o >/dev/null 2>&1 ===> CC build/adt/strutil.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c adt/strutil.c -fPIC -DPIC -o build/adt/.libs/strutil.o distcc[28839] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c adt/strutil.c -o build/adt/strutil.o >/dev/null 2>&1 ===> CC build/adt/pset_new.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c adt/pset_new.c -fPIC -DPIC -o build/adt/.libs/pset_new.o distcc[14743] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c adt/pset_new.c -o build/adt/pset_new.o >/dev/null 2>&1 ===> CC build/attribute.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c attribute.c -fPIC -DPIC -o build/.libs/attribute.o distcc[2381] (dcc_build_somewhere) Warning: failed to distribute, running locally instead attribute.c: In function 'handle_attribute_aligned': attribute.c:201:33: warning: this statement may fall through [-Wimplicit-fallthrough=] 201 | entity->declaration.alignment = alignment; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ attribute.c:202:2: note: here 202 | case ENTITY_TYPEDEF: | ^~~~ libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c attribute.c -o build/attribute.o >/dev/null 2>&1 ===> CC build/parser.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c parser.c -fPIC -DPIC -o build/.libs/parser.o distcc[11996] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from parser.c:23: parser.c: In function 'parse_number_literal': parser.c:5845:16: warning: array subscript has type 'char' [-Wchar-subscripts] 5845 | if (isdigit(*i)) { | ^ parser.c:5848:22: warning: array subscript has type 'char' [-Wchar-subscripts] 5848 | } while (isdigit(*i)); | ^ parser.c: In function 'check_unreachable': parser.c:5131:31: warning: this statement may fall through [-Wimplicit-fallthrough=] 5131 | case STATEMENT_DECLARATION: { | ^ parser.c:5149:3: note: here 5149 | default: | ^~~~~~~ parser.c: In function 'parse_primary_expression': parser.c:6733:6: warning: this statement may fall through [-Wimplicit-fallthrough=] 6733 | if (!is_typedef_symbol(token.base.symbol)) { | ^ parser.c:183:2: note: here 183 | case T_typedef: \ | ^~~~ parser.c:179:2: note: in expansion of macro 'STORAGE_CLASSES_NO_EXTERN' 179 | STORAGE_CLASSES_NO_EXTERN \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:230:2: note: in expansion of macro 'STORAGE_CLASSES' 230 | STORAGE_CLASSES \ | ^~~~~~~~~~~~~~~ parser.c:6737:2: note: in expansion of macro 'DECLARATION_START' 6737 | DECLARATION_START { | ^~~~~~~~~~~~~~~~~ parser.c: In function 'parse_inner_declarator': parser.c:3423:8: warning: this statement may fall through [-Wimplicit-fallthrough=] 3423 | if (is_typedef_symbol(la1->base.symbol)) { | ^ parser.c:3434:4: note: here 3434 | case '&': | ^~~~ parser.c: In function 'parse_typeof': parser.c:2461:6: warning: this statement may fall through [-Wimplicit-fallthrough=] 2461 | if (is_typedef_symbol(token.base.symbol)) { | ^ parser.c:2465:2: note: here 2465 | default: | ^~~~~~~ parser.c: In function 'intern_parse_statement': parser.c:9711:8: warning: this statement may fall through [-Wimplicit-fallthrough=] 9711 | if (get_entity(token.base.symbol, NAMESPACE_NORMAL) != NULL) { | ^ parser.c:183:2: note: here 183 | case T_typedef: \ | ^~~~ parser.c:179:2: note: in expansion of macro 'STORAGE_CLASSES_NO_EXTERN' 179 | STORAGE_CLASSES_NO_EXTERN \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:230:2: note: in expansion of macro 'STORAGE_CLASSES' 230 | STORAGE_CLASSES \ | ^~~~~~~~~~~~~~~ parser.c:9715:4: note: in expansion of macro 'DECLARATION_START' 9715 | DECLARATION_START | ^~~~~~~~~~~~~~~~~ parser.c: In function 'handle_builtin_argument_restrictions': parser.c:7016:3: warning: this statement may fall through [-Wimplicit-fallthrough=] 7016 | switch (entity->function.b.firm_builtin_kind) { | ^~~~~~ parser.c:7056:2: note: here 7056 | case BUILTIN_OBJECT_SIZE: | ^~~~ libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c parser.c -o build/parser.o >/dev/null 2>&1 ===> CC build/ast.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c ast.c -fPIC -DPIC -o build/.libs/ast.o distcc[19016] (dcc_select_for_write) ERROR: IO timeout distcc[19016] ERROR: timeout while connecting to 10.0.20.124:3632 distcc[19016] Warning: failed to distribute ast.c to 10.0.20.124:3632, running locally instead ast.c: In function 'is_linker_constant': ast.c:1561:31: warning: this statement may fall through [-Wimplicit-fallthrough=] 1561 | case EXPR_UNARY_DEREFERENCE: { | ^ ast.c:1571:2: note: here 1571 | case EXPR_UNARY_CAST: { | ^~~~ libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c ast.c -o build/ast.o >/dev/null 2>&1 ===> CC build/ast2firm.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c ast2firm.c -fPIC -DPIC -o build/.libs/ast2firm.o distcc[20545] (dcc_select_for_write) ERROR: IO timeout distcc[20545] ERROR: timeout while connecting to 10.0.20.124:3632 distcc[20545] Warning: failed to distribute ast2firm.c to 10.0.20.124:3632, running locally instead ast2firm.c: In function 'get_initializer_entry': ast2firm.c:3553:10: warning: unused variable 'top_type' [-Wunused-variable] 3553 | type_t *top_type = skip_typeref(orig_top_type); | ^~~~~~~~ ast2firm.c: In function 'literal_to_firm': ast2firm.c:1268:6: warning: this statement may fall through [-Wimplicit-fallthrough=] 1268 | if (string[0] == 't') { | ^ ast2firm.c:1272:2: note: here 1272 | case EXPR_LITERAL_MS_NOOP: | ^~~~ libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c ast2firm.c -o build/ast2firm.o >/dev/null 2>&1 ===> CC build/builtins.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c builtins.c -fPIC -DPIC -o build/.libs/builtins.o distcc[18239] (dcc_select_for_write) ERROR: IO timeout distcc[18239] ERROR: timeout while connecting to 10.0.20.124:3632 distcc[18239] Warning: failed to distribute builtins.c to 10.0.20.124:3632, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c builtins.c -o build/builtins.o >/dev/null 2>&1 ===> CC build/diagnostic.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c diagnostic.c -fPIC -DPIC -o build/.libs/diagnostic.o distcc[20160] (dcc_select_for_write) ERROR: IO timeout distcc[20160] ERROR: timeout while connecting to 10.0.20.124:3632 distcc[20160] Warning: failed to distribute diagnostic.c to 10.0.20.124:3632, running locally instead diagnostic.c: In function 'warningf': diagnostic.c:286:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 286 | if (is_warn_on(WARN_ERROR)) { | ^ diagnostic.c:291:3: note: here 291 | case WARN_STATE_ON | WARN_STATE_NO_ERROR: | ^~~~ libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c diagnostic.c -o build/diagnostic.o >/dev/null 2>&1 ===> CC build/driver/firm_machine.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c driver/firm_machine.c -fPIC -DPIC -o build/driver/.libs/firm_machine.o distcc[29130] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c driver/firm_machine.c -o build/driver/firm_machine.o >/dev/null 2>&1 ===> CC build/driver/firm_opt.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c driver/firm_opt.c -fPIC -DPIC -o build/driver/.libs/firm_opt.o distcc[13308] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c driver/firm_opt.c -o build/driver/firm_opt.o >/dev/null 2>&1 ===> CC build/driver/firm_timing.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c driver/firm_timing.c -fPIC -DPIC -o build/driver/.libs/firm_timing.o distcc[12764] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c driver/firm_timing.c -o build/driver/firm_timing.o >/dev/null 2>&1 ===> CC build/entity.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c entity.c -fPIC -DPIC -o build/.libs/entity.o distcc[379] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c entity.c -o build/entity.o >/dev/null 2>&1 ===> CC build/entitymap.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c entitymap.c -fPIC -DPIC -o build/.libs/entitymap.o distcc[20223] (dcc_select_for_write) ERROR: IO timeout distcc[20223] ERROR: timeout while connecting to 10.0.20.124:3632 distcc[20223] Warning: failed to distribute entitymap.c to 10.0.20.124:3632, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c entitymap.c -o build/entitymap.o >/dev/null 2>&1 ===> CC build/format_check.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c format_check.c -fPIC -DPIC -o build/.libs/format_check.o distcc[21744] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c format_check.c -o build/format_check.o >/dev/null 2>&1 ===> CC build/input.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c input.c -fPIC -DPIC -o build/.libs/input.o distcc[1955] (dcc_select_for_write) ERROR: IO timeout distcc[1955] ERROR: timeout while connecting to 10.0.20.124:3632 distcc[1955] Warning: failed to distribute input.c to 10.0.20.124:3632, running locally instead In file included from /usr/include/ctype.h:100, from input.c:6: input.c: In function 'my_strcasecmp': input.c:290:15: warning: array subscript has type 'char' [-Wchar-subscripts] 290 | if (tolower(*s1) != tolower(*s2)) | ^ input.c:290:31: warning: array subscript has type 'char' [-Wchar-subscripts] 290 | if (tolower(*s1) != tolower(*s2)) | ^ libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c input.c -o build/input.o >/dev/null 2>&1 ===> CC build/jump_target.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c jump_target.c -fPIC -DPIC -o build/.libs/jump_target.o distcc[25401] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c jump_target.c -o build/jump_target.o >/dev/null 2>&1 ===> CC build/main.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c main.c -fPIC -DPIC -o build/.libs/main.o distcc[7785] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/string.h:127, from main.c:28: main.c: In function 'main': main.c:1865:7: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 1865 | strncpy(cpu_arch, isa, sizeof(cpu_arch)); | ^~~~~~~ main.c:1856:7: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 1856 | strncpy(cpu_arch, isa, sizeof(cpu_arch)); | ^~~~~~~ main.c:1815:7: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 1815 | strncpy(cpu_arch, opt, sizeof(cpu_arch)); | ^~~~~~~ libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c main.c -o build/main.o >/dev/null 2>&1 ===> CC build/mangle.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c mangle.c -fPIC -DPIC -o build/.libs/mangle.o distcc[21825] (dcc_select_for_write) ERROR: IO timeout distcc[21825] ERROR: timeout while connecting to 10.0.20.124:3632 distcc[21825] Warning: failed to distribute mangle.c to 10.0.20.124:3632, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c mangle.c -o build/mangle.o >/dev/null 2>&1 ===> CC build/preprocessor.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c preprocessor.c -fPIC -DPIC -o build/.libs/preprocessor.o distcc[5606] (dcc_build_somewhere) Warning: failed to distribute, running locally instead In file included from /usr/include/ctype.h:100, from preprocessor.c:7: preprocessor.c: In function 'print_quoted_string': preprocessor.c:1571:17: warning: array subscript has type 'char' [-Wchar-subscripts] 1571 | if (!isprint(*c)) { | ^ preprocessor.c: In function 'next_input_token': preprocessor.c:1476:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 1476 | if (c_mode & _CXX) { | ^ preprocessor.c:1311:2: note: here 1311 | default: \ | ^~~~~~~ preprocessor.c:1315:20: note: in expansion of macro 'ELSE_CODE' 1315 | #define ELSE(kind) ELSE_CODE(set_punctuator(kind); return;) | ^~~~~~~~~ preprocessor.c:1482:3: note: in expansion of macro 'ELSE' 1482 | ELSE(':') | ^~~~ preprocessor.c:783:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 783 | '$': if (!allow_dollar_in_symbol) goto dollar_sign; \ | ^ preprocessor.c:835:7: note: in expansion of macro 'SYMBOL_CASES_WITHOUT_E_P' 835 | SYMBOL_CASES_WITHOUT_E_P: \ | ^~~~~~~~~~~~~~~~~~~~~~~~ preprocessor.c:1346:7: note: in expansion of macro 'SYMBOL_CASES' 1346 | case SYMBOL_CASES: | ^~~~~~~~~~~~ preprocessor.c:784:2: note: here 784 | case 'a': \ | ^~~~ preprocessor.c:835:7: note: in expansion of macro 'SYMBOL_CASES_WITHOUT_E_P' 835 | SYMBOL_CASES_WITHOUT_E_P: \ | ^~~~~~~~~~~~~~~~~~~~~~~~ preprocessor.c:1346:7: note: in expansion of macro 'SYMBOL_CASES' 1346 | case SYMBOL_CASES: | ^~~~~~~~~~~~ preprocessor.c: In function 'parse_number': preprocessor.c:783:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 783 | '$': if (!allow_dollar_in_symbol) goto dollar_sign; \ | ^ preprocessor.c:1266:8: note: in expansion of macro 'SYMBOL_CASES_WITHOUT_E_P' 1266 | case SYMBOL_CASES_WITHOUT_E_P: | ^~~~~~~~~~~~~~~~~~~~~~~~ preprocessor.c:784:2: note: here 784 | case 'a': \ | ^~~~ preprocessor.c:1266:8: note: in expansion of macro 'SYMBOL_CASES_WITHOUT_E_P' 1266 | case SYMBOL_CASES_WITHOUT_E_P: | ^~~~~~~~~~~~~~~~~~~~~~~~ preprocessor.c: In function 'parse_symbol': preprocessor.c:783:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 783 | '$': if (!allow_dollar_in_symbol) goto dollar_sign; \ | ^ preprocessor.c:835:7: note: in expansion of macro 'SYMBOL_CASES_WITHOUT_E_P' 835 | SYMBOL_CASES_WITHOUT_E_P: \ | ^~~~~~~~~~~~~~~~~~~~~~~~ preprocessor.c:1176:8: note: in expansion of macro 'SYMBOL_CASES' 1176 | case SYMBOL_CASES: | ^~~~~~~~~~~~ preprocessor.c:784:2: note: here 784 | case 'a': \ | ^~~~ preprocessor.c:835:7: note: in expansion of macro 'SYMBOL_CASES_WITHOUT_E_P' 835 | SYMBOL_CASES_WITHOUT_E_P: \ | ^~~~~~~~~~~~~~~~~~~~~~~~ preprocessor.c:1176:8: note: in expansion of macro 'SYMBOL_CASES' 1176 | case SYMBOL_CASES: | ^~~~~~~~~~~~ libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c preprocessor.c -o build/preprocessor.o >/dev/null 2>&1 ===> CC build/printer.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c printer.c -fPIC -DPIC -o build/.libs/printer.o distcc[17446] (dcc_select_for_write) ERROR: IO timeout distcc[17446] ERROR: timeout while connecting to 10.0.20.124:3632 distcc[17446] Warning: failed to distribute printer.c to 10.0.20.124:3632, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c printer.c -o build/printer.o >/dev/null 2>&1 ===> CC build/string_rep.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c string_rep.c -fPIC -DPIC -o build/.libs/string_rep.o distcc[22384] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c string_rep.c -o build/string_rep.o >/dev/null 2>&1 ===> CC build/symbol_table.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c symbol_table.c -fPIC -DPIC -o build/.libs/symbol_table.o distcc[10110] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c symbol_table.c -o build/symbol_table.o >/dev/null 2>&1 ===> CC build/token.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c token.c -fPIC -DPIC -o build/.libs/token.o distcc[8425] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c token.c -o build/token.o >/dev/null 2>&1 ===> CC build/type.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c type.c -fPIC -DPIC -o build/.libs/type.o distcc[19539] (dcc_select_for_write) ERROR: IO timeout distcc[19539] ERROR: timeout while connecting to 10.0.20.124:3632 distcc[19539] Warning: failed to distribute type.c to 10.0.20.124:3632, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c type.c -o build/type.o >/dev/null 2>&1 ===> CC build/type_hash.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c type_hash.c -fPIC -DPIC -o build/.libs/type_hash.o distcc[25648] (dcc_select_for_write) ERROR: IO timeout distcc[25648] ERROR: timeout while connecting to 10.0.20.124:3632 distcc[25648] Warning: failed to distribute type_hash.c to 10.0.20.124:3632, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c type_hash.c -o build/type_hash.o >/dev/null 2>&1 ===> CC build/types.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c types.c -fPIC -DPIC -o build/.libs/types.o distcc[13288] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c types.c -o build/types.o >/dev/null 2>&1 ===> CC build/help.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c help.c -fPIC -DPIC -o build/.libs/help.o distcc[1374] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c help.c -o build/help.o >/dev/null 2>&1 ===> CC build/warning.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c warning.c -fPIC -DPIC -o build/.libs/warning.o distcc[9748] (dcc_select_for_write) ERROR: IO timeout distcc[9748] ERROR: timeout while connecting to 10.0.20.124:3632 distcc[9748] Warning: failed to distribute warning.c to 10.0.20.124:3632, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c warning.c -o build/warning.o >/dev/null 2>&1 ===> CC build/walk.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c walk.c -fPIC -DPIC -o build/.libs/walk.o distcc[29016] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c walk.c -o build/walk.o >/dev/null 2>&1 ===> CC build/wrappergen/write_fluffy.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c wrappergen/write_fluffy.c -fPIC -DPIC -o build/wrappergen/.libs/write_fluffy.o distcc[23402] (dcc_select_for_write) ERROR: IO timeout distcc[23402] ERROR: timeout while connecting to 10.0.20.124:3632 distcc[23402] Warning: failed to distribute wrappergen/write_fluffy.c to 10.0.20.124:3632, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c wrappergen/write_fluffy.c -o build/wrappergen/write_fluffy.o >/dev/null 2>&1 ===> CC build/wrappergen/write_jna.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c wrappergen/write_jna.c -fPIC -DPIC -o build/wrappergen/.libs/write_jna.o distcc[12745] (dcc_build_somewhere) Warning: failed to distribute, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c wrappergen/write_jna.c -o build/wrappergen/write_jna.o >/dev/null 2>&1 ===> CC build/wrappergen/write_compoundsizes.lo libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c wrappergen/write_compoundsizes.c -fPIC -DPIC -o build/wrappergen/.libs/write_compoundsizes.o distcc[24656] (dcc_select_for_write) ERROR: IO timeout distcc[24656] ERROR: timeout while connecting to 10.0.20.124:3632 distcc[24656] Warning: failed to distribute wrappergen/write_compoundsizes.c to 10.0.20.124:3632, running locally instead libtool: compile: gcc -I/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/include -I. -O2 -D_FORTIFY_SOURCE=2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c wrappergen/write_compoundsizes.c -o build/wrappergen/write_compoundsizes.o >/dev/null 2>&1 ===> LD build/cparser libtool: link: gcc build/adt/.libs/strset.o build/adt/.libs/strutil.o build/adt/.libs/pset_new.o build/.libs/attribute.o build/.libs/parser.o build/.libs/ast.o build/.libs/ast2firm.o build/.libs/builtins.o build/.libs/diagnostic.o build/driver/.libs/firm_machine.o build/driver/.libs/firm_opt.o build/driver/.libs/firm_timing.o build/.libs/entity.o build/.libs/entitymap.o build/.libs/format_check.o build/.libs/input.o build/.libs/jump_target.o build/.libs/main.o build/.libs/mangle.o build/.libs/preprocessor.o build/.libs/printer.o build/.libs/string_rep.o build/.libs/symbol_table.o build/.libs/token.o build/.libs/type.o build/.libs/type_hash.o build/.libs/types.o build/.libs/help.o build/.libs/warning.o build/.libs/walk.o build/wrappergen/.libs/write_fluffy.o build/wrappergen/.libs/write_jna.o build/wrappergen/.libs/write_compoundsizes.o -o build/cparser -Wl,-rpath -Wl,/usr/pkg/lib -L/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/lib -lfirm -lm -Wl,-rpath,/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/lib -Wl,-rpath,/tmp/pkgbuild/lang/cparser/work.vax/.buildlink/lib ld: /tmp/pkgbuild/lang/cparser/work.vax/.buildlink/lib/libfirm.so: warning: Warning: reference to the libc supplied alloca(3); this most likely will not work. Please use the compiler provided version of alloca(3), by supplying the appropriate compiler flags (e.g. -std=gnu99). ld: /tmp/pkgbuild/lang/cparser/work.vax/.buildlink/lib/libfirm.so: undefined reference to `alloca' distcc[25040] ERROR: compile (null) on localhost failed gmake: *** [Makefile:117: build/cparser] Error 1 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/lang/cparser *** Error code 1 Stop. make: stopped in /usr/pkgsrc/lang/cparser