-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
checkdepends are not installed, leading to makepkg failure #144
Comments
Running into the same issues. It used to just work |
Looking into this further... @anntzer it seems your specific issue is that EDIT: thinking about it more, looking at your error message, it seems that My issue is with the sickgear package, where the maintainer has put the "depends" variable in the @keenerd not quite sure how to best solve this. I get the maintainers putting the depends array inside the package function. People not actually wishing to package shouldn't have to care about dependencies until the package() function is actually called. The AUR also seems to support this (unless dependency information is entered manually). Are these issues you're willing to catch in the code, or do you think package maintainers should put their depends variables in the top scope of their PKGBUILDs? |
OK ignore everything I just spouted out above. Your issue is indeed that checkdepends simply isn't read (as My issue is separate. I'll create a separate ticket to track that. |
Example:
with python-coverage not installed.
The text was updated successfully, but these errors were encountered: