From nobody Thu Sep 21 11:02:09 2023 X-Original-To: dev-commits-ports-main@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 4RrstG4wLLz4ty8S for ; Thu, 21 Sep 2023 11:02:14 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (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 4RrstG0VDtz3BmR; Thu, 21 Sep 2023 11:02:13 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; none Received: from kalamity.joker.local (123-1-80-101.area1b.commufa.jp [123.1.80.101]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 38LB29Yu044963; Thu, 21 Sep 2023 20:02:09 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Thu, 21 Sep 2023 20:02:09 +0900 From: Tomoaki AOKI To: Dimitry Andric Cc: dev-commits-ports-main@freebsd.org Subject: Re: git: e0acbd158ec9 - main - security/rhash: update to 1.4.4 and fix build with lld 17 Message-Id: <20230921200209.127e6a95fc6798d236d90124@dec.sakura.ne.jp> In-Reply-To: References: <20230921085201.0480bc8978594e0f11d9cedc@dec.sakura.ne.jp> <9AC426E4-82FA-441A-96FC-66211F54725C@FreeBSD.org> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP] X-Rspamd-Queue-Id: 4RrstG0VDtz3BmR On Thu, 21 Sep 2023 09:44:28 +0200 Dimitry Andric wrote: > On 21 Sep 2023, at 09:23, Dimitry Andric wrote: > > > > On 21 Sep 2023, at 01:52, Tomoaki AOKI wrote: > >> > >> Ports dependig on this should be forcibly bumped, as shlib major > >> version is bumped from librhash.so.0 to librhash.so.1 (1.4.4). > >> For example, math/suitesparse-config fails as cmake, which depends on > >> security/rhash, cannot find librhash.so.0 anymore on poudriere build. > >> > >> By grep'ping /usr/ports, 3 ports below dependson security/rhash. > >> devel/cmake-gui > >> devel/cmake-core > >> misc/mbuffer (with OPTION RHASH enabled) > >> > >> > >> For me, simply deleting pkg of devel/cmake-core helped, so bumping > >> PORTREVISION for above 3 ports would be sufficient. > > > > misc/mbuffer depends only at runtime on librhash, but it hardcodes dlopen("librhash.so.0",RTLD_NOW), unfortunately. I will check if it can be made to run with librhash.so.1, as I don't think the API has changed so much that it won't work. > > > > I will bump the other ports right away. > > Should be fixed now by: > > https://cgit.freebsd.org/ports/commit/?id=28149de0a616dd364bce3485aafb31dcfba27946 > > Thank you for the report. > > -Dimitry I'm back to working (stable/14) envinronment. (Was rebooted into main environment for updating ports there.) Confirmed. Thanks! And sorry for annoyance on misc/mbuffer case. I'm not having it even installed. Regards. -- Tomoaki AOKI