=> Bootstrap dependency digest>=20010302: found digest-20190127 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for gsoap-2.7.17nb3 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/tmp/devel/gsoap/work/gsoap-2.7' Making all in gsoap gmake[2]: Entering directory '/tmp/devel/gsoap/work/gsoap-2.7/gsoap' ln -s -f ./stdsoap2.cpp stdsoap2_cpp.cpp gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include -DUNKNOWN -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT libgsoap_a-stdsoap2.o -MD -MP -MF .deps/libgsoap_a-stdsoap2.Tpo -c -o libgsoap_a-stdsoap2.o `test -f 'stdsoap2.c' || echo './'`stdsoap2.c mv -f .deps/libgsoap_a-stdsoap2.Tpo .deps/libgsoap_a-stdsoap2.Po rm -f libgsoap.a ar cru libgsoap.a libgsoap_a-stdsoap2.o ranlib libgsoap.a c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -DUNKNOWN -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT libgsoap___a-stdsoap2_cpp.o -MD -MP -MF .deps/libgsoap___a-stdsoap2_cpp.Tpo -c -o libgsoap___a-stdsoap2_cpp.o `test -f 'stdsoap2_cpp.cpp' || echo './'`stdsoap2_cpp.cpp mv -f .deps/libgsoap___a-stdsoap2_cpp.Tpo .deps/libgsoap___a-stdsoap2_cpp.Po rm -f libgsoap++.a ar cru libgsoap++.a libgsoap___a-stdsoap2_cpp.o ranlib libgsoap++.a ln -s -f ./stdsoap2.cpp stdsoap2_ck.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include -DUNKNOWN -DWITH_COOKIES -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT libgsoapck_a-stdsoap2_ck.o -MD -MP -MF .deps/libgsoapck_a-stdsoap2_ck.Tpo -c -o libgsoapck_a-stdsoap2_ck.o `test -f 'stdsoap2_ck.c' || echo './'`stdsoap2_ck.c mv -f .deps/libgsoapck_a-stdsoap2_ck.Tpo .deps/libgsoapck_a-stdsoap2_ck.Po rm -f libgsoapck.a ar cru libgsoapck.a libgsoapck_a-stdsoap2_ck.o ranlib libgsoapck.a ln -s -f ./stdsoap2.cpp stdsoap2_ck_cpp.cpp c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -DUNKNOWN -DWITH_COOKIES -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT libgsoapck___a-stdsoap2_ck_cpp.o -MD -MP -MF .deps/libgsoapck___a-stdsoap2_ck_cpp.Tpo -c -o libgsoapck___a-stdsoap2_ck_cpp.o `test -f 'stdsoap2_ck_cpp.cpp' || echo './'`stdsoap2_ck_cpp.cpp mv -f .deps/libgsoapck___a-stdsoap2_ck_cpp.Tpo .deps/libgsoapck___a-stdsoap2_ck_cpp.Po rm -f libgsoapck++.a ar cru libgsoapck++.a libgsoapck___a-stdsoap2_ck_cpp.o ranlib libgsoapck++.a ln -s -f ./stdsoap2.cpp stdsoap2_ssl.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include -DUNKNOWN -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP -O2 -D_FORTIFY_SOURCE=2 -I/usr/include -MT libgsoapssl_a-stdsoap2_ssl.o -MD -MP -MF .deps/libgsoapssl_a-stdsoap2_ssl.Tpo -c -o libgsoapssl_a-stdsoap2_ssl.o `test -f 'stdsoap2_ssl.c' || echo './'`stdsoap2_ssl.c stdsoap2_ssl.c: In function 'soap_rand': stdsoap2_ssl.c:2876:3: warning: 'RAND_pseudo_bytes' is deprecated [-Wdeprecated-declarations] RAND_pseudo_bytes(buf, 4); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /usr/include/openssl/rand.h:44:1: note: declared here DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num)) ^ stdsoap2_ssl.c: In function 'ssl_auth_init': stdsoap2_ssl.c:3061:3: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations] { RSA *rsa = RSA_generate_key(1024, RSA_F4, NULL, NULL); ^ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /usr/include/openssl/rsa.h:234:1: note: declared here DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void ^ stdsoap2_ssl.c:3075:7: warning: 'DH_generate_parameters' is deprecated [-Wdeprecated-declarations] dh = DH_generate_parameters(n, 2/*or 5*/, NULL, NULL); ^~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /usr/include/openssl/dh.h:136:1: note: declared here DEPRECATEDIN_0_9_8(DH *DH_generate_parameters(int prime_len, int generator, ^ stdsoap2_ssl.c: In function 'tcp_connect': stdsoap2_ssl.c:3868:25: error: dereferencing pointer to incomplete type 'X509_EXTENSION {aka struct X509_extension_st}' data = ext->value->data; ^~ stdsoap2_ssl.c:3919:52: warning: implicit declaration of function 'M_ASN1_STRING_data'; did you mean 'ASN1_STRING_data'? [-Wimplicit-function-declaration] { if (!soap_tag_cmp(host, (const char*)M_ASN1_STRING_data(name))) ^~~~~~~~~~~~~~~~~~ ASN1_STRING_data stdsoap2_ssl.c:3919:39: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] { if (!soap_tag_cmp(host, (const char*)M_ASN1_STRING_data(name))) ^ stdsoap2_ssl.c: In function 'tcp_disconnect': stdsoap2_ssl.c:4115:13: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /usr/include/openssl/err.h:261:1: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ stdsoap2_ssl.c:4138:5: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /usr/include/openssl/err.h:261:1: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ stdsoap2_ssl.c: In function 'soap_done': stdsoap2_ssl.c:4676:3: warning: 'ERR_remove_state' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/e_os2.h:13:0, from /usr/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /usr/include/openssl/err.h:261:1: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^ gmake[2]: *** [Makefile:404: libgsoapssl_a-stdsoap2_ssl.o] Error 1 gmake[2]: Leaving directory '/tmp/devel/gsoap/work/gsoap-2.7/gsoap' gmake[1]: *** [Makefile:308: all-recursive] Error 1 gmake[1]: Leaving directory '/tmp/devel/gsoap/work/gsoap-2.7' gmake: *** [Makefile:218: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/devel/gsoap *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/devel/gsoap