Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2005 07:37:23 +1100
From:      Peter Jeremy <PeterJeremy@optushome.com.au>
To:        Markus Buretorp <markus.buretorp@home.se>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: 5.4 -> 6.0 buildworld failure
Message-ID:  <20051105203723.GQ39882@cirb503493.alcatel.com.au>
In-Reply-To: <436D1376.5030909@home.se>
References:  <436D1376.5030909@home.se>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051105203723.GQ39882>