5.4 -> 6.0 buildworld failure

Peter Jeremy PeterJeremy at optushome.com.au
Sat Nov 5 12:37:28 PST 2005


On Sat, 2005-Nov-05 21:17:58 +0100, Markus Buretorp wrote:
>I'm trying to upgrade from FreeBSD 5.4-STABLE to 6.0. I've done a cvsup 
>to RELENG_6 and RELENG_6_0, I've ran make cleanworld, make clean, rm -rf 
>/usr/obj/*, etc; but nothing helps.
...
>   /usr/src/lib/libkvm/kvm_proc.c:108: error: storage size of 't_cdev'
>   isn't known

I've just done a buildworld of RELENG_6 on 5.3 without problems so I
suspect it's something you've done.  It looks very much like
kvm_proc.c is being built using the wrong include files - the ones in
/usr/include/sys rather than the ones in /usr/src/sys/sys.

Where is this error occurring during the buildworld?  (What are the
latest lines beginning '>>>' and '===>')
What non-standard bits do you have in your command line, /etc/make.conf
or MAKEOBJDIRPREFIX?

-- 
Peter Jeremy


More information about the freebsd-stable mailing list