------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The dolly 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 ------------------------------------------------------------------------------- ===> dolly-0.58.c depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The dolly 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 ===> dolly-0.58.c depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dolly-0.58.c for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The dolly 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 ===> dolly-0.58.c depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dolly-0.58.c for building => SHA256 Checksum OK for dolly.0.58C.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The dolly 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 ===> dolly-0.58.c depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dolly-0.58.c for building ===> Extracting for dolly-0.58.c => SHA256 Checksum OK for dolly.0.58C.tar.gz. Extracted Memory Use: 0.11M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for dolly-0.58.c ===> Applying extra patch /xports/sysutils/dolly/files/extra-bzip2-patch-dolly.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for dolly-0.58.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for dolly-0.58.c --- dolly --- cc -Wall -g -O -pipe -O2 -fno-strict-aliasing dolly.c -o dolly dolly.c: In function 'buildring': dolly.c:1368:37: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] ctrlin = accept(ctrlsock, NULL, &size); ^~~~~ In file included from dolly.c:100: /usr/include/sys/socket.h:486:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ dolly.c:1384:40: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] datain[0] = accept(datasock, NULL, &size); ^~~~~ In file included from dolly.c:100: /usr/include/sys/socket.h:486:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ dolly.c:1397:41: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] datain[1 + i] = accept(datasock, NULL, &size); ^~~~~ In file included from dolly.c:100: /usr/include/sys/socket.h:486:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ dolly.c:1420:8: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] "Couldn't write got-parameters-message back to server " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dolly.c:1422:13: ret, strlen(msg)); ~~~~~~~~~~~ dolly.c:1421:30: note: format string is defined here "(sent %d instead of %d bytes).\n", ~^ %ld dolly.c:1534:8: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] "Couldn't write ready-message back to server " ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dolly.c:1536:13: ret, strlen(msg)); ~~~~~~~~~~~ dolly.c:1535:30: note: format string is defined here "(sent %d instead of %d bytes).\n", ~^ %ld dolly.c: In function 'open_infile': dolly.c:1165:32: warning: '%s' directive writing up to 271 bytes into a region of size 240 [-Wformat-overflow=] sprintf(str, "open inputfile '%s'", name); ^~ ~~~~ dolly.c:1165:2: note: 'sprintf' output between 18 and 289 bytes into a destination of size 256 sprintf(str, "open inputfile '%s'", name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dolly.c:1153:32: warning: '%s' directive writing up to 271 bytes into a region of size 240 [-Wformat-overflow=] sprintf(str, "open inputfile '%s'", name); ^~ ~~~~ dolly.c:1153:2: note: 'sprintf' output between 18 and 289 bytes into a destination of size 256 sprintf(str, "open inputfile '%s'", name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dolly.c: In function 'open_outfile.constprop': dolly.c:1243:33: warning: '%s' directive writing up to 271 bytes into a region of size 239 [-Wformat-overflow=] sprintf(str, "open outputfile '%s'", name); ^~ ~~~~ dolly.c:1243:2: note: 'sprintf' output between 19 and 290 bytes into a destination of size 256 sprintf(str, "open outputfile '%s'", name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dolly.c:1232:33: warning: '%s' directive writing up to 271 bytes into a region of size 239 [-Wformat-overflow=] sprintf(str, "open outputfile '%s'", name); ^~ ~~~~ dolly.c:1232:2: note: 'sprintf' output between 19 and 290 bytes into a destination of size 256 sprintf(str, "open outputfile '%s'", name); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dolly.c: In function 'buildring': dolly.c:978:45: warning: '%s' directive writing up to 287 bytes into a region of size 232 [-Wformat-overflow=] sprintf(str, "gethostbyname for host '%s' error %d", ^~ hn, h_errno); ~~ dolly.c:978:7: note: 'sprintf' output between 34 and 331 bytes into a destination of size 256 sprintf(str, "gethostbyname for host '%s' error %d", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hn, h_errno); ~~~~~~~~~~~~ SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for dolly-0.58.c ===> Generating temporary packing list install -s -m 555 /construction/sysutils/dolly/dolly.0.58C/dolly /construction/sysutils/dolly/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 Warning: Possible REINPLACE_CMD issues sed failed: file content unchanged from backup: Makefile sed failed: file content unchanged from backup: README sed failed: file content unchanged from backup: dolly.c SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for dolly-0.58.c 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:00 TOTAL TIME 00:00:06