------------------------------------------------------------------------------- -- 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/openssl-1.1.1g,1.txz Installing /packages/All/pcre-8.43_2.txz SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The vanitygen 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 ------------------------------------------------------------------------------- ===> vanitygen-0.22_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The vanitygen 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 ===> vanitygen-0.22_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vanitygen-0.22_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The vanitygen 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 ===> vanitygen-0.22_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vanitygen-0.22_1 for building => SHA256 Checksum OK for samr7-vanitygen-0.22-cd1a728_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The vanitygen 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 ===> vanitygen-0.22_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by vanitygen-0.22_1 for building ===> Extracting for vanitygen-0.22_1 => SHA256 Checksum OK for samr7-vanitygen-0.22-cd1a728_GH0.tar.gz. Extracted Memory Use: 0.33M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for vanitygen-0.22_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> vanitygen-0.22_1 depends on package: gmake>=4.3 - found ===> vanitygen-0.22_1 depends on file: /usr/local/lib/libcrypto.so.11 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> vanitygen-0.22_1 depends on shared library: libpcre.so - found (/usr/local/lib/libpcre.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> vanitygen-0.22_1 depends on package: gmake>=4.3 - found ===> vanitygen-0.22_1 depends on file: /usr/local/lib/libcrypto.so.11 - found ===> vanitygen-0.22_1 depends on shared library: libpcre.so - found (/usr/local/lib/libpcre.so) ===> Configuring for vanitygen-0.22_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for vanitygen-0.22_1 gmake[1]: Entering directory '/construction/finance/vanitygen/vanitygen-cd1a728' cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c -o vanitygen.o vanitygen.c cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c -o pattern.o pattern.c cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c -o util.o util.c cc -pipe -O2 -fno-strict-aliasing -I/usr/local/include -c -o keyconv.o keyconv.c In file included from vanitygen.c:32: pattern.h:54:12: error: field 'vxc_bntarg' has incomplete type BIGNUM vxc_bntarg; ^~~~~~~~~~ pattern.h:55:12: error: field 'vxc_bnbase' has incomplete type BIGNUM vxc_bnbase; ^~~~~~~~~~ pattern.h:56:12: error: field 'vxc_bntmp' has incomplete type BIGNUM vxc_bntmp; ^~~~~~~~~ pattern.h:57:12: error: field 'vxc_bntmp2' has incomplete type BIGNUM vxc_bntmp2; ^~~~~~~~~~ vanitygen.c: In function 'vg_thread_loop': vanitygen.c:134:21: error: 'BN_MASK2' undeclared (first use in this function); did you mean 'BN_BITS2'? if ((rekey_at == BN_MASK2) || (rekey_at > rekey_max)) ^~~~~~~~ BN_BITS2 vanitygen.c:134:21: note: each undeclared identifier is reported only once for each function it appears in gmake[1]: *** [: vanitygen.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... In file included from pattern.c:34: pattern.h:54:12: error: field 'vxc_bntarg' has incomplete type BIGNUM vxc_bntarg; ^~~~~~~~~~ pattern.h:55:12: error: field 'vxc_bnbase' has incomplete type BIGNUM vxc_bnbase; ^~~~~~~~~~ pattern.h:56:12: error: field 'vxc_bntmp' has incomplete type BIGNUM vxc_bntmp; ^~~~~~~~~ pattern.h:57:12: error: field 'vxc_bntmp2' has incomplete type BIGNUM vxc_bntmp2; ^~~~~~~~~~ pattern.c: In function 'vg_exec_context_init': pattern.c:154:2: warning: implicit declaration of function 'BN_init'; did you mean 'BN_print'? [-Wimplicit-function-declaration] BN_init(&vxcp->vxc_bntarg); ^~~~~~~ BN_print pattern.c: In function 'get_prefix_ranges': pattern.c:695:9: error: storage size of 'bntarg' isn't known BIGNUM bntarg, bnceil, bnfloor; ^~~~~~ pattern.c:695:17: error: storage size of 'bnceil' isn't known BIGNUM bntarg, bnceil, bnfloor; ^~~~~~ pattern.c:695:25: error: storage size of 'bnfloor' isn't known BIGNUM bntarg, bnceil, bnfloor; ^~~~~~~ pattern.c:696:9: error: storage size of 'bnbase' isn't known BIGNUM bnbase; ^~~~~~ pattern.c:699:9: error: storage size of 'bntmp' isn't known BIGNUM bntmp, bntmp2; ^~~~~ pattern.c:699:16: error: storage size of 'bntmp2' isn't known BIGNUM bntmp, bntmp2; ^~~~~~ In file included from keyconv.c:17: pattern.h:54:12: error: field 'vxc_bntarg' has incomplete type BIGNUM vxc_bntarg; ^~~~~~~~~~ pattern.h:55:12: error: field 'vxc_bnbase' has incomplete type BIGNUM vxc_bnbase; ^~~~~~~~~~ pattern.h:56:12: error: field 'vxc_bntmp' has incomplete type BIGNUM vxc_bntmp; ^~~~~~~~~ pattern.h:57:12: error: field 'vxc_bntmp2' has incomplete type BIGNUM vxc_bntmp2; ^~~~~~~~~~ keyconv.c: In function 'main': keyconv.c:141:10: error: storage size of 'bntmp' isn't known BIGNUM bntmp, bntmp2; ^~~~~ keyconv.c:141:17: error: storage size of 'bntmp2' isn't known BIGNUM bntmp, bntmp2; ^~~~~~ pattern.c: At top level: pattern.c:1209:11: error: field 'vcp_difficulty' has incomplete type BIGNUM vcp_difficulty; ^~~~~~~~~~~~~~ pattern.c: In function 'vg_prefix_context_add_patterns': pattern.c:1280:9: error: storage size of 'bntmp' isn't known BIGNUM bntmp, bntmp2, bntmp3; ^~~~~ pattern.c:1280:16: error: storage size of 'bntmp2' isn't known BIGNUM bntmp, bntmp2, bntmp3; ^~~~~~ pattern.c:1280:24: error: storage size of 'bntmp3' isn't known BIGNUM bntmp, bntmp2, bntmp3; ^~~~~~ keyconv.c:158:3: warning: implicit declaration of function 'BN_init'; did you mean 'BN_print'? [-Wimplicit-function-declaration] BN_init(&bntmp); ^~~~~~~ BN_print pattern.c: In function 'vg_prefix_get_difficulty': pattern.c:1427:9: error: storage size of 'result' isn't known BIGNUM result, bntmp; ^~~~~~ pattern.c:1427:17: error: storage size of 'bntmp' isn't known BIGNUM result, bntmp; ^~~~~ pattern.c: In function 'vg_regex_test': pattern.c:1719:9: error: storage size of 'bnrem' isn't known BIGNUM bnrem; ^~~~~ gmake[1]: *** [: keyconv.o] Error 1 gmake[1]: *** [: pattern.o] Error 1 In file included from util.c:39: pattern.h:54:12: error: field 'vxc_bntarg' has incomplete type BIGNUM vxc_bntarg; ^~~~~~~~~~ pattern.h:55:12: error: field 'vxc_bnbase' has incomplete type BIGNUM vxc_bnbase; ^~~~~~~~~~ pattern.h:56:12: error: field 'vxc_bntmp' has incomplete type BIGNUM vxc_bntmp; ^~~~~~~~~ pattern.h:57:12: error: field 'vxc_bntmp2' has incomplete type BIGNUM vxc_bntmp2; ^~~~~~~~~~ util.c: In function 'vg_b58_encode_check': util.c:108:9: error: storage size of 'bna' isn't known BIGNUM bna, bnb, bnbase, bnrem; ^~~ util.c:108:14: error: storage size of 'bnb' isn't known BIGNUM bna, bnb, bnbase, bnrem; ^~~ util.c:108:19: error: storage size of 'bnbase' isn't known BIGNUM bna, bnb, bnbase, bnrem; ^~~~~~ util.c:108:27: error: storage size of 'bnrem' isn't known BIGNUM bna, bnb, bnbase, bnrem; ^~~~~ util.c:113:2: warning: implicit declaration of function 'BN_init'; did you mean 'BN_print'? [-Wimplicit-function-declaration] BN_init(&bna); ^~~~~~~ BN_print util.c: In function 'vg_b58_decode_check': util.c:167:9: error: storage size of 'bn' isn't known BIGNUM bn, bnw, bnbase; ^~ util.c:167:13: error: storage size of 'bnw' isn't known BIGNUM bn, bnw, bnbase; ^~~ util.c:167:18: error: storage size of 'bnbase' isn't known BIGNUM bn, bnw, bnbase; ^~~~~~ util.c: In function 'vg_decode_privkey': util.c:337:9: error: storage size of 'bnpriv' isn't known BIGNUM bnpriv; ^~~~~~ util.c: In function 'vg_protect_crypt': util.c:547:44: error: dereferencing pointer to incomplete type 'EVP_CIPHER' {aka 'const struct evp_cipher_st'} ciphertext_len = ((plaintext_len + cipher->block_size - 1) / ^~ util.c: In function 'vg_protect_decode_privkey': util.c:701:9: error: storage size of 'bn' isn't known BIGNUM bn; ^~ gmake[1]: *** [: util.o] Error 1 gmake[1]: Leaving directory '/construction/finance/vanitygen/vanitygen-cd1a728' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /xports/finance/vanitygen FAILED 00:00:01