Not able to Upgrade Manjaro KDE Plasma

I am not able to upgrade my Manjaro KDE Plasma System. Here is the error I am getting the following error. Even upgrading from Add/Remove Software is providing the same error.

[amartyasinha918@amartya-hp ~]$ sudo pacman -Syu
[sudo] password for amartyasinha918:
:: Synchronizing package databases…
core is up to date
extra is up to date
community is up to date
multilib is up to date
:: Starting full system upgrade…
resolving dependencies…
looking for conflicting packages…

Packages (1) mesa-21.0.3-3

Total Download Size: 15.81 MiB
Total Installed Size: 90.74 MiB
Net Upgrade Size: 0.00 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages…
mesa-21.0.3-3-x86_64 15.8 MiB 2.21 MiB/s 00:07 [############################] 100%
(1/1) checking keys in keyring [############################] 100%
(1/1) checking package integrity [############################] 100%
error: mesa: signature from “Laurent Carlier lordheavym@gmail.com” is invalid
:: File /var/cache/pacman/pkg/mesa-21.0.3-3-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]

In case you need my system details, check them below.

[amartyasinha918@amartya-hp ~]$ screenfetch

██████████████████ ████████ amartyasinha918@amartya-hp
██████████████████ ████████ OS: Manjaro 21.0.4 Ornara
██████████████████ ████████ Kernel: x86_64 Linux 5.10.34-1-MANJARO
██████████████████ ████████ Uptime: 28m
████████ ████████ Packages: 1396
████████ ████████ ████████ Shell: bash 5.1.4
████████ ████████ ████████ Resolution: 1366x768
████████ ████████ ████████ DE: KDE 5.81.0 / Plasma 5.21.4
████████ ████████ ████████ WM: KWin
████████ ████████ ████████ GTK Theme: Chrome-OS-master [GTK2/3]
████████ ████████ ████████ Icon Theme: Tela-dark
████████ ████████ ████████ Disk: 382G / 935G (42%)
████████ ████████ ████████ CPU: Intel Core i7-8565U @ 8x 4.6GHz [65.0°C]
████████ ████████ ████████ GPU: Mesa Intel® UHD Graphics 620 (WHL GT2)
RAM: 3253MiB / 15897MiB

Hi,

Do it first:

sudo pacman -Syy

Wait to finish and tell if errors still occur

T+

I tried it. The process completed successfully. But, pacman -Syu is still not upgrading. I am getting the same error.

[amartyasinha918@amartya-hp ~]$ sudo pacman -Syy
[sudo] password for amartyasinha918:
:: Synchronizing package databases…
core 165.5 KiB 376 KiB/s 00:00 [############################] 100%
extra 1948.1 KiB 2.07 MiB/s 00:01 [############################] 100%
community 6.6 MiB 1844 KiB/s 00:04 [############################] 100%
multilib 180.5 KiB 0.00 B/s 00:00 [############################] 100%

After that, I’m running sudo pacman -Syu. It is giving the same error that I have mentioned in the main topic

Hi, I found the same issue with the signature for mesa when I updated the other day. I tried deleting, reinstalling and refreshing all my keys to no avail, so I guess there is an issue with the signature upstream. One option is to just ignore updating mesa for the time being; I decided to download the mesa package from the Arch mirror and install manually with pacman. The steps I took for this:

  1. Download from Arch mesa package (link that says download from mirror)
  2. Copy package to /var/cache/pacman/pkg
  3. Install package with sudo pacman -U /path/to/filename
1 Like

Okay, do it like this:

sudo rm -Rf /var/cache/pacman/pkg/mesa-21.0.3-3-x86_64.pkg.tar.zst

Later:

sudo pacman -Syyu

T+ = See you later

Thanks man, my system is now updated.

1 Like

Unfortunately, it also didn;t work. Btw, the above solution worked for me. I have marked that answer as solution.

Curious, but the important thing is that he managed to solve it.

I use manjaro LXQt and manjaro KDE and in none have I had this problem

T+ = See you later

Glad to hear that!

However, this issue should still get fixed for the not so tech savy manjaro users.
Most likely the GPG key of Laurent Carlier lordheavym@gmail.com expired.

@codesardine @eugen-b

Any chance this gets fixed?
Should we file a bug report?

I contacted Laurent Carlier, his GPG key is still valid.

fix and related to

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