The base-devel
package group has recently been replaced by a meta package of the same name.
People that had the base-devel
package group installed (meaning people that installed base-devel
before February 2nd) have to explicitly re-install it to get the new base-devel
package installed on their system:
pacman -Syu base-devel
until https://bugs.archlinux.org/task/76440 is resolved
FS#76440 : systemd-cryptsetup still refers to libcrypto.so.1.1 after upgrading to openssl3
see: https://labs.parabola.nu/issues/3368
UPDATE 2022-11-08: fixed in cryptsetup 2.5.0-4
Python 2 went end of life January 2020. Since then Arch has been actively cutting down the number of projects depending on python2
in their repositories, and they have finally been able to drop it from our distribution, making it disappear from Parabola too. If you still have python2
installed on your system consider removing it and any python2 package.
If you still require the python2 package you can keep it around, but please be aware that there will be no security updates.
2022-08-30 - Christian Hesse
Recent changes in grub added a new command option to fwsetup and changed the way the command is invoked in the generated boot configuration. Depending on your system hardware and setup this could cause an unbootable system due to incompatibilities between the installed bootloader and configuration. After a grub package update it is advised to run both, installation and regeneration of configuration:
grub-install ...
grub-mkconfig -o /boot/grub/grub.cfg
As part of the init scripts repackaging, elogind
does no longer ship with its OpenRC init script. You have to manually install it when upgrading:
# pacman -Syu
# pacman -S elogind-openrc