From owner-freebsd-stable Sun Sep 1 19:26: 9 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38DF737B400 for ; Sun, 1 Sep 2002 19:26:06 -0700 (PDT) Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3561D43E3B for ; Sun, 1 Sep 2002 19:26:05 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id MAA73724 for ; Mon, 2 Sep 2002 12:26:04 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (localhost [127.0.0.1]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id MAA00813; Mon, 2 Sep 2002 12:26:03 +1000 (EST) Message-Id: <200209020226.MAA00813@lightning.itga.com.au> X-Mailer: exmh version 2.4 05/15/2001 with nmh-1.0.4 From: Gregory Bond To: Kris Kennaway Cc: stable@FreeBSD.ORG Subject: Re: HEADS UP: Package compression format changed In-reply-to: Your message of Sun, 01 Sep 2002 13:15:02 -0700. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 02 Sep 2002 12:26:03 +1000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > The package tools have been updated to deal with the new > format Are you sure? The pkg_add from 29/8 failed miserably, and AFAICT there have been no commits since then. hellcat## pkg_add -r portupgrade Error: FTP Unable to get ftp://grollo/pub/FreeBSD/ports/i386/packages-4-stable/L atest/portupgrade.tgz: File unavailable (e.g., file not found, no access) pkg_add: unable to fetch `ftp://grollo/pub/FreeBSD/ports/i386/packages-4-stable/ Latest/portupgrade.tgz' by URL (Note it is looking for a tgz file not a tbz file). So If I specify the URL with the .tbz directly, I get this: hellcat## pkg_add ftp://grollo/pub/FreeBSD/ports/i386/packages-4-stable/Latest/p ortupgrade.tbz Fetching ftp://grollo/pub/FreeBSD/ports/i386/packages-4-stable/Latest/portupgrad e.tbz... gzip: stdin: not in gzip format tar: Child died with signal 13 tar: Error exit delayed from previous errors Broken pipe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message