Pacman cant resolve dependencies

   ~  git clone https:/aur.archlinux.org/howdy.git  :heavy_check_mark:
Cloning into ‘howdy’…
remote: Enumerating objects: 44, done.
remote: Counting objects: 100% (44/44), done.
remote: Compressing objects: 100% (37/37), done.
remote: Total 44 (delta 6), reused 44 (delta 6), pack-reused 0
Unpacking objects: 100% (44/44), 15.91 KiB | 1.99 MiB/s, done.
   ~  cd howdy  :heavy_check_mark:
   ~/howdy    master  makepkg -si  :heavy_check_mark:
==> Making package: howdy 2.6.1-2 (Thu 14 Oct 2021 07:28:04 AM MST)
==> Checking runtime dependencies…
==> Installing missing dependencies…
[sudo] password for ash:
error: target not found: pam-python
error: target not found: python-dlib
error: target not found: python-face_recognition
error: target not found: python-face_recognition_models
==> ERROR: ‘pacman’ failed to install missing dependencies.
==> Missing dependencies:
→ opencv
→ pam-python
→ python-dlib
→ python-face_recognition
→ python-face_recognition_models
→ python-opencv
==> Checking buildtime dependencies…
==> ERROR: Could not resolve all dependencies.

anyone know how i could make pacman find the dependencies?
i know the aur link is wrong i had to remove a / from https

The Arch makepkg script does not resolve dependencies which is not in the repos so the dependencies is most likely other AUR scripts and those you need to resolve the manually from AUR.

These are all AUR buildscripts so you will need to build and install them before you can build the current script.

1 Like