Re: what does "failed to read progbits" mean?
- Reply: Mark Johnston : "Re: what does "failed to read progbits" mean?"
- In reply to: Nuno Teixeira : "Re: what does "failed to read progbits" mean?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 15:46:49 UTC
This seems to have gone away after https://freshbsd.org/freebsd/src/commit/70f51f0e474ffe1fb74cb427423a2fba3637544d Not sure if the bug that commit fixes was the underlying cause, Michael On 10/25/21 11:40, Nuno Teixeira wrote: > Same here: > kldxref /boot/kernel > failed to read progbits > > But kernel failed to install. I will include log tomorrow, I'm doing a > clean build with /usr/obj/.. deleted. > > Michael Butler via freebsd-current <freebsd-current@freebsd.org > <mailto:freebsd-current@freebsd.org>> escreveu no dia quinta, 21/10/2021 > à(s) 20:14: > > Well this is different .. I did a full rebuild (after "rm -rf > /usr/obj/*") this morning and now see .. > > ===> linux_common (install) > install -T release -o root -g wheel -m 555 linux_common.ko > /boot/kernel/ > install -T dbg -o root -g wheel -m 555 linux_common.ko.debug > /usr/lib/debug/boot/kernel/ > ===> linuxkpi (install) > install -T release -o root -g wheel -m 555 linuxkpi.ko /boot/kernel/ > install -T dbg -o root -g wheel -m 555 linuxkpi.ko.debug > /usr/lib/debug/boot/kernel/ > kldxref /boot/kernel > failed to read progbits > failed to read progbits > failed to read progbits > failed to read progbits > failed to read progbits > failed to read progbits > failed to read progbits > kldxref: /boot/kernel/kernel: cannot load DT_RELA section > -------------------------------------------------------------- > >>> Installing kernel TOSHI completed on Thu Oct 21 15:05:00 EDT 2021 > -------------------------------------------------------------- > > Is something broken or just cosmetic noise? > > imb >