X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 	tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <4973A927.1010003@dazjorz.com>
References: <49738867.702@dazjorz.com> <49739D07.7020507@cygwin.com> 	 <49739E38.5080305@dazjorz.com> 	 <4973A2B1.9060601@users.sourceforge.net> 	 <4973A927.1010003@dazjorz.com>
Date: Sun, 18 Jan 2009 17:19:06 -0500
Message-ID: <17393e3e0901181419q2838fc10k6c73ff8c032bdc85@mail.gmail.com>
Subject: Re: GNU coreutils does not work on Cygwin because of freopen() ?
From: Matt Wozniski <godlygeek@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
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 Sun, Jan 18, 2009 at 5:11 PM, Sjors Gielen wrote:
> I'm trying to create a full Cygwin port for Debian. This means the base
> system packages, et cetera. Let's just keep it at I love apt and dpkg for
> package managers.

Keep in mind that apt and dpkg will never be able to work completely
on Windows, since they were written with some fundamental assumptions
of how the system will behave that don't hold on Windows.  dpkg
expects to be able to update itself, or the shell it's running in, by
just writing a new file with the same name to the same directory, and
this won't work on windows; you can't overwrite an executable that is
currently being executed.

~Matt

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

