On Mon, Jun 12, 2023 at 06:28:55PM +0200, Peter N. M. Hansteen wrote: > On Mon, Jun 12, 2023 at 05:59:08PM +0200, Sebastien Marie wrote: > > the package is too old. the signature date is 2023-04-16, so it hasn't been > > built with cf-protection=branch. it is why the kernel kills xfce4-session. > > > > as from your first mail you said pkg_add -u was ran, could you double check > > it ? > > maybe the mirror used isn't in sync, or the PKG_PATH isn't right (using > > -stable > > instead of -current url). > > The PKG_PATH was set to > > http://ftp.eu.openbsd.org/pub/OpenBSD/snapshots/packages/amd64/ > > which seems to have a fairly recent set of packages when I look at it now. > > My random selection of coredumping packages with signatures from yesterday > include firefox and thunderbird, while chromium works. And as I said, after > remove and reinstall, xfce4 itself works. > > It looks like I bulk pgk_delete and reinstall is the way forward.
Technically, we bumped _SYSTEM_VERSION on amd64 to force reinstall, so manually reinstalling packages shouldn't be required. this bump was done on 2023-06-07. but if it is required for you, something isn't right. note that instead of using pkg_delete, you could use: `pkg_add -Dinstalled -u' to force reinstalling already installed packages. thanks. -- Sebastien Marie