From nobody Thu Feb 15 10:26:48 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 4TbB7r419Yz51s8Y for ; Thu, 15 Feb 2024 10:27:04 +0000 (UTC) (envelope-from ps.ports@smyrak.com) Received: from ipv6.s149.cyber-folks.pl (ipv6.s149.cyber-folks.pl [IPv6:2a02:1778::113:254]) (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 4TbB7p44Mxz4p3k for ; Thu, 15 Feb 2024 10:27:02 +0000 (UTC) (envelope-from ps.ports@smyrak.com) Authentication-Results: mx1.freebsd.org; dkim=none ("invalid DKIM record") header.d=smyrak.com header.s=x header.b=jEt87ZUp; dmarc=pass (policy=none) header.from=smyrak.com; spf=pass (mx1.freebsd.org: domain of ps.ports@smyrak.com designates 2a02:1778::113:254 as permitted sender) smtp.mailfrom=ps.ports@smyrak.com DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smyrak.com; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:To:From:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=rOvCJFIavvjtgAmIuwqdXcY1vVywJK3FrTUW37A+ljA=; b=jEt87ZUpCNlb/QurVVNEwTvCnn kLYk0SpaYDUm0/bQnJoPaaIhzPmNlhuOyLKD9rFPmzv2i3ISzvkyxYSz8aEfdSShpy8YPYaRcdTVy nkasutieKyPBsFxn4KO56mO+8P4F+kHdBT0rYPTe6uSI/5GhfYVYsWrIN9pOy+L0M/dU8eMrIReve Z8lGQ0eGSa3A6/288K0By/uEadJV2e4yTBu0u8cfMhV+GDg8uCUONsnTsrofVDBKPRLRVfusZZsgr RFr5299h7Q5U0aXiWf9ig+vv1eYf64fP4jZis29El8E/vLTkUoZC19ehmNodfy+4AaQigwSmZ6v/k VLQ+URcQ==; Received: from 93-181-165-201.internetia.net.pl ([93.181.165.201] helo=daleth.home) by s149.cyber-folks.pl with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1raYxJ-0000000EYgK-1dyn for ports@freebsd.org; Thu, 15 Feb 2024 11:27:01 +0100 Date: Thu, 15 Feb 2024 11:26:48 +0100 From: Piotr Smyrak To: ports@freebsd.org Subject: Re: dig from dns/bind-tools gets: ld-elf.so.1: /usr/local/lib/libidn2.so.0: version IDN2_0.0.0 required by /usr/local/bin/dig not defined Message-ID: <20240215112648.3e0105a4@daleth.home> In-Reply-To: <4F162267-341A-4BA5-9BF2-D575C8123901@yahoo.com> References: <4F162267-341A-4BA5-9BF2-D575C8123901.ref@yahoo.com> <4F162267-341A-4BA5-9BF2-D575C8123901@yahoo.com> 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-Authenticated-Id: piero@smyrak.com X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.36 / 15.00]; NEURAL_HAM_SHORT(-1.00)[-0.996]; NEURAL_HAM_MEDIUM(-0.93)[-0.931]; NEURAL_HAM_LONG(-0.73)[-0.732]; DMARC_POLICY_ALLOW(-0.50)[smyrak.com,none]; R_SPF_ALLOW(-0.20)[+ip6:2a02:1778::113:0/116]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; ASN(0.00)[asn:41079, ipnet:2a02:1778::/48, country:PL]; RCVD_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; R_DKIM_PERMFAIL(0.00)[smyrak.com:s=x]; MISSING_XM_UA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_TLS_ALL(0.00)[]; MLMMJ_DEST(0.00)[ports@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[smyrak.com:~] X-Rspamd-Queue-Id: 4TbB7p44Mxz4p3k On Wed, 14 Feb 2024 17:32:18 -0800 Mark Millard wrote: > I did: > > # pkg install bind-tools > . . > # dig srv _http._tcp.portsnap.FreeBSD.org > ld-elf.so.1: /usr/local/lib/libidn2.so.0: version IDN2_0.0.0 required > by /usr/local/bin/dig not defined > > So, next: > > # pkg install libidn2 > # dig srv _http._tcp.portsnap.FreeBSD.org > > and that worked. Looks like a dependency is > missing. > > (Why portsnap?: Just helping someone using 12.4-RELEASE > that wanted to use portsnap but was having a problem.) IDN options is by default on in the port of bind-tools. It shall register a dependendency automatically though. -- Piotr Smyrak