Date: Thu, 1 Aug 2002 17:45:18 -0500 From: Terry Todd <tlt@badger.tltodd.com> To: freebsd-stable@FreeBSD.ORG Subject: Re: getting -STABLE to make Message-ID: <20020801174518.A70490@badger.tltodd.com> In-Reply-To: <20020801143559.A64452@badger.tltodd.com>; from tlt@badger.tltodd.com on Thu, Aug 01, 2002 at 02:35:59PM -0500 References: <20020801143559.A64452@badger.tltodd.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Aug 01, 2002 at 02:35:59PM -0500, Terry Todd wrote: > > I have a system that is running 4.5-RELEASE. I tried running > /usr/local/bin/cvsup -g -L 2 -P - /etc/cvsupfile > to bring it up to 4.6-STABLE but the make buildworld didn't work so > I moved the /usr/src directory and created a new /usr/src. > I then downloaded 4.6-RELEASE source and ran make buildworld > which ran fine. Next I did the cvsup to bring it up to date. > Again I get the following: > ..... > cc -static -O -pipe -I/usr/src/share/syscons/scrnmaps -DFIL=\"koi8-u2cp866u\" -o koi8-u2cp866u.mk /usr/src/share/syscons/scrnmaps/mkscrfil.c > cc -static -O -pipe -I/usr/src/share/syscons/scrnmaps -DFIL=\"us-ascii_to_cp437\" -o us-ascii_to_cp437.mk /usr/src/share/syscons/scrnmaps/mkscrfil.c > cd /usr/src/usr.bin/awk; make DIRPRFX=usr.bin/awk/ build-tools > cd: can't cd to /usr/src/usr.bin/awk > *** Error code 2 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src > # > > I have tried running make cleandir twice in a row and then running > make buildworld but it still fails. > > I assume it is missing the awk command but why is this happening? > > How can this be fixed? > > TIA, > Terry Todd found the answer to my problem. I didn't have a cvsupfile with src-all in it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020801174518.A70490>