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=LSuegU8+epTvSbqc/1AEBcejJks+xDAx7xL1/m6UeU2 5wSs4D8Vyvt22qZ9Lmd/Q3CT8b44Oc/p+TDHoyu+LiDxaFja/nFOrsCjlrmu83hV DpcPEWtbw0XSPoh1Sr5ccZF58VfH/a8Mpkcp3QiW3QRpEDbShxluuwdX6LxbFgMA = 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=6hqYewGK2Sq9k3fzsGtylwwjfwA=; b=bUSzXt1wmzt8FH4xE RAUd3mrL8VtE/Tbd2VpWokXSOdRd3CuPpQcYDIkwrfqEJxBId69gZP9hpSfzo/PK VlMyQeEhil4ZgLPUp7rO32GM/dmqdfmAkXPIOF8h3USTGQT9E7kBKnkgAsS58hUH DSBJ6B7XVKF0fVoyezjUb4RGA0= 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=-1.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: Ishtar.tlinx.org Message-ID: <52DC4235.5020708@tlinx.org> Date: Sun, 19 Jan 2014 13:23:01 -0800 From: Linda Walsh User-Agent: Thunderbird MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: tar enhancements in 't' & 'x' (was Corrupted tar-ball in Cygwin-x86_64) References: <52DA6D1C DOT 4080206 AT alice DOT it> <52DC1112 DOT 8010908 AT alice DOT it> In-Reply-To: <52DC1112.8010908@alice.it> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Angelo Graziosi wrote: > Il 18/01/2014 13.01, Angelo Graziosi ha scritto: >> 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 > > There is a typo here (on my part) which seems to have generated some > confusion... :( > > The command I have run to confirm the corrupted tar file was > > $ tar -tf cygwin32-1.7.27-1.tar.xz ---- I thought it was the case that 'a' was required on t/x as well as 'c', but can only verify that it used to need some extension it could recognize, but now it figures it out w/no extension. I.e.: (old): Astarte:/tmp> tar caf xxx.tar.xz server-0815527C63B5A57106C26703B2473B023EC30A19.xkm Astarte:/tmp> mv xxx.tar.xz xxx Astarte:/tmp> tar tf xxx tar: This does not look like a tar archive tar: Skipping to next header tar: Exiting with failure status due to previous errors (new) /tmp> tar caf xx.tar.xz xx.sh /tmp> mv xx.tar.xz xx /tmp> tar tf xx xx.sh ---- Guess somewhere I assumed 'a' was required for automatic compression recognition... but only on 'c' it seems... It is the case tar will decode even files w/o extensions...neat!. > Anyway, the most important thing is that now Yaakov has fixed the > corrupted tar-ball (http://cygwin.com/ml/cygwin/2014-01/msg00249.html) --- Well that's the important part! -- 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