------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/gmake-4.3.txz Installing /packages/All/pkgconf-1.6.3,1.txz Installing /packages/All/libfirm-1.21.0_2.txz ===== Message from libfirm-1.21.0_2: -- ===> NOTICE: The libfirm port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The cparser port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> cparser-0.9.14 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The cparser port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> cparser-0.9.14 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cparser-0.9.14 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The cparser port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> cparser-0.9.14 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cparser-0.9.14 for building => SHA256 Checksum OK for cparser-0.9.14.tar.bz2. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The cparser port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> cparser-0.9.14 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cparser-0.9.14 for building ===> Extracting for cparser-0.9.14 => SHA256 Checksum OK for cparser-0.9.14.tar.bz2. Extracted Memory Use: 1.34M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for cparser-0.9.14 ===> Applying ports patches for cparser-0.9.14 ===> Cleanly applied ports patch(es) patch-Makefile patch-firm_machine-c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> cparser-0.9.14 depends on package: gmake>=4.3 - found ===> cparser-0.9.14 depends on package: pkgconf>=1.3.0_1 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> cparser-0.9.14 depends on shared library: libfirm.so - found (/usr/local/lib/libfirm.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> cparser-0.9.14 depends on package: gmake>=4.3 - found ===> cparser-0.9.14 depends on package: pkgconf>=1.3.0_1 - found ===> cparser-0.9.14 depends on shared library: libfirm.so - found (/usr/local/lib/libfirm.so) ===> Configuring for cparser-0.9.14 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for cparser-0.9.14 gmake[1]: Entering directory '/construction/lang/cparser/cparser-0.9.14' cp config.h.in config.h ===> CC build/optimize/adt/strset.o ===> CC build/optimize/adt/strutil.o ===> CC build/optimize/parser.o ===> CC build/optimize/ast.o ===> CC build/optimize/attribute.o ===> CC build/optimize/adt/pset_new.o ===> CC build/optimize/ast2firm.o attribute.c: In function 'handle_attribute_aligned': attribute.c:201:33: warning: this statement may fall through [-Wimplicit-fallthrough=] entity->declaration.alignment = alignment; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ attribute.c:202:2: note: here case ENTITY_TYPEDEF: ^~~~ ===> CC build/optimize/builtins.o ===> CC build/optimize/diagnostic.o ===> CC build/optimize/driver/firm_machine.o ast.c: In function 'is_linker_constant': ast.c:1561:31: warning: this statement may fall through [-Wimplicit-fallthrough=] case EXPR_UNARY_DEREFERENCE: { ^ ast.c:1571:2: note: here case EXPR_UNARY_CAST: { ^~~~ ===> CC build/optimize/driver/firm_opt.o diagnostic.c: In function 'warningf': diagnostic.c:286:7: warning: this statement may fall through [-Wimplicit-fallthrough=] if (is_warn_on(WARN_ERROR)) { ^ diagnostic.c:291:3: note: here case WARN_STATE_ON | WARN_STATE_NO_ERROR: ^~~~ ===> CC build/optimize/driver/firm_timing.o ===> CC build/optimize/entity.o ===> CC build/optimize/entitymap.o ===> CC build/optimize/format_check.o ===> CC build/optimize/input.o ===> CC build/optimize/jump_target.o parser.c: In function 'check_unreachable': ===> CC build/optimize/main.o parser.c:5131:31: warning: this statement may fall through [-Wimplicit-fallthrough=] case STATEMENT_DECLARATION: { ^ parser.c:5149:3: note: here default: ^~~~~~~ parser.c: In function 'parse_primary_expression': parser.c:6733:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (!is_typedef_symbol(token.base.symbol)) { ^ parser.c:183:2: note: here case T_typedef: \ ^~~~ parser.c:179:2: note: in expansion of macro 'STORAGE_CLASSES_NO_EXTERN' STORAGE_CLASSES_NO_EXTERN \ ^~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:230:2: note: in expansion of macro 'STORAGE_CLASSES' STORAGE_CLASSES \ ^~~~~~~~~~~~~~~ parser.c:6737:2: note: in expansion of macro 'DECLARATION_START' DECLARATION_START { ^~~~~~~~~~~~~~~~~ ===> CC build/optimize/mangle.o parser.c: In function 'parse_inner_declarator': parser.c:3423:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if (is_typedef_symbol(la1->base.symbol)) { ^ parser.c:3434:4: note: here case '&': ^~~~ parser.c: In function 'parse_typeof': parser.c:2461:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (is_typedef_symbol(token.base.symbol)) { ^ parser.c:2465:2: note: here default: ^~~~~~~ parser.c: In function 'intern_parse_statement': parser.c:9711:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if (get_entity(token.base.symbol, NAMESPACE_NORMAL) != NULL) { ^ parser.c:183:2: note: here case T_typedef: \ ^~~~ parser.c:179:2: note: in expansion of macro 'STORAGE_CLASSES_NO_EXTERN' STORAGE_CLASSES_NO_EXTERN \ ^~~~~~~~~~~~~~~~~~~~~~~~~ parser.c:230:2: note: in expansion of macro 'STORAGE_CLASSES' STORAGE_CLASSES \ ^~~~~~~~~~~~~~~ parser.c:9715:4: note: in expansion of macro 'DECLARATION_START' DECLARATION_START ^~~~~~~~~~~~~~~~~ parser.c: In function 'handle_builtin_argument_restrictions': parser.c:7016:3: warning: this statement may fall through [-Wimplicit-fallthrough=] switch (entity->function.b.firm_builtin_kind) { ^~~~~~ parser.c:7056:2: note: here case BUILTIN_OBJECT_SIZE: ^~~~ ast2firm.c: In function 'get_initializer_entry': ast2firm.c:3553:10: warning: unused variable 'top_type' [-Wunused-variable] type_t *top_type = skip_typeref(orig_top_type); ^~~~~~~~ ===> CC build/optimize/preprocessor.o preprocessor.c: In function 'next_input_token': preprocessor.c:1476:7: warning: this statement may fall through [-Wimplicit-fallthrough=] if (c_mode & _CXX) { ^ preprocessor.c:1311:2: note: here default: \ ^~~~~~~ preprocessor.c:1315:20: note: in expansion of macro 'ELSE_CODE' #define ELSE(kind) ELSE_CODE(set_punctuator(kind); return;) ^~~~~~~~~ preprocessor.c:1482:3: note: in expansion of macro 'ELSE' ELSE(':') ^~~~ preprocessor.c:783:15: warning: this statement may fall through [-Wimplicit-fallthrough=] '$': if (!allow_dollar_in_symbol) goto dollar_sign; \ ^ preprocessor.c:835:7: note: in expansion of macro 'SYMBOL_CASES_WITHOUT_E_P' SYMBOL_CASES_WITHOUT_E_P: \ ^~~~~~~~~~~~~~~~~~~~~~~~ preprocessor.c:1346:7: note: in expansion of macro 'SYMBOL_CASES' case SYMBOL_CASES: ^~~~~~~~~~~~ preprocessor.c:784:2: note: here case 'a': \ ^~~~ preprocessor.c:835:7: note: in expansion of macro 'SYMBOL_CASES_WITHOUT_E_P' SYMBOL_CASES_WITHOUT_E_P: \ ^~~~~~~~~~~~~~~~~~~~~~~~ preprocessor.c:1346:7: note: in expansion of macro 'SYMBOL_CASES' case SYMBOL_CASES: ^~~~~~~~~~~~ ===> CC build/optimize/printer.o preprocessor.c: In function 'parse_number': preprocessor.c:783:15: warning: this statement may fall through [-Wimplicit-fallthrough=] '$': if (!allow_dollar_in_symbol) goto dollar_sign; \ ^ preprocessor.c:1266:8: note: in expansion of macro 'SYMBOL_CASES_WITHOUT_E_P' case SYMBOL_CASES_WITHOUT_E_P: ^~~~~~~~~~~~~~~~~~~~~~~~ preprocessor.c:784:2: note: here case 'a': \ ^~~~ preprocessor.c:1266:8: note: in expansion of macro 'SYMBOL_CASES_WITHOUT_E_P' case SYMBOL_CASES_WITHOUT_E_P: ^~~~~~~~~~~~~~~~~~~~~~~~ preprocessor.c: In function 'parse_symbol': preprocessor.c:783:15: warning: this statement may fall through [-Wimplicit-fallthrough=] '$': if (!allow_dollar_in_symbol) goto dollar_sign; \ ^ preprocessor.c:835:7: note: in expansion of macro 'SYMBOL_CASES_WITHOUT_E_P' SYMBOL_CASES_WITHOUT_E_P: \ ^~~~~~~~~~~~~~~~~~~~~~~~ preprocessor.c:1176:8: note: in expansion of macro 'SYMBOL_CASES' case SYMBOL_CASES: ^~~~~~~~~~~~ preprocessor.c:784:2: note: here case 'a': \ ^~~~ preprocessor.c:835:7: note: in expansion of macro 'SYMBOL_CASES_WITHOUT_E_P' SYMBOL_CASES_WITHOUT_E_P: \ ^~~~~~~~~~~~~~~~~~~~~~~~ preprocessor.c:1176:8: note: in expansion of macro 'SYMBOL_CASES' case SYMBOL_CASES: ^~~~~~~~~~~~ ===> CC build/optimize/string_rep.o ===> CC build/optimize/symbol_table.o ===> CC build/optimize/token.o ===> CC build/optimize/type.o ===> CC build/optimize/type_hash.o ast2firm.c: In function 'literal_to_firm': ast2firm.c:1268:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (string[0] == 't') { ^ ast2firm.c:1272:2: note: here case EXPR_LITERAL_MS_NOOP: ^~~~ ===> CC build/optimize/types.o ===> CC build/optimize/help.o ===> CC build/optimize/warning.o ===> CC build/optimize/walk.o ===> CC build/optimize/wrappergen/write_fluffy.o ===> CC build/optimize/wrappergen/write_jna.o main.c: In function 'main': main.c:1865:7: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(cpu_arch, isa, sizeof(cpu_arch)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1856:7: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(cpu_arch, isa, sizeof(cpu_arch)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:1815:7: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(cpu_arch, opt, sizeof(cpu_arch)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ===> CC build/optimize/wrappergen/write_compoundsizes.o ===> LD build/optimize/cparser gmake[1]: Leaving directory '/construction/lang/cparser/cparser-0.9.14' SUCCEEDED 00:00:09 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for cparser-0.9.14 ===> Generating temporary packing list install -s -m 555 /construction/lang/cparser/cparser-0.9.14/build/optimize/cparser /construction/lang/cparser/stage/usr/local/bin install -m 444 /construction/lang/cparser/cparser-0.9.14/cparser.1 /construction/lang/cparser/stage/usr/local/man/man1 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for cparser-0.9.14 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:18