mksetupini: depends nonexisting package
Jon Turney
jon.turney@dronecode.org.uk
Thu Feb 1 18:46:00 GMT 2018
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
More information about the Cygwin
mailing list