+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gsoap-2.7.17nb4/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gsoap-2.7.17nb4/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for gsoap-2.7.17nb4 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/home/pbulk/build/devel/gsoap/work/gsoap-2.7' Making all in gsoap gmake[2]: Entering directory '/home/pbulk/build/devel/gsoap/work/gsoap-2.7/gsoap' ln -s -f ./stdsoap2.cpp stdsoap2_cpp.cpp cc -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include -DLINUX -pipe -O2 -I/usr/pkg/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/pkg/include -DLINUX -pipe -O2 -I/usr/pkg/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 cc -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include -DLINUX -DWITH_COOKIES -pipe -O2 -I/usr/pkg/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/pkg/include -DLINUX -DWITH_COOKIES -pipe -O2 -I/usr/pkg/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 cc -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include -DLINUX -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP -pipe -O2 -I/usr/pkg/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 /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/rand.h:44:24: note: declared here DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num)) ^~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/rand.h:44:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' 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 /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/rsa.h:235:25: note: declared here DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void ^~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/rsa.h:235:1: note: in expansion of macro 'DEPRECATEDIN_0_9_8' 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 /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/dh.h:136:24: note: declared here DEPRECATEDIN_0_9_8(DH *DH_generate_parameters(int prime_len, int generator, ^~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/dh.h:136:1: note: in expansion of macro 'DEPRECATEDIN_0_9_8' DEPRECATEDIN_0_9_8(DH *DH_generate_parameters(int prime_len, int generator, ^~~~~~~~~~~~~~~~~~ stdsoap2_ssl.c: In function 'tcp_connect': stdsoap2_ssl.c:3919:13: warning: 'ASN1_STRING_data' is deprecated [-Wdeprecated-declarations] { if (!soap_tag_cmp(host, (const char*)ASN1_STRING_data(name))) ^ In file included from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/asn1.h:554:35: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/asn1.h:554:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~~~ 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 /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' 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 /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' 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 /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl.c:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ mv -f .deps/libgsoapssl_a-stdsoap2_ssl.Tpo .deps/libgsoapssl_a-stdsoap2_ssl.Po rm -f libgsoapssl.a ar cru libgsoapssl.a libgsoapssl_a-stdsoap2_ssl.o ranlib libgsoapssl.a ln -s -f ./stdsoap2.cpp stdsoap2_ssl_cpp.cpp c++ -DHAVE_CONFIG_H -I. -I.. -I/usr/pkg/include -DLINUX -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP -pipe -O2 -I/usr/pkg/include -MT libgsoapssl___a-stdsoap2_ssl_cpp.o -MD -MP -MF .deps/libgsoapssl___a-stdsoap2_ssl_cpp.Tpo -c -o libgsoapssl___a-stdsoap2_ssl_cpp.o `test -f 'stdsoap2_ssl_cpp.cpp' || echo './'`stdsoap2_ssl_cpp.cpp stdsoap2_ssl_cpp.cpp: In function 'int soap_rand()': stdsoap2_ssl_cpp.cpp:2876:27: warning: 'int RAND_pseudo_bytes(unsigned char*, int)' is deprecated [-Wdeprecated-declarations] RAND_pseudo_bytes(buf, 4); ^ In file included from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/rand.h:44:24: note: declared here DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num)) ^~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/rand.h:44:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num)) ^~~~~~~~~~~~~~~~~~ stdsoap2_ssl_cpp.cpp:2876:27: warning: 'int RAND_pseudo_bytes(unsigned char*, int)' is deprecated [-Wdeprecated-declarations] RAND_pseudo_bytes(buf, 4); ^ In file included from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/rand.h:44:24: note: declared here DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num)) ^~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/rand.h:44:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num)) ^~~~~~~~~~~~~~~~~~ stdsoap2_ssl_cpp.cpp: In function 'int ssl_auth_init(soap*)': stdsoap2_ssl_cpp.cpp:3061:57: warning: 'RSA* RSA_generate_key(int, long unsigned int, void (*)(int, int, void*), void*)' is deprecated [-Wdeprecated-declarations] { RSA *rsa = RSA_generate_key(1024, RSA_F4, NULL, NULL); ^ In file included from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/rsa.h:235:25: note: declared here DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void ^~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/rsa.h:235:1: note: in expansion of macro 'DEPRECATEDIN_0_9_8' DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void ^~~~~~~~~~~~~~~~~~ stdsoap2_ssl_cpp.cpp:3061:57: warning: 'RSA* RSA_generate_key(int, long unsigned int, void (*)(int, int, void*), void*)' is deprecated [-Wdeprecated-declarations] { RSA *rsa = RSA_generate_key(1024, RSA_F4, NULL, NULL); ^ In file included from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/rsa.h:235:25: note: declared here DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void ^~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/rsa.h:235:1: note: in expansion of macro 'DEPRECATEDIN_0_9_8' DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void ^~~~~~~~~~~~~~~~~~ stdsoap2_ssl_cpp.cpp:3075:59: warning: 'DH* DH_generate_parameters(int, int, void (*)(int, int, void*), void*)' is deprecated [-Wdeprecated-declarations] dh = DH_generate_parameters(n, 2/*or 5*/, NULL, NULL); ^ In file included from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/dh.h:136:24: note: declared here DEPRECATEDIN_0_9_8(DH *DH_generate_parameters(int prime_len, int generator, ^~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/dh.h:136:1: note: in expansion of macro 'DEPRECATEDIN_0_9_8' DEPRECATEDIN_0_9_8(DH *DH_generate_parameters(int prime_len, int generator, ^~~~~~~~~~~~~~~~~~ stdsoap2_ssl_cpp.cpp:3075:59: warning: 'DH* DH_generate_parameters(int, int, void (*)(int, int, void*), void*)' is deprecated [-Wdeprecated-declarations] dh = DH_generate_parameters(n, 2/*or 5*/, NULL, NULL); ^ In file included from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/dh.h:136:24: note: declared here DEPRECATEDIN_0_9_8(DH *DH_generate_parameters(int prime_len, int generator, ^~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/dh.h:136:1: note: in expansion of macro 'DEPRECATEDIN_0_9_8' DEPRECATEDIN_0_9_8(DH *DH_generate_parameters(int prime_len, int generator, ^~~~~~~~~~~~~~~~~~ stdsoap2_ssl_cpp.cpp: In function 'int tcp_connect(soap*, const char*, const char*, int)': stdsoap2_ssl_cpp.cpp:3919:73: warning: 'unsigned char* ASN1_STRING_data(ASN1_STRING*)' is deprecated [-Wdeprecated-declarations] { if (!soap_tag_cmp(host, (const char*)ASN1_STRING_data(name))) ^ In file included from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/asn1.h:554:35: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/asn1.h:554:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~~~ stdsoap2_ssl_cpp.cpp:3919:73: warning: 'unsigned char* ASN1_STRING_data(ASN1_STRING*)' is deprecated [-Wdeprecated-declarations] { if (!soap_tag_cmp(host, (const char*)ASN1_STRING_data(name))) ^ In file included from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/asn1.h:554:35: note: declared here DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/asn1.h:554:1: note: in expansion of macro 'DEPRECATEDIN_1_1_0' DEPRECATEDIN_1_1_0(unsigned char *ASN1_STRING_data(ASN1_STRING *x)) ^~~~~~~~~~~~~~~~~~ stdsoap2_ssl_cpp.cpp: In function 'int tcp_disconnect(soap*)': stdsoap2_ssl_cpp.cpp:4115:31: warning: 'void ERR_remove_state(long unsigned int)' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^ In file included from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ stdsoap2_ssl_cpp.cpp:4115:31: warning: 'void ERR_remove_state(long unsigned int)' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^ In file included from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ stdsoap2_ssl_cpp.cpp:4138:23: warning: 'void ERR_remove_state(long unsigned int)' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^ In file included from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ stdsoap2_ssl_cpp.cpp:4138:23: warning: 'void ERR_remove_state(long unsigned int)' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^ In file included from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ stdsoap2_ssl_cpp.cpp: In function 'void soap_done(soap*)': stdsoap2_ssl_cpp.cpp:4676:21: warning: 'void ERR_remove_state(long unsigned int)' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^ In file included from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ stdsoap2_ssl_cpp.cpp:4676:21: warning: 'void ERR_remove_state(long unsigned int)' is deprecated [-Wdeprecated-declarations] ERR_remove_state(0); ^ In file included from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/e_os2.h:13, from /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/bio.h:13, from stdsoap2.h:665, from stdsoap2_ssl_cpp.cpp:70: /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/err.h:261:25: note: declared here DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/opensslconf.h:112:37: note: in definition of macro 'DECLARE_DEPRECATED' # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated)); ^ /home/pbulk/build/devel/gsoap/work/.buildlink/include/openssl/err.h:261:1: note: in expansion of macro 'DEPRECATEDIN_1_0_0' DEPRECATEDIN_1_0_0(void ERR_remove_state(unsigned long pid)) ^~~~~~~~~~~~~~~~~~ mv -f .deps/libgsoapssl___a-stdsoap2_ssl_cpp.Tpo .deps/libgsoapssl___a-stdsoap2_ssl_cpp.Po rm -f libgsoapssl++.a ar cru libgsoapssl++.a libgsoapssl___a-stdsoap2_ssl_cpp.o ranlib libgsoapssl++.a /usr/pkg/bin/gmake all-recursive gmake[3]: Entering directory '/home/pbulk/build/devel/gsoap/work/gsoap-2.7/gsoap' Making all in . gmake[4]: Entering directory '/home/pbulk/build/devel/gsoap/work/gsoap-2.7/gsoap' gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/home/pbulk/build/devel/gsoap/work/gsoap-2.7/gsoap' Making all in src gmake[4]: Entering directory '/home/pbulk/build/devel/gsoap/work/gsoap-2.7/gsoap/src' /bin/bash ../../ylwrap soapcpp2_yacc.y y.tab.c soapcpp2_yacc.c y.tab.h soapcpp2_yacc.h y.output soapcpp2_yacc.output -- /usr/pkg/bin/bison -y -d -v /home/pbulk/build/devel/gsoap/work/gsoap-2.7/gsoap/src/soapcpp2_yacc.y: warning: 1 shift/reduce conflict [-Wconflicts-sr] /home/pbulk/build/devel/gsoap/work/gsoap-2.7/gsoap/src/soapcpp2_yacc.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples updating soapcpp2_yacc.h updating soapcpp2_yacc.output cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DLINUX -pipe -O2 -I/usr/pkg/include -MT soapcpp2-soapcpp2_yacc.o -MD -MP -MF .deps/soapcpp2-soapcpp2_yacc.Tpo -c -o soapcpp2-soapcpp2_yacc.o `test -f 'soapcpp2_yacc.c' || echo './'`soapcpp2_yacc.c mv -f .deps/soapcpp2-soapcpp2_yacc.Tpo .deps/soapcpp2-soapcpp2_yacc.Po /bin/bash ../../ylwrap soapcpp2_lex.l lex.yy.c soapcpp2_lex.c -- flex -l cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DLINUX -pipe -O2 -I/usr/pkg/include -MT soapcpp2-soapcpp2_lex.o -MD -MP -MF .deps/soapcpp2-soapcpp2_lex.Tpo -c -o soapcpp2-soapcpp2_lex.o `test -f 'soapcpp2_lex.c' || echo './'`soapcpp2_lex.c mv -f .deps/soapcpp2-soapcpp2_lex.Tpo .deps/soapcpp2-soapcpp2_lex.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DLINUX -pipe -O2 -I/usr/pkg/include -MT soapcpp2-symbol2.o -MD -MP -MF .deps/soapcpp2-symbol2.Tpo -c -o soapcpp2-symbol2.o `test -f 'symbol2.c' || echo './'`symbol2.c mv -f .deps/soapcpp2-symbol2.Tpo .deps/soapcpp2-symbol2.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DLINUX -pipe -O2 -I/usr/pkg/include -MT soapcpp2-error2.o -MD -MP -MF .deps/soapcpp2-error2.Tpo -c -o soapcpp2-error2.o `test -f 'error2.c' || echo './'`error2.c mv -f .deps/soapcpp2-error2.Tpo .deps/soapcpp2-error2.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DLINUX -pipe -O2 -I/usr/pkg/include -MT soapcpp2-init2.o -MD -MP -MF .deps/soapcpp2-init2.Tpo -c -o soapcpp2-init2.o `test -f 'init2.c' || echo './'`init2.c mv -f .deps/soapcpp2-init2.Tpo .deps/soapcpp2-init2.Po cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/pkg/include -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DLINUX -pipe -O2 -I/usr/pkg/include -MT soapcpp2-soapcpp2.o -MD -MP -MF .deps/soapcpp2-soapcpp2.Tpo -c -o soapcpp2-soapcpp2.o `test -f 'soapcpp2.c' || echo './'`soapcpp2.c mv -f .deps/soapcpp2-soapcpp2.Tpo .deps/soapcpp2-soapcpp2.Po cc -DWITH_YACC -DWITH_FLEX -DSOAPCPP_IMPORT_PATH="\"/usr/pkg/share/gsoap/import\"" -DLINUX -pipe -O2 -I/usr/pkg/include -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o soapcpp2 soapcpp2-soapcpp2_yacc.o soapcpp2-soapcpp2_lex.o soapcpp2-symbol2.o soapcpp2-error2.o soapcpp2-init2.o soapcpp2-soapcpp2.o -ly -lfl /bin/ld: cannot find -ly collect2: error: ld returned 1 exit status gmake[4]: *** [Makefile:265: soapcpp2] Error 1 gmake[4]: Leaving directory '/home/pbulk/build/devel/gsoap/work/gsoap-2.7/gsoap/src' gmake[3]: *** [Makefile:516: all-recursive] Error 1 gmake[3]: Leaving directory '/home/pbulk/build/devel/gsoap/work/gsoap-2.7/gsoap' gmake[2]: *** [Makefile:261: all] Error 2 gmake[2]: Leaving directory '/home/pbulk/build/devel/gsoap/work/gsoap-2.7/gsoap' gmake[1]: *** [Makefile:308: all-recursive] Error 1 gmake[1]: Leaving directory '/home/pbulk/build/devel/gsoap/work/gsoap-2.7' gmake: *** [Makefile:218: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/devel/gsoap *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el8-trunk-x86_64/devel/gsoap