On 03/10/2013 17:14, Thomas Mueller wrote:
I failed with "make buildworld" on 9.2, building from a 9.2
prerelease.
svn revision on system to be built was 255986.
uname -a shows
FreeBSD amelia2 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #17 r254196:
Sun Aug 11 00:36:49 UTC 2013
root@amelia2:/usr/obj/usr/src/sys/SANDY amd64
PRERELEASE would be from stable/9 - RELEASE from releng/9.2
Did you svn up on the stable branch or checkout releng/9.2?
I had MODULES_WITH_WORLD=yes in /etc/make.conf to avoid the
redundancy and annoyance of rebuilding modules every time I build a
new kernel, like if I want a more portable kernel (for a USB-stick
install) as well as my custom kernel.
Point of failure seemed to be in module dtrace.
I have in kernel config
#options KDTRACE_FRAME # Ensure frames are compiled
in #options KDTRACE_HOOKS # Kernel DTrace hooks
Maybe I need to reenable these?
The 9.2 release notes says "DTrace hooks have been enabled by default in
the GENERIC kernel" so they should already be enabled.
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"