From owner-freebsd-stable Thu Aug 1 12:36:10 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 222A037B400 for ; Thu, 1 Aug 2002 12:36:04 -0700 (PDT) Received: from tltodd.com (badger.tltodd.com [208.133.92.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F4E243E4A for ; Thu, 1 Aug 2002 12:36:02 -0700 (PDT) (envelope-from tlt@tltodd.com) Received: (from tlt@localhost) by tltodd.com (8.9.3/8.9.3) id OAA64567 for freebsd-stable@freebsd.org; Thu, 1 Aug 2002 14:35:59 -0500 (CDT) (envelope-from tlt) Date: Thu, 1 Aug 2002 14:35:59 -0500 From: Terry Todd To: freebsd-stable@freebsd.org Subject: getting -STABLE to make Message-ID: <20020801143559.A64452@badger.tltodd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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