daily CVS update output

2023-01-22 Thread NetBSD source update
Updating src tree: P src/distrib/sets/lists/tests/mi P src/doc/HACKS P src/external/mit/xorg/lib/fontconfig/src/Makefile P src/games/quiz/quiz.c P src/lib/libc/gen/fmtmsg.3 P src/share/mk/bsd.sys.mk P src/sys/arch/emips/stand/common/enic.c P src/sys/net/npf/npf_conn.c P src/sys/net/npf/npf_tables

Re: 10.0_BETA/i386 GENERIC crash at boot on older CPUs

2023-01-22 Thread John D. Baker
On Thu, 19 Jan 2023, John D. Baker wrote: > On machines with older CPUs (pentium-III, Am5x86), a GENERIC kernel > (or one based on GENERIC) dies during boot with: > [...] > [ 30.4197804] fatal page fault in supervisor mode > [ 30.4197804] trap type 6 code 0 eip 0xc0617718 cs 0x8 eflags 0x10246

Re: How to build only one part of NetBSD system

2023-01-22 Thread Havard Eidnes
>> As always before such an operation, "do the kernel first". > > How do you do the kernel first without building the userland to > build the updated tools? The "do the kernel first" is sort of a "general warning". Whether it is strictly needed depends on what version user-land and what version so

Re: How to build only one part of NetBSD system

2023-01-22 Thread Thomas Mueller
> >> I tried going into libexec/ld.elf_so and running "make > >> install" but that didn't work or even come close. > > It would be something like: > > cd src/libexec/ld.elf_so > > ${TOOLDIR}/bin/nbmake-${arch} dependall > > ${TOOLDIR}/bin/nbmake-${arch} install > and if the too