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:date:message-id:from:reply-to:to:subject :references:in-reply-to:content-type; q=dns; s=default; b=gR8KL9 RHr230sWA4qDM3pAJya1qtNb4LgOkh0NERZlrV4dSzb9B+Jj/NMr4c9wpnhqgp/B bCYs831jbFyDxD6DtSqnLKzUBdZhJS+2XT05emlNpS7u+8ugNmSAvlI1L4CwTuLH GaQvkysdJRIuQmr9MU7eUEYMVzxSuTjTcL80c= 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:date:message-id:from:reply-to:to:subject :references:in-reply-to:content-type; s=default; bh=kRNsh0d6ZE7A lqSV/OQRbdoZN+c=; b=ItzbkCvjt+Tzo2s/BJptuOI5RGM62Sc8RI+hIX08ejrU Iplt9Z9iWCwZwOIhWSz81/dXxELhRDhl8tSoBA4+79jYSwT71/3fCGuHnPsNYu9P SBx11ZXKsgrMjcB3v7B30snWvhgxyE1ZpFwFzfmt2Uic/VutxvgN8d3KZK4wf9k= 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-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=AWL,BAYES_50,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*M:smtp, UD:setup.ini, setupini, UD:ini X-HELO: lb2-smtp-cloud9.xs4all.net Date: Sat, 20 Oct 2018 18:03:04 +0200 Message-ID: <4485ee8acd5ce4977bf370345f6f6718@smtp-cloud9.xs4all.net> From: Houder Reply-To: cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: Re: Broken file in ALL cygwin mirrors report! socat-debuginfo References: <9dee4f4cb2c541e2b393f17b630397c4 AT grupawp DOT pl> <251f1482-5472-20b4-6907-4ec09da34507 AT gmail DOT com> In-Reply-to: Content-Type: text/plain; charset=UTF-8; format=fixed User-Agent: mua.awk 0.99 On Sat, 20 Oct 2018 16:59:16, Marco Atzeri wrote: [snip] .. > However setup requires an empty compressed tar file. > there are several empty tar of size "32" byte in the > repository > > for 64 bit > > $ grep ^install setup.ini | grep " 32 " | wc -l > 300 tar file? ... uhm, just as an additional note to your post: 64-@@ grep ^install: setup.ini | grep " 108 " | wc -l 1065 (real tar files (empty), compressed using xz) If the empty "tar file" is created like this: 64-@@ touch empty.tar (an empty file, but not a tarball!) 64-@@ xz empty.tar one will get files of size 32 bytes ... However: 64-@@ tar cJf empty.tar.xz --files-from=/dev/null (or: tar cJfT empty.tar.bz2 /dev/null) one will get files of size 108 bytes (of real tar files). The latter ones will properly untar, but not the files of size 32. (yes, in both cases, no files will be produced) Regards, Henri -- 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