------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> hashcash-1.22 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> hashcash-1.22 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by hashcash-1.22 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> hashcash-1.22 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by hashcash-1.22 for building => SHA256 Checksum OK for hashcash-1.22.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> hashcash-1.22 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by hashcash-1.22 for building ===> Extracting for hashcash-1.22 => SHA256 Checksum OK for hashcash-1.22.tgz. Extracted Memory Use: 0.83M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for hashcash-1.22 ===> Applying ports patches for hashcash-1.22 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for hashcash-1.22 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for hashcash-1.22 --- generic --- /usr/bin/make "CFLAGS=-pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX " build --- hashcash.o --- --- getopt.o --- --- libhc.o --- --- libsha1.o --- --- utct.o --- --- sdb.o --- --- lock.o --- --- sstring.o --- --- random.o --- --- libfastmint.o --- --- hashcash.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c hashcash.c --- getopt.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c getopt.c --- libhc.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c libhc.c --- libsha1.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c libsha1.c --- utct.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c utct.c --- sdb.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c sdb.c --- lock.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c lock.c --- sstring.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c sstring.c --- random.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c random.c --- libfastmint.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c libfastmint.c --- fastmint_mmx_standard_1.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c fastmint_mmx_standard_1.c --- fastmint_mmx_compact_1.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c fastmint_mmx_compact_1.c --- fastmint_ansi_compact_1.o --- --- fastmint_ansi_standard_1.o --- --- fastmint_ansi_compact_1.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c fastmint_ansi_compact_1.c --- fastmint_ansi_standard_1.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c fastmint_ansi_standard_1.c --- fastmint_ansi_compact_2.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c fastmint_ansi_compact_2.c --- fastmint_ansi_standard_2.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c fastmint_ansi_standard_2.c --- fastmint_altivec_standard_1.o --- --- libhc.o --- libhc.c: In function 'hashcash_make_header': --- fastmint_altivec_standard_1.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c fastmint_altivec_standard_1.c --- libhc.o --- libhc.c:259:2: warning: 'strncat' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncat( resp, lf, lf_len ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ libhc.c:242:14: note: length computed here lf_len = strlen(lf); ^~~~~~~~~~ --- fastmint_altivec_standard_2.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c fastmint_altivec_standard_2.c --- libhc.o --- In file included from libhc.c:24: libhc.c: In function 'regexp_match': sstring.h:3:38: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] #define sstrncpy(d,s,l) ((d)[l]='\0',strncpy(d,s,l)) ^~~~~~~~~~~~~~ libhc.c:498:7: note: in expansion of macro 'sstrncpy' sstrncpy( bound_regexp, regexp, re_len ); ^~~~~~~~ libhc.c:490:25: note: length computed here bre_len = re_len = strlen(regexp); ^~~~~~~~~~~~~~ In file included from libhc.c:24: sstring.h:3:38: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] #define sstrncpy(d,s,l) ((d)[l]='\0',strncpy(d,s,l)) ^~~~~~~~~~~~~~ libhc.c:495:7: note: in expansion of macro 'sstrncpy' sstrncpy( (bound_regexp+1), regexp, re_len ); ^~~~~~~~ libhc.c:490:25: note: length computed here bre_len = re_len = strlen(regexp); ^~~~~~~~~~~~~~ --- fastmint_altivec_compact_2.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c fastmint_altivec_compact_2.c --- libfastmint.o --- libfastmint.c: In function 'hashcash_fastmint': libfastmint.c:575:2: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy((char*)buffer, token, buflen); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libfastmint.c:571:9: note: length computed here tail = strlen(token); ^~~~~~~~~~~~~ libfastmint.c:672:4: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy( (char*)last, (char*)buffer, t+1 ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libfastmint.c:670:8: note: length computed here t = strlen( (char*)buffer ); ^~~~~~~~~~~~~~~~~~~~~~~ --- fastmint_ansi_ultracompact_1.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c fastmint_ansi_ultracompact_1.c --- fastmint_library.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c fastmint_library.c --- sha1.o --- cc -pipe -O2 -fno-strict-aliasing -DREGEXP_POSIX -c sha1.c --- fastmint_library.o --- fastmint_library.c: In function 'minter_library': fastmint_library.c:92:3: warning: implicit declaration of function 'SHA1_Transform'; did you mean 'SHA1_Xform'? [-Wimplicit-function-declaration] SHA1_Transform( H, X ); ^~~~~~~~~~~~~~ SHA1_Xform --- sha1 --- cc sha1.o libsha1.o -o sha1 --- libhashcash.a --- rm -f libhashcash.a ar rcs libhashcash.a libhc.o libsha1.o utct.o sdb.o lock.o sstring.o random.o libfastmint.o fastmint_mmx_standard_1.o fastmint_mmx_compact_1.o fastmint_ansi_compact_1.o fastmint_ansi_standard_1.o fastmint_ansi_compact_2.o fastmint_ansi_standard_2.o fastmint_altivec_standard_1.o fastmint_altivec_standard_2.o fastmint_altivec_compact_2.o fastmint_ansi_ultracompact_1.o fastmint_library.o --- hashcash --- cc hashcash.o getopt.o libhashcash.a -o hashcash SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for hashcash-1.22 ===> Generating temporary packing list install -d /construction/mail/hashcash/stage/usr/local/bin install hashcash sha1 /construction/mail/hashcash/stage/usr/local/bin install -d /construction/mail/hashcash/stage/usr/local/man/man1 install -m 644 hashcash.1 sha1-hashcash.1 /construction/mail/hashcash/stage/usr/local/man/man1 install -d /construction/mail/hashcash/stage/usr/local/share/doc/hashcash install -m 644 README LICENSE CHANGELOG /construction/mail/hashcash/stage/usr/local/share/doc/hashcash ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'bin/hashcash' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'bin/sha1' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for hashcash-1.22 file sizes/checksums [7]: 0% file sizes/checksums [7]: 100% packing files [7]: 0% packing files [7]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:04