X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=U11kfb3asSd+ax8G
	Nyi3KV2pwBJ+VcUL6/EqSGsqRo0+nImGI/CyhJq21eeZKPeSxTY1EgXANvsCNmYO
	MbXHoUXhAHLCSx/AYQTFXp8jzO0y6Yqdky5lxxPBzidO04QvrWO5OjrU3LjSVldK
	CFy71hpvfhuFSkYqm8NIEq5hM9o=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; s=default; bh=ZwIWT9tlubfWCAcfbNG+2P
	ltnnw=; b=aOrSjXu0USrwUpgbVxwIWrOS6IMPy2KBP2g22PDlE1BY/KofjgcBp/
	9IV1B6uX2sO+f++P5Mut8kadTEYy6URCrHhkaZILST3i3masu7hTK0PgXJtBvjJF
	ums0qdEPItjoKzIh9PCpvf09DgJ4MhAhDpb/gu55Vl+MKYjCQwpCQ=
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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=4.4 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_THEBAT,SPF_SOFTFAIL autolearn=no version=3.3.2
X-HELO: smtpback.ht-systems.ru
Date: Thu, 23 Jan 2014 21:06:20 +0400
From: Andrey Repin <anrdaemon@yandex.ru>
Reply-To: Andrey Repin <cygwin@cygwin.com>
Message-ID: <1381566589.20140123210620@mtu-net.ru>
To: Cliff Hones <cliff@hones.org.uk>, cygwin@cygwin.com
Subject: Re: Reduce noise in dependency declaration during uninstall in setup.exe
In-Reply-To: <52E132CB.6030609@hones.org.uk>
References: <52DF0B86.5030402@etr-usa.com> <52DF1477.2050707@etr-usa.com> <52DF18B1.5050200@cygwin.com> <20140122060243.GC4286@ednor.casa.cgf.cx> <52E03241.6010000@etr-usa.com> <20140123011304.GB2526@ednor.casa.cgf.cx> <52E128E7.1090205@etr-usa.com> <52E132CB.6030609@hones.org.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Greetings, Cliff Hones!

> I'm sure I'll be corrected if I'm wrong, but I suspect the problem with
> maintenance/extension of setup.exe is twofold: firstly, it's a non-Cygwin
> program and secondly it is large and not well structured.  Also, the original
> implementer/maintainer has long since left the Cygwin community.

The fact setup is a non-Cygwin application is actually intended goal.
This way it can actually install and, which is more important, update Cygwin.

> One solution to this would be to reimplement it as two separate parts - a
> non-Cygwin envelope (which could even be installed as an msi) and a
> Cygwin-based package maintainer.  The Cygwin-based part would be a
> completely separate Cygwin installation, with its own cygwin1.dll,

I call Occam's razor. You are trying to replace a single application, which
already exists and works quite fine with a set of applications, that do the
same, as well as potentially cause a headache to the user, if accidentally
mishandled.
All setup is really need is more APT-like mechanics of package dependency
handling. That's all. What it already does, it does pretty much sufficiently.
Also, don't forget, that heavy part of installation/update process is enclosed
in postinstall scripts, which are run in Cygwin environment.


--
WBR,
Andrey Repin (anrdaemon@yandex.ru) 23.01.2014, <20:59>

Sorry for my terrible english...


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

