From owner-freebsd-current@FreeBSD.ORG Tue Oct 23 10:37:12 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC8CB16A419 for ; Tue, 23 Oct 2007 10:37:12 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from kientzle.com (h-66-166-149-50.snvacaid.covad.net [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9209F13C49D for ; Tue, 23 Oct 2007 10:37:12 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from [10.0.0.222] (p54.kientzle.com [66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id l9NAEoH7043364; Tue, 23 Oct 2007 03:14:50 -0700 (PDT) (envelope-from kientzle@freebsd.org) Message-ID: <471DC99A.6030804@freebsd.org> Date: Tue, 23 Oct 2007 03:14:50 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060422 X-Accept-Language: en-us, en MIME-Version: 1.0 To: josh.carroll@gmail.com References: <471CF3F3.6070803@cran.org.uk> <8cb6106e0710222017p133ddccyc973c6ebcd23e270@mail.gmail.com> In-Reply-To: <8cb6106e0710222017p133ddccyc973c6ebcd23e270@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Bruce Cran , current@freebsd.org Subject: Re: bsdtar can't handle files >8GB X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 23 Oct 2007 10:37:12 -0000 Josh Carroll wrote: >>tar: Unrecognized archive format: Inappropriate file type or format >>tar: Error exit delayed from previous errors. I think I've found the source of this; I recently put in support for a bunch of new GNU extensions and it looks like I confused some of the size tracking in the process. I'll have a fix soon. Thanks for finding this! Tim Kientzle