public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
From: "Buchbinder, Barry (NIH/NIAID) [E]" <BBuchbinder@niaid.nih.gov>
To: "cygwin-apps@cygwin.com" <cygwin-apps@cygwin.com>
Subject: RE: setup.exe -s (--site) option not working
Date: Sat, 21 Jan 2012 23:40:00 -0000	[thread overview]
Message-ID: <0105D5C1E0353146B1B222348B0411A20A51C5679B@NIHMLBX02.nih.gov> (raw)

David King sent the following at Friday, January 20, 2012 8:33 AM
>On Jan 18, 2012, at 12:21 PM, Buchbinder, Barry (NIH/NIAID) [E] wrote:
>> David King sent the following at Tuesday, January 17, 2012 10:14 PM
>>> cygwin install, version 2.763
>>>
>>> I created a batch file to auto install cygwin with some packages (see
>>> below). When I run the batch file from a command prompt, it just outputs
>>> "getUrlToStream failed" multiple times before it ends. If I take out
>>> the -s option and run the batch file, the gui displays and stops on the
>>> page to choose a download site and then the next page goes into the
>>> package selection gui. If I quit the gui installer at that point, and
>>> then re-run my batch file, the install performs perfectly. My best guess
>>> is that it's loading the previously selected download site in one of the
>>> generated setup files. Is this a known issue or is there a workaround?
>>>
>>> The batch file is here: https://gist.github.com/1630619
>>>
>>> The output saved to my setup.log is here:
>>> https://gist.github.com/1630611
>>
>> My GUESS is that setup cannot guess what directory of mirrors.kernel.org
>> to look in.  The links to mirrors on http://cygwin.com/mirrors.html point
>> to directories, not to the roots of the servers  Try
>>  http://mirrors.kernel.org/sourceware/cygwin/
>> with or without the training slashes, or maybe
>>  http://mirrors.kernel.org/sourceware/
>
>Thank you very much Barry. That was the exact problem. I was using the
>urls specified by the gui mirror download list. Here's my working batch
>file in case anybody is curious:
>
>-----------------------------------
>setup.exe ^
>--disable-buggy-antivirus ^
>--quiet-mode ^
>--site http://mirrors.kernel.org/sourceware/cygwin/ ^
>--packages ^
>ruby,^
>curl,^
>git,^
>mingw64-i686-gcc-g++,^
>gcc,^
>libtool,^
>make,^
>automake,^
>readline,^
>libreadline7,^
>zlib-devel,^
>ncurses,^
>vim
>-------------------------------------

Perhaps an elaboration of how to specify the URL this should be added to
setup's help and documentation.

- Barry
  Disclaimer: Statements made herein are not made on behalf of NIAID.

             reply	other threads:[~2012-01-21 23:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-21 23:40 Buchbinder, Barry (NIH/NIAID) [E] [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-01-18  3:14 David King
2012-01-18 17:21 ` Buchbinder, Barry (NIH/NIAID) [E]
2012-01-20 13:33   ` David King

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=0105D5C1E0353146B1B222348B0411A20A51C5679B@NIHMLBX02.nih.gov \
    --to=bbuchbinder@niaid.nih.gov \
    --cc=cygwin-apps@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).