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:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type; q=dns; s=default; b=jVRC+
	vLyzlNJDWthiKIW6K8/OUtNpUf+kf/2qdQwXoCwTl8H0n2cSx6NW3AlwDypfW5MV
	YTiGxCwZUxYgVriczfJ12YjVcTU8DdSPlwfEL/1S6vuk7cOQifd75MDuc8dHi02F
	uxafCWu3usXcm+WYgLbi3bdL3du2T7lCkVhsq4=
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:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type; s=default; bh=JGGitSN/wNY
	pbzLEfrYrsLsg5CM=; b=xxCyS+f70YE0+i/0CFnXhbFEJo6y+4uA++1qO3WKhq0
	G3mu43yO1a7I0QlLk0n0tTEvMPqoREwNgEmlfqlA2P75MHMdItEMkh49WUVHGSgv
	HBktGLyX2DrXOHYJbm3FJnf3hELj15/Z/0T5YxeFUSrCBUdTVywwpr9asetJEo6Y
	=
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-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,KAM_LOTSOFHASH,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-in-12.arcor-online.net
X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-08.arcor-online.net 3ndzxG0jpCzGV8k
From: Achim Gratz <Stromeko@nexgo.de>
To: cygwin@cygwin.com
Subject: Re: Error Installing Cygwin (setup-x86_64.exe & setup-x86) - No setup.ini.sig found.
References: <CACoLpU-VJqaNv5VQo0sYfDkVLfK5wDw+Usvg29QsAS6M7BwitQ@mail.gmail.com>	<8737xawn6j.fsf@Rainer.invalid> <56216C25.6090104@cornell.edu>	<878u72eyy2.fsf@Rainer.invalid> <56223B5E.50309@cornell.edu>	<5622BA2F.7040205@tiscali.co.uk>
Date: Sun, 18 Oct 2015 13:47:59 +0200
In-Reply-To: <5622BA2F.7040205@tiscali.co.uk> (David Stacey's message of "Sat,	17 Oct 2015 22:14:23 +0100")
Message-ID: <87mvvg2ya8.fsf@Rainer.invalid>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain

David Stacey writes:
> Same here. I maintain a local mirror and use my own setup.ini files
> (created with genini); these do not have 'sig' files. Directory
> structure is as follows:
>
> cygwin-2015-10-16
>   /cygwin
>     /x86
>     /x86_64
>   /cygwinports
>     /noarch
>     /x86
>     /x86_64
>
> The 'setup.ini' files are located in the 'x86' and 'x86_64'
> directories; setup is pointed at the 'cygwin-2015-10-16'
> directory.

If that is the complete directory structure at those two levels then I
don't see how it can't work.  I'm doing exactly the same, save for the
exact directory names.  I'm using the "-mX" switches when invoking
setup.  If you have an x86 or x86_64 directory under cygwin-2015-10-16
however, then setup would never look any further (you can't nest mirror
directories).

Setup does essentially this (and finds the following setup files on my
system when it gets started in the top-level mirror directory, provided
that $arch="x86"):

$ find -mindepth 1 -maxdepth 1 -name $arch | \
  xargs -I: sh -c 'for f in :/setup.{xz,bz2,ini}; \
  do [ -e $f ] && { echo $f ; break; } done' && \
  find -mindepth 2 -maxdepth 2 -name $arch | \
  xargs -I: sh -c 'for f in :/setup.{xz,bz2,ini}; \
  do [ -e $f ] && { echo $f ; break; } done'

./cygport/x86/setup.bz2
./cygwin/x86/setup.bz2
./maint/x86/setup.xz
./patch/x86/setup.xz
./perl/x86/setup.ini

What's the result you're getting?

Just in case you want to try the setup.exe I have compiled locally:

--8<---------------cut here---------------start------------->8---
wget="wget -rxnH --cut-dirs=1 http://cygwin.stromeko.net";
$wget/x86/setup-x86.exe
$wget/x86_64/setup-x86_64.exe
sha512sum setup*.exe
--8<---------------cut here---------------end--------------->8---

d22875c8d22fc241499e0e9ff13758770c263590bf5ac4bc919118d15a37a02719fd46f81b8216a4b4e9e09e63e2ea7007c2071856f2cf9a0c8e022afdc40f9e  x86_64/setup-x86_64.exe
ae66fe28b976a5fd59b119c0eddc2a74c77def858debf49890a382b4ddf707a79490b977684abfb92446932f1c710eda12b3b83bf1d7fa291c376c32970f683e  x86/setup-x86.exe


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

--
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

