(12-29-2021, 03:52 PM)kqlnut Wrote:(12-29-2021, 02:23 PM)tk1107 Wrote: "looking for conflicting packages..."
:: gtk3 and gtk3-mobile are in conflict (gtk3-print-backends). Remove gtk3-mobile? [y/N]
gtk3-mobile is a fork of gtk3 with patches for mobile. You should be able to get around this issue by editing the PKGBUILD and replacing gtk3 with gtk3-mobile in the depends and makedepends lists. Then run "makepkg -s" (lower case s, same as --syncdeps). I hope it works with gtk3-mobile as it would with the original package, haven't tried it myself. If everything worked, you can install the newly built package with "makepkg -i" or combine both steps with "makepkg -si".
Thanks for the reply!
I tried this and edited with "nano". gtk3>=3.24 in both depends and makedepends lists became gtk3-mobile>=3.24 .
I typed makepkg -s (lowercase) and received a message that there were 19 conflicting packages. I proceeded anyway. Those packages looked like they updated in the process. After the ":: Running post-transaction hooks..." message there was an error:
==> ERROR: Could not resolve all dependencies.
I went ahead and typed makepkg -i to see what would happen.
==> Checking runtime dependencies:
==> Missing dependencies:
-> libpamac-aur>=11.2
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
Just to see what would happen: I typed makepkg -si and received:
error: target not found: libpamac-aur>=11.2
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> libpamac-aur>=11.2
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
I still have to learn how to install dependencies on Arch Linux (ARM). If there are any spelling errors above, I typed this in.
I typed "sudo pacman -U --asdep libpamac-aur and received:
loading packages...
error: 'libpamac-aur': could not find or read package
I tried using pacman to install dependencies before, but I might be doing something wrong.