Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <425F4664.D8003AE6@dessent.net> Date: Thu, 14 Apr 2005 21:43:16 -0700 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Installation problems References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com George Sohos wrote: > To answer the questions that where asked in that thread: > > * I downloaded the executable that is attached to the link on > http://sources.redhat.com/cygwin/setup.exe > * I do not know what is the version of this executable. There is nothing obvious > indicating a version in the executable itself. I checked through the dependency > walker, ran ./setup.exe -version (and all the variants) but nothing was reported > back. Running strings on it didn't help either. > > The best I can do is tell you the md5 checksum of the file I downloaded: The version number is displayed when you run setup, on the first page of the wizard. But, as long as you are using a recent version you should be fine, as setup.exe does not change that often. > > (null) line 1: synatx error, unexpected LT, expecting $end This means that the setup.ini that setup was trying to read could not be parsed correctly. Check the setup.log for any messages, and inspect the setup.ini that it downloaded (look in the subdirectory corresponding to the name of the mirror under the "download location".) A valid setup.ini normally begins: # This file is automatically generated. If you edit it, your # edits will be discarded next time the file is generated. # See http://cygwin.com/setup.html for details. # setup-timestamp: 1113526806 setup-version: 2.457.2.1 (don't worry about the setup-version string, that just specifies the minimum setup version that is required to read it.) It could be that for some reason the setup.ini that is being downloaded in your case is being mangled, perhaps by some proxy server or other software that the packets pass through. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/