=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/chat/ekg", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for ekg-20200501nb34 cd src && /tmp/work/chat/ekg/work/.tools/bin/gmake all gmake[1]: Entering directory '/tmp/work/chat/ekg/work/ekg-20200501/src' gcc -MM -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" ./stuff.c ./commands.c ./events.c ./themes.c ./vars.c ./dynstuff.c ./userlist.c ./ekg.c ./xmalloc.c ./mail.c ./msgqueue.c ./emoticons.c ./configfile.c ./simlite.c ./ui-ncurses.c ./ui-readline.c ./ui-batch.c ./ui-none.c ./log.c ./comptime.c 1> .depend gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o stuff.o stuff.c gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o commands.o commands.c In file included from stuff.c:56: compat.h:26: warning: "INADDR_NONE" redefined 26 | # define INADDR_NONE ((in_addr_t) 0xffffffff) | In file included from /usr/include/sys/socket.h:67, from stuff.c:31: /usr/include/netinet/in.h:373: note: this is the location of the previous definition 373 | #define INADDR_NONE 0xffffffffU | commands.c: In function 'command_exec_format': commands.c:4841:9: warning: 'gg_vsaprintf' is deprecated [-Wdeprecated-declarations] 4841 | command = gg_vsaprintf(format, ap); | ^~~~~~~ In file included from events.h:24, from commands.c:54: /tmp/work/chat/ekg/work/.buildlink/include/libgadu.h:1753:7: note: declared here 1753 | char *gg_vsaprintf(const char *format, va_list ap) GG_DEPRECATED; | ^~~~~~~~~~~~ gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o events.o events.c gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o themes.o themes.c gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o vars.o vars.c gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o dynstuff.o dynstuff.c gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o userlist.o userlist.c In function 'string_append_n', inlined from 'string_append' at dynstuff.c:264:9: dynstuff.c:255:9: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 255 | strncpy(s->str + s->len, str, count); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dynstuff.c:250:25: note: length computed here 250 | count = strlen(str); | ^~~~~~~~~~~ gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o ekg.o ekg.c ekg.c: In function 'debug_handler': ekg.c:1032:9: warning: 'gg_vsaprintf' is deprecated [-Wdeprecated-declarations] 1032 | tmp = gg_vsaprintf(format, ap); | ^~~ In file included from events.h:24, from ekg.c:62: /tmp/work/chat/ekg/work/.buildlink/include/libgadu.h:1753:7: note: declared here 1753 | char *gg_vsaprintf(const char *format, va_list ap) GG_DEPRECATED; | ^~~~~~~~~~~~ gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o xmalloc.o xmalloc.c xmalloc.c: In function 'saprintf': xmalloc.c:116:9: warning: 'gg_vsaprintf' is deprecated [-Wdeprecated-declarations] 116 | res = gg_vsaprintf(format, ap); | ^~~ In file included from stuff.h:38, from xmalloc.c:29: /tmp/work/chat/ekg/work/.buildlink/include/libgadu.h:1753:7: note: declared here 1753 | char *gg_vsaprintf(const char *format, va_list ap) GG_DEPRECATED; | ^~~~~~~~~~~~ gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o mail.o mail.c gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o msgqueue.o msgqueue.c gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o emoticons.o emoticons.c gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o configfile.o configfile.c gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o simlite.o simlite.c gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o ui-ncurses.o ui-ncurses.c simlite.c: In function 'sim_key_generate': simlite.c:96:9: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 96 | keys = RSA_new(); | ^~~~ In file included from simlite.c:27: /tmp/work/chat/ekg/work/.buildlink/include/openssl/rsa.h:212:28: note: declared here 212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void); | ^~~~~~~ simlite.c:103:9: warning: 'RSA_generate_key_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 103 | RSA_generate_key_ex(keys, 1024, e, NULL); | ^~~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/rsa.h:270:27: note: declared here 270 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, | ^~~~~~~~~~~~~~~~~~~ simlite.c:115:9: warning: 'PEM_write_RSAPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 115 | if (!PEM_write_RSAPublicKey(f, keys)) { | ^~ In file included from simlite.c:30: /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:85:9: note: declared here 85 | int PEM_##writename##_##name(OUTTYPE *out, const type *x) | ^~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:246:10: note: in expansion of macro 'PEM_write_fnsig' 246 | attr PEM_write_fnsig(name, type, FILE, write); | ^~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:312:5: note: in expansion of macro 'DECLARE_PEM_write_fp_attr' 312 | DECLARE_PEM_write_fp_attr(attr, name, type) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:349:5: note: in expansion of macro 'DECLARE_PEM_write_attr' 349 | DECLARE_PEM_write_attr(attr, name, type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:458:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' 458 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA) | ^~~~~~~~~~~~~~~~~~~ simlite.c:130:9: warning: 'PEM_write_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 130 | if (!PEM_write_RSAPrivateKey(f, keys, NULL, NULL, 0, NULL, NULL)) { | ^~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:87:9: note: declared here 87 | int PEM_##writename##_##name(OUTTYPE *out, const type *x, \ | ^~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:255:10: note: in expansion of macro 'PEM_write_cb_fnsig' 255 | attr PEM_write_cb_fnsig(name, type, FILE, write); | ^~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:329:5: note: in expansion of macro 'DECLARE_PEM_write_cb_fp_attr' 329 | DECLARE_PEM_write_cb_fp_attr(attr, name, type) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:366:5: note: in expansion of macro 'DECLARE_PEM_write_cb_attr' 366 | DECLARE_PEM_write_cb_attr(attr, name, type) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:457:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' 457 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) | ^~~~~~~~~~~~~~~~~~~~~~ simlite.c:142:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 142 | RSA_free(keys); | ^~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/rsa.h:303:28: note: declared here 303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ simlite.c: In function 'sim_key_read': simlite.c:178:17: warning: 'PEM_read_RSAPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 178 | key = PEM_read_RSAPublicKey(f, NULL, NULL, NULL); | ^~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:76:11: note: declared here 76 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ | ^~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:240:10: note: in expansion of macro 'PEM_read_cb_fnsig' 240 | attr PEM_read_cb_fnsig(name, type, FILE, read); | ^~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:339:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' 339 | DECLARE_PEM_read_fp_attr(attr, name, type) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:348:5: note: in expansion of macro 'DECLARE_PEM_read_attr' 348 | DECLARE_PEM_read_attr(attr, name, type) \ | ^~~~~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:458:1: note: in expansion of macro 'DECLARE_PEM_rw_attr' 458 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA) | ^~~~~~~~~~~~~~~~~~~ simlite.c:180:17: warning: 'PEM_read_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 180 | key = PEM_read_RSAPrivateKey(f, NULL, NULL, NULL); | ^~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:76:11: note: declared here 76 | type *PEM_##readname##_##name(INTYPE *out, type **x, \ | ^~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:240:10: note: in expansion of macro 'PEM_read_cb_fnsig' 240 | attr PEM_read_cb_fnsig(name, type, FILE, read); | ^~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:339:5: note: in expansion of macro 'DECLARE_PEM_read_fp_attr' 339 | DECLARE_PEM_read_fp_attr(attr, name, type) | ^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:365:5: note: in expansion of macro 'DECLARE_PEM_read_attr' 365 | DECLARE_PEM_read_attr(attr, name, type) \ | ^~~~~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/pem.h:457:1: note: in expansion of macro 'DECLARE_PEM_rw_cb_attr' 457 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) | ^~~~~~~~~~~~~~~~~~~~~~ simlite.c: In function 'sim_key_fingerprint': simlite.c:221:17: warning: 'i2d_RSAPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 221 | size = i2d_RSAPublicKey(key, NULL); | ^~~~ In file included from /tmp/work/chat/ekg/work/.buildlink/include/openssl/objects.h:21, from /tmp/work/chat/ekg/work/.buildlink/include/openssl/evp.h:47, from simlite.c:26: /tmp/work/chat/ekg/work/.buildlink/include/openssl/asn1.h:323:14: note: declared here 323 | attr int i2d_##name(const type *a, unsigned char **out); | ^~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/asn1.h:311:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' 311 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/asn1.h:317:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' 317 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/rsa.h:317:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' 317 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(OSSL_DEPRECATEDIN_3_0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ simlite.c:223:17: warning: 'i2d_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 223 | size = i2d_RSAPrivateKey(key, NULL); | ^~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/asn1.h:323:14: note: declared here 323 | attr int i2d_##name(const type *a, unsigned char **out); | ^~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/asn1.h:311:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' 311 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/asn1.h:317:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' 317 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/rsa.h:319:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' 319 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(OSSL_DEPRECATEDIN_3_0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ simlite.c:231:17: warning: 'i2d_RSAPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 231 | size = i2d_RSAPublicKey(key, &newbuf); | ^~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/asn1.h:323:14: note: declared here 323 | attr int i2d_##name(const type *a, unsigned char **out); | ^~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/asn1.h:311:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' 311 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/asn1.h:317:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' 317 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/rsa.h:317:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' 317 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(OSSL_DEPRECATEDIN_3_0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ simlite.c:233:17: warning: 'i2d_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 233 | size = i2d_RSAPrivateKey(key, &newbuf); | ^~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/asn1.h:323:14: note: declared here 323 | attr int i2d_##name(const type *a, unsigned char **out); | ^~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/asn1.h:311:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr' 311 | DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/asn1.h:317:5: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_attr' 317 | DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, name, name) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/rsa.h:319:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr' 319 | DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(OSSL_DEPRECATEDIN_3_0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ simlite.c:251:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 251 | RSA_free(key); | ^~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/rsa.h:303:28: note: declared here 303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ simlite.c: In function 'sim_message_encrypt': simlite.c:345:9: warning: 'RSA_public_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 345 | if (RSA_public_encrypt(sizeof(bf_key), bf_key, bf_key_rsa, public, RSA_PKCS1_OAEP_PADDING) == -1) { | ^~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/rsa.h:292:5: note: declared here 292 | int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~ In file included from simlite.c:25: /tmp/work/chat/ekg/work/.buildlink/include/openssl/bio.h:641:22: warning: value computed is not used [-Wunused-value] 641 | #define BIO_flush(b) (int)BIO_ctrl(b, BIO_CTRL_FLUSH, 0, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ simlite.c:377:9: note: in expansion of macro 'BIO_flush' 377 | BIO_flush(cbio); | ^~~~~~~~~ simlite.c:400:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 400 | RSA_free(public); | ^~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/rsa.h:303:28: note: declared here 303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ simlite.c: In function 'sim_message_decrypt': /tmp/work/chat/ekg/work/.buildlink/include/openssl/bio.h:641:22: warning: value computed is not used [-Wunused-value] 641 | #define BIO_flush(b) (int)BIO_ctrl(b, BIO_CTRL_FLUSH, 0, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ simlite.c:444:9: note: in expansion of macro 'BIO_flush' 444 | BIO_flush(mbio); | ^~~~~~~~~ simlite.c:451:9: warning: 'RSA_private_decrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 451 | if (RSA_private_decrypt(sizeof(bf_key_rsa), bf_key_rsa, bf_key, private, RSA_PKCS1_OAEP_PADDING) == -1) { | ^~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/rsa.h:301:5: note: declared here 301 | int RSA_private_decrypt(int flen, const unsigned char *from, unsigned char *to, | ^~~~~~~~~~~~~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/bio.h:641:22: warning: value computed is not used [-Wunused-value] 641 | #define BIO_flush(b) (int)BIO_ctrl(b, BIO_CTRL_FLUSH, 0, NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ simlite.c:507:9: note: in expansion of macro 'BIO_flush' 507 | BIO_flush(cbio); | ^~~~~~~~~ simlite.c:544:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 544 | RSA_free(private); | ^~~~~~~~ /tmp/work/chat/ekg/work/.buildlink/include/openssl/rsa.h:303:28: note: declared here 303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o ui-readline.o ui-readline.c ui-readline.c: In function 'command_generator': ui-readline.c:205:13: warning: variable 'slash' set but not used [-Wunused-but-set-variable] 205 | int slash = 0; | ^~~~~ ui-readline.c: In function 'ui_readline_event': ui-readline.c:1050:38: warning: pointer targets in initialization of 'int *' from 'uin_t *' {aka 'unsigned int *'} differ in signedness [-Wpointer-sign] 1050 | int *param = va_arg(ap, uin_t*); | ^~~~~~ gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o ui-batch.o ui-batch.c gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o ui-none.o ui-none.c gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -c -o log.o log.c gcc -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -c -o comptime.o ./comptime.c /tmp/work/chat/ekg/work/.cwrapper/bin/libtool --mode=link \ gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/usr/include -I/opt/local/include -I/opt/local/include/ncurses -Wall -I/opt/local/include -I/opt/local/include/readline -I/opt/local/include -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -o ekg stuff.o commands.o events.o themes.o vars.o dynstuff.o userlist.o ekg.o xmalloc.o mail.o msgqueue.o emoticons.o configfile.o simlite.o ui-ncurses.o ui-readline.o ui-batch.o ui-none.o log.o comptime.o -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -lnsl -lsocket -L/opt/local/lib -lssl -Wl,-R/opt/local/lib -lcrypto -lgadu -lncurses -ltinfo -ltermcap -L/opt/local/lib -lreadline -ljpeg -lz libtool: link: gcc -I.. -I. -I./.. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/tmp/work/chat/ekg/work/.buildlink/include -I/tmp/work/chat/ekg/work/.buildlink/include/ncurses -Wall -I/tmp/work/chat/ekg/work/.buildlink/include/readline -DDATADIR=\"/opt/local/share/ekg\" -DSYSCONFDIR=\"/opt/local/etc\" -o ekg stuff.o commands.o events.o themes.o vars.o dynstuff.o userlist.o ekg.o xmalloc.o mail.o msgqueue.o emoticons.o configfile.o simlite.o ui-ncurses.o ui-readline.o ui-batch.o ui-none.o log.o comptime.o -Wl,-rpath -Wl,/opt/local/lib -Wl,-rpath -Wl,/opt/local/lib -L/tmp/work/chat/ekg/work/.buildlink/lib -lssl -lcrypto /tmp/work/chat/ekg/work/.buildlink/lib/libgadu.so /tmp/work/chat/ekg/work/.buildlink/lib/libgnutls.so /tmp/work/chat/ekg/work/.buildlink/lib/libintl.so -lp11-kit /tmp/work/chat/ekg/work/.buildlink/lib/libunistring.so /tmp/work/chat/ekg/work/.buildlink/lib/libiconv.so -lpthread -ldl /tmp/work/chat/ekg/work/.buildlink/lib/libtasn1.so /tmp/work/chat/ekg/work/.buildlink/lib/libhogweed.so /tmp/work/chat/ekg/work/.buildlink/lib/libnettle.so /tmp/work/chat/ekg/work/.buildlink/lib/libgmp.so -lnsl -lsocket /tmp/work/chat/ekg/work/.buildlink/lib/libprotobuf-c.so -L../lib /tmp/work/chat/ekg/work/.buildlink/lib/libreadline.so /tmp/work/chat/ekg/work/.buildlink/lib/libncurses.so -ljpeg /tmp/work/chat/ekg/work/.buildlink/lib/libz.so -R/tmp/work/chat/ekg/work/.buildlink/lib -R/tmp/work/chat/ekg/work/.buildlink/lib gmake[1]: Leaving directory '/tmp/work/chat/ekg/work/ekg-20200501/src' *** Please use pkgtools/verifypc to sanity check dependencies.