From nobody Fri Jan 19 19:00:53 2024 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 4TGpqM1fvtz579TN for ; Fri, 19 Jan 2024 19:01:03 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from egress.chen.org.nz (egress.chen.org.nz [170.75.172.82]) by mx1.freebsd.org (Postfix) with ESMTP id 4TGpqL6ksjz4myB; Fri, 19 Jan 2024 19:01:02 +0000 (UTC) (envelope-from jonc@chen.org.nz) Authentication-Results: mx1.freebsd.org; none Received: from mail.chen.org.nz (unknown [210.54.37.164]) by egress.chen.org.nz (Postfix) with ESMTP id 967D5111E14; Sat, 20 Jan 2024 08:00:41 +1300 (NZDT) Received: from mail.chen.org.nz (localhost [127.0.0.1]) by filter.inside.chen.org.nz (Postfix) with ESMTP id 5AF412964C; Sat, 20 Jan 2024 08:00:54 +1300 (NZDT) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on ametrine.inside.chen.org.nz Received: from [192.168.1.10] (jade.inside.chen.org.nz [192.168.1.10]) by mail.chen.org.nz (Postfix) with ESMTPS id 4E7EA29755; Sat, 20 Jan 2024 08:00:54 +1300 (NZDT) Message-ID: Date: Sat, 20 Jan 2024 08:00:53 +1300 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 User-Agent: Mozilla Thunderbird Subject: Re: security/cyrus-sasl2 To: ports@freebsd.org, Hajimu UMEMOTO References: <1cb1c069d28707cbf966628be50c85e5@chen.org.nz> Content-Language: en-US From: Jonathan Chen In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4TGpqL6ksjz4myB 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:174, ipnet:170.75.160.0/20, country:US] On 19/01/24 23:50, Hajimu UMEMOTO wrote: > Hi, > > On Fri, 19 Jan 2024 03:52:53 +0900, jonc@chen.org.nz wrote: > >> I've started seeing the following in my system logs on my recently built cyrus-sasl >> 2.1.28_3: >> unable to dlopen /usr/local/lib/sasl2/libotp.so.3: Shared object "libopie.so.8" not >> found, required by "libotp.so.3" >> >> Does cyrus-sasl2 required a dependency declaration on security/opie? > > FreeBSD 13 and earlier has libopie. However, libopie has been removed > since FreeBSD 14. > cyrus-sasl2 can be built with or without libopie, so the libotp plugin > builds with libopie on FreeBSD 13 and earlier, and without libopie on > FreeBSD 14 and later. > It seems that you are using cyrus-sasl2 built with FreeBSD 13 on > FreeBSD14 or later. Yes, looking thru' the logs that appears to be the case. I upgraded to FreeBSD-14, rebuilt my ports, and _then_ cleared out the old system libraries. Thanks for the explanation and the update to the port! -- Jonathan Chen