[SOLVED] MESA Update Available - Nothing using yay/pacman

I currently have the following…

 ❯ pacman -Qs mesa
local/glu 9.0.3-2
    Mesa OpenGL utility library
local/lib32-glu 9.0.3-2
    Mesa OpenGL utility library (32 bits)
local/lib32-mesa 1:25.1.2-1
    Open-source OpenGL drivers - 32-bit
local/mesa 1:25.1.2-1
    Open-source OpenGL drivers
local/mesa-utils 9.0.0-6
    Essential Mesa utilities
❯

But there are updates available according to Arch Package Search. mesa and lib32-mesa have updates available from 1:25.1.2-1 to 1:25.1.3-2

However, yay and pacman return “nothing to do.”

yay
[sudo] password for wombat: 
:: Synchronizing package databases...
 endeavouros is up to date
 core is up to date
 extra is up to date
 multilib is up to date
 chaotic-aur is up to date
:: Searching AUR for updates...
:: Searching databases for updates...
 there is nothing to do
❯ yay -Syu
  :: Synchronizing package databases...
  endeavouros is up to date
  core is up to date
  extra is up to date
  multilib is up to date
  chaotic-aur is up to date
  :: Searching AUR for updates...
  :: Searching databases for updates...
  there is nothing to Do
❯ yay -Syyu
:: Synchronizing package databases...
 endeavouros                        15.0 KiB   101 KiB/s 00:00 [----------------------------------] 100%
 core                              116.4 KiB   742 KiB/s 00:00 [----------------------------------] 100%
 extra                               7.8 MiB  24.0 MiB/s 00:00 [----------------------------------] 100%
 multilib                          134.0 KiB   620 KiB/s 00:00 [----------------------------------] 100%
 chaotic-aur                       631.2 KiB  1156 KiB/s 00:01 [----------------------------------] 100%
:: Searching AUR for updates...
:: Searching databases for updates...
 there is nothing to do
❯
❯ sudo pacman -Sy
:: Synchronizing package databases...
 endeavouros is up to date
 core is up to date
 extra is up to date
 multilib is up to date
 chaotic-aur is up to date
❯ sudo pacman -Syu
:: Synchronizing package databases...
 endeavouros is up to date
 core is up to date
 extra is up to date
 multilib is up to date
 chaotic-aur is up to date
:: Starting full system upgrade...
 there is nothing to do
❯ sudo pacman -Syyu
:: Synchronizing package databases...
 endeavouros                        15.0 KiB  76.1 KiB/s 00:00 [----------------------------------] 100%
 core                              116.4 KiB   529 KiB/s 00:00 [----------------------------------] 100%
 extra                               7.8 MiB  24.9 MiB/s 00:00 [----------------------------------] 100%
 multilib                          134.0 KiB   583 KiB/s 00:00 [----------------------------------] 100%
 chaotic-aur                       631.2 KiB   772 KiB/s 00:01 [----------------------------------] 100%
:: Starting full system upgrade...
 there is nothing to do
❯

Any ideas here? Or am I just missing something?

1 Like

Maybe your mirrors haven’t updated yet

5 Likes

Hopefully that’s the case. I did update my mirrors.

The only reason I even posted about this was because of the recent mesa issue. I guess time will tell.

1 Like

Sure. Mine was also only a few hours ago:

$ pacman -Qs mesa
local/glu 9.0.3-2
    Mesa OpenGL utility library
local/mesa 1:25.1.3-2
    Open-source OpenGL drivers
local/mesa-utils 9.0.0-6
    Essential Mesa utilities
2 Likes

Mine updated just fine

[michel@michel-crosshair15b12ugsz ~]$ pacman -Qs mesa
local/glu 9.0.3-2
    Mesa OpenGL utility library
local/lib32-mesa 1:25.1.3-2
    Open-source OpenGL drivers - 32-bit
local/mesa 1:25.1.3-2
    Open-source OpenGL drivers
local/mesa-utils 9.0.0-6
    Essential Mesa utilities
3 Likes

Both mesa and lib32-mesa are still at 1:25.1.2-1 for me. I’ll just wait it out for now and try updating before going to sleep tonight.

2 Likes

I just updated my arch mirrors and now i got them.

[ricklinux@rick-systemproductname ~]$ pacman -Qs mesa
local/glu 9.0.3-2
    Mesa OpenGL utility library
local/lib32-mesa 1:25.1.3-2
    Open-source OpenGL drivers - 32-bit
local/mesa 1:25.1.3-2
    Open-source OpenGL drivers
local/mesa-utils 9.0.0-6
    Essential Mesa utilities
4 Likes

Just updated my Arch mirrors again. Updated fine.

❯ pacman -Qs mesa
local/glu 9.0.3-2
    Mesa OpenGL utility library
local/lib32-glu 9.0.3-2
    Mesa OpenGL utility library (32 bits)
local/lib32-mesa 1:25.1.3-2
    Open-source OpenGL drivers - 32-bit
local/mesa 1:25.1.3-2
    Open-source OpenGL drivers
local/mesa-utils 9.0.0-6
    Essential Mesa utilities
❯
3 Likes

Updated Arch mirrors yesterday and todays update got the new mesa

╰─❯ pacman -Qs mesa
local/glu 9.0.3-2
    Mesa OpenGL utility library
local/lib32-vulkan-mesa-layers 1:25.1.3-2
    Mesa's Vulkan layers - 32-bit
local/mesa 1:25.1.3-2
    Open-source OpenGL drivers
local/mesa-utils 9.0.0-6
    Essential Mesa utilities
local/vulkan-mesa-layers 1:25.1.3-2
    Mesa's Vulkan layers


2 Likes

Packages filter out to the mirrors depending on their configuration and the planets alignment, etc.

You can generally force yourself to get the updates quicker by sorting mirrors - most of the sorters have options to only return mirrors that have recently synced and/or are fully up to date.. but doing so while trying to follow the upstream Arch update as soon as possible may also result in a generally slower experience.

Maybe that mirror in Germany is the most synced right now. But you live in South America. You can switch mirrors to update right away .. but your latency will also quadruple.

Most Recent != Fastest or Most Reliable

1 Like

Plus, if you’re one of the first to download, you might get a drastically low d/l speed—because everyone else tries the same at the same time.

It once took me 2½ hours (!) to download the latest Firefox update, just because I refreshed when it just appeared, and apparently thousands were downloading at the exact same moment.

1 Like

This happens to me on occasion. I know every 4-6 weeks is the rec’d maintenance time (see tutorials including yours) but I mirrors and reflector and do the maint. etc about every 3 weeks now and the result is less scenarios like your original post.

1 Like

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