Paru does not offer to install missing dependencies on AUR package upgrade
Affected Version
paru v2.0.3 - libalpm v14.0.0
Description
Have you checked previous issues? Yes
On upgrading an AUR package with missing dependencies (here specifically build dependencies), paru won't offer to install (and remove them) to build the package and will straight fail with the following message:
error: can't build foo-0.20.0-2, deps not satisfied: bar
Output
No full output as it really wouldn't be relevant here. Configuration files are very close to default, and nothing should be related to the build dependencies. I can of course quickly add anything additional you might find relevant.
fetching devel info...
error: can't build foo-0.20.0-2, deps not satisfied: bar
error: packages failed to build: foo-0.20.0-2
I have the same issue. Installing the dependencies manually and then installing the required packages works
paru --version
paru v2.0.4 - libalpm v15.0.0
I have similar issue when installing updates and getting stuck on missing patchelf when updating bambustudio-bin
having this issue with drop-oss-app too. tried to add a new dependency that wasn't listed in the PKGBUILD before but it won't go download it
yeah i'm gonna just do makepkg -src in file manager review mode and move on with my life
Dependencies can't be added to manually as the dep resolution is done before download.
Though it seems the original post is about new deps to a package from upstream? Anyway there's basically no info here so closing.
Dependencies can't be added to manually as the dep resolution is done before download.
Though it seems the original post is about new deps to a package from upstream? Anyway there's basically no info here so closing.
@Morganamilo I'm not sure what more info would you want? As I remember it, context is, an AUR package receive an update which includes a new build dependency, won't find it and fails on this instead of offering the install and optional uninstall after this.