------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The recoverdm 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 ------------------------------------------------------------------------------- ===> recoverdm-0.20 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The recoverdm 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 ===> recoverdm-0.20 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by recoverdm-0.20 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The recoverdm 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 ===> recoverdm-0.20 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by recoverdm-0.20 for building => SHA256 Checksum OK for flok99-recoverdm-0.20-8ecb743_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The recoverdm 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 ===> recoverdm-0.20 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by recoverdm-0.20 for building ===> Extracting for recoverdm-0.20 => SHA256 Checksum OK for flok99-recoverdm-0.20-8ecb743_GH0.tar.gz. Extracted Memory Use: 0.11M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for recoverdm-0.20 ===> Applying ports patches for recoverdm-0.20 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for recoverdm-0.20 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for recoverdm-0.20 --- recoverdm.o --- --- dev.o --- --- io.o --- --- utils.o --- --- error.o --- --- mergebad.o --- --- recoverdm.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DVERSION=\"0.20\" -c recoverdm.c --- dev.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DVERSION=\"0.20\" -c dev.c --- io.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DVERSION=\"0.20\" -c io.c --- utils.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DVERSION=\"0.20\" -c utils.c --- error.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DVERSION=\"0.20\" -c error.c --- mergebad.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -DVERSION=\"0.20\" -c mergebad.c --- recoverdm.o --- recoverdm.c: In function 'main': recoverdm.c:361:14: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] printf("%lld\r", curpos); ~~~^ ~~~~~~ %ld recoverdm.c:388:24: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] printf("error at %lld bytes, retrying: %d\n", curpos, n); ~~~^ ~~~~~~ %ld recoverdm.c:445:28: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(dsecfile, "%lld %ld\n", curpos, (long)(block_size*skip_value)); ~~~^ ~~~~~~ %ld recoverdm.c:440:10: warning: variable 'ok' set but not used [-Wunused-but-set-variable] char ok = 1; ^~ --- mergebad.o --- mergebad.c: In function 'find_image_without_badblock': mergebad.c:45:50: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] printf("> find_image_without_badblock(%p %d %lld)\n", imgs, n_imgs, offset); ~~~^ ~~~~~~ %ld mergebad.c:59:25: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] printf("= %d/%d, %lld - %lld\n", img_index, badblock_index, cur_offset, cur_bb_end); ~~~^ ~~~~~~~~~~ %ld mergebad.c:59:32: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] printf("= %d/%d, %lld - %lld\n", img_index, badblock_index, cur_offset, cur_bb_end); ~~~^ ~~~~~~~~~~ %ld mergebad.c: In function 'find_smallest_current_badblock': mergebad.c:103:53: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] printf("> find_smallest_current_badblock(%p %d %lld %p %p)\n", imgs, n_imgs, offset, selected_image, selected_badblock); ~~~^ ~~~~~~ %ld mergebad.c:118:25: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] printf("= %d/%d, %lld - %lld\n", img_index, badblock_index, cur_offset, cur_bb_end); ~~~^ ~~~~~~~~~~ %ld mergebad.c:118:32: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] printf("= %d/%d, %lld - %lld\n", img_index, badblock_index, cur_offset, cur_bb_end); ~~~^ ~~~~~~~~~~ %ld mergebad.c:130:33: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] printf("= # bytes left: %lld\n", block_size_left); ~~~^ ~~~~~~~~~~~~~~~ %ld mergebad.c:148:55: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] printf("> find_smallest_current_badblock: %d %d (%lld)\n", *selected_image, *selected_badblock, smallest_block_size); ~~~^ ~~~~~~~~~~~~~~~~~~~ %ld mergebad.c: In function 'read_mapfile': mergebad.c:189:18: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'off_t *' {aka 'long int *'} [-Wformat=] fscanf(fh, "%lld %d", &offset, &block_size); ~~~^ ~~~~~~~ %ld mergebad.c:196:19: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] printf("%d] %lld %d\n", n_bb, offset, block_size); ~~~^ ~~~~~~ %ld mergebad.c: In function 'main': mergebad.c:290:33: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] printf("Adding image: %s/%lld number of badblocks: %d\n", imgs[n_imgs].filename, imgs[n_imgs].size, imgs[n_imgs].bb_list_size); ~~~^ ~~~~~~~~~~~~~~~~~ %ld mergebad.c:318:31: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] printf("Length set to: %lld\n", length); ~~~^ ~~~~~~ %ld mergebad.c:357:60: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] printf("No filelength given, using length of file %s: %lld\n", imgs[0].filename, (length = get_filesize(imgs[0].filename))); ~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %ld mergebad.c:365:31: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] printf("Current offset: %lld\n", offset); ~~~^ ~~~~~~ %ld mergebad.c:388:26: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] printf("Will copy %lld bytes from file %s\n", n_bytes_to_copy, imgs[img_index].filename); ~~~^ ~~~~~~~~~~~~~~~ %ld mergebad.c:396:53: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(stderr, "There was a problem copying %lld bytes of data from file %s to the outputfile: %s (%d)\n", n_bytes_to_copy, imgs[img_index].filename, strerror(errno), errno); ~~~^ ~~~~~~~~~~~~~~~ %ld mergebad.c:411:63: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] printf("No image without badblocks for current offset (%lld) found: \"guessing\" one or more bytes.\n", offset); ~~~^ ~~~~~~ %ld mergebad.c:431:30: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(fh_map_file, "%lld %lld\n", offset, n_to_guess); ~~~^ ~~~~~~ %ld mergebad.c:431:35: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(fh_map_file, "%lld %lld\n", offset, n_to_guess); ~~~^ ~~~~~~~~~~ %ld mergebad.c:437:29: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t' {aka 'long int'} [-Wformat=] printf("\"Guessing\" %lld bytes\n", n_to_guess); ~~~^ ~~~~~~~~~~ %ld --- utils.o --- utils.c: In function 'copy_block': utils.c:56:37: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] fprintf(stderr, "Failed to read %d bytes from inputfile: %s (%d)\n", sector_size, strerror(errno), errno); ~^ ~~~~~~~~~~~ %ld --- mergebad --- cc -Wall -W mergebad.o io.o utils.o error.o -o mergebad --- recoverdm --- cc -Wall -W recoverdm.o dev.o io.o utils.o error.o -o recoverdm SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for recoverdm-0.20 ===> Generating temporary packing list install -m 755 recoverdm /construction/sysutils/recoverdm/stage/usr/local/bin install -m 755 mergebad /construction/sysutils/recoverdm/stage/usr/local/bin install -m 644 recoverdm.1 /construction/sysutils/recoverdm/stage/usr/local/man/man1 /usr/bin/strip /construction/sysutils/recoverdm/stage/usr/local/bin/* ====> 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 recoverdm-0.20 file sizes/checksums [3]: 0% file sizes/checksums [3]: 100% packing files [3]: 0% packing files [3]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:03