Skip site navigation (1)Skip section navigation (2)
Date:      23 Sep 2002 15:34:14 +1000
From:      Duncan Anker <d.anker@au.darkbluesea.com>
To:        Cory Banks <cbanks@vb.dyndns.org>
Cc:        Chris Strzelczyk <stenchmaster@blackhelicopters.org>, freebsd-questions@FreeBSD.ORG
Subject:   Re: make depend error when compiling 4.6 kernel
Message-ID:  <1032759254.20802.70.camel@duncan>
In-Reply-To: <5.1.1.6.2.20020922222040.00b1a810@vb.dyndns.org>
References:  <3D8E52D0.2030607@dyndns.org>  <5.1.1.6.2.20020922222040.00b1a810@vb.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2002-09-23 at 15:22, Cory Banks wrote:
> That didn't work. I got the same error after recvsuping the source.
> 
> -Cory Banks
> 

What version are you running the compilation under? What version did you
CVSup? If you're new to this, you should steer well clear of CURRENT and
even be a little dubious of STABLE.

Your cvsupfile (let's say it's in /etc) should look something like this:

*default  host=cvsup.FreeBSD.org
*default  base=/usr
*default  prefix=/usr
*default  release=cvs
*default  tag=RELENG_4_6
*default  delete use-rel-suffix

src-all


then:

# cvsup -g -L 2 /etc/cvsupfile
# rm -r /usr/obj/*
# cd /usr/src
# make buildworld
# make buildkernel KERNCONF=VB



If you still have problems there is something decidedly weird going on.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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