Ruslan Ermilov wrote: > On Tue, Sep 12, 2006 at 01:53:28PM +0200, [LoN]Kamikaze wrote: >> Last time I built a kernel on Releng_6 (only a couple of days ago) >> everything was fine with "-j 4". >> Now buildkernel stops, this is an example: >> >> ... >> >> Where it stops is random (I suppose it sometimes is accidentally >> built in the right order), but the error is always similar. >> > This puzzled me for a while, since kmod.mk has mechanisms that > try to ensure `@' is built before it's accessed. What the > implementation is missing is anti-footshooting measures. I bet > your /usr/src/sys/modules/ has some stray `@' symlinks possibly > left from compiling modules manually without creating object > directories, and forgetting to run "make clean" afterwards.
Thank you, since I don't know how and where I messed up the source tree, I deleted it and recvsupped it. It's building at the moment and it seems to work fine. _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"