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=Rl7oRK5RI3YL/a+ZO0HIwLbQY1lCPllJfntrKLHWTCn tjFwCf1tdkGQczOHZYB3Rad751OZnqaCnIfQ3uoBNtDv7iSQpSkNjl5CuAfPvnKU RL1WsdzSFuGww13w/eYnm4Ualq1Rly+wV4jaN0e+cGUo8gu0Bkf3gEknSVauQCZc = 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=uKzpKYiJbqEWrvubCABF2PXQAJo=; b=MCX52weIP9L4up4dk zsdN07c8T1iAm2sOS7BdFZyrcNIiXZLLhpUFgWkV9OwSUrGb1F97+K3ONoxFoqsk WtaFFiW/bQVt5a3SPOp34QkwXUMu6oo4Gxm9BktJFv9rc0PklBI2pKzf6XWhegMH GTJJFUPQKGmEVu0lbB/eYBBKs8= 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=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Message-ID: <5535B855.50707@redhat.com> Date: Mon, 20 Apr 2015 20:39:17 -0600 From: Eric Blake User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Murthy Gandikota , "cygwin AT cygwin DOT com" Subject: Re: tar zxvf won't work with Redhat generated compressed tar file References: ,<969800560 DOT 20150420222609 AT yandex DOT ru> ,<509379965 DOT 20150420235036 AT yandex DOT ru> ,<55356CBB DOT 9030601 AT redhat DOT com>, In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 04/20/2015 05:06 PM, Murthy Gandikota wrote: > > > ---------------------------------------- >> From: murthy64 AT hotmail.com >> To: eblake AT redhat.com; cygwin AT cygwin.com No need to CC me - I read the list. Also, no need to include raw emails in your reply (we not only ask that you avoid top-posts, but also that you trim to relevent content). >> Yes, Sir. It did untar properly. So the problem is with the server compressing during the download (I get the file from a http server)? You may want to report that to the owner of the website you were downloading from. > > It would be doubly nice if cygwin handled it ;-) I'm not going to add a cygwin-specific patch; you'd get the same behavior on Linux. If you want to convince upstream to do double uncompression in a single process, then it will eventually percolate downstream; but I don't think anyone will want to take on a patch like that. > It seems gunzip had no problem recognizing the file as double compressed. No. Your manual gunzip removed one layer of compression, then your tar command (with or without the 'z') ran a second gunzip to remove the second layer of compression. There was no single process doing double uncompression. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org -- 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