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-06-03
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
2021-12-31
Python packages from PIP and AUR - how to upgrade them - detailed instructions
Read this post.