X-Spam-Check-By: sourceware.org
Message-ID: <463747BC.3050002@cwilson.fastmail.fm>
Date: Tue, 01 May 2007 09:59:24 -0400
From: Charles Wilson <cygwin@cwilson.fastmail.fm>
User-Agent: Thunderbird 1.5.0.10 (Windows/20070221)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: [Ping Python maintainer]: enhancement request
References: <f137va$5ar$1@sea.gmane.org> <20070501120623.GA3824@tishler.net> <20070501133951.GB17841@trixie.casa.cgf.cx>
In-Reply-To: <20070501133951.GB17841@trixie.casa.cgf.cx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
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

Christopher Faylor wrote:
> Before you do this, I have a question.  Why is this important now when you've
> apparently been doing this for many years?  This isn't the only package which
> makes symlinks to executables.  And, since, AFAIK, setup.exe doesn't understand
> hard links it means that you really do have to make a copy.  If you make a copy
> you stand the chance of having python.exe out of sync with the thing that it is
> supposed to be pointing to.
> 
> If it was a general Cygwin policy to always make copies, I could see changing
> Python.  But, again, since it isn't, I don't see why python should be unique.

Because python is a command interpreter, and therefore likely to be 
invoked directly from the windows environment -- unlike, say, egrep. 
Similarly, sh.exe is a copy of bash.exe (and used to be a copy of 
ash.exe) -- and not a symlink.

I think this copy (or hardlink) should be performed by a postinstall 
script -- again, just like sh.exe is updated by bash packages.

--
Chuck

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

