Pacman gives me many Warnings

Hi,
I wanted to update my system with

sudo pacman -Syyu

There were many packages to be renewed.

Unfortunately, the update mirrors were soooo slow. So I stopped the update process early and renewed the mirrors with:

sudo pacman-mirrors -f
sudo pacman -Syyu

After this there are no packages to be updated anymore (WHAT??), but instead I get many warnings:

:: Paketdatenbanken werden synchronisiert …
 core                  169,6 KiB  1585 KiB/s 00:00 [######################] 100%
 extra                1893,0 KiB  26,0 MiB/s 00:00 [######################] 100%
 community               6,6 MiB  63,4 MiB/s 00:00 [######################] 100%
 multilib              174,6 KiB  7,75 MiB/s 00:00 [######################] 100%
:: Vollständige Systemaktualisierung wird gestartet …
Warnung: alsa-card-profiles: Lokale Version (1:0.3.35-1) ist neuer als extra (1:0.3.34-1)
Warnung: archlinux-keyring: Lokale Version (20210902-1) ist neuer als core (20210820-1)
Warnung: ca-certificates-mozilla: Lokale Version (3.70-1) ist neuer als core (3.69.1-1)
Warnung: chromium: Lokale Version (93.0.4577.82-1) ist neuer als extra (93.0.4577.63-1)
Warnung: dav1d: Lokale Version (0.9.2-1) ist neuer als extra (0.9.1-1)
Warnung: expac: Lokale Version (10-5) ist neuer als community (10-4)
Warnung: f2fs-tools: Lokale Version (1.14.0-3) ist neuer als extra (1.14.0-2)
Warnung: firefox: Lokale Version (92.0-1) ist neuer als extra (91.0.2-1)
Warnung: firefox-gnome-theme-maia: Lokale Version (20210918-1) ist neuer als community (20210711-1)
...and many more

Warning: local version is newer than [repository name]

Therefore nothing gets updated anymore.

I dont quite understand what and if anything has gone wrong here. THank you for any explanation and help!

Hello,
Please try:
sudo pacman-mirrors -c Global,Austria && sudo pacman -Syyu

2 Likes

Try this again. I had to do that too yesterday, because I got the same errors as you. They are caused by a mirror that’s out of sync.

2 Likes

Aragorn and Bogdan, thank you so much!! Global,Austria made my day! THANK YOU

1 Like

If you are referring to the manjaro.re mirror - is not out of sync - but the content is cached globally by cloudflare which causes different content to be served.

I tested this method a couple of years back and while it works perfect for static files - it works not so well for a mirror where packages often changes.

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.