-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
Doesn't install all recursive dependencies of a given package #944
Comments
Cannot reproduce:
Note the last line of output.
|
That's weird just to prove the issue I ran the command on my laptop. Although it doesn't even have razer hardware but I was going to install as proof of concept and uninstall at the end but I ran into the the same issue that I recall. Here's my output.
|
Maybe a PKGBUILD issue? The -git packages work here. |
@parkerlreed I don't think that relates to the issue since the issue isn't an issue with a direct dependency. Having said that I'm not a master at reading PKGBUILDS so here are the two for comparison. https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=openrazer https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=openrazer-git |
Same issue here with the package nsis.
|
I also had to manually install dependencies, e. g. for the package |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Affected Version
yay v9.2.0 - libalpm v11.0.3
Issue
Doesn't install all recursive dependencies of a given package
Steps to reproduce
Output
It was while ago so I don't remember and I really don't to reinstall the aur package just to reproduce output no offense. However I can give specific detail. If you run the command I wrote above it won't install all recursive dependencies. The specific example I have is that one of the dependencies listed in in the PKGBUILD of openrazer-meta is openrazer-daemon and a dependency of openrazer-daemon is python-notify2. Yay doesn't realize that python-notify2 needs to installed when running
yay openrazer-meta
The text was updated successfully, but these errors were encountered: