Op 17-10-2023 om 16:50 schreef Janne Johansson:


Den tis 17 okt. 2023 kl 16:49 skrev Karel Lucas <cahlu...@planet.nl>:

    Hi all,

    After a new installation of openBSD 7.4 I received the following
    message: "reorder_kernel: failed -- see
    /usr/share/relink/kernel/GENERIC.MP/relink.log
    <http://GENERIC.MP/relink.log>". That turns out to be a
    zlib compressed data file, and I don't know how to unpack or read it.
    Does anyone know how I can do that?



If it actually is a zlib compressed file, then "zcat" or "zless" should work fine.

--
May the most significant bit of your life be positive.

Content of relink.log:

(SHA256) /bsd: OK
LD="ld" sh makegap.sh 0xcccccccc gapdummy.o
ld  -T  ld.script -X  --warn-common -nopie -o newbsd ${SYSTEM_HEAD} vers.o ${OBJS}
text              data         bss            dec              hex
21325291    403432   1241088    22969811   15e7dd3
mv newbsd newbsd.gdb
ctfstrip -S -o newbsd  newbsd.gdb
rm -f bsd.gdb
mv -f newbsd bsd
install -F -m 700 bsd /bsd && sha256 -h /var/db/kernel.SHA256 /bsd
install: rename: INS@4erJJ3bo3 to /bsd: Operation not permitted
*** Error 1 in /usr/share/relink/kernel/GENERIC.MP (Makefile:2267 'newinstall')

Reply via email to