You are not logged in.
Hi all,
pacman -Syu fails upgrading the packages because doesn't find libpciaccess 0.19.
pacman -Syu --ignore libpciaccess it's ok
I've upgraded the mirrorlist, but without success.
Thanks
Marco
Last edited by marco.it (2026-03-17 22:48:33)
Linux User: #443055 (http://counter.li.org)
Offline
Hello.
What is the libpciaccess version you do have installed currently?
pacman -Q libpciaccessWhat is the exact error message. Copy it here, don’t paraphrase.
What is the mirror you are currently using? The exact `Server = …` line.
Last edited by mpan (2026-03-17 22:09:58)
Paperclips in avatars? | Sometimes I seem a bit harsh — don’t get offended too easily!
Offline
Hello.
What is the libpciaccess version you do have installed currently?
pacman -Q libpciaccess0.18.1-2
---------What is the exact error message. Copy it here, don’t paraphrase.[
error: Unable to perform requested operation (unable to find or read package)
--------What is the mirror you are currently using? The exact `Server = …` line.
Server = https://mirror.lcarilla.de/archlinux/$repo/os/$arch
Server = https://fastly.mirror.pkgbuild.com/$repo/os/$arch
Server = https://at.arch.mirror.kescher.at/$repo/os/$arch
Server = https://berlin.mirror.pkgbuild.com/$repo/os/$arch## Italy
Server = https://it.mirrors.cicku.me/archlinux/$repo/os/$arch
Server = https://arch.mirror.hyperbit.it/$repo/os/$arch
Server = https://archlinux.mirror.server24.net/$repo/os/$arch## Worldwide
Server = https://fastly.mirror.pkgbuild.com/$repo/os/$arch
Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch
Server = https://ftpmirror.infania.net/mirror/ar … o/os/$arch
Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
Server = https://mirror.rackspace.com/archlinux/$repo/os/$arch
Last edited by marco.it (2026-03-17 22:31:24)
Linux User: #443055 (http://counter.li.org)
Offline
Full, exact output, not a single line. Every single thing pacman says.
Offline
Full, exact output, not a single line. Every single thing pacman says.
Pacchetto (1) Vecchia versione Nuova versione Variazione netta
extra/libpciaccess 0.18.1-2 0.19-1 0,00 MiB
Dimensione totale dei pacchetti da installare: 0,06 MiB
Dimensione netta dell'aggiornamento: 0,00 MiB
:: Vuoi procedere con l'installazione? [S/n]
:: Download dei pacchetti in corso...
(1/1) verifica delle chiavi presenti nel portachiavi [######################################] 100%
errore: impossibile eseguire l'operazione richiesta (impossibile trovare o leggere il pacchetto)-------------] 0%
Si sono verificati degli errori, nessun pacchetto è stato aggiornato.Linux User: #443055 (http://counter.li.org)
Offline
For the record: the mirror is providing a correct file to me. So doesn’t seem to be a broken mirror issue.
Waiting for the complete error message.
Paperclips in avatars? | Sometimes I seem a bit harsh — don’t get offended too easily!
Offline
Please post the full output of `pacman -S libpciaccess --debug`.
Offline
marco.it: in pacman cache⁽¹⁾ delete the files belonging to libpciaccess: libpciaccess-0.19-1-x86_64.pkg.tar.zst and the corresponding .sig. Then retry. If the problem persists, provide the full debug as requested by loqs. Also prepend LANG=C before the command to switch to English.
____
⁽¹⁾ By default in “/var/cache/pacman/pkg”.
Last edited by mpan (2026-03-17 22:41:55)
Paperclips in avatars? | Sometimes I seem a bit harsh — don’t get offended too easily!
Offline
OK, so it's not redownloading it but also not finding it for verification. What do you get from `ls /var/cache/pacman/pkg/libaccess*`?
Offline
marco.it: in pacman cache⁽¹⁾ delete the files belonging to libpciaccess: libpciaccess-0.19-1-x86_64.pkg.tar.zst and the corresponding .sig. Then retry. If the problem persists, provide the full debug as requested by loqs. Also prepend LANG=C before the command to switch to English.
____
⁽¹⁾ By default in “/var/cache/pacman/pkg”.
Thanks all, now it's ok
[marco@casa pkg]$ pacman -Q libpciaccess
libpciaccess 0.19-1Linux User: #443055 (http://counter.li.org)
Offline
Did the file have .part on the end of the name? That would explain pacman not finding it.
Offline
Did the file have .part on the end of the name? That would explain pacman not finding it.
Yes, it was. Removed and issue solved. Thanks
Marco
Last edited by marco.it (2026-03-17 22:54:16)
Linux User: #443055 (http://counter.li.org)
Offline
Then it was caused by an interrupted download earlier. If you do see any other .part files in cache, you may delete them too to avoid trouble in the future.
Remember about LANG=C while reporting errors, thanks.
Paperclips in avatars? | Sometimes I seem a bit harsh — don’t get offended too easily!
Offline
Thanks.
Linux User: #443055 (http://counter.li.org)
Offline