This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mksetupini: depends nonexisting package


Thanks, it worked!

2018-02-01 20:46 GMT+02:00 Jon Turney <jon.turney@dronecode.org.uk>:
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]