From owner-freebsd-current@freebsd.org Tue Feb 2 01:13:47 2021 Return-Path: Delivered-To: freebsd-current@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 E5A434F8462 for ; Tue, 2 Feb 2021 01:13:47 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DV6Jq0KVdz3mrx; Tue, 2 Feb 2021 01:13:46 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id 1121Dh5g023342; Mon, 1 Feb 2021 17:13:43 -0800 (PST) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: (from freebsd-rwg@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id 1121Dghn023341; Mon, 1 Feb 2021 17:13:42 -0800 (PST) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <202102020113.1121Dghn023341@gndrsh.dnsmgr.net> Subject: Re: Failure of release build with release.sh on 14-CURRENT amd64 In-Reply-To: <20210201221431.GZ77557@FreeBSD.org> To: Glen Barber Date: Mon, 1 Feb 2021 17:13:42 -0800 (PST) CC: tech-lists , freebsd-current@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4DV6Jq0KVdz3mrx X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd-rwg@gndrsh.dnsmgr.net has no SPF policy when checking 69.59.192.140) smtp.mailfrom=freebsd-rwg@gndrsh.dnsmgr.net X-Spamd-Result: default: False [-2.10 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[dnsmgr.net]; RBL_DBL_DONT_QUERY_IPS(0.00)[69.59.192.140:from]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[69.59.192.140:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:13868, ipnet:69.59.192.0/19, country:US]; MIME_TRACE(0.00)[0:+]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2021 01:13:48 -0000 On some day Glen Barber wrote: > On Mon, Feb 01, 2021 at 09:38:33PM +0000, tech-lists wrote: > > On Mon, Feb 01, 2021 at 09:27:44PM +0000, Glen Barber wrote: > > > On Sun, Jan 31, 2021 at 03:30:14PM +0000, tech-lists wrote: > > > > Found > > > > A pre-built version of pkg could not be found for your system. > > > > Consider changing PACKAGESITE or installing it from ports: > > > > 'ports-mgmt/pkg'. > > > > > > > > root@generic:/usr/src/release # which pkg > > > > /usr/sbin/pkg > > > > > > > > > > This is because the 14.0-CURRENT packages for arm64 take a significant > > > amount of more time to build than x86. > > > > Hi, > > > > Is there a way of making it use the pkg which is already installed on the system > > running make release? > > > > No. /usr/sbin/pkg is the bootstrap tool to install /usr/local/sbin/pkg. > It does not have the same functionality. One could build your own local pkg repository that contained pkg and what ever other pkg's are needed during a make release and modify the /etc/pkg/FreeBSD.conf file to point at it as a way to work around this . > Glen -- Rod Grimes rgrimes@freebsd.org