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!
2022-07-20
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.
2022-05-10
QEMU >= 7.0.0 changes split package setup
With the update to qemu 7.0.0 the package has been turned into a more fine grained split package utilizing meta packages.
- The
qemu
package is now virtually provided by the meta packagesqemu-base
,qemu-desktop
andqemu-full
.- The functionality of
qemu
prior to 7.0.0 is replaced byqemu-desktop
- The functionality of
qemu-headless
is replaced byqemu-base
- The functionality of
qemu-arch-extra
andqemu-headless-arch-extra
is replaced byqemu-emulators-full
- The meta package
qemu-full
provides all QEMU related packages (excludingqemu-guest-agent
)
2022-03-12
Cannot mix incompatible Qt library (5.15.2) with this library (5.15.3)
- Check the mirror you use is up to date:
sudo pacman-mirrors -f 5 && sudo pacman -Syyu
- If you use qt5-styleplugins (AUR), rebuild it:
pamac build qt5-styleplugins
FIXED? VPN via L2TP might not work anymore
See FS#74089 - networkmanager 1.36 breaks vpn with networkmanager-l2tp
You may need to downgrade to 1.34.0:
sudo pacman -U https://archive.archlinux.org/packages/l/libnm/libnm-1.34.0-1-x86_64.pkg.tar.zst https://archive.archlinux.org/packages/n/networkmanager/networkmanager-1.34.0-1-x86_64.pkg.tar.zst
FIXED? DSL/PPPoE may require downgrading 2 packages
See my-internet-connection-is-no-longer-working and FS#73948 - networkmanager 1.36.0 breaks DSL connection
Please check if 1.36.2-1.0 of NetworkManager improve things, else downgrade to 1.34.0:
sudo pacman -U https://archive.archlinux.org/packages/l/libnm/libnm-1.34.0-1-x86_64.pkg.tar.zst https://archive.archlinux.org/packages/n/networkmanager/networkmanager-1.34.0-1-x86_64.pkg.tar.zst
2022-01-03
New warnings when building the fallback initcpio - Possibly missing firmware for module: bfa, qed, qla1280, qla2xxx
That’s due to the recent changes to the linux-firmware package. Note these are warnings, not errors. You only need those firmwares if you have Mellanox Spectrum switches, Marvell devices, Qualcomm SoCs, Cavium LiquidIO server adapters, QLogic devices and Broadcom NetXtreme II 10Gb ethernet adapters. if you have that hardware you can install linux-firmware-qlogic to get rid of those warnings. If you do not have that hardware you can safely ignore those warnings.
pamac install linux-firmware-qlogic