You are not logged in.

#1 2026-03-17 21:50:46

marco.it
Member
From: Cagliari (Italy)
Registered: 2006-10-30
Posts: 19

[Solved] Pacman doesn't upgrade libpciaccess

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

#2 2026-03-17 22:09:14

mpan
Member
Registered: 2012-08-01
Posts: 1,589
Website

Re: [Solved] Pacman doesn't upgrade libpciaccess

Hello.

  • What is the libpciaccess version you do have installed currently?

    pacman -Q libpciaccess
  • What 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

#3 2026-03-17 22:27:19

marco.it
Member
From: Cagliari (Italy)
Registered: 2006-10-30
Posts: 19

Re: [Solved] Pacman doesn't upgrade libpciaccess

mpan wrote:

Hello.

Last edited by marco.it (2026-03-17 22:31:24)


Linux User: #443055 (http://counter.li.org)

Offline

#4 2026-03-17 22:31:00

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,694

Re: [Solved] Pacman doesn't upgrade libpciaccess

Full, exact output, not a single line. Every single thing pacman says.

Offline

#5 2026-03-17 22:35:44

marco.it
Member
From: Cagliari (Italy)
Registered: 2006-10-30
Posts: 19

Re: [Solved] Pacman doesn't upgrade libpciaccess

Scimmia wrote:

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

#6 2026-03-17 22:36:12

mpan
Member
Registered: 2012-08-01
Posts: 1,589
Website

Re: [Solved] Pacman doesn't upgrade libpciaccess

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

#7 2026-03-17 22:38:19

loqs
Member
Registered: 2014-03-06
Posts: 18,858

Re: [Solved] Pacman doesn't upgrade libpciaccess

Please post the full output of `pacman -S libpciaccess --debug`.

Offline

#8 2026-03-17 22:40:52

mpan
Member
Registered: 2012-08-01
Posts: 1,589
Website

Re: [Solved] Pacman doesn't upgrade libpciaccess

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

#9 2026-03-17 22:41:03

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,694

Re: [Solved] Pacman doesn't upgrade libpciaccess

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

#10 2026-03-17 22:46:02

marco.it
Member
From: Cagliari (Italy)
Registered: 2006-10-30
Posts: 19

Re: [Solved] Pacman doesn't upgrade libpciaccess

mpan wrote:

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-1

Linux User: #443055 (http://counter.li.org)

Offline

#11 2026-03-17 22:47:01

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,694

Re: [Solved] Pacman doesn't upgrade libpciaccess

Did the file have .part on the end of the name? That would explain pacman not finding it.

Offline

#12 2026-03-17 22:53:52

marco.it
Member
From: Cagliari (Italy)
Registered: 2006-10-30
Posts: 19

Re: [Solved] Pacman doesn't upgrade libpciaccess

Scimmia wrote:

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

#13 2026-03-17 22:59:38

mpan
Member
Registered: 2012-08-01
Posts: 1,589
Website

Re: [Solved] Pacman doesn't upgrade libpciaccess

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

#14 2026-03-17 23:10:49

marco.it
Member
From: Cagliari (Italy)
Registered: 2006-10-30
Posts: 19

Re: [Solved] Pacman doesn't upgrade libpciaccess

Thanks.


Linux User: #443055 (http://counter.li.org)

Offline

Board footer

Powered by FluxBB