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=FVcy36k0Orym/qtp kJvEjwxnxIBLkZ73WeImJN92bsY/+I1HfNtcnJPqsiLvguyup/xl+wf8TbnJwuOW /GozqQA7wRJm97jfsQaREHW27gjOeqh22kq0U8VNdyTV8PFNbkL8JZD/B/SbeLa+ K3j3g1aWTeK2naLPFoStSI1v3p4= 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=A7DRi2rsoVankCygFK4u5D qUw/g=; b=ilX1qQdR76hjqmchZ3kqxwT3Ao0iJwqxTmHu8FQum5F3rC56/ki8gt 7dXceA9WhiYGFIhhoRjZ/LtOZs6Parkc5DgMav57gnepm9/07g9MhmSMJQGClhmU 9l84TdLNCcoBoh7VMMNV/UldOieVAp/9ycWPP+FX/LxHeFg3rBoXw= 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=0.3 required=5.0 tests=AWL,BAYES_50,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=mksetupini, setup.ini, UD:setup.ini, gagis X-HELO: out4-smtp.messagingengine.com X-ME-Sender: Subject: Re: mksetupini fails validating packages because curr is test To: The Cygwin Mailing List References: Cc: Ivan Gagis From: Jon Turney Message-ID: <3e13ae03-786f-6157-00a3-53e909495751@dronecode.org.uk> Date: Wed, 29 Nov 2017 16:52:15 +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 29/11/2017 15:06, Ivan Gagis wrote: > I have an overlay cygwin repo where I publish my packages. > > Recently I started getting errors from mksetupini script: > > " > mksetupini: package 'mypackage' version '0.4.38-1' is most recent > non-test version, but version '0.4.43-1' is curr: > mksetupini: package set has errors, not writing setup.ini > " > > there was no such errors before. And I don't have "test:" in any hint > files of my packages, so no I dea why it thinks that some versions are > non-test and curr is test? It's not saying any versions are test. > Can you explain what this actually means? "most recent" means "latest timestamp" So this is telling you that 0.4.38-1 is the non-test version which has the most recent timestamp, but 0.4.43-1 is curr: (because it's the highest non-test version) -- 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