From nobody Thu Feb 15 09:49:26 2024 X-Original-To: freebsd-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 4Tb9Jj2h7Yz51lC2; Thu, 15 Feb 2024 09:49:41 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (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 4Tb9Jh4kVMz4jG4; Thu, 15 Feb 2024 09:49:40 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; none Received: from kalamity.joker.local (123-1-91-49.area1b.commufa.jp [123.1.91.49]) (authenticated bits=0) by www121.sakura.ne.jp (8.17.1/8.17.1/[SAKURA-WEB]/20201212) with ESMTPA id 41F9nQuG024416; Thu, 15 Feb 2024 18:49:26 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Thu, 15 Feb 2024 18:49:26 +0900 From: Tomoaki AOKI To: Mark Millard Cc: Warner Losh , Mario Marietto , freebsd-hackers , freebsd-ports@freebsd.org Subject: Re: files/edd962f76ea4b5869f3c6f8ee5438fb9750b802d02bb8035fe1b7bd0a8ba7401.gz not found -- snapshot corrupt. Message-Id: <20240215184926.42aafbbdd5644be492f600fc@dec.sakura.ne.jp> In-Reply-To: <7AA6A6B8-9BAE-4B03-9EF4-4A4D242582B4@yahoo.com> References: <7AA6A6B8-9BAE-4B03-9EF4-4A4D242582B4@yahoo.com> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) 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=UTF-8 Content-Transfer-Encoding: 8bit X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP] X-Rspamd-Queue-Id: 4Tb9Jh4kVMz4jG4 X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated Hi. Dropping freebsd-current ML as this doesn't related current (main) but deprecated release (12.4). Dropping freebsd-arm ML as I'm not subscribed and surely be bounced, and the problem is ports specific. Adding freebsd-ports ML as this is ports related. Commented inline below. On Wed, 14 Feb 2024 19:15:43 -0800 Mark Millard wrote: > On Feb 14, 2024, at 18:23, Warner Losh wrote: > > > You may need to grab the repo. You may have to back up to December's ports tree... > > My understanding was that portsnap was staying installed > on 13.*-RELEASE until the last version is EOL and that > portsnap servers would be kept operational with valid > content until then. > > I would have guessed that this would mean that 12.4-RELEASE > or the like would also be able to use the portsnap it > contains over that same time frame. > > Am I wrong? > > As stands, git use on 12.4-RELEASE would require bootstrapping > git somehow, possibly via portsnap, building git, and then > installing git (and the other stuff required). > > (Not that I use portsnap.) Me too don't use portsnap, but if you want to switch to git, maybe installing git from pkg (as 12.x is already EoL'ed, extract git.pkg from disc1.iso for armv7, install it) and clone repo into clean /usr/ports would be better not to poisoning by different metadata. And check out the ports tree of which just befere 12.4 was obsoleted. After that, ports tree starts dropping support for 12.x. Additional note: I myseld don't even tried, but for portsnap users who needs (forced) to switch to git, net/gitup could be your friend. IIUC, it would be something like csup for cvs or svnup for subversion. > > Warner > > > > On Wed, Feb 14, 2024, 5:51 PM Mario Marietto wrote: > > Hello. > > > > After a lot of work I've been able to install FreeBSD 12.04 for armv7 on my ARM Chromebook. Now I would like to install some ports. This is what happens when I try to get a fresh ports tree : > > > > marietto@freebsd:/usr # sudo portsnap fetch extract > > > > .... > > /usr/ports/databases/py-sqlalchemy10/ > > /usr/ports/databases/py-sqlalchemy11/ > > /usr/ports/databases/py-sqlalchemy12/ > > /usr/ports/databases/py-sqlalchemy13/ > > /usr/ports/databases/py-sqlalchemy14/ > > /usr/ports/databases/py-sqlalchemy20/ > > /usr/ports/databases/py-sqlcipher3/ > > files/edd962f76ea4b5869f3c6f8ee5438fb9750b802d02bb8035fe1b7bd0a8ba7401.gz not found -- snapshot corrupt. > > > > I repeated the "portsnap fetch extract" command,but I always get the same error. > > > > > === > Mark Millard > marklmi at yahoo.com -- Tomoaki AOKI