You are not logged in.
I wanted to install deadbeef from AUR.
But when I try to install deadbeef I get a dependency error.
I found it here:
libdispatch
But I can't find it witch pacman -Ss and can't install it with -S
There is libdispatch-git in AUR, but I don't understand why I can't install non git version from official repos.
Last edited by 860lacov (2022-02-16 21:04:03)
Offline
Post actual, literal errors.
Offline
pikaur -S deadbeef
Reading repository package databases...
Reading local package database...
Resolving AUR dependencies...
:: error: Can't resolve dependencies for AUR package 'deadbeef':
:: error: Dependencies missing for deadbeef
:: warning: Following package cannot be found in AUR:
libdispatch
:: Try recovering deadbeef?
[e] edit PKGBUILD
[s] skip this package
[A] abort
> sudo pacman -S libdispatch
[sudo] password for jm:
error: target not found: libdispatch
[jm@spin ~]$ Offline
Your pacman database is outdated.
Offline
Have you fully updated your system since libdispatch was moved from the AUR to the official repos 16 days ago?
Offline
Ok
My stupid mistake.
I check for updates daily with pacman -Syyu
A minute ago I did an update of mirrors, and now I can find the missing dependency.
It was something new for me because I was able to run system upgrade without any errors.
Usually with mirrors out of date, I got errors during system update. Not this time.
Offline