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:subject:to:references:cc:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=WbfuRUMAKHZ5Wsus qv2QTVugwJSP09gpnu5vUVmPrX5J6+1XZh6vE6YerV+h2Wlu+TKY9484yM4Mi/r5 oLrk3BBkqXzACbtgahnFv1WwDROpG+phsYttf08rS+pFLQYQp0nf5+6hyJ4+/j6g bvURcQ9K9Y6XThb65xQnovYH32M= 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:subject:to:references:cc:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=f2Zi/4ZtaE4Jw/pl+qh/uI Dfe7c=; b=uGCtvBn+L1/0fIBs1Dlqk5xW9F6R+zrC37x3qj/2N7BYUEqCTFakJ8 OVz3BSj1cayrPCk4ZIIxBZzxNtQ1sNLZ6/Hy8hpwjjxtcBIlvJ5pUEUJ/S+6Cown V6xfnc/oA2+oUdgwSsPh1JusiZC08jwEG7y+C5/0TFyNb7vCwfjqA= 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=-3.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=HTo:D*nl, Hx-languages-length:1527, up-to-date, uptodate X-HELO: out4-smtp.messagingengine.com X-ME-Sender: Subject: Re: setup.ini has multiple "prev" entries ... Why? To: Houder References: <20e5f0520f9831ecd59e509dc7f7d852 AT xs4all DOT nl> Cc: The Cygwin Mailing List From: Jon Turney Message-ID: Date: Mon, 6 Nov 2017 14:20:59 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 05/11/2017 18:04, Houder wrote: > On 2017-11-05 18:32, Houder wrote: >> On 2017-11-05 13:48, Houder wrote: > Currently, I am only interested in the _specification_ that you have > in mind for setup.ini ... I try to keep [1] accurate and up-to-date, but the 'specification' is really "what setup accepts" :( Currently, the ordering requirements are: 1) The version to be installed when test versions are selected (the highest test, unless one is explicitly specified in override.hint) is the last [test] section 2) [curr] is first But since both these things are to work around historical setup limitations, I don't think they merit mention in [1], and might not be the case in a future when we no longer care about setup versions old enough to need them. [1] https://sourceware.org/cygwin-apps/setup.ini.html > Another (edited) snippet from setup.ini: (where the latest test entry is > not the last entry (of the "test" entries ?????) > > @ xorg-server-common > sdesc: "X.Org X server common data" > ldesc: "X.Org X server common data" > category: X11 > requires: dri-drivers perl_base xauth xcursor-themes xkbcomp > xkeyboard-config > version: 1.19.5-1 <- current > ... > [test] > version: 1.19.3-2 <==== latest test? > ... > [test] > version: 1.19.3-1 > ... Thanks for pointing this out. This is due to a 'bug', which caused incorrect ordering of test versions lower than curr. That should be fixed now, but please let me know if you notice any other problems. -- 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