On 04/12 18:31, Dave Tyson wrote: > Just CVS'ed up a test server to latest NetBSD-8 source and tried > building a kernel. It compiles and tnen fails at the links stage: > > sys_ptrace_common.o: In function `ptrace_listener_cb': > /usr/src/sys/kern/sys_ptrace_common.c:239: undefined reference to > `user_set_dbregs' > *** [netbsd] Error code 1
This was caused by an incomplete pullup. Update your tree (specifically, sys/secmodel/extensions/secmodel_extensions.c) and you should be good to go. Soren