[Testing Update] 2022-08-11 - Kernels, Mesa, Gnome, Firefox, Haskell, Python, Systemd

Hello community,

Another testing branch update with some usual updates for you.

image
Checkout what ETAPRIME has to say about our UM350 MiniPC!

  • Most of our Kernels got updated with needed security fixes
  • Gnome pushed out some updates to 42.4
  • Mesa got updated to 21.3.6
  • Systemd is now at 251.4
  • Firefox got renewed to 103.0.2
  • Vivaldi 5.4
  • Regular Haskell and Python updates

Additional Info

Info about AUR packages

:warning: AUR (Arch User Repository) packages are neither supported by Arch nor Manjaro. Posts about them in Announcement topics are off-topic and will be flagged, moved or removed without warning.

:information_source: You may need to rebuild any AUR packages that install files to site-packages …

Get our latest daily developer images now from Github: Plasma, GNOME, XFCE. You get the latest stable releases of Manjaro from CDN77.


Our current supported kernels

  • linux419 4.19.255
  • linux54 5.4.210
  • linux510 5.10.136
  • linux515 5.15.60
  • linux518 5.18.17
  • linux519 5.19.1
  • linux515-rt 5.15.55_rt48
  • linux518-rt 5.18.0_rt11
  • linux519-rt 5.19.0_rt10

Package Changes (Thu Aug 11 20:44:03 CEST 2022)

  • testing core x86_64: 17 new and 15 removed package(s)
  • testing multilib x86_64: 18 new and 18 removed package(s)
  • testing extra x86_64: 237 new and 236 removed package(s)
  • testing community x86_64: 1347 new and 1333 removed package(s)

Overlay Packages

  • testing core x86_64: 14 new and 14 removed package(s)
  • testing multilib x86_64: 1 new and 1 removed package(s)
  • testing kde-unstable x86_64: 247 new and 247 removed package(s)
  • testing extra x86_64: 83 new and 83 removed package(s)
  • testing community x86_64: 20 new and 11 removed package(s)

A detailed list of all package changes may be found here.

  • No issue, everything went smoothly
  • Yes there was an issue. I was able to resolve it myself.(Please post your solution)
  • Yes i am currently experiencing an issue due to the update. (Please post about it)

0 voters

Check if your mirror has already synced:

2 Likes

Known issues and solutions

This is a wiki post; please edit as necessary.
Please, consider subscribing to the Testing Updates Announcements RSS feed


Please RTFT (Read This Fine Thread) first before reporting the same issues over and over again!

:arrow_right: 2022-08-12

element-desktop dependency error
error: failed to prepare transaction (could not satisfy dependencies)
:: installing electron (20.0.0-1) breaks dependency 'electron19' required by element-desktop

The upstream package was already flagged out of date (it needs to be rebuilt against latest electron).

Workaround for now:

sudo pacman -Syy electron electron19 --asdeps
sudo pacman -Su

2022-08-04

Glibc 2.36 update will break EasyAntiCheat within Proton

Temporary workaround for now is to use the flatpak version of steam:

sudo pacman -S flatpak --needed --noconfirm
sudo flatpak install com.valvesoftware.Steam -y

You can use flatseal (another flatpak app) to grant it access to your existing game library so you don’t have to re-download your games (add the game library install path under “Other files” under “Filesystem”).

sudo flatpak install com.github.tchx84.Flatseal -y

For advanced users (not recommended by us): patched glibc and lib32-glibc are available here. They remove the commit that broke EAC.

2022-07-27

Fixed: Pamac shows archlinux-keyring (20220713-2) and manjaro-keyring (20220514-2) as orphans
sudo pacman -D --asexplicit archlinux-keyring manjaro-keyring

Resolved: w/ base 3-2 Revert changes:

sudo pacman -D --asdeps archlinux-keyring manjaro-keyring

2022-07-16

wxWidgets 3.2 update may need manual intervention

Packages have been renamed from wxgtk- to wxwidgets-. The GTK2 frontend is no longer provided. If you have wxgtk2 installed, the upgrade will fail with:

In such case, uninstall wxgtk2 first and then proceed with the upgrade.

2022-07-13

Linux518: could not insert 'amd_pstate': No such device

With Kernel 5.18.11 there was added a regression to AMD P-State driver preventing it from loading.

2022-07-08

Wireplumber 0.4.11 may crash for GDM users

Currently there is an issue with 0.4.11 and GDM crashing on boot-up. More in the upstream bugtracker issue: wireplumber segfault: system boot and could see in my dmesg (#305) · Issues · PipeWire / wireplumber · GitLab

2022-06-07

Locale file changes

C.UTF8 locale is now included in glibc:

Credits @diabonas for this change. Systemd wants us to include C.UTF8 by default and it seems the locale may be in included by glibc upstream in the future. To fix building and avoid nasty fixing in devtools, we include the locale in the package. See systemd/systemd#23252 (comment) FS#74864 : [systemd] >= 251 breaks devtools' locale

There is a pacsave for /etc/locale.conf as it has been removed from the filesystem package.

UPDATE: With filesystem 2022.06.08-2, it will automatically restore /etc/locale.conf if it did not already exist.

There is a pacnew for /etc/locale.gen. Please review it and regenerate your locale if necessary.

error: failed to prepare transaction (could not satisfy dependencies)
:: installing electron (20.0.0-1) breaks dependency 'electron19' required by element-desktop

The upstream package was already flagged out of date.

Workaround for now:

sudo pacman -Syy electron electron19 --asdeps
sudo pacman -Su

…temporarily, update then install electron19. :wink:

1 Like

Thank you, updated workaround. Completely forgot to check if an updated version-specific electron package was available.

I want Plasma 5.25 :hot_face:

1 Like

Simply switch to unstable branch …

1 Like

A post was merged into an existing topic: [Testing Update] 2022-08-15 - Cinnamon, Nextcloud, KDE-git, Haskell, Python, Glibc EAC Fix