+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cparser-0.9.14/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cparser-0.9.14/work.log ===> Building for cparser-0.9.14 cp config.h.in config.h ===> CC build/adt/strset.lo ===> CC build/adt/strutil.lo ===> CC build/adt/pset_new.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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/attribute.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c attribute.c -fPIC -DPIC -o build/.libs/attribute.o ===> CC build/parser.lo ===> CC build/ast.lo attribute.c: In function 'handle_attribute_aligned': attribute.c:201:47: warning: this statement may fall through [-Wimplicit-fallthrough=] 201 | entity->declaration.alignment = alignment; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ attribute.c:202:9: note: here 202 | case ENTITY_TYPEDEF: | ^~~~ libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c parser.c -fPIC -DPIC -o build/.libs/parser.o libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c ast.c -fPIC -DPIC -o build/.libs/ast.o libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 ast.c: In function 'is_linker_constant': ast.c:1561:38: warning: this statement may fall through [-Wimplicit-fallthrough=] 1561 | case EXPR_UNARY_DEREFERENCE: { | ^ ast.c:1571:9: note: here 1571 | case EXPR_UNARY_CAST: { | ^~~~ parser.c: In function 'check_unreachable': parser.c:5131:45: warning: this statement may fall through [-Wimplicit-fallthrough=] 5131 | case STATEMENT_DECLARATION: { | ^ parser.c:5149:17: note: here 5149 | default: | ^~~~~~~ parser.c: In function 'parse_primary_expression': parser.c:6733:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 6733 | if (!is_typedef_symbol(token.base.symbol)) { | ^ parser.c:183:9: note: here 183 | case T_typedef: \ | ^~~~ parser.c:179:9: note: in expansion of macro 'STORAGE_CLASSES_NO_EXTERN' 179 | STORAGE_CLASSES_NO_EXTERN \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:230:9: note: in expansion of macro 'STORAGE_CLASSES' 230 | STORAGE_CLASSES \ | ^~~~~~~~~~~~~~~ parser.c:6737:9: note: in expansion of macro 'DECLARATION_START' 6737 | DECLARATION_START { | ^~~~~~~~~~~~~~~~~ parser.c: In function 'parse_inner_declarator': parser.c:3423:36: warning: this statement may fall through [-Wimplicit-fallthrough=] 3423 | if (is_typedef_symbol(la1->base.symbol)) { | ^ parser.c:3434:25: note: here 3434 | case '&': | ^~~~ parser.c: In function 'parse_typeof': parser.c:2461:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 2461 | if (is_typedef_symbol(token.base.symbol)) { | ^ parser.c:2465:9: note: here 2465 | default: | ^~~~~~~ parser.c: In function 'intern_parse_statement': parser.c:9711:36: warning: this statement may fall through [-Wimplicit-fallthrough=] 9711 | if (get_entity(token.base.symbol, NAMESPACE_NORMAL) != NULL) { | ^ parser.c:183:9: note: here 183 | case T_typedef: \ | ^~~~ parser.c:179:9: note: in expansion of macro 'STORAGE_CLASSES_NO_EXTERN' 179 | STORAGE_CLASSES_NO_EXTERN \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:230:9: note: in expansion of macro 'STORAGE_CLASSES' 230 | STORAGE_CLASSES \ | ^~~~~~~~~~~~~~~ parser.c:9715:25: note: in expansion of macro 'DECLARATION_START' 9715 | DECLARATION_START | ^~~~~~~~~~~~~~~~~ parser.c: In function 'handle_builtin_argument_restrictions': parser.c:7016:17: warning: this statement may fall through [-Wimplicit-fallthrough=] 7016 | switch (entity->function.b.firm_builtin_kind) { | ^~~~~~ parser.c:7056:9: note: here 7056 | case BUILTIN_OBJECT_SIZE: | ^~~~ ===> CC build/ast2firm.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c ast2firm.c -fPIC -DPIC -o build/.libs/ast2firm.o In file included from ast.h:25, from ast2firm.h:24, from ast2firm.c:32: entity.h:29:45: error: conflicting types for 'label_t'; have 'struct label_t' 29 | typedef struct label_t label_t; | ^~~~~~~ In file included from /usr/include/sys/types.h:42, from /usr/include/unistd.h:41, from ast2firm.c:25: /usr/include/sys/machtypes.h:59:54: note: previous declaration of 'label_t' with type 'label_t' {aka 'struct _label_t'} 59 | typedef struct _label_t { long val[REG_LABEL_MAX]; } label_t; | ^~~~~~~ ast2firm.c: In function 'get_initializer_entry': ast2firm.c:3553:17: warning: unused variable 'top_type' [-Wunused-variable] 3553 | type_t *top_type = skip_typeref(orig_top_type); | ^~~~~~~~ libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 ast2firm.c: In function 'literal_to_firm': ast2firm.c:1268:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 1268 | if (string[0] == 't') { | ^ ast2firm.c:1272:9: note: here 1272 | case EXPR_LITERAL_MS_NOOP: | ^~~~ ===> CC build/builtins.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c builtins.c -fPIC -DPIC -o build/.libs/builtins.o ===> CC build/diagnostic.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c diagnostic.c -fPIC -DPIC -o build/.libs/diagnostic.o diagnostic.c: In function 'warningf': diagnostic.c:286:28: warning: this statement may fall through [-Wimplicit-fallthrough=] 286 | if (is_warn_on(WARN_ERROR)) { | ^ diagnostic.c:291:17: note: here 291 | case WARN_STATE_ON | WARN_STATE_NO_ERROR: | ^~~~ libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 ===> CC build/driver/firm_opt.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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_timing.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c entity.c -fPIC -DPIC -o build/.libs/entity.o ===> CC build/entitymap.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c entitymap.c -fPIC -DPIC -o build/.libs/entitymap.o ===> CC build/format_check.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 ===> CC build/input.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c input.c -fPIC -DPIC -o build/.libs/input.o libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 ===> CC build/main.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c main.c -fPIC -DPIC -o build/.libs/main.o In file included from ast.h:25, from type.h:25, from token_t.h:27, from preprocessor.h:4, from main.c:64: entity.h:29:45: error: conflicting types for 'label_t'; have 'struct label_t' 29 | typedef struct label_t label_t; | ^~~~~~~ In file included from /usr/include/sys/types.h:42, from /usr/include/unistd.h:41, from main.c:56: /usr/include/sys/machtypes.h:59:54: note: previous declaration of 'label_t' with type 'label_t' {aka 'struct _label_t'} 59 | typedef struct _label_t { long val[REG_LABEL_MAX]; } label_t; | ^~~~~~~ main.c: In function 'close_input': main.c:203:23: warning: implicit declaration of function 'pclose'; did you mean 'close'? [-Wimplicit-function-declaration] 203 | res = pclose(unit->input) == EXIT_SUCCESS; | ^~~~~~ | close main.c: In function 'run_external_preprocessor': main.c:403:19: warning: implicit declaration of function 'popen'; did you mean 'fopen'? [-Wimplicit-function-declaration] 403 | FILE *f = popen(commandline, "r"); | ^~~~~ | fopen main.c:403:19: warning: initialization of 'FILE *' from 'int' makes pointer from integer without a cast [-Wint-conversion] main.c: In function 'make_temp_file': main.c:565:21: warning: implicit declaration of function 'fdopen'; did you mean 'fopen'? [-Wimplicit-function-declaration] 565 | FILE *out = fdopen(fd, "w"); | ^~~~~~ | fopen main.c:565:21: warning: initialization of 'FILE *' from 'int' makes pointer from integer without a cast [-Wint-conversion] ===> CC build/mangle.lo ===> CC build/preprocessor.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c mangle.c -fPIC -DPIC -o build/.libs/mangle.o libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c preprocessor.c -fPIC -DPIC -o build/.libs/preprocessor.o preprocessor.c: In function 'next_input_token': preprocessor.c:1476:28: warning: this statement may fall through [-Wimplicit-fallthrough=] 1476 | if (c_mode & _CXX) { | ^ preprocessor.c:1311:9: 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:17: note: in expansion of macro 'ELSE' 1482 | ELSE(':') | ^~~~ preprocessor.c:783:22: warning: this statement may fall through [-Wimplicit-fallthrough=] 783 | '$': if (!allow_dollar_in_symbol) goto dollar_sign; \ | ^ preprocessor.c:835:14: note: in expansion of macro 'SYMBOL_CASES_WITHOUT_E_P' 835 | SYMBOL_CASES_WITHOUT_E_P: \ | ^~~~~~~~~~~~~~~~~~~~~~~~ preprocessor.c:1346:14: note: in expansion of macro 'SYMBOL_CASES' 1346 | case SYMBOL_CASES: | ^~~~~~~~~~~~ preprocessor.c:784:9: note: here 784 | case 'a': \ | ^~~~ preprocessor.c:835:14: note: in expansion of macro 'SYMBOL_CASES_WITHOUT_E_P' 835 | SYMBOL_CASES_WITHOUT_E_P: \ | ^~~~~~~~~~~~~~~~~~~~~~~~ preprocessor.c:1346:14: note: in expansion of macro 'SYMBOL_CASES' 1346 | case SYMBOL_CASES: | ^~~~~~~~~~~~ preprocessor.c: In function 'parse_number': preprocessor.c:783:22: warning: this statement may fall through [-Wimplicit-fallthrough=] 783 | '$': if (!allow_dollar_in_symbol) goto dollar_sign; \ | ^ preprocessor.c:1266:22: note: in expansion of macro 'SYMBOL_CASES_WITHOUT_E_P' 1266 | case SYMBOL_CASES_WITHOUT_E_P: | ^~~~~~~~~~~~~~~~~~~~~~~~ preprocessor.c:784:9: note: here 784 | case 'a': \ | ^~~~ preprocessor.c:1266:22: 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:22: warning: this statement may fall through [-Wimplicit-fallthrough=] 783 | '$': if (!allow_dollar_in_symbol) goto dollar_sign; \ | ^ preprocessor.c:835:14: note: in expansion of macro 'SYMBOL_CASES_WITHOUT_E_P' 835 | SYMBOL_CASES_WITHOUT_E_P: \ | ^~~~~~~~~~~~~~~~~~~~~~~~ preprocessor.c:1176:22: note: in expansion of macro 'SYMBOL_CASES' 1176 | case SYMBOL_CASES: | ^~~~~~~~~~~~ preprocessor.c:784:9: note: here 784 | case 'a': \ | ^~~~ preprocessor.c:835:14: note: in expansion of macro 'SYMBOL_CASES_WITHOUT_E_P' 835 | SYMBOL_CASES_WITHOUT_E_P: \ | ^~~~~~~~~~~~~~~~~~~~~~~~ preprocessor.c:1176:22: note: in expansion of macro 'SYMBOL_CASES' 1176 | case SYMBOL_CASES: | ^~~~~~~~~~~~ libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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/printer.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c printer.c -fPIC -DPIC -o build/.libs/printer.o libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c token.c -fPIC -DPIC -o build/.libs/token.o libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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/type.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c type.c -fPIC -DPIC -o build/.libs/type.o libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c types.c -fPIC -DPIC -o build/.libs/types.o ===> CC build/help.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c help.c -fPIC -DPIC -o build/.libs/help.o libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 ===> CC build/walk.lo ===> CC build/wrappergen/write_fluffy.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c warning.c -fPIC -DPIC -o build/.libs/warning.o libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c walk.c -fPIC -DPIC -o build/.libs/walk.o libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 ===> CC build/wrappergen/write_jna.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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_compoundsizes.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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 ===> CC build/ast2firm.lo ===> CC build/main.lo libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c ast2firm.c -fPIC -DPIC -o build/.libs/ast2firm.o libtool: compile: gcc -I/home/pbulk/build/lang/cparser/work/.buildlink/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -W -Wstrict-prototypes -Wmissing-prototypes -std=c99 -O3 -fomit-frame-pointer -DNDEBUG -MMD -c main.c -fPIC -DPIC -o build/.libs/main.o In file included from ast.h:25, from type.h:25, from token_t.h:27, from preprocessor.h:4, from main.c:64: entity.h:29:45: error: conflicting types for 'label_t'; have 'struct label_t' 29 | typedef struct label_t label_t; | ^~~~~~~ In file included from /usr/include/sys/types.h:42, from /usr/include/unistd.h:41, from main.c:56: /usr/include/sys/machtypes.h:59:54: note: previous declaration of 'label_t' with type 'label_t' {aka 'struct _label_t'} 59 | typedef struct _label_t { long val[REG_LABEL_MAX]; } label_t; | ^~~~~~~ In file included from ast.h:25, from ast2firm.h:24, from ast2firm.c:32: entity.h:29:45: error: conflicting types for 'label_t'; have 'struct label_t' 29 | typedef struct label_t label_t; | ^~~~~~~ In file included from /usr/include/sys/types.h:42, from /usr/include/unistd.h:41, from ast2firm.c:25: /usr/include/sys/machtypes.h:59:54: note: previous declaration of 'label_t' with type 'label_t' {aka 'struct _label_t'} 59 | typedef struct _label_t { long val[REG_LABEL_MAX]; } label_t; | ^~~~~~~ main.c: In function 'close_input': main.c:203:23: warning: implicit declaration of function 'pclose'; did you mean 'close'? [-Wimplicit-function-declaration] 203 | res = pclose(unit->input) == EXIT_SUCCESS; | ^~~~~~ | close main.c: In function 'run_external_preprocessor': main.c:403:19: warning: implicit declaration of function 'popen'; did you mean 'fopen'? [-Wimplicit-function-declaration] 403 | FILE *f = popen(commandline, "r"); | ^~~~~ | fopen main.c:403:19: warning: initialization of 'FILE *' from 'int' makes pointer from integer without a cast [-Wint-conversion] main.c: In function 'make_temp_file': main.c:565:21: warning: implicit declaration of function 'fdopen'; did you mean 'fopen'? [-Wimplicit-function-declaration] 565 | FILE *out = fdopen(fd, "w"); | ^~~~~~ | fopen main.c:565:21: warning: initialization of 'FILE *' from 'int' makes pointer from integer without a cast [-Wint-conversion] ast2firm.c: In function 'get_initializer_entry': ast2firm.c:3553:17: 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:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 1268 | if (string[0] == 't') { | ^ ast2firm.c:1272:9: note: here 1272 | case EXPR_LITERAL_MS_NOOP: | ^~~~ gmake: *** No rule to make target 'build/ast2firm.lo', needed by 'build/cparser'. Stop. *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/lang/cparser *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/lang/cparser