------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The libmba 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 ------------------------------------------------------------------------------- ===> libmba-0.9.1_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The libmba 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 ===> libmba-0.9.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libmba-0.9.1_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The libmba 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 ===> libmba-0.9.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libmba-0.9.1_1 for building => SHA256 Checksum OK for libmba-0.9.1.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The libmba 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 ===> libmba-0.9.1_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by libmba-0.9.1_1 for building ===> Extracting for libmba-0.9.1_1 => SHA256 Checksum OK for libmba-0.9.1.tar.gz. Extracted Memory Use: 1.58M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for libmba-0.9.1_1 ===> Applying ports patches for libmba-0.9.1_1 ===> Cleanly applied ports patch(es) patch-mktool.c SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for libmba-0.9.1_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for libmba-0.9.1_1 cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -o mktool mktool.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/dbug.pic.o src/dbug.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/stack.pic.o src/stack.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/linkedlist.pic.o src/linkedlist.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/hashmap.pic.o src/hashmap.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/hexdump.pic.o src/hexdump.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/msgno.pic.o src/msgno.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/cfg.pic.o src/cfg.c src/cfg.c: In function 'readline': src/cfg.c:124:11: warning: this statement may fall through [-Wimplicit-fallthrough=] state = 0; ~~~~~~^~~ src/cfg.c:125:4: note: here case 0: ^~~~ src/cfg.c: In function 'cfg_get_str': src/cfg.c:588:12: warning: this statement may fall through [-Wimplicit-fallthrough=] state = 1; ~~~~~~^~~ src/cfg.c:589:5: note: here case 1: ^~~~ src/cfg.c: In function 'cfg_next': src/cfg.c:778:12: warning: this statement may fall through [-Wimplicit-fallthrough=] state = 1; ~~~~~~^~~ src/cfg.c:779:5: note: here case 1: ^~~~ In function 'readline', inlined from 'cfg_load' at src/cfg.c:494:12: src/cfg.c:195:6: warning: 'memcpy' pointer overflow between offset [0, 1024] and size [-1, 9223372036854775807] accessing array 'buf' with type 'tchar[1024]' {aka 'unsigned char[1024]'} [-Warray-bounds] memcpy(buf + idx, mb, n); ^~~~~~~~~~~~~~~~~~~~~~~~ src/cfg.c: In function 'cfg_load': src/cfg.c:478:8: note: array 'buf' declared here tchar buf[BUFSIZ]; ^~~ In function 'readline', inlined from 'cfg_load' at src/cfg.c:494:12: src/cfg.c:195:6: warning: 'memcpy' specified size 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] memcpy(buf + idx, mb, n); ^~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/pool.pic.o src/pool.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/varray.pic.o src/varray.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/shellout.pic.o src/shellout.c src/shellout.c: In function 'sho_open': src/shellout.c:205:13: warning: implicit declaration of function 'forkpty'; did you mean 'fork'? [-Wimplicit-function-declaration] sh->pid = forkpty(&sh->ptym, NULL, &t1, &win); ^~~~~~~ fork cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/csv.pic.o src/csv.c src/csv.c: In function 'csv_parse_wcs': src/csv.c:231:11: warning: this statement may fall through [-Wimplicit-fallthrough=] state = ST_COLLECT; ^ src/csv.c:232:4: note: here case ST_COLLECT: ^~~~ src/csv.c: In function 'csv_parse_str': src/csv.c:126:11: warning: this statement may fall through [-Wimplicit-fallthrough=] state = ST_COLLECT; ^ src/csv.c:127:4: note: here case ST_COLLECT: ^~~~ cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/path.pic.o src/path.c src/path.c: In function 'path_canon': src/path.c:48:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if (*src == srcsep) { ^ src/path.c:52:4: note: here case ST_SEPARATOR: ^~~~ cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/misc.pic.o src/misc.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/text.pic.o src/text.c src/text.c: In function 'strdup': src/text.c:482:46: warning: nonnull argument 's' compared to NULL [-Wnonnull-compare] return s ? strcpy(malloc(strlen(s) + 1), s) : NULL; ^ cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/eval.pic.o src/eval.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/svsem.pic.o src/svsem.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/allocator.pic.o src/allocator.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/suba.pic.o src/suba.c src/suba.c: In function 'suba_print_cell': src/suba.c:293:26: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'ref_t' {aka 'long unsigned int'} [-Wformat=] fprintf(stderr, "%s: %8u-%-8lu %8u %-8u\n", msg, ref, ref + POFF + c->size, c->size, c->next); ~~^ ~~~ %8lu src/suba.c:293:36: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] fprintf(stderr, "%s: %8u-%-8lu %8u %-8u\n", msg, ref, ref + POFF + c->size, c->size, c->next); ~~^ ~~~~~~~ %8lu src/suba.c:293:41: warning: format '%u' expects argument of type 'unsigned int', but argument 7 has type 'ref_t' {aka 'long unsigned int'} [-Wformat=] fprintf(stderr, "%s: %8u-%-8lu %8u %-8u\n", msg, ref, ref + POFF + c->size, c->size, c->next); ~~~^ ~~~~~~~ %-8lu src/suba.c:295:26: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'ref_t' {aka 'long unsigned int'} [-Wformat=] fprintf(stderr, "%s: %8u-err %8u %-8u\n", msg, ref, c->size, c->next); ~~^ ~~~ %8lu src/suba.c:295:34: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] fprintf(stderr, "%s: %8u-err %8u %-8u\n", msg, ref, c->size, c->next); ~~^ ~~~~~~~ %8lu src/suba.c:295:39: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'ref_t' {aka 'long unsigned int'} [-Wformat=] fprintf(stderr, "%s: %8u-err %8u %-8u\n", msg, ref, c->size, c->next); ~~~^ ~~~~~~~ %-8lu src/suba.c: In function 'suba_print_free_list': src/suba.c:343:18: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(buf, "%d", count++); ^ src/suba.c:343:2: note: 'sprintf' output between 2 and 11 bytes into a destination of size 10 sprintf(buf, "%d", count++); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/suba.c:337:19: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(buf, "%d", count++); ^ src/suba.c:337:3: note: 'sprintf' output between 2 and 11 bytes into a destination of size 10 sprintf(buf, "%d", count++); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/time.pic.o src/time.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/bitset.pic.o src/bitset.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/svcond.pic.o src/svcond.c src/svcond.c: In function 'svcond_create': src/svcond.c:76:2: warning: 'memset' used with constant zero length parameter; this could be due to transposed parameters [-Wmemset-transposed-args] memset(cond, sizeof *cond, 0); ^~~~~~ cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/daemon.pic.o src/daemon.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -fpic -c -o src/diff.pic.o src/diff.c cc -shared -Wl,-soname,libmba.so.0 -lutil src/dbug.pic.o src/stack.pic.o src/linkedlist.pic.o src/hashmap.pic.o src/hexdump.pic.o src/msgno.pic.o src/cfg.pic.o src/pool.pic.o src/varray.pic.o src/shellout.pic.o src/csv.pic.o src/path.pic.o src/misc.pic.o src/text.pic.o src/eval.pic.o src/svsem.pic.o src/allocator.pic.o src/suba.pic.o src/time.pic.o src/bitset.pic.o src/svcond.pic.o src/daemon.pic.o src/diff.pic.o -o libmba.so.0 cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/dbug.o src/dbug.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/stack.o src/stack.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/linkedlist.o src/linkedlist.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/hashmap.o src/hashmap.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/hexdump.o src/hexdump.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/msgno.o src/msgno.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/cfg.o src/cfg.c src/cfg.c: In function 'readline': src/cfg.c:124:11: warning: this statement may fall through [-Wimplicit-fallthrough=] state = 0; ~~~~~~^~~ src/cfg.c:125:4: note: here case 0: ^~~~ src/cfg.c: In function 'cfg_get_str': src/cfg.c:588:12: warning: this statement may fall through [-Wimplicit-fallthrough=] state = 1; ~~~~~~^~~ src/cfg.c:589:5: note: here case 1: ^~~~ src/cfg.c: In function 'cfg_next': src/cfg.c:778:12: warning: this statement may fall through [-Wimplicit-fallthrough=] state = 1; ~~~~~~^~~ src/cfg.c:779:5: note: here case 1: ^~~~ In function 'readline', inlined from 'cfg_load' at src/cfg.c:494:12: src/cfg.c:195:6: warning: 'memcpy' pointer overflow between offset [0, 1024] and size [-1, 9223372036854775807] accessing array 'buf' with type 'tchar[1024]' {aka 'unsigned char[1024]'} [-Warray-bounds] memcpy(buf + idx, mb, n); ^~~~~~~~~~~~~~~~~~~~~~~~ src/cfg.c: In function 'cfg_load': src/cfg.c:478:8: note: array 'buf' declared here tchar buf[BUFSIZ]; ^~~ In function 'readline', inlined from 'cfg_load' at src/cfg.c:494:12: src/cfg.c:195:6: warning: 'memcpy' specified size 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] memcpy(buf + idx, mb, n); ^~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/pool.o src/pool.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/varray.o src/varray.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/shellout.o src/shellout.c src/shellout.c: In function 'sho_open': src/shellout.c:205:13: warning: implicit declaration of function 'forkpty'; did you mean 'fork'? [-Wimplicit-function-declaration] sh->pid = forkpty(&sh->ptym, NULL, &t1, &win); ^~~~~~~ fork cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/csv.o src/csv.c src/csv.c: In function 'csv_parse_wcs': src/csv.c:231:11: warning: this statement may fall through [-Wimplicit-fallthrough=] state = ST_COLLECT; ^ src/csv.c:232:4: note: here case ST_COLLECT: ^~~~ src/csv.c: In function 'csv_parse_str': src/csv.c:126:11: warning: this statement may fall through [-Wimplicit-fallthrough=] state = ST_COLLECT; ^ src/csv.c:127:4: note: here case ST_COLLECT: ^~~~ cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/path.o src/path.c src/path.c: In function 'path_canon': src/path.c:48:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if (*src == srcsep) { ^ src/path.c:52:4: note: here case ST_SEPARATOR: ^~~~ cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/misc.o src/misc.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/text.o src/text.c src/text.c: In function 'strdup': src/text.c:482:46: warning: nonnull argument 's' compared to NULL [-Wnonnull-compare] return s ? strcpy(malloc(strlen(s) + 1), s) : NULL; ^ cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/eval.o src/eval.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/svsem.o src/svsem.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/allocator.o src/allocator.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/suba.o src/suba.c src/suba.c: In function 'suba_print_cell': src/suba.c:293:26: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'ref_t' {aka 'long unsigned int'} [-Wformat=] fprintf(stderr, "%s: %8u-%-8lu %8u %-8u\n", msg, ref, ref + POFF + c->size, c->size, c->next); ~~^ ~~~ %8lu src/suba.c:293:36: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] fprintf(stderr, "%s: %8u-%-8lu %8u %-8u\n", msg, ref, ref + POFF + c->size, c->size, c->next); ~~^ ~~~~~~~ %8lu src/suba.c:293:41: warning: format '%u' expects argument of type 'unsigned int', but argument 7 has type 'ref_t' {aka 'long unsigned int'} [-Wformat=] fprintf(stderr, "%s: %8u-%-8lu %8u %-8u\n", msg, ref, ref + POFF + c->size, c->size, c->next); ~~~^ ~~~~~~~ %-8lu src/suba.c:295:26: warning: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'ref_t' {aka 'long unsigned int'} [-Wformat=] fprintf(stderr, "%s: %8u-err %8u %-8u\n", msg, ref, c->size, c->next); ~~^ ~~~ %8lu src/suba.c:295:34: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] fprintf(stderr, "%s: %8u-err %8u %-8u\n", msg, ref, c->size, c->next); ~~^ ~~~~~~~ %8lu src/suba.c:295:39: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'ref_t' {aka 'long unsigned int'} [-Wformat=] fprintf(stderr, "%s: %8u-err %8u %-8u\n", msg, ref, c->size, c->next); ~~~^ ~~~~~~~ %-8lu src/suba.c: In function 'suba_print_free_list': src/suba.c:343:18: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(buf, "%d", count++); ^ src/suba.c:343:2: note: 'sprintf' output between 2 and 11 bytes into a destination of size 10 sprintf(buf, "%d", count++); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/suba.c:337:19: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(buf, "%d", count++); ^ src/suba.c:337:3: note: 'sprintf' output between 2 and 11 bytes into a destination of size 10 sprintf(buf, "%d", count++); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/time.o src/time.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/bitset.o src/bitset.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/svcond.o src/svcond.c src/svcond.c: In function 'svcond_create': src/svcond.c:76:2: warning: 'memset' used with constant zero length parameter; this could be due to transposed parameters [-Wmemset-transposed-args] memset(cond, sizeof *cond, 0); ^~~~~~ cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/daemon.o src/daemon.c cc -pipe -D_WANT_SEMUN -O2 -fno-strict-aliasing -Wall -W -Isrc -c -o src/diff.o src/diff.c ar rl libmba.a src/dbug.o src/stack.o src/linkedlist.o src/hashmap.o src/hexdump.o src/msgno.o src/cfg.o src/pool.o src/varray.o src/shellout.o src/csv.o src/path.o src/misc.o src/text.o src/eval.o src/svsem.o src/allocator.o src/suba.o src/time.o src/bitset.o src/svcond.o src/daemon.o src/diff.o /usr/libexec/binutils227/elf/ar: creating libmba.a ranlib libmba.a SUCCEEDED 00:00:12 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for libmba-0.9.1_1 ===> Generating temporary packing list ./mktool -i libmba.a /construction/devel/libmba/stage/usr/local/lib ./mktool -i -libname mba -libvers 0.9.1 /construction/devel/libmba/stage/usr/local/lib ./mktool -i src/mba/dbug.h src/mba/msgno.h src/mba/stack.h src/mba/linkedlist.h src/mba/hashmap.h src/mba/hexdump.h src/mba/cfg.h src/mba/pool.h src/mba/varray.h src/mba/shellout.h src/mba/csv.h src/mba/iterator.h src/mba/text.h src/mba/path.h src/mba/eval.h src/mba/svsem.h src/mba/allocator.h src/mba/suba.h src/mba/time.h src/mba/bitset.h src/mba/svcond.h src/mba/daemon.h src/mba/diff.h src/mba/misc.h /construction/devel/libmba/stage/usr/local/include/mba ./mktool -i docs/man/*.3m.gz /construction/devel/libmba/stage/usr/local/man/man3 make -f Makefile.bsd platform_specific_install make[2]: cannot open Makefile.bsd. make[2]: stopped in /construction/devel/libmba/libmba-0.9.1 installation successful /usr/bin/strip /construction/devel/libmba/stage/usr/local/lib/libmba.so ====> 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for libmba-0.9.1_1 file sizes/checksums [47]: 0% file sizes/checksums [47]: 100% packing files [47]: 0% packing files [47]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:15