[Bug 225104] ports-mgmt/pkg: "pkg update" fails to update package database saying that kernel too old for some package
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 14 17:37:39 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225104
Trond.Endrestol at ximalas.info changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Trond.Endrestol at ximalas.inf
| |o
--- Comment #18 from Trond.Endrestol at ximalas.info ---
(In reply to Trond.Endrestol from comment #11)
The right place is the LiveSystem-environment file or equivalent.
(In reply to Nils Beyer from comment #12)
Regarding comment #12, I first thought it prudent to delete the binaries from
/usr/obj/$ARCH/usr/src/bin/sh prior to running make buildworld, until the
matter is fully resolved. I.e. delete sh, sh.debug, and sh.full. I was proved
wrong. Clearing /usr/obj and rebuilding world led to a sh binary with the right
osversion, see below. Which file(s) should we forcefully remove to ensure the
right value of osversion for sh?
# objdump --section=.note.tag -s sh
sh: file format elf64-x86-64-freebsd
Contents of section .note.tag:
400218 08000000 04000000 01000000 46726565 ............Free
400228 42534400 c5ce1000 08000000 04000000 BSD.............
400238 02000000 46726565 42534400 00000000 ....FreeBSD.....
C5CE1000 (LE) => 0010CEC5 (BE) = 1101509
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-pkg
mailing list