public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Achim Gratz <Stromeko@nexgo.de>
To: cygwin@cygwin.com
Subject: Re: cygwin.dll: bug with select on Windows console
Date: Fri, 08 Jan 2016 22:21:00 -0000	[thread overview]
Message-ID: <87egdrzrlx.fsf@Rainer.invalid> (raw)
In-Reply-To: <569022FC.7030004@glup.org> (john hood's message of "Fri, 8 Jan	2016 15:58:36 -0500")

john hood writes:
> It appears I had not installed all the packages because I didn't have
> the setup command line syntax right, and didn't know it.  setup
> apparently does not do any validation of its command line arguments:
>
>   setup-x86.exe -M -P "docbook-xsl xmlto"
>
> fails to install any packages, and

Because there is no package "docbook-xsl xmlto".

>   setup-x86.exe -M -P docbook-xsl xmlto
>
> only installs the first.

Because non-option arguments are ignored when the command line is
processed as the corresponding handler is set to NULL and setup doesn't
check if there are any remaining arguments after option processing.
That could be changed, I guess.

> Neither give any indication that the command
> line is incorrect.

As far as setup is concerned, the command lines are correct.  To do what
you want, you can either comma-separate the package names behind a
single package option

   setup-x86.exe -M -P docbook-xsl,xmlto

or give one package per package option

   setup-x86.exe -M -P docbook-xsl -P xmlto

or even mix the two styles

   setup-x86.exe -M -P docbook-xsl,xmlto -P docbook-utils

HTH.


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

DIY Stuff:
http://Synth.Stromeko.net/DIY.html

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

  reply	other threads:[~2016-01-08 21:30 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-28  1:50 john hood
2016-01-02  2:06 ` John Hood
2016-01-03  0:45   ` Mark Geisert
2016-01-07  0:48 ` Mark Geisert
2016-01-07 17:30 ` Corinna Vinschen
2016-01-07 18:18   ` John Hood
2016-01-07 18:55     ` John Hood
2016-01-08 16:31     ` Corinna Vinschen
2016-01-08 21:30       ` john hood
2016-01-08 22:21         ` Achim Gratz [this message]
2016-01-09 14:41         ` Corinna Vinschen
2016-01-09 14:42           ` Corinna Vinschen
2016-01-10  9:09             ` John Hood
2016-01-11 11:52               ` Corinna Vinschen
2016-01-12 17:32                 ` john hood
2016-01-12 22:09                   ` Corinna Vinschen
2016-01-14 15:22           ` cygwin.dll: bug with select on Windows console / 2.4.0-0.19 Thomas Wolff
2016-01-14 20:24             ` Corinna Vinschen

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=87egdrzrlx.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).