Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2003 20:30:32 -0400
From:      Jud <judmarc@fastmail.fm>
To:        geek <geek@netcabo.pt>, FreeBSD-questions@FreeBSD.org
Subject:   Re: Source update problems
Message-ID:  <oprt0w06xx0cf2rk@fastmail.fm>
In-Reply-To: <2305CFC39C15AA4896E06E5C91C509EF0374385F@VS2.hdi.tvcabo>
References:  <2305CFC39C15AA4896E06E5C91C509EF0374385F@VS2.hdi.tvcabo>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 17 Aug 2003 00:33:15 +0100, geek <geek@netcabo.pt> wrote:

> I have a problem to update my source!
> This is my supfile
>
> SRCSUPFILE:
> *default host=cvsup2.freebsd.org
> *default base=/usr
> *default prefix=/usr
> *default release=cvs tag=RELENG_4
> *default delete use-rel-suffix
> *default compress
> src-all
>
> and my procediment was that:
>
> root# cvsup -g -L2 SRCSUPFIL
> root# make buildworld
> root# make buildkernel KERNCONF=MYKERNEL
> root# make installkernel KERNCONF=MYKERNEL
> root# make installworld
> root# mergemaster
> root# reboot
>
> i do "cvsup -g -L2 SRCSUPFILE" right, but when i make make buildworld 
> the answer was: make: don't know how to make buildworld. Stop!
>
> What can be ?

After cvsup and before make buildworld:

root# cd /usr/src

Jud



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