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=W269yOeF/5Q1qXlt8EnPi/5B/9B6bKt+7cv1WpDzuul ISvOt0R274Si8bY7sBR1zAVn1zQh7a8Hr/V4xUX/TzWOhc9pw5V06Xoxgv/pQqr1 k0+y0o4ZHaGGoPASMzxdbAgWzXslCfa4LJvgzJWZIiinVbn2gf9xTapl5pCotGi8 = 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=U4W8niSqj0DOwfnaxooC49HkyZY=; b=L/MB1hJOHvg4aINHa 6CrwoVhOuvVl1x0xPAsHvquQLefyAxHCXbzsT55EUVH3dKEvd2HpgAQ6nC2n2IXN IWw9oANArXIM4gglyqVB48a5lcpJ23GtJCMLA5v1iDBDLd2qKTo+funse9xSMwQi vOY3fXS/shleHOMmdJHMu6V9j0= 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.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-bk0-f51.google.com X-Received: by 10.204.72.130 with SMTP id m2mr135435bkj.137.1390049497392; Sat, 18 Jan 2014 04:51:37 -0800 (PST) Message-ID: <52DA78D5.60409@gmail.com> Date: Sat, 18 Jan 2014 13:51:33 +0100 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 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> In-Reply-To: <52DA770D.9010709@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 >> >> >> Ciao, >> Angelo. >> > > last is is cygwin-1.7.27-2.tar.xz > > $ md5sum cygwin-1.7.27-2.tar.xz > 7dc5f90c8500701849b16648e3980320 *cygwin-1.7.27-2.tar.xz > > why cygwin32 ? > > Moreover: > -r, --append append files to the end of an archive > > > tar: Impossibile aggiornare archivi compressi > > as the message says (in italian) you can not append files > to compressed archive > > Regards > Marco > understood, cross compiler files are incomplete : $ tar -tf cygwin32-1.7.27-1.tar.xz usr/ usr/i686-pc-cygwin/ usr/i686-pc-cygwin/sys-root/ usr/i686-pc-cygwin/sys-root/usr/ usr/i686-pc-cygwin/sys-root/usr/bin/ usr/i686-pc-cygwin/sys-root/usr/bin/cygwin1.dll xz: (stdin): Unexpected end of input tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now $ tar -tf cygwin32-1.7.27-1-src.tar.xz 01-program-prefix.patch cygwin-1.7.27.tar.bz2 xz: (stdin): Unexpected end of input tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now -- 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