X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=VWXP7wK+h23+y6QDe0FECuHkhli+/Vk9SyxWIMc8AZ/
	+5JtKfYyI1L+YWvgB6XwIG8WxuWjovRU/JTcgdAeveW7mduzINiGbkTHtfyHLJ62
	ymhmSmgjOOWbjwJNbK95iJ+CB5h3rzXzMERVMSv3YuSpXHR3oXg2nks1YY8BKetA
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=C7MWeztHt0rjea5vI6EXAaur0oc=; b=WSo+NZOd0I16qZplQ
	ZFNXtztsuq9pxMHxK8HObFNi5gf08K3CMhS19PkRSyaazfBv1BWS+3m5X+66uQgx
	GkO5xmpM8hc4CMEAODEq8PFHEIpiLREFSIMQ8xrQhOObZgZl/L92e7TcJKepEdLi
	CpWfSYwYtwSnxj9J68vVYLEpCE=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_05,RP_MATCHES_RCVD autolearn=ham version=3.3.2
X-HELO: Ishtar.tlinx.org
Message-ID: <52DBCD7C.7070809@tlinx.org>
Date: Sun, 19 Jan 2014 05:05:00 -0800
From: Linda Walsh <cygwin@tlinx.org>
User-Agent: Thunderbird
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Corrupted tar-ball in Cygwin-x86_64
References: <52DA6D1C.4080206@alice.it> <52DA770D.9010709@gmail.com> <52DA78D5.60409@gmail.com>
In-Reply-To: <52DA78D5.60409@gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Marco Atzeri wrote:
> 
> 
> On 18/01/2014 13:43, Marco Atzeri wrote:
>>
>>
>> On 18/01/2014 13:01, Angelo Graziosi wrote:
>>> When I try to update my Cygwin64 installation (on a virtualBox Win7-64
>>> installation) I get an error about the cygwin32-1.7.27-1.tar.xz package
>>> which seems corrupted.
>>>
>>> This is confirmed from command line on which i get:
>>>
>>> $ tar -rf cygwin32-1.7.27-1.tar.xz
>>> tar: Impossibile aggiornare archivi compressi
>>> tar: Error is not recoverable: exiting now
----
	You need to tell tar to uncompress it for you -- or uncompress
it yourself.

For 't' try using
tar -taf fff.tar.xz

You've never been able to append a file directly to a compressed
archive.  You need to uncompress it first, append then recompress.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

