X-Recipient: archive-cygwin@delorie.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@dyndns.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 <cgf-use-the-mailinglist-please@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Cygwin 1.7.14-2 setup.exe v2.772 broken?
Message-ID: <20120430163030.GA13086@ednor.casa.cgf.cx>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <4F9B1EF7.1080501@comcast.net> <4F9B6DC1.3030303@gmail.com> <4F9B77B1.9070200@gmail.com> <4F9C22B1.5000405@comcast.net> <20120428180621.GA23030@calimero.vinschen.de> <20120428182429.GA7308@ednor.casa.cgf.cx> <20120428204524.GA20709@ednor.casa.cgf.cx> <loom.20120430T105747-835@post.gmane.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <loom.20120430T105747-835@post.gmane.org>
User-Agent: Mutt/1.5.20 (2009-06-14)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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 Mon, Apr 30, 2012 at 09:00:17AM +0000, Achim Gratz wrote:
>Christopher Faylor <cgf-use-the-mailinglist-please <at> 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

