From nobody Sat Aug 12 18:19:30 2023 X-Original-To: freebsd-arm@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 4RNTTJ5Bnxz4qND4 for ; Sat, 12 Aug 2023 18:19:32 +0000 (UTC) (envelope-from gjb@freebsd.org) Received: from mail0.glenbarber.us (mail0.glenbarber.us [IPv6:2607:fc50:1:2300:1001:1001:1001:face]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail0.glenbarber.us", Issuer "Gandi Standard SSL CA 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RNTTJ4bYjz3b2P; Sat, 12 Aug 2023 18:19:32 +0000 (UTC) (envelope-from gjb@freebsd.org) Authentication-Results: mx1.freebsd.org; none Received: from smtpclient.apple (50.29.233.174.res-cmts.swb2.ptd.net [50.29.233.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: gjb) by mail0.glenbarber.us (Postfix) with ESMTPSA id B258C36F22; Sat, 12 Aug 2023 18:19:31 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.10.3 mail0.glenbarber.us B258C36F22 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org Mime-Version: 1.0 (1.0) Subject: Re: ARMV7 alpha-1 pkg not installing From: Glen Barber In-Reply-To: Date: Sat, 12 Aug 2023 14:19:30 -0400 Cc: Mark Millard , FreeBSD ARM List Message-Id: References: To: bob prohaska X-Mailer: iPhone Mail (20G75) X-Rspamd-Queue-Id: 4RNTTJ4bYjz3b2P 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:36236, ipnet:2607:fc50::/36, country:US] I will make sure there is a package set for this arch, just as was the case f= or previous releases. Good to know I will not need to look further though. :-) Glen Sent from my phone. Please excuse my brevity and/or typos. > On Aug 12, 2023, at 1:33 PM, bob prohaska wrote: >=20 > =EF=BB=BFOn Sat, Aug 12, 2023 at 10:00:17AM -0700, Mark Millard wrote: >>=20 >> I had to adjust: /etc/pkg/FreeBSD.conf >>=20 >> The issue was the http://pkg.FreeBSD.org/FreeBSD:14:armv7/quarterly >> reference, instead of using /latest . FreeBSD:14:armv7 does not >> have quarterly yet. See: >>=20 >> https://pkg.freebsd.org/FreeBSD:14:armv7/ >>=20 >> that only lists latest/ not quarterly/ . >>=20 >> Have /etc/pkg/FreeBSD.conf look like: >>=20 >> more /etc/pkg/FreeBSD.conf=20 >> # $FreeBSD$ >> # >> # To disable this repository, instead of modifying or removing this file,= >> # create a /usr/local/etc/pkg/repos/FreeBSD.conf file: >> # >> # mkdir -p /usr/local/etc/pkg/repos >> # echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.co= nf >> # >>=20 >> FreeBSD: { >> url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", >> mirror_type: "srv", >> signature_type: "fingerprints", >> fingerprints: "/usr/share/keys/pkg", >> enabled: yes >> } >>=20 >> I did not have to do this for the rock64 or rpi-arm64 snapshots, as >> I remember, just the armv7 snapshot. >>=20 > That did the trick, >=20 > Is there a seamless way to track what will become stable/14? >=20 > Thank you very much! >=20 > bob prohaska >=20