public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
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.
Date: Sun, 18 Oct 2015 11:48:00 -0000	[thread overview]
Message-ID: <87mvvg2ya8.fsf@Rainer.invalid> (raw)
In-Reply-To: <5622BA2F.7040205@tiscali.co.uk> (David Stacey's message of "Sat,	17 Oct 2015 22:14:23 +0100")

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

  parent reply	other threads:[~2015-10-18 11:48 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-16 14:21 Robert Pace
2015-10-16 16:20 ` Andrey Repin
2015-10-16 20:53 ` Achim Gratz
2015-10-16 21:18   ` Robert Pace
2015-10-17  7:20     ` Achim Gratz
2015-10-16 21:29   ` Ken Brown
2015-10-17  7:28     ` Achim Gratz
2015-10-17 11:15       ` Nicolas Roche
2015-10-17 12:13       ` Ken Brown
2015-10-17 14:19         ` Ken Brown
2015-10-17 17:06           ` Achim Gratz
2015-10-17 18:30             ` Ken Brown
2015-10-17 19:09               ` Achim Gratz
2015-10-17 21:14         ` David Stacey
2015-10-17 22:20           ` Ken Brown
2015-10-18  2:35             ` Andrey Repin
2015-10-18  2:48               ` Ken Brown
2015-10-18 11:48           ` Achim Gratz [this message]
2015-10-18 13:20             ` Ken Brown
2015-10-18 13:31               ` Achim Gratz
2015-10-18 13:47                 ` Ken Brown
2015-10-18 15:38                   ` Ken Brown
2015-10-18 16:49                   ` Achim Gratz
2015-10-18 15:09             ` David Stacey
2015-10-18 17:48 ` Achim Gratz
2015-10-18 23:42   ` Ken Brown
2015-10-19  6:05     ` Achim Gratz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mvvg2ya8.fsf@Rainer.invalid \
    --to=stromeko@nexgo.de \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).