vn971 / rua

Build tool for Arch Linux providing control, review and jailed build options
GNU General Public License v3.0
426 stars 41 forks source link

Failure to resolve dependencies correctly #231

Open ale18V opened 2 months ago

ale18V commented 2 months ago

I was trying to install megasync packages and I got the following error:

   ➜ rua install megasync-daemon-git
Package megasync-daemon-git depends on libmega-git. Resolving...
Package megasync-daemon-git depends on libmega.so. Resolving...
Need to install packages: ["libmega.so"], but they are not found on AUR.

I think the expected behaviour is sto understand that libmega.so is contained in libmega-git: https://aur.archlinux.org/packages/megasync-daemon-git

EDIT: I tried to install it with aurutils just to make sure that it was not the package's fault and dependencies were in fact resolved correctly