X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.6 required=5.0	tests=AWL,BAYES_00
X-Spam-Check-By: sourceware.org
Message-ID: <4D046BC5.3080703@bopp.net>
Date: Sun, 12 Dec 2010 00:29:25 -0600
From: Jeremy Bopp <jeremy@bopp.net>
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Problem installing packages
References: <AANLkTikJq6_Q1HTusgqCTX7Qr61sOMk0q6ndSnCP-WYz@mail.gmail.com>
In-Reply-To: <AANLkTikJq6_Q1HTusgqCTX7Qr61sOMk0q6ndSnCP-WYz@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 12/11/2010 10:26 PM, Jeffrey Walton wrote:
> Hi All,
> 
> According to http://www.cygwin.com/, "Run setup.exe any time you want
> to update or install a Cygwin package. ":
> 
> jeffrey@descartes ~
> $ setup.exe
> 
> Result is a message box that states "Please go to the Control Panel to
> install and configure system components."
> 
> Navigate to Control Panel -> Add/Remove Programs. Cygwin is *not* listed.
> 
> I'm obviously doing something wrong. Any ideas where my ability (or
> lack of) to follow instructions failed?

It sounds like something other than Cygwin's setup.exe is being run.
You seem to be attempting to run setup.exe from within bash, and if so,
the current working directory (where you likely have Cygwin's setup.exe)
is not a part of your PATH.  That means that you need to invoke
setup.exe as ./setup.exe.

Keep in mind that you should usually avoid running setup.exe while
Cygwin processes (such as bash) are running.  If setup updates a package
whose files are in use, you'll be forced to reboot in order to complete
the setup process, and it's possible that you'll have a rather broken
Cygwin installation until you do so.

-Jeremy

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

