From nobody Thu Jul 27 19:54:27 2023 X-Original-To: ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RBhLV34Ljz4pSxp for ; Thu, 27 Jul 2023 19:54:42 +0000 (UTC) (envelope-from hiroo@oikumene.net) Received: from barleycorn.oikumene.net (tk2-231-25124.vs.sakura.ne.jp [160.16.110.128]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4RBhLT6GHfz3FQY; Thu, 27 Jul 2023 19:54:41 +0000 (UTC) (envelope-from hiroo@oikumene.net) Authentication-Results: mx1.freebsd.org; none Received: from nowhere.oikumene.ukehi.net (KD059129091046.ppp-bb.dion.ne.jp [59.129.91.46]) by barleycorn.oikumene.net (Postfix) with ESMTPSA id 52AB261F8B; Fri, 28 Jul 2023 04:54:37 +0900 (JST) Received: from nowhere.oikumene.ukehi.net ([IPv6:240f:3f:802f:2:82c1:6eff:fef8:b41e]) by nowhere.oikumene.ukehi.net (8.17.2/8.17.1) with ESMTP id 36RJsS38054130; Fri, 28 Jul 2023 04:54:33 +0900 (JST) (envelope-from hiroo@oikumene.net) X-Authentication-Warning: nowhere.oikumene.ukehi.net: Host [IPv6:240f:3f:802f:2:82c1:6eff:fef8:b41e] claimed to be nowhere.oikumene.ukehi.net Date: Fri, 28 Jul 2023 04:54:27 +0900 From: Hiroo Ono To: Moin Rahman Cc: KIRIYAMA Kazuhiko , Yasuhiro Kimura , yuri@aetern.org, ports@freebsd.org Subject: Re: devel/mongo-c-driver failed with undefined reference due to --no-allow-shlib-undefined: ERR_load_BIO_strings Message-ID: <20230728045427.4239b998@nowhere.oikumene.ukehi.net> In-Reply-To: <8F8316AA-BC36-40CB-9D98-28BFAC99AFB8@freebsd.org> References: <20230727110225.6cc13af4@nowhere.oikumene.ukehi.net> <20230727.141523.508759182737262133.yasu@FreeBSD.org> <20230727.145511.1697988446343021363.yasu@FreeBSD.org> <20230727.170728.1696216470137112287.yasu@FreeBSD.org> <20230727213020.2601092a@nowhere.oikumene.ukehi.net> <202307271311.36RDBt6h090830@kx.truefc.org> <8F8316AA-BC36-40CB-9D98-28BFAC99AFB8@freebsd.org> X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; amd64-portbld-freebsd13.2) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4RBhLT6GHfz3FQY X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:9370, ipnet:160.16.0.0/17, country:JP] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated Hello, On Thu, 27 Jul 2023 17:09:36 +0200 Moin Rahman wrote: > >> ./mail/datovka/Makefile:CXXFLAGS+= > >> -DOPENSSL_API_COMPAT=0x30000000L" > Ouch it hurts and I am sorry for that. I will try to fix this at the > latest on next Monday. By the way, what is this OPENSSL_API_COMPAT is for? If the software supports OpenSSL 3 properly, can it be deleted? https://github.com/mongodb/mongo-c-driver/commit/72cba009ec70fd734dc76426c5385487a1c6930d > >> ./mail/archiveopteryx/Makefile:CXXFLAGS+= > >> -DOPENSSL_API_COMPAT=0x30000000L " > >> ./news/nzbget/Makefile:CXXFLAGS+= > >> -DOPENSSL_API_COMPAT=0x30000000L" > >> ./devel/ucommon/Makefile:CXXFLAGS+= > >> -DOPENSSL_API_COMPAT=0x30000000L" > >> ./devel/thrift-c_glib/Makefile:CXXFLAGS+= > >> -DOPENSSL_API_COMPAT=0x30000000L " > >> ./security/git-crypt/Makefile:CXXFLAGS+= > >> -DOPENSSL_API_COMPAT=0x30000000L " > >> ./databases/xrootd/Makefile:CXXFLAGS+= > >> -DOPENSSL_API_COMPAT=0x30000000L" ./lang/php80/Makefile:CXXFLAGS+= > >> -DOPENSSL_API_COMPAT=0x30000000L" > >> ./net/asterisk18/Makefile:CFLAGS+= > >> -DOPENSSL_API_COMPAT=0x30000000L" > >> ./sysutils/istatserver/Makefile:CXXFLAGS+= > >> -DOPENSSL_API_COMPAT=0x30000000L " > >> ./www/lagrange/Makefile:CXXFLAGS+= > >> -DOPENSSL_API_COMPAT=0x30000000L" --- Hiroo Ono