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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=Y5UdYdi uUQiDehyawAkTefOwderboFFGfmZgTyJpZywtNm6xA7fUnIZ5N0CyCiMHeD+tnXJ iyvHuL1c5CdOM9iLjTFJjcloS8j02DuxU732sKXUmXr3YhBzku3MPWy5BinPCpvI x/1gftKj2xXYDY/JbDNscpeL7ZIBXXwaW75I= 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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=4lKi8kkvjMjzI XP4iRARMHiNf/M=; b=V4FkZhbndK1SLgqFDbrVkZWhyuy1yUpQEnDcbMdtanB/4 ZR1QiC93T3iJSwU2LCywZw+bZJeUA6nafaIOuOCVy9F/rPcsB2WlaqdUZ2THYcWD kAjzZg5XGy1tNuP52wUsJTy3sqhW6e5yAUqiRZmJ2u/MBS49z2hQACF6DV95s0= 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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:932 X-HELO: mail-qt0-f175.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=eFgluQoRZQbMzsrJ3Wbyjd6Icspnn5Hyj1F9TrDtp14=; b=IebYFp8ktDi/IkWnvgM8eFIaIGIX1UQ4I28WlEYKAGoXfUq+Kb3gT1GxVLL5r5R7F0 78Uyb4cQYM+wKKFK5TG118WGVeuxtJRdS+E0pMwBLQpg4UlWybM4WTOTop3tzwyh7Fq6 VjGKZ70SnPXR8/ezsKduvGlYCchWYyD90iv9mJ/hRbeVrU9ISyhHNtgWfboEc6/FEv3j Pj6l4i/LXanjfbNKhWSHrQ86XDkhoqSikHlt/CnS6o+PhL8LyGdDTkrIghSEV9jJD7rH oZf7R3AVfBHUUDMhOKpGLq7HmwZ4mmJxuo1JjRyAwpGNI7CdTKeaTjHmi7zEfRbJbmf4 3MTQ== X-Gm-Message-State: AKwxytfGtfkpVUdo/y+3JVk1phj8pxpxVvaF2M0HL1hvJO5/+yXabZWn hQsZ5Qp8v9Xc9PkYK0dzkgOHgqp+2XyUqBcNInE= X-Google-Smtp-Source: AH8x225Ma054yhfMt42R0rPfS6alTbQyAjNgr5GATyjSRjj3yOE7tqsGc1j5dVzdFaKYhb5jxzI86v20RrtUHJJQc9Y= X-Received: by 10.200.61.90 with SMTP id u26mr5120573qtf.168.1517512252737; Thu, 01 Feb 2018 11:10:52 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <80809c34-416e-e29b-fef5-d75c73164bd7@dronecode.org.uk> References: <80809c34-416e-e29b-fef5-d75c73164bd7 AT dronecode DOT org DOT uk> From: Ivan Gagis Date: Thu, 1 Feb 2018 21:10:52 +0200 Message-ID: Subject: Re: mksetupini: depends nonexisting package To: The Cygwin Mailing List Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Thanks, it worked! 2018-02-01 20:46 GMT+02:00 Jon Turney : > 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