NomadBSD 1.3.2 Errata
sysutils/e2fsprogs breaks pkg upgrade
Description
The latest version of sysutils/e2fsprogs tries to replace some symlinks with hardlinks [1]. This is not possible on NomadBSD (live system) due to the fact that / and /usr/local are two different filesystems. The result is an uncomplete upgrade which breaks some applications.
Solution
Prevent upgrading of sysutils/e2fsprogs:
# pkg lock -y e2fsprogs
# pkg upgrade -y
Qt5 applications do not start after upgrade
Description
After a pkg upgrade Qt5 applications abort with the message Cannot mix incompatible Qt library (5.14.2) with this library (5.15.0)
Solution
Reinstall x11-themes/qt5-style-plugins:
# pkg delete -y qt5-style-plugins
# pkg install -y qt5-style-plugins
https://svnweb.freebsd.org/ports/head/sysutils/e2fsprogs/pkg-plist?revision=549723&view=markup