From owner-freebsd-ports@freebsd.org Sat Feb 6 17:32:00 2021 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F3CD352FB8D for ; Sat, 6 Feb 2021 17:31:59 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "www.zefox.com", Issuer "www.zefox.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DXzqg4nWCz4sGG; Sat, 6 Feb 2021 17:31:59 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.16.1/8.15.2) with ESMTPS id 116HVwJa017882 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sat, 6 Feb 2021 09:31:58 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.16.1/8.15.2/Submit) id 116HVwEx017881; Sat, 6 Feb 2021 09:31:58 -0800 (PST) (envelope-from fbsd) Date: Sat, 6 Feb 2021 09:31:58 -0800 From: bob prohaska To: DutchDaemon - FreeBSD Forums Administrator Cc: freebsd-ports@freebsd.org Subject: Re: Bind9 security upgrade Message-ID: <20210206173158.GD13068@www.zefox.net> References: <20210206011026.GA11620@www.zefox.net> <2424596.iFQSR7Lh2p@no.place.like.home> <20210206065658.GA13068@www.zefox.net> <20210206165013.GC13068@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4DXzqg4nWCz4sGG X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2021 17:32:00 -0000 On Sat, Feb 06, 2021 at 06:03:38PM +0100, DutchDaemon - FreeBSD Forums Administrator wrote: > On 06/02/2021 17:50, bob prohaska wrote: > > Would installing the autoconf port install autoreconf? > > autoconf-wrapper-20131203 is a requirement of autoconf-2.69_3, so yes. > Aye, there's the rub: root@pelorus:/usr/ports/devel/autoconf # make -DBATCH > make.log ./configure: /usr/local/bin/perl: not found configure: error: Perl 5.006 or better is required root@pelorus:/usr/ports/devel/autoconf # Which closes the circle back the perl problem: root@pelorus:/usr/ports/devel/autoconf # perl -v perl: Command not found. root@pelorus:/usr/ports/devel/autoconf # whereis perl perl: /usr/local/lib/perl5/5.30/perl/man/man1/perl.1.gz /usr/ports/devel/git/work-default/git-2.30.0/perl root@pelorus:/usr/ports/devel/autoconf # It looks like perl isn't installed, but also isn't recognized as a dependency that needs to be compiled. The existence of libs and man but no bin seems odd. At this point I'm baffled. Must I install some version of perl manually from ports? Thanks for reading! bob prohaska