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=X67KSw0H1+ap+0G6 tjYy3ev7boeV0BkhbbVDHq6X3daIdKe01hhiu0uvosduaXLVhW1roxoOtSr/pgni U3K59nXWjYIZ9RPSdnsAIIsDfpaj9vYmWB5TI0PXbXIkNZ/myRCipXqiOG03O9NM 4g8rQoSRc3Eblw/aCUZuYfF0iv0= 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=x2P+7/79InaPEfNC6meufV YQIBE=; b=NRQshZ7wByllXkOoJt9B4AvizwEl+TznXHY18Tv9E/RT+9abFOTxVq reySUgAG+mW4NYP4460jv337cI+I8yVR/xeOlOtT2gHPK1MBBac1YWVnK40XS/2j yPnii4ZdLkvheW7lj2JbnYo1wn1Ld1hwH/bQsD3m+78fPdRDzfvVk= 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=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=Youll, You'll, Hx-spam-relays-external:ESMTPA X-HELO: out3-smtp.messagingengine.com X-ME-Sender: Subject: Re: mksetupini: depends nonexisting package To: The Cygwin Mailing List References: Cc: Ivan Gagis From: Jon Turney Message-ID: <80809c34-416e-e29b-fef5-d75c73164bd7@dronecode.org.uk> Date: Thu, 1 Feb 2018 18:46:50 +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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 01/02/2018 18:05, Ivan Gagis wrote: > Hi, > > recently I started getting the following errors: > > ... > mksetupini: package 'mypackage' version '0.1.1-1' depends > nonexistent package 'cygwin' > ... > > when trying to build the mypackage using calm. It looks like there > were some changes to calm lately, so perhaps something has changed > related to that. > > What could be the problem there? I guess you are using '--okmissing=required-package'. You'll need to add '--okmissing=depended-package' (or change '--disable-check=missing-required-package' to --disable-check=missing-depended-package,missing-required-package', for the more modern option) It probably doesn't make much sense to have these as separate checks, but they are, at the moment... -- 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