From nobody Tue Jul 25 10:23:41 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 4R9Cmj4wchz4pgrX for ; Tue, 25 Jul 2023 10:23:49 +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 4R9Cmj1vHtz3J8D for ; Tue, 25 Jul 2023 10:23:48 +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 4C96861FC7; Tue, 25 Jul 2023 19:23:44 +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 36PANgBj087567; Tue, 25 Jul 2023 19:23:42 +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: Tue, 25 Jul 2023 19:23:41 +0900 From: Hiroo Ono To: KIRIYAMA Kazuhiko Cc: Yuri , 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: <20230725192341.6a1edc69@nowhere.oikumene.ukehi.net> In-Reply-To: <202307250650.36P6oifI090430@kx.truefc.org> References: <202307220652.36M6q6P4091348@kx.truefc.org> <20230725090137.2f027530@nowhere.oikumene.ukehi.net> <202307250650.36P6oifI090430@kx.truefc.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: 4R9Cmj1vHtz3J8D 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 On Tue, 25 Jul 2023 15:50:44 +0900 KIRIYAMA Kazuhiko wrote: Sorry, I meant that the upstream has already fixed it, so no need to report upstream but version up of the devel/mongo-c-driver port is needed. > Hi, Ono san > > On Tue, 25 Jul 2023 09:01:37 +0900, > Hiroo Ono wrote: > > > > Hello, > > > > On Sat, 22 Jul 2023 10:28:21 +0200 > > Yuri wrote: > > > > > Exactly, it's fallout from openssl 3 migration. > > > > > > From > > > https://www.openssl.org/docs/manmaster/man7/migration_guide.html: > > > --- ERR_load_*(), ERR_func_error_string(), ERR_get_error_line(), > > > ERR_get_error_line_data(), ERR_get_state() > > > > > > OpenSSL now loads error strings automatically so these functions > > > are not needed. > > > --- > > > > > > Looks like this needs to be reported upstream. > > > > Checked MongoDB JIRA. It was fixed in CDRIVER-4590 and released as > > version 1.24.0. The port needs to be updated to the latest version. > > > > I git pulled, but devel/mongo-c-driver not updated still > 1.23.2_3: > > root@vm:~ # git -C /ds/ports/freebsd/head pull > hint: Pulling without specifying how to reconcile divergent branches > is hint: discouraged. You can squelch this message by running one of > the following hint: commands sometime before your next pull: > : > 31 files changed, 176 insertions(+), 152 deletions(-) > rename sysutils/barrier/files/{patch-src_lib_net_SecureUtils.cpp => > extra-patch-src_lib_net_SecureUtils.cpp} (100%) root@vm:~ # egrep > '^DISTVERSION=' /ds/ports/freebsd/head/devel/mongo-c-driver/Makefile > DISTVERSION= 1.23.2 root@vm:~ # git -C /ds/ports/freebsd/head > rev-parse --verify --short HEAD 07f40427f1f9 > root@vm:~ # git -C /ds/ports/freebsd/head show --quiet --max-count=1 > --format="%ci" HEAD 2023-07-24 23:30:15 -0700 > root@vm:~ # > > Could you tell me how to get 1.24.0 ? > > Regards > --- > Kazuhiko Kiriyama >