Antoine Jacoutot <[EMAIL PROTECTED]> writes:Here is what I did: $ cvsup blablabla...> $ make buildkernel KERNCONF=MYKERNEL && > make install kernel KERNCONF=MYKERNEL
There's not much point in 'make buildkernel' if you haven't done 'make buildworld' first.
Uh. /usr/src/UPDATING explicitly says:
20031112: [...] You should build and boot a new kernel BEFORE doing a `make world' as the new kernel will know about binaries using the old statfs structure, but an old kernel will not know about the new system calls that support the new statfs structure.
We generally recommend doing a buildworld first, but it has to be done in a different order for this upgrade.
However, if I am correctly reading the section quoted from Antione's message, the problem might be that he did:
'make install kernel ...' instead of: 'make installkernel ...'
Users need to specify a single target of 'installkernel', with no blanks between the two words. Antoine, was that just a typo, or did you really do 'make install kernel'?
-- Garance Alistair Drosehn = [EMAIL PROTECTED] Senior Systems Programmer or [EMAIL PROTECTED] Rensselaer Polytechnic Institute or [EMAIL PROTECTED] _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"