Date: Thu, 1 Aug 2002 14:35:59 -0500 From: Terry Todd <tlt@badger.tltodd.com> To: freebsd-stable@freebsd.org Subject: getting -STABLE to make Message-ID: <20020801143559.A64452@badger.tltodd.com>
next in thread | raw e-mail | index | archive | help
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 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?20020801143559.A64452>