Skip to main content
Topic: Could not find all required packages: lockdev ? (Read 1141 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Could not find all required packages: lockdev ?

Hi, I have this issue when trying to install some aur packages on Artix. It usually says "lockdev" but on some programs it says "python-pybluez", when I try to install kodi it says both.

Code: [Select]
maya-T470s:[maya]:~$ yay -S kodi-git

 -> Could not find all required packages:
        lockdev (Wanted by: kodi-git -> libcec-git)
        afpfs-ng (Wanted by: kodi-git)
        python-pybluez (Wanted by: kodi-git)

I tried to fix these dependencies but I can't. I think it has to do with arch linux support?

Thanks

Re: Could not find all required packages: lockdev ?

Reply #1
Code: [Select]
sudo pacman -Sy kodi
:: Synchronisation des bases de données de paquets…
 system est à jour
 world est à jour
 galaxy est à jour
 universe est à jour
 extra est à jour
 community est à jour
résolution des dépendances…
recherche des conflits entre paquets…

Paquet (15)                  Nouvelle version    Changement net  Taille du téléchargement

galaxy/confuse               3.3-3                     0,14 MiB                  0,04 MiB
community/libcec             6.0.2-1                   0,90 MiB                  0,26 MiB
galaxy/libftdi               1.5-2                     0,52 MiB                  0,12 MiB
system/libmicrohttpd         0.9.73-1                  0,40 MiB                  0,20 MiB
world/libusb-compat          0.1.7-1                   0,03 MiB                  0,01 MiB
world/lirc                   1:0.10.1-8                3,84 MiB                  1,20 MiB
world/mariadb-libs           10.6.4-1                 23,19 MiB                  5,57 MiB
community/p8-platform        2.1.0.1-4                 0,26 MiB                  0,06 MiB
galaxy/pugixml               1.11.4-1                  0,30 MiB                  0,10 MiB
galaxy/python-pycryptodomex  3.10.1-1                  5,96 MiB                  1,29 MiB
galaxy/python-simplejson     3.17.4-1                  0,35 MiB                  0,09 MiB
galaxy/shairplay             20180824.096b61a-3        0,40 MiB                  0,13 MiB
community/tinyxml            2.6.2-7                   0,18 MiB                  0,05 MiB
community/waylandpp          0.2.8-1                   1,33 MiB                  0,23 MiB
community/kodi               19.1-6                   84,28 MiB                 35,70 MiB

Taille totale du téléchargement :   45,07 MiB
Taille totale installée :          122,07 MiB

:: Procéder à l’installation ? [O/n]

Re: Could not find all required packages: lockdev ?

Reply #2
Yes, they are in the community repo.
Code: [Select]
[victor@ar-laptop ~]$ pacman -Ss lockdev
world/libblockdev 2.25-2 [installed]
    A library for manipulating block devices
extra/libblockdev 2.25-2 [installed]
    A library for manipulating block devices
community/lockdev 1.0.3_1.6-6
    Run-time shared library for locking devices, using _both_ FSSTND and SVr4 methods.
[victor@ar-laptop ~]$ pacman -Ss afpfs-ng
community/afpfs-ng 0.8.2-1
    A client for the Apple Filing Protocol (AFP)
[victor@ar-laptop ~]$ pacman -Ss python-pybluez
community/python-pybluez 0.23-1
    Python wrapper for the BlueZ Bluetooth stack
In order to get those packages, you should install the artix-archlinux-support package and enable Arch's repos in pacman.conf.