=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for atheme-7.2.12nb1
echo '#define SERNO "7.2.12-pkgsrc"' > /Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/include/serno.h
gmake[1]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/include'
Generate: hooktypes.h
Generate: instpaths.h
gmake[1]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/include'
gmake[1]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/libathemecore'
CompileLib: account.lib.o
CompileLib: atheme.lib.o
CompileLib: arc4random.lib.o
CompileLib: auth.lib.o
CompileLib: authcookie.lib.o
CompileLib: base64.lib.o
CompileLib: channels.lib.o
CompileLib: cidr.lib.o
CompileLib: cmode.lib.o
CompileLib: commandtree.lib.o
CompileLib: ctcp-common.lib.o
CompileLib: conf.lib.o
CompileLib: confprocess.lib.o
CompileLib: connection.lib.o
CompileLib: crypto.lib.o
CompileLib: culture.lib.o
CompileLib: database_backend.lib.o
CompileLib: datastream.lib.o
CompileLib: entity.lib.o
CompileLib: explicit_bzero.lib.o
CompileLib: flags.lib.o
CompileLib: function.lib.o
CompileLib: help.lib.o
CompileLib: hook.lib.o
CompileLib: linker.lib.o
CompileLib: logger.lib.o
CompileLib: match.lib.o
CompileLib: md5.lib.o
CompileLib: memory.lib.o
CompileLib: module.lib.o
CompileLib: node.lib.o
CompileLib: object.lib.o
CompileLib: packet.lib.o
CompileLib: phandler.lib.o
CompileLib: pmodule.lib.o
CompileLib: privs.lib.o
CompileLib: ptasks.lib.o
CompileLib: res.lib.o
CompileLib: reslib.lib.o
CompileLib: qrcode.lib.o
qrcode.c:101:41: warning: passing 'const char *' to parameter of type 'const unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
        code = QRcode_encodeData(strlen(data), data, 4, QR_ECLEVEL_L);
                                               ^~~~
/Users/pbulk/build/chat/atheme/work/.buildlink/include/qrencode.h:458:65: note: passing argument to parameter 'data' here
extern QRcode *QRcode_encodeData(int size, const unsigned char *data, int version, QRecLevel level);
                                                                ^
1 warning generated.
CompileLib: send.lib.o
CompileLib: servers.lib.o
CompileLib: services.lib.o
CompileLib: servtree.lib.o
CompileLib: sharedheap.lib.o
CompileLib: signal.lib.o
CompileLib: snprintf.lib.o
CompileLib: string.lib.o
CompileLib: strshare.lib.o
CompileLib: svsignore.lib.o
CompileLib: table.lib.o
CompileLib: template.lib.o
CompileLib: tokenize.lib.o
CompileLib: ubase64.lib.o
CompileLib: users.lib.o
CompileLib: uid.lib.o
CompileLib: uplink.lib.o
CompileLib: version.lib.o
Link: libathemecore.dylib
gmake[1]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/libathemecore'
gmake[1]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/alis'
CompileModule: main.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/alis'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/auth'
CompileModule: dummy.so
CompileModule: ldap.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/auth'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/backend'
CompileModule: flatfile.so
CompileModule: corestorage.so
CompileModule: opensex.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/backend'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/botserv'
CompileModule: main.so
CompileModule: bottalk.so
CompileModule: help.so
CompileModule: info.so
CompileModule: set.so
CompileModule: set_core.so
CompileModule: set_fantasy.so
CompileModule: set_nobot.so
CompileModule: set_private.so
CompileModule: set_saycaller.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/botserv'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/chanfix'
CompilePlugin: main.plugin.o
CompilePlugin: gather.plugin.o
CompilePlugin: fix.plugin.o
Link: main.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/chanfix'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/chanserv'
CompileModule: main.so
CompileModule: access.so
CompileModule: akick.so
CompileModule: antiflood.so
CompileModule: ban.so
CompileModule: clear.so
CompileModule: clear_akicks.so
CompileModule: clear_bans.so
CompileModule: clear_flags.so
CompileModule: clear_users.so
CompileModule: clone.so
CompileModule: close.so
CompileModule: count.so
CompileModule: drop.so
CompileModule: fflags.so
CompileModule: flags.so
CompileModule: ftransfer.so
CompileModule: getkey.so
CompileModule: halfop.so
CompileModule: help.so
help.c:69:74: warning: comparing a pointer to a null character constant; did you mean to compare to NULL? [-Wpointer-compare]
                if (chansvs.fantasy && config_options.join_chans && chansvs.trigger != '\0')
                                                                                       ^~~~
                                                                                       (void *)0
1 warning generated.
CompileModule: hold.so
CompileModule: info.so
CompileModule: invite.so
CompileModule: kick.so
CompileModule: list.so
CompileModule: mark.so
CompileModule: moderate.so
CompileModule: op.so
CompileModule: owner.so
CompileModule: protect.so
CompileModule: quiet.so
CompileModule: recover.so
CompileModule: register.so
CompileModule: set.so
CompileModule: set_core.so
CompileModule: set_email.so
CompileModule: set_entrymsg.so
CompileModule: set_fantasy.so
CompileModule: set_gameserv.so
CompileModule: set_guard.so
CompileModule: set_keeptopic.so
CompileModule: set_limitflags.so
CompileModule: set_mlock.so
CompileModule: set_prefix.so
CompileModule: set_private.so
CompileModule: set_property.so
CompileModule: set_pubacl.so
CompileModule: set_restricted.so
CompileModule: set_secure.so
CompileModule: set_topiclock.so
CompileModule: set_url.so
CompileModule: set_verbose.so
CompileModule: successor_acl.so
CompileModule: status.so
CompileModule: sync.so
CompileModule: taxonomy.so
CompileModule: template.so
CompileModule: topic.so
CompileModule: unban_self.so
CompileModule: version.so
CompileModule: voice.so
CompileModule: why.so
CompileModule: xop.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/chanserv'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/crypto'
CompileModule: argon2d.so
CompileModule: pbkdf2.so
CompileModule: pbkdf2v2.so
CompileModule: posix.so
CompileModule: ircservices.so
CompileModule: rawmd5.so
CompileModule: rawsha1.so
rawsha1.c:32:2: warning: 'SHA1_Init' is deprecated [-Wdeprecated-declarations]
        SHA1_Init(&ctx);
        ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/sha.h:49:1: note: 'SHA1_Init' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
rawsha1.c:33:2: warning: 'SHA1_Update' is deprecated [-Wdeprecated-declarations]
        SHA1_Update(&ctx, key, strlen(key));
        ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/sha.h:50:1: note: 'SHA1_Update' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
rawsha1.c:34:2: warning: 'SHA1_Final' is deprecated [-Wdeprecated-declarations]
        SHA1_Final(digest, &ctx);
        ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/sha.h:51:1: note: 'SHA1_Final' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
3 warnings generated.
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/crypto'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/exttarget'
CompileModule: main.so
CompileModule: oper.so
CompileModule: registered.so
CompileModule: channel.so
CompileModule: chanacs.so
CompileModule: server.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/exttarget'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/gameserv'
CompileModule: dice.so
CompileModule: eightball.so
CompileModule: gamecalc.so
CompileModule: happyfarm.so
CompileModule: help.so
CompileModule: lottery.so
CompileModule: main.so
CompileModule: namegen.so
CompileModule: rps.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/gameserv'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/global'
CompileModule: main.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/global'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/groupserv'
gmake[3]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/groupserv/main'
CompilePlugin: main.plugin.o
CompilePlugin: database.plugin.o
CompilePlugin: groupserv.plugin.o
CompilePlugin: hooks.plugin.o
CompilePlugin: validation.plugin.o
Link: main.so
gmake[3]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/groupserv/main'
CompileModule: acsnolimit.so
CompileModule: drop.so
CompileModule: fdrop.so
CompileModule: fflags.so
CompileModule: flags.so
CompileModule: help.so
CompileModule: info.so
CompileModule: invite.so
CompileModule: join.so
CompileModule: list.so
CompileModule: listchans.so
CompileModule: register.so
CompileModule: regnolimit.so
CompileModule: set.so
CompileModule: set_channel.so
CompileModule: set_description.so
CompileModule: set_email.so
CompileModule: set_groupname.so
CompileModule: set_joinflags.so
CompileModule: set_open.so
CompileModule: set_public.so
CompileModule: set_url.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/groupserv'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/helpserv'
CompileModule: main.so
CompileModule: helpme.so
CompileModule: services.so
CompileModule: ticket.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/helpserv'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/hostserv'
CompileModule: drop.so
CompileModule: group.so
CompileModule: help.so
CompileModule: main.so
CompileModule: offer.so
CompileModule: onoff.so
CompileModule: request.so
CompileModule: vhost.so
CompileModule: vhostnick.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/hostserv'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/infoserv'
CompileModule: main.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/infoserv'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/memoserv'
CompileModule: delete.so
CompileModule: forward.so
CompileModule: help.so
CompileModule: ignore.so
CompileModule: list.so
CompileModule: main.so
CompileModule: read.so
CompileModule: send.so
CompileModule: sendall.so
CompileModule: sendops.so
CompileModule: sendgroup.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/memoserv'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/misc'
CompileModule: httpd.so
CompileModule: canon_gmail.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/misc'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/nickserv'
CompileModule: main.so
CompileModule: access.so
CompileModule: badmail.so
CompileModule: cert.so
CompileModule: drop.so
CompileModule: enforce.so
CompileModule: freeze.so
CompileModule: ghost.so
CompileModule: group.so
CompileModule: help.so
CompileModule: hold.so
CompileModule: identify.so
CompileModule: info.so
CompileModule: info_lastquit.so
CompileModule: list.so
CompileModule: listchans.so
CompileModule: listgroups.so
CompileModule: listmail.so
CompileModule: listownmail.so
CompileModule: login.so
CompileModule: logout.so
CompileModule: mark.so
CompileModule: multimark.so
CompileModule: register.so
CompileModule: regnolimit.so
CompileModule: resetpass.so
CompileModule: restrict.so
CompileModule: return.so
CompileModule: sendpass.so
CompileModule: sendpass_user.so
CompileModule: set.so
CompileModule: set_core.so
CompileModule: set_accountname.so
CompileModule: set_email.so
CompileModule: set_emailmemos.so
CompileModule: set_enforcetime.so
CompileModule: set_hidemail.so
CompileModule: set_language.so
CompileModule: set_nevergroup.so
CompileModule: set_neverop.so
CompileModule: set_nogreet.so
CompileModule: set_nomemo.so
CompileModule: set_noop.so
CompileModule: set_nopassword.so
CompileModule: set_password.so
CompileModule: set_privmsg.so
CompileModule: set_private.so
CompileModule: set_property.so
CompileModule: set_pubkey.so
CompileModule: set_quietchg.so
CompileModule: setpass.so
CompileModule: status.so
CompileModule: taxonomy.so
CompileModule: vacation.so
CompileModule: verify.so
CompileModule: vhost.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/nickserv'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/operserv'
CompileModule: main.so
CompileModule: akill.so
CompileModule: clearchan.so
CompileModule: clones.so
CompileModule: compare.so
CompileModule: greplog.so
CompileModule: help.so
CompileModule: identify.so
CompileModule: ignore.so
CompileModule: info.so
CompileModule: inject.so
CompileModule: jupe.so
CompileModule: mode.so
CompileModule: modinspect.so
CompileModule: modlist.so
CompileModule: modload.so
CompileModule: modreload.so
CompileModule: modunload.so
CompileModule: noop.so
CompileModule: override.so
CompileModule: raw.so
CompileModule: rakill.so
CompileModule: readonly.so
CompileModule: rmatch.so
CompileModule: rehash.so
CompileModule: restart.so
CompileModule: rnc.so
CompileModule: rwatch.so
CompileModule: set.so
CompileModule: shutdown.so
CompileModule: sgline.so
CompileModule: soper.so
CompileModule: specs.so
CompileModule: sqline.so
CompileModule: uptime.so
CompileModule: update.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/operserv'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/protocol'
CompileModule: asuka.so
CompileModule: bahamut.so
CompileModule: base36uid.so
CompileModule: charybdis.so
CompileModule: elemental-ircd.so
CompileModule: inspircd.so
CompileModule: ircd-seven.so
CompileModule: ircnet.so
CompileModule: mixin_nohalfops.so
CompileModule: mixin_noholdnick.so
CompileModule: mixin_noowner.so
CompileModule: mixin_noprotect.so
CompileModule: nefarious.so
CompileModule: ngircd.so
CompileModule: p10-generic.so
CompileModule: ratbox.so
CompileModule: ts6-generic.so
CompileModule: unreal.so
CompileModule: unreal4.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/protocol'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/proxyscan'
CompileModule: main.so
CompileModule: dnsbl.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/proxyscan'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/rpgserv'
CompileModule: main.so
CompileModule: enable.so
CompileModule: help.so
CompileModule: info.so
CompileModule: list.so
CompileModule: search.so
CompileModule: set.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/rpgserv'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/saslserv'
CompileModule: authcookie.so
CompileModule: ecdsa-nist256p-challenge.so
ecdsa-nist256p-challenge.c:63:14: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations]
        s->pubkey = EC_KEY_new_by_curve_name(CURVE_IDENTIFIER);
                    ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/ec.h:1017:1: note: 'EC_KEY_new_by_curve_name' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);
^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ecdsa-nist256p-challenge.c:66:2: warning: 'EC_KEY_set_conv_form' is deprecated [-Wdeprecated-declarations]
        EC_KEY_set_conv_form(s->pubkey, POINT_CONVERSION_COMPRESSED);
        ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/ec.h:1094:1: note: 'EC_KEY_set_conv_form' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_conv_form(EC_KEY *eckey,
^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ecdsa-nist256p-challenge.c:109:8: warning: 'o2i_ECPublicKey' is deprecated [-Wdeprecated-declarations]
        if (! o2i_ECPublicKey(&s->pubkey, &pubkey_raw_p, ret))
              ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/ec.h:1255:1: note: 'o2i_ECPublicKey' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 EC_KEY *o2i_ECPublicKey(EC_KEY **key,
^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ecdsa-nist256p-challenge.c:126:6: warning: 'ECDSA_verify' is deprecated [-Wdeprecated-declarations]
        if (ECDSA_verify(0, s->challenge, CHALLENGE_LENGTH, (const unsigned char *)message, len, s->pubkey) != 1)
            ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/ec.h:1466:1: note: 'ECDSA_verify' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int ECDSA_verify(int type, const unsigned char *dgst,
^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
ecdsa-nist256p-challenge.c:153:3: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]
                EC_KEY_free(s->pubkey);
                ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/ec.h:1022:1: note: 'EC_KEY_free' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
5 warnings generated.
CompileModule: external.so
CompileModule: main.so
CompileModule: plain.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/saslserv'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/security'
CompileModule: cmdperm.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/security'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/statserv'
CompileModule: main.so
CompileModule: channel.so
CompileModule: server.so
CompileModule: netsplit.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/statserv'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/transport'
gmake[3]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/transport/xmlrpc'
CompilePlugin: main.plugin.o
CompilePlugin: xmlrpclib.plugin.o
Link: xmlrpc.so
gmake[3]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/transport/xmlrpc'
gmake[3]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/transport/rfc1459'
CompilePlugin: main.plugin.o
CompilePlugin: parse.plugin.o
Link: rfc1459.so
gmake[3]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/transport/rfc1459'
gmake[3]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/transport/jsonrpc'
CompilePlugin: main.plugin.o
CompilePlugin: jsonrpclib.plugin.o
Link: jsonrpc.so
gmake[3]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/transport/jsonrpc'
CompileModule: p10.so
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules/transport'
gmake[1]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/modules'
gmake[1]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/src'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/src/footprint'
CompileExe: main.o
Link: footprint
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/src/footprint'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/src/services'
CompileExe: main.o
Link: atheme-services
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/src/services'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/src/dbverify'
CompileExe: main.o
Link: dbverify
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/src/dbverify'
gmake[2]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/src/ecdsakeygen'
CompileExe: main.o
main.c:42:8: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations]
        prv = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1);
              ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/ec.h:1017:1: note: 'EC_KEY_new_by_curve_name' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);
^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
main.c:44:2: warning: 'EC_KEY_set_conv_form' is deprecated [-Wdeprecated-declarations]
        EC_KEY_set_conv_form(prv, POINT_CONVERSION_COMPRESSED);
        ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/ec.h:1094:1: note: 'EC_KEY_set_conv_form' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_conv_form(EC_KEY *eckey,
^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
main.c:45:2: warning: 'EC_KEY_generate_key' is deprecated [-Wdeprecated-declarations]
        EC_KEY_generate_key(prv);
        ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/ec.h:1120:1: note: 'EC_KEY_generate_key' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key);
^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
main.c:47:8: warning: 'i2o_ECPublicKey' is deprecated [-Wdeprecated-declarations]
        len = i2o_ECPublicKey(prv, NULL);
              ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/ec.h:1264:1: note: 'i2o_ECPublicKey' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int i2o_ECPublicKey(const EC_KEY *key, unsigned char **out);
^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
main.c:50:2: warning: 'i2o_ECPublicKey' is deprecated [-Wdeprecated-declarations]
        i2o_ECPublicKey(prv, &workbuf_p);
        ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/ec.h:1264:1: note: 'i2o_ECPublicKey' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int i2o_ECPublicKey(const EC_KEY *key, unsigned char **out);
^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
main.c:55:2: warning: 'EC_KEY_print_fp' is deprecated [-Wdeprecated-declarations]
        EC_KEY_print_fp(stdout, prv, 4);
        ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/ec.h:1295:1: note: 'EC_KEY_print_fp' has been explicitly marked deprecated here
OSSL_DEPRECATEDIN_3_0 int EC_KEY_print_fp(FILE *fp, const EC_KEY *key, int off);
^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
main.c:59:2: warning: 'PEM_write_bio_ECPrivateKey' is deprecated [-Wdeprecated-declarations]
        PEM_write_bio_ECPrivateKey(out, prv, NULL, NULL, 0, NULL, NULL);
        ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/pem.h:466:24: note: 'PEM_write_bio_ECPrivateKey' has been explicitly marked deprecated here
DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, ECPrivateKey, EC_KEY)
                       ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
#   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                ^
/Users/pbulk/build/chat/atheme/work/.buildlink/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
#     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                   ^
7 warnings generated.
Link: ecdsakeygen
gmake[2]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/src/ecdsakeygen'
gmake[1]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/src'
gmake[1]: Entering directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/po'
CompileResource: es.mo
CompileResource: ru.mo
ru.po:7: warning: header field 'Language-Team' still has the initial default value
CompileResource: cy.mo
cy.po:8: warning: header field 'Language-Team' still has the initial default value
CompileResource: de.mo
de.po:8: warning: header field 'Language-Team' still has the initial default value
CompileResource: da.mo
da.po:8: warning: header field 'Language-Team' still has the initial default value
CompileResource: fr.mo
CompileResource: tr.mo
gmake[1]: Leaving directory '/Users/pbulk/build/chat/atheme/work/atheme-services-v7.2.12/po'
*** Please use pkgtools/verifypc to sanity check dependencies.
=> Creating /Users/pbulk/build/chat/atheme/work/.rc.d/atheme