X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_00,EXECUTABLE_URI,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,TW_CG X-Spam-Check-By: sourceware.org X-Mail-Handler: MailHop Outbound by DynDNS X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18O0Fw3QftcMftkvVRc92hk Date: Mon, 30 Apr 2012 12:30:30 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Cygwin 1.7.14-2 setup.exe v2.772 broken? Message-ID: <20120430163030.GA13086@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <4F9B1EF7 DOT 1080501 AT comcast DOT net> <4F9B6DC1 DOT 3030303 AT gmail DOT com> <4F9B77B1 DOT 9070200 AT gmail DOT com> <4F9C22B1 DOT 5000405 AT comcast DOT net> <20120428180621 DOT GA23030 AT calimero DOT vinschen DOT de> <20120428182429 DOT GA7308 AT ednor DOT casa DOT cgf DOT cx> <20120428204524 DOT GA20709 AT ednor DOT casa DOT cgf DOT cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Mon, Apr 30, 2012 at 09:00:17AM +0000, Achim Gratz wrote: >Christopher Faylor cygwin.com> writes: >> I think I fixed the problem. I at least fixed *a* problem. The latest >> setup.exe, now on cygwin.com has the fix that solved the issue for me. > >The setup.exe currently on the website shows version 2.774 in the GUI, but logs >version 2.769 to the command line. I can't duplicate this. If I redirect stdout I get this: Starting cygwin install, version 2.774 and the log files contain the correct version too. Moreover, I can't find the string 2.769 in any object file that was used to create setup.exe. >BTW, would it be possible to show on the website what version of setup >it is? No, I don't think that level of bookkeeping is worth it. setup.exe is not a product. You don't have to download it to get new features that you need day-to-day. If you are worried about always getting the newest version before updating Cygwin then you could just write a "runsetup.bat" file: @echo off wget -O setup.exe --quiet http://cygwin.com/setup.exe .\setup.exe And execute "runsetup" every time you want to perform an update. cgf -- 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