From owner-freebsd-amd64@FreeBSD.ORG Fri Apr 23 19:08:42 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D80716A4D1 for ; Fri, 23 Apr 2004 19:08:42 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id A905243D4C for ; Fri, 23 Apr 2004 19:08:41 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.248.251) by smtp01.syd.iprimus.net.au (7.0.024) id 402BA92701B7B004; Sat, 24 Apr 2004 12:08:40 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id B3D4B41C7; Sat, 24 Apr 2004 12:08:09 +1000 (EST) Date: Sat, 24 Apr 2004 12:08:09 +1000 From: Tim Robbins To: Peter Losher Message-ID: <20040424020809.GA37481@cat.robbins.dropbear.id.au> References: <20040424015524.GA37337@cat.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040424015524.GA37337@cat.robbins.dropbear.id.au> User-Agent: Mutt/1.4.1i cc: freebsd-amd64@freebsd.org Subject: Re: Issues w/ gzip for > 2GB files? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Apr 2004 02:08:42 -0000 On Sat, Apr 24, 2004 at 11:55:24AM +1000, Tim Robbins wrote: > In any case, the bug ought to be reported to the gzip developers. Actually, it looks like a patch has been available for the length mismatch bug on http://www.gzip.org/ for a number of years, but it was never incorporated into FreeBSD. Perhaps you're seeing an unrelated 64-bit bug. Tim