X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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 <houder@xs4all.nl>
Reply-To: cygwin@cygwin.com
To: cygwin@cygwin.com
Subject: Re: Broken file in ALL cygwin mirrors report! socat-debuginfo
References: <9dee4f4cb2c541e2b393f17b630397c4@grupawp.pl> <251f1482-5472-20b4-6907-4ec09da34507@gmail.com> <icdmsdt4v5tq01mpuer4phh9n7dpljlkpf@4ax.com> <e0ecf62a-de7b-9791-b6f9-eb139f62df48@gmail.com>
In-Reply-to: <e0ecf62a-de7b-9791-b6f9-eb139f62df48@gmail.com>
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

