From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49521 invoked by alias); 1 Feb 2018 18:46:56 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 49511 invoked by uid 89); 1 Feb 2018 18:46:56 -0000 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 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; Thu, 01 Feb 2018 18:46:54 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 9E86420DC4; Thu, 1 Feb 2018 13:46:52 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Thu, 01 Feb 2018 13:46:52 -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 29786240DE; Thu, 1 Feb 2018 13:46:52 -0500 (EST) 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, 01 Feb 2018 18:46: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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-02/txt/msg00007.txt.bz2 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