X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: 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 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 Reply-To: Andrey Repin Message-ID: <1381566589.20140123210620@mtu-net.ru> To: Cliff Hones , cygwin AT cygwin DOT com Subject: Re: Reduce noise in dependency declaration during uninstall in setup.exe In-Reply-To: <52E132CB.6030609@hones.org.uk> References: <52DF0B86 DOT 5030402 AT etr-usa DOT com> <52DF1477 DOT 2050707 AT etr-usa DOT com> <52DF18B1 DOT 5050200 AT cygwin DOT com> <20140122060243 DOT GC4286 AT ednor DOT casa DOT cgf DOT cx> <52E03241 DOT 6010000 AT etr-usa DOT com> <20140123011304 DOT GB2526 AT ednor DOT casa DOT cgf DOT cx> <52E128E7 DOT 1090205 AT etr-usa DOT com> <52E132CB DOT 6030609 AT hones DOT org DOT 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 AT yandex DOT 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