From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127200 invoked by alias); 30 Jan 2018 20:19:04 -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 127092 invoked by uid 89); 30 Jan 2018 20:19:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=installs, transaction, Hx-spam-relays-external:ESMTPA, HContent-Transfer-Encoding:8bit X-HELO: out3-smtp.messagingengine.com Received: from out3-smtp.messagingengine.com (HELO out3-smtp.messagingengine.com) (66.111.4.27) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 30 Jan 2018 20:19:02 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id C39662101D for ; Tue, 30 Jan 2018 15:19:00 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute6.internal (MEProxy); Tue, 30 Jan 2018 15:19:00 -0500 X-ME-Sender: Received: from [192.168.1.102] (host86-173-196-20.range86-173.btcentralplus.com [86.173.196.20]) by mail.messagingengine.com (Postfix) with ESMTPA id 40A627E689 for ; Tue, 30 Jan 2018 15:19:00 -0500 (EST) Subject: Re: setup 2.885 release candidate - please test To: cygwin-apps@cygwin.com References: <874ln4cw15.fsf@Rainer.invalid> <87zi4vdvwk.fsf@Rainer.invalid> From: Jon Turney Message-ID: Date: Tue, 30 Jan 2018 20:19:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <87zi4vdvwk.fsf@Rainer.invalid> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2018-01/txt/msg00106.txt.bz2 On 30/01/2018 18:49, Achim Gratz wrote: > Achim Gratz writes: >>> - Add support for 'depends2: package (relation version) [...]', in a >>> version section in setup.ini >> >> Those lines don't seem to get generated for all packages yet. I >> currently merge with requires: to produce a working setup.ini re-write >> and will switch to using requires: when I find no depends2:. Can I >> assume that all versions have a depends2: line when I find one for >> [curr]? > > …and of course these are a result of the latest officially available > calm version not having those changes, so my local packages are still > using requires: lines. Any chance you could relese a new calm version? Sure. I uploaded calm-20180130-1. I really need to automate that as part of the deploy :) > Other than that I think I've fixed up my setup rewriter so it can deal > with the new format correctly now and I've even managed to implement > explicit version pinning (which I had on TODO for almost three years, > but since before I've only had test, curr and prev for testing I've put > it up each time I looked at it). > > Another thing I noticed today is that when packages get upgraded the > transaction list that gets printed to the console seems to always show > the removal of the old package _after_ the installation of the new > version. I guess that will not happen in this order, but it looks > positively weird on screen. Yeah, I think we are reversing the order given by the solver. This should be benign, as we do all the uninstalls before installs. I'll fix that :)