Run | | | Workspace | | | Log | | | Issues | | | Fixes | | | Pre-reqs | | | Stats | | | XRef | | | Maven Repository Proxy Log |
Prefix | Name | Value |
---|
make
make[1]: Entering directory '/srv/gump/public/workspace/tomcat-native-2.0-3.2.x/native' /bin/bash /srv/gump/public/workspace/apr-1/dest-20241105/build-1/libtool --silent --mode=compile --tag=CC gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -DTCNATIVE_LINUX -DHAVE_POLLSET_WAKEUP -I./include -I/usr/local/asfpackages/java/openjdk-22-ea+20/include -I/usr/local/asfpackages/java/openjdk-22-ea+20/include/linux -I/srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include -I/srv/gump/public/workspace/apr-1/dest-20241105/include/apr-1 -o src/bb.lo -c src/bb.c && touch src/bb.lo /bin/bash /srv/gump/public/workspace/apr-1/dest-20241105/build-1/libtool --silent --mode=compile --tag=CC gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -DTCNATIVE_LINUX -DHAVE_POLLSET_WAKEUP -I./include -I/usr/local/asfpackages/java/openjdk-22-ea+20/include -I/usr/local/asfpackages/java/openjdk-22-ea+20/include/linux -I/srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include -I/srv/gump/public/workspace/apr-1/dest-20241105/include/apr-1 -o src/error.lo -c src/error.c && touch src/error.lo /bin/bash /srv/gump/public/workspace/apr-1/dest-20241105/build-1/libtool --silent --mode=compile --tag=CC gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -DTCNATIVE_LINUX -DHAVE_POLLSET_WAKEUP -I./include -I/usr/local/asfpackages/java/openjdk-22-ea+20/include -I/usr/local/asfpackages/java/openjdk-22-ea+20/include/linux -I/srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include -I/srv/gump/public/workspace/apr-1/dest-20241105/include/apr-1 -o src/jnilib.lo -c src/jnilib.c && touch src/jnilib.lo /bin/bash /srv/gump/public/workspace/apr-1/dest-20241105/build-1/libtool --silent --mode=compile --tag=CC gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -DTCNATIVE_LINUX -DHAVE_POLLSET_WAKEUP -I./include -I/usr/local/asfpackages/java/openjdk-22-ea+20/include -I/usr/local/asfpackages/java/openjdk-22-ea+20/include/linux -I/srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include -I/srv/gump/public/workspace/apr-1/dest-20241105/include/apr-1 -o src/pool.lo -c src/pool.c && touch src/pool.lo /bin/bash /srv/gump/public/workspace/apr-1/dest-20241105/build-1/libtool --silent --mode=compile --tag=CC gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -DTCNATIVE_LINUX -DHAVE_POLLSET_WAKEUP -I./include -I/usr/local/asfpackages/java/openjdk-22-ea+20/include -I/usr/local/asfpackages/java/openjdk-22-ea+20/include/linux -I/srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include -I/srv/gump/public/workspace/apr-1/dest-20241105/include/apr-1 -o src/ssl.lo -c src/ssl.c && touch src/ssl.lo src/ssl.c: In function ‘make_dh_params’: src/ssl.c:52:5: warning: ‘DH_new’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 52 | DH *dh = DH_new(); | ^~ In file included from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/dsa.h:31, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/x509.h:37, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ssl.h:32, from ./include/ssl_private.h:38, from src/ssl.c:23: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/dh.h:206:27: note: declared here 206 | OSSL_DEPRECATEDIN_3_0 DH *DH_new(void); | ^~~~~~ src/ssl.c:63:5: warning: ‘DH_set0_pqg’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 63 | if (!p || !g || !DH_set0_pqg(dh, p, NULL, g)) { | ^~ In file included from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/dsa.h:31, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/x509.h:37, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ssl.h:32, from ./include/ssl_private.h:38, from src/ssl.c:23: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/dh.h:262:27: note: declared here 262 | OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ^~~~~~~~~~~ src/ssl.c:64:9: warning: ‘DH_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 64 | DH_free(dh); | ^~~~~~~ In file included from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/dsa.h:31, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/x509.h:37, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ssl.h:32, from ./include/ssl_private.h:38, from src/ssl.c:23: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/dh.h:207:28: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ src/ssl.c: In function ‘free_dh_params’: src/ssl.c:102:9: warning: ‘DH_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 102 | DH_free(dhparams[n].dh); | ^~~~~~~ In file included from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/dsa.h:31, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/x509.h:37, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ssl.h:32, from ./include/ssl_private.h:38, from src/ssl.c:23: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/dh.h:207:28: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ src/ssl.c: In function ‘ssl_init_cleanup’: src/ssl.c:164:9: warning: ‘ENGINE_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 164 | ENGINE_free(tcn_ssl_engine); | ^~~~~~~~~~~ In file included from ./include/ssl_private.h:56, from src/ssl.c:23: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/engine.h:493:27: note: declared here 493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); | ^~~~~~~~~~~ src/ssl.c: In function ‘ssl_try_load_engine’: src/ssl.c:192:5: warning: ‘ENGINE_by_id’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 192 | ENGINE *e = ENGINE_by_id("dynamic"); | ^~~~~~ In file included from ./include/ssl_private.h:56, from src/ssl.c:23: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/engine.h:336:31: note: declared here 336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); | ^~~~~~~~~~~~ src/ssl.c:194:9: warning: ‘ENGINE_ctrl_cmd_string’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 194 | if (!ENGINE_ctrl_cmd_string(e, "SO_PATH", engine, 0) | ^~ In file included from ./include/ssl_private.h:56, from src/ssl.c:23: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/engine.h:479:5: note: declared here 479 | int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, | ^~~~~~~~~~~~~~~~~~~~~~ src/ssl.c:195:13: warning: ‘ENGINE_ctrl_cmd_string’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 195 | || !ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0)) { | ^~ In file included from ./include/ssl_private.h:56, from src/ssl.c:23: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/engine.h:479:5: note: declared here 479 | int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg, | ^~~~~~~~~~~~~~~~~~~~~~ src/ssl.c:196:13: warning: ‘ENGINE_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 196 | ENGINE_free(e); | ^~~~~~~~~~~ In file included from ./include/ssl_private.h:56, from src/ssl.c:23: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/engine.h:493:27: note: declared here 493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e); | ^~~~~~~~~~~ src/ssl.c: In function ‘Java_org_apache_tomcat_jni_SSL_initialize’: src/ssl.c:316:13: warning: ‘ENGINE_register_all_complete’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 316 | ENGINE_register_all_complete(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./include/ssl_private.h:56, from src/ssl.c:23: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/engine.h:415:27: note: declared here 415 | OSSL_DEPRECATEDIN_3_0 int ENGINE_register_all_complete(void); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ssl.c:319:13: warning: ‘ENGINE_by_id’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 319 | if ((ee = ENGINE_by_id(J2S(engine))) == NULL | ^~ In file included from ./include/ssl_private.h:56, from src/ssl.c:23: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/engine.h:336:31: note: declared here 336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id); | ^~~~~~~~~~~~ src/ssl.c:325:21: warning: ‘ENGINE_ctrl’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 325 | ENGINE_ctrl(ee, ENGINE_CTRL_CHIL_SET_FORKCHECK, 1, 0, 0); | ^~~~~~~~~~~ In file included from ./include/ssl_private.h:56, from src/ssl.c:23: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/engine.h:429:27: note: declared here 429 | OSSL_DEPRECATEDIN_3_0 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, | ^~~~~~~~~~~ src/ssl.c:327:17: warning: ‘ENGINE_set_default’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 327 | if (!ENGINE_set_default(ee, ENGINE_METHOD_ALL)) | ^~ In file included from ./include/ssl_private.h:56, from src/ssl.c:23: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/engine.h:708:27: note: declared here 708 | OSSL_DEPRECATEDIN_3_0 int ENGINE_set_default(ENGINE *e, unsigned int flags); | ^~~~~~~~~~~~~~~~~~ /bin/bash /srv/gump/public/workspace/apr-1/dest-20241105/build-1/libtool --silent --mode=compile --tag=CC gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -DTCNATIVE_LINUX -DHAVE_POLLSET_WAKEUP -I./include -I/usr/local/asfpackages/java/openjdk-22-ea+20/include -I/usr/local/asfpackages/java/openjdk-22-ea+20/include/linux -I/srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include -I/srv/gump/public/workspace/apr-1/dest-20241105/include/apr-1 -o src/sslconf.lo -c src/sslconf.c && touch src/sslconf.lo /bin/bash /srv/gump/public/workspace/apr-1/dest-20241105/build-1/libtool --silent --mode=compile --tag=CC gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -DTCNATIVE_LINUX -DHAVE_POLLSET_WAKEUP -I./include -I/usr/local/asfpackages/java/openjdk-22-ea+20/include -I/usr/local/asfpackages/java/openjdk-22-ea+20/include/linux -I/srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include -I/srv/gump/public/workspace/apr-1/dest-20241105/include/apr-1 -o src/sslcontext.lo -c src/sslcontext.c && touch src/sslcontext.lo src/sslcontext.c: In function ‘Java_org_apache_tomcat_jni_SSLContext_setTmpDH’: src/sslcontext.c:765:5: warning: ‘PEM_read_bio_DHparams’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 765 | dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL); | ^~ In file included from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ssl.h:37, from ./include/ssl_private.h:38, from src/sslcontext.c:27: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/pem.h:74:11: note: declared here 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ | ^~~~ /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/pem.h:272:10: note: in expansion of macro ‘PEM_read_cb_fnsig’ 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); | ^~~~~~~~~~~~~~~~~ /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/pem.h:336:5: note: in expansion of macro ‘DECLARE_PEM_read_bio_attr’ 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/pem.h:346:5: note: in expansion of macro ‘DECLARE_PEM_read_attr’ 346 | DECLARE_PEM_read_attr(attr, name, type) \ | ^~~~~~~~~~~~~~~~~~~~~ /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/pem.h:473:1: note: in expansion of macro ‘DECLARE_PEM_rw_attr’ 473 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH) | ^~~~~~~~~~~~~~~~~~~ src/sslcontext.c:777:9: warning: ‘DH_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 777 | DH_free(dh); | ^~~~~~~ In file included from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/dsa.h:31, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/x509.h:37, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ssl.h:32, from ./include/ssl_private.h:38, from src/sslcontext.c:27: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/dh.h:207:28: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ src/sslcontext.c:784:5: warning: ‘DH_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 784 | DH_free(dh); | ^~~~~~~ In file included from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/dsa.h:31, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/x509.h:37, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ssl.h:32, from ./include/ssl_private.h:38, from src/sslcontext.c:27: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/dh.h:207:28: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ src/sslcontext.c: In function ‘Java_org_apache_tomcat_jni_SSLContext_setTmpECDHByCurveName’: src/sslcontext.c:808:5: warning: ‘EC_KEY_new_by_curve_name’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 808 | ecdh = EC_KEY_new_by_curve_name(i); | ^~~~ In file included from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/x509.h:33, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ssl.h:32, from ./include/ssl_private.h:38, from src/sslcontext.c:27: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ec.h:1017:31: note: declared here 1017 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid); | ^~~~~~~~~~~~~~~~~~~~~~~~ src/sslcontext.c:818:9: warning: ‘EC_KEY_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 818 | EC_KEY_free(ecdh); | ^~~~~~~~~~~ In file included from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/x509.h:33, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ssl.h:32, from ./include/ssl_private.h:38, from src/sslcontext.c:27: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ec.h:1022:28: note: declared here 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ src/sslcontext.c:824:5: warning: ‘EC_KEY_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 824 | EC_KEY_free(ecdh); | ^~~~~~~~~~~ In file included from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/x509.h:33, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ssl.h:32, from ./include/ssl_private.h:38, from src/sslcontext.c:27: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ec.h:1022:28: note: declared here 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ src/sslcontext.c: In function ‘Java_org_apache_tomcat_jni_SSLContext_setCertificate’: src/sslcontext.c:1042:17: warning: ‘ENGINE_load_private_key’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1042 | (c->keys[idx] = ENGINE_load_private_key(tcn_ssl_engine, key_file, | ^ In file included from ./include/ssl_private.h:56, from src/sslcontext.c:27: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/engine.h:638:11: note: declared here 638 | EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, | ^~~~~~~~~~~~~~~~~~~~~~~ src/sslcontext.c:1087:9: warning: ‘DH_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1087 | DH_free(dhparams); | ^~~~~~~ In file included from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/dsa.h:31, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/x509.h:37, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ssl.h:32, from ./include/ssl_private.h:38, from src/sslcontext.c:27: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/dh.h:207:28: note: declared here 207 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ src/sslcontext.c:1098:9: warning: ‘EC_KEY_new_by_curve_name’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1098 | (eckey = EC_KEY_new_by_curve_name(nid))) { | ^ In file included from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/x509.h:33, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ssl.h:32, from ./include/ssl_private.h:38, from src/sslcontext.c:27: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ec.h:1017:31: note: declared here 1017 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid); | ^~~~~~~~~~~~~~~~~~~~~~~~ src/sslcontext.c:1102:5: warning: ‘EC_KEY_free’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1102 | EC_KEY_free(eckey); | ^~~~~~~~~~~ In file included from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/x509.h:33, from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ssl.h:32, from ./include/ssl_private.h:38, from src/sslcontext.c:27: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ec.h:1022:28: note: declared here 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~
Continuation...
src/sslcontext.c:1105:5: warning: ‘SSL_CTX_set_tmp_dh_callback’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1105 | SSL_CTX_set_tmp_dh_callback(c->ctx, SSL_callback_tmp_DH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./include/ssl_private.h:38, from src/sslcontext.c:27: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ssl.h:2264:6: note: declared here 2264 | void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/sslcontext.c: In function ‘Java_org_apache_tomcat_jni_SSLContext_setCertificateRaw’: src/sslcontext.c:1214:5: warning: ‘SSL_CTX_set_tmp_dh_callback’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 1214 | SSL_CTX_set_tmp_dh_callback(c->ctx, SSL_callback_tmp_DH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./include/ssl_private.h:38, from src/sslcontext.c:27: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ssl.h:2264:6: note: declared here 2264 | void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash /srv/gump/public/workspace/apr-1/dest-20241105/build-1/libtool --silent --mode=compile --tag=CC gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -DTCNATIVE_LINUX -DHAVE_POLLSET_WAKEUP -I./include -I/usr/local/asfpackages/java/openjdk-22-ea+20/include -I/usr/local/asfpackages/java/openjdk-22-ea+20/include/linux -I/srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include -I/srv/gump/public/workspace/apr-1/dest-20241105/include/apr-1 -o src/sslutils.lo -c src/sslutils.c && touch src/sslutils.lo src/sslutils.c: In function ‘SSL_dh_GetParamFromFile’: src/sslutils.c:191:5: warning: ‘PEM_read_bio_DHparams’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 191 | dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL); | ^~ In file included from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ssl.h:37, from ./include/ssl_private.h:38, from src/sslutils.c:23: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/pem.h:74:11: note: declared here 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ | ^~~~ /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/pem.h:272:10: note: in expansion of macro ‘PEM_read_cb_fnsig’ 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); | ^~~~~~~~~~~~~~~~~ /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/pem.h:336:5: note: in expansion of macro ‘DECLARE_PEM_read_bio_attr’ 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/pem.h:346:5: note: in expansion of macro ‘DECLARE_PEM_read_attr’ 346 | DECLARE_PEM_read_attr(attr, name, type) \ | ^~~~~~~~~~~~~~~~~~~~~ /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/pem.h:473:1: note: in expansion of macro ‘DECLARE_PEM_rw_attr’ 473 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH) | ^~~~~~~~~~~~~~~~~~~ src/sslutils.c: In function ‘SSL_ec_GetParamFromFile’: src/sslutils.c:204:5: warning: ‘PEM_read_bio_ECPKParameters’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 204 | group = PEM_read_bio_ECPKParameters(bio, NULL, NULL, NULL); | ^~~~~ In file included from /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/ssl.h:37, from ./include/ssl_private.h:38, from src/sslutils.c:23: /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/pem.h:74:11: note: declared here 74 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ | ^~~~ /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/pem.h:272:10: note: in expansion of macro ‘PEM_read_cb_fnsig’ 272 | attr PEM_read_cb_fnsig(name, type, BIO, read_bio); | ^~~~~~~~~~~~~~~~~ /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/pem.h:336:5: note: in expansion of macro ‘DECLARE_PEM_read_bio_attr’ 336 | DECLARE_PEM_read_bio_attr(attr, name, type) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~ /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/pem.h:346:5: note: in expansion of macro ‘DECLARE_PEM_read_attr’ 346 | DECLARE_PEM_read_attr(attr, name, type) \ | ^~~~~~~~~~~~~~~~~~~~~ /srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include/openssl/pem.h:465:1: note: in expansion of macro ‘DECLARE_PEM_rw_attr’ 465 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, ECPKParameters, EC_GROUP) | ^~~~~~~~~~~~~~~~~~~ /bin/bash /srv/gump/public/workspace/apr-1/dest-20241105/build-1/libtool --silent --mode=link --tag=CC gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -DTCNATIVE_LINUX -DHAVE_POLLSET_WAKEUP -I./include -I/usr/local/asfpackages/java/openjdk-22-ea+20/include -I/usr/local/asfpackages/java/openjdk-22-ea+20/include/linux -I/srv/gump/public/workspace/openssl-3.2.x/dest-20241105/include -I/srv/gump/public/workspace/apr-1/dest-20241105/include/apr-1 -version-info 0:9:0 -o libtcnative-2.la -rpath /srv/gump/public/workspace/tomcat-native-2.0-3.2.x/dest-20241105/lib src/bb.lo src/error.lo src/jnilib.lo src/pool.lo src/ssl.lo src/sslconf.lo src/sslcontext.lo src/sslutils.lo -L/srv/gump/public/workspace/openssl-3.2.x/dest-20241105/lib64 -Wl,-rpath,/srv/gump/public/workspace/openssl-3.2.x/dest-20241105/lib64 -lssl -lcrypto /srv/gump/public/workspace/apr-1/dest-20241105/lib/libapr-1.la -luuid -lrt -lcrypt -lpthread -ldl make[1]: Leaving directory '/srv/gump/public/workspace/tomcat-native-2.0-3.2.x/native'
Apache Gump, Gump, Apache, the Apache feather logo, and the Apache Gump project logos are trademarks of The Apache Software Foundation.