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:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=RWepV 8uTaX/6lFuwFn+AEpgDACODJKHsh9Pewtux+wJnqRn6u3SRlNymB7XBvz5si31IC BZ3WulxxMwIBLNpbTeGXKEqbqsf2wBZjDA/YEhh27BNe1cxR4HDrRorqIcOA3LLA Mw8MhEvzCtogGGzYA/K9V5qLKVjjgG6NxPs9ZE= 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=n0UOyiFWAa9 5LDWRGEEQ6Nh3MvE=; b=ldsq2EqChtZeO1nyT6AmsBT6dG1xVMsm9yzyS7gkS9s 7VktOJ86W1lulzR+sbEWFwPvBaFz6qouMIpbRHbmt7TyNGMJ7oQWFN73IqTre+xG 7R8K1hHjoA1zfMxb4Kk3cgo07rXldf56Dor3lDXPO6kt5WoUQFM55V/JjlssGqEw = 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.4 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW,SPAM_URI,SPF_PASS autolearn=no version=3.3.2 spammy=HX-DKIM:DKIM, HX-DKIM:Sendmail, HX-DKIM:Filter, styles X-HELO: mail-in-14.arcor-online.net X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-05.arcor-online.net 3pcczf4gxjz2xXd From: Achim Gratz To: cygwin AT cygwin DOT com Subject: Re: cygwin.dll: bug with select on Windows console References: <5680953B DOT 8050200 AT glup DOT org> <20160107173034 DOT GE20447 AT calimero DOT vinschen DOT de> <568EABDC DOT 1050606 AT glup DOT org> <20160108162906 DOT GJ20447 AT calimero DOT vinschen DOT de> <569022FC DOT 7030004 AT glup DOT org> Date: Fri, 08 Jan 2016 22:30:34 +0100 In-Reply-To: <569022FC.7030004@glup.org> (john hood's message of "Fri, 8 Jan 2016 15:58:36 -0500") Message-ID: <87egdrzrlx.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 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