the errors when updating FreeBSD from 6.0-RELEASE to 7.0-CURRENT



Dear all,

I installed FreeBSD 6.0-RELEASE, and then upgraded to 7.0-CURRENT. After
# make buildworld and # make buildkernel, I run # make installkernel,
during this stage, it'll use kldxref to generate hints for the kernel
loader, but at that time the kldxref in FreeBSD 6.0 can't do this, it
must use the kldxref from -CURRENT, so I have to install the new version
kldxref manually. This is a contradiction. :(. But after I install
kldxref, it didn't work still, because kldxref will use libc.so.7......

and then, I have to rum "# make installworld" before "# make
installkernel". that's too bad.

Bill Xu

_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"



Relevant Pages