X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 User-Agent: Thunderbird MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Corrupted tar-ball in Cygwin-x86_64 References: <52DA6D1C DOT 4080206 AT alice DOT it> <52DA770D DOT 9010709 AT gmail DOT com> <52DA78D5 DOT 60409 AT gmail DOT 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