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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=RKtEJT/z+FSkJ3I9 pmzfxoPZ5ZQcllvt2ApF+IqbbIgoKr7XDFf7XNcwnTV0EIY3pfWfIEmCSyF0kscg YULKF9Nz221HqcDWUHUSvWIwtUr1W+n60azajxUigg5lpi4TA7X+UOpzRbOaL/7V gWniKYPw2AyDcaWjWVC+VIi3ffc= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=wnTMtWyzHS6ynCCbj1KZHn RZhuk=; b=AvdVdHSASg0evZqpbMhWh9LzTUEvf05uvQqpeDst3Zs6CBu1C9IkHA Ir3f/uBTzPD+3puhI3vwVRi3i/AC2HNEjjt71m4dAzPHaww23lo9y4yW1q5fUM+E xlrnsrGrLLUOFCOoH9k7a6OPB0XGyEG3TlOXIRpF3Inn0A4lgEYIk= 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=4.2 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_COUK,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_JMF_BR,RCVD_IN_RP_RNBL autolearn=no version=3.3.2 X-HELO: out.ipsmtp4nec.opaltelecom.net X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2GWAQC+tCNW/zdb0lUNUcRbg0aCUwMCAoFOEAEBAQEBAQEDhTUBAQQ4QBELGAkWDwkDAgECAUUTCAEBt0uTZgEBCAIBIIt1hRQXhBcFjRKFSINJjnWNSYkIg284gm+BQIZYAQEB X-IPAS-Result: A2GWAQC+tCNW/zdb0lUNUcRbg0aCUwMCAoFOEAEBAQEBAQEDhTUBAQQ4QBELGAkWDwkDAgECAUUTCAEBt0uTZgEBCAIBIIt1hRQXhBcFjRKFSINJjnWNSYkIg284gm+BQIZYAQEB Subject: Re: Error Installing Cygwin (setup-x86_64.exe & setup-x86) - No setup.ini.sig found. To: cygwin AT cygwin DOT com References: <8737xawn6j DOT fsf AT Rainer DOT invalid> <56216C25 DOT 6090104 AT cornell DOT edu> <878u72eyy2 DOT fsf AT Rainer DOT invalid> <56223B5E DOT 50309 AT cornell DOT edu> <5622BA2F DOT 7040205 AT tiscali DOT co DOT uk> <87mvvg2ya8 DOT fsf AT Rainer DOT invalid> From: David Stacey Message-ID: <5623B5BB.2030902@tiscali.co.uk> Date: Sun, 18 Oct 2015 16:07:39 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <87mvvg2ya8.fsf@Rainer.invalid> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 18/10/2015 12:47, Achim Gratz wrote: > 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? Thank you for your help. Here is the output from running your command: For arch="x86": ./cygwin/x86/setup.ini ./cygwinports/x86/setup.ini For arch="x86_64": ./cygwin/x86_64/setup.ini ./cygwinports/x86_64/setup.ini This is as described above by my ASCII art. I have been using this directory structure successfully with previous versions of setup. Is this layout incorrect? Dave. -- 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