[Bug 275482] ports-mgmt/pkg: incorrectly complains about outdated os version
Date: Tue, 13 Feb 2024 21:04:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275482 Baptiste Daroussin <bapt@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #8 from Baptiste Daroussin <bapt@FreeBSD.org> --- yes pkg fetches from uname because it is supposed to be rebuilt each time _FreeBSD_version is bumped and because we want to determine if we are running from a chroot or a jail or a rootdir which may have older userland that the running system, that said, there is a bug in the build system when building with NO_CLEAN which makes a part of the toolchain which hold the information about the version not in the elf to not be rebuilt (this is fixed in head and should hopefully be MFCed soon. Your problem will be fixed then. https://cgit.freebsd.org/src/commit/?id=ed3563b0ac31d854bf907d4d847ac0195ec9637b -- You are receiving this mail because: You are the assignee for the bug.