From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87376 invoked by alias); 8 Jun 2015 18:34:42 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 87364 invoked by uid 89); 8 Jun 2015 18:34:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_20,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 08 Jun 2015 18:34:40 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 8369EB7CC0 for ; Mon, 8 Jun 2015 18:34:39 +0000 (UTC) Received: from YAAKOV04.redhat.com ([10.10.116.26]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t58IYb7o031271 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 8 Jun 2015 14:34:39 -0400 Message-ID: <1433788479.10576.1.camel@cygwin.com> Subject: Re: setup From: Yaakov Selkowitz To: cygwin-apps@cygwin.com Date: Mon, 08 Jun 2015 18:34:00 -0000 In-Reply-To: <20150608134910.GQ3416@calimero.vinschen.de> References: <20150601183432.GT4308@calimero.vinschen.de> <874mmrky4e.fsf@Rainer.invalid> <20150601210617.GW4308@calimero.vinschen.de> <87wpzm664z.fsf@Rainer.invalid> <20150602082929.GA4308@calimero.vinschen.de> <87y4k22i4k.fsf@Rainer.invalid> <20150603081922.GA3416@calimero.vinschen.de> <1433351095.14116.6.camel@cygwin.com> <87bngw3een.fsf@Rainer.invalid> <20150608125636.GM3416@calimero.vinschen.de> <20150608134910.GQ3416@calimero.vinschen.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00066.txt.bz2 On Mon, 2015-06-08 at 15:49 +0200, Corinna Vinschen wrote: > On Jun 8 14:56, Corinna Vinschen wrote: > > On Jun 3 19:11, Achim Gratz wrote: > > > Yaakov Selkowitz writes: > > > > Anyone looking at the sources would be tainted thereby. Because we are > > > > concerned about the licensing of upset, AFAICS we are going to have to > > > > clean-room reverse-engineer this. > > > > > > So what exactly does upset that genini doesn't when it comes to > > > generating setup.ini and what other functions does it do in the > > > maintenance of the download area (which I assume is the part where it > > > gets hairy)? > > > > Basically upset generates setup.ini and setup.bz2 files and a makefile > > signs the files. But additionally upset also creates the data for the > > package search and it does the uploading from the package staging area. > > ...it also handles the "autodep" and "incver_ifdep" stuff in setup.hint. > > "autodep" (and "noautodep") seems to have a bug, though, as we discussed > a while back. It seems to miss adding some of the required dependencies. Do we really need autodep anymore? > "incver_ifdep" is still used in _update-info-dir unfortunately. It would > be nice to make this a perpetual postinstall script instead. Ack. -- Yaakov