From owner-freebsd-questions Sat Jan 29 20:33:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fulton.net.au (CPE-24-192-50-51.nsw.bigpond.net.au [24.192.50.51]) by hub.freebsd.org (Postfix) with ESMTP id C933D15769 for ; Sat, 29 Jan 2000 20:32:09 -0800 (PST) (envelope-from jefff@fulton.net.au) Received: from amoeba (dhcp107.internal.fulton.net.au [192.168.1.107]) by fulton.net.au (8.9.3/8.9.1) with SMTP id PAA39976; Sun, 30 Jan 2000 15:31:57 +1100 (EST) (envelope-from jefff@fulton.net.au) From: "Jeff Fulton" To: "Walter Brameld" , "David Kelly" Cc: Subject: RE: make world failing on -stable Date: Sun, 30 Jan 2000 15:32:03 +1100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <00012923243800.12563@Bozo_3.BozoLand.domain> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.5600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks guys. I tried clearing out /usr/obj but still get the same error: cd /usr/src/usr.bin/vi; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOP IC -DNOPROFILE -DNOSHARED -D_BUILD_TOOLS cleandepend; /usr/obj/usr/src/tmp/usr/ bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -D_BUILD_TOOLS all; /u sr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHA RED -D_BUILD_TOOLS -B install cleandir obj rm -f .depend /usr/obj/usr/src/usr.bin/vi/GPATH /usr/obj/usr/src/usr.bin/vi/GRTA GS /usr/obj/usr/src/usr.bin/vi/GSYMS /usr/obj/usr/src/usr.bin/vi/GTAGS cc -O -pipe -DGTAGS -I/usr/src/usr.bin/vi -I/usr/src/usr.bin/vi/../../contri b/nv i -I/usr/src/usr.bin/vi/../../contrib/nvi/include -I/usr/obj/usr/src/tmp/u sr/i nclude -c /usr/src/usr.bin/vi/../../contrib/nvi/cl/cl_bsd.c In file included from /usr/src/usr.bin/vi/../../contrib/nvi/cl/cl_bsd.c:28: /usr/src/usr.bin/vi/../../contrib/nvi/cl/../common/common.h:89: ../ex/ex.h: No s uch file or directory In file included from /usr/src/usr.bin/vi/../../contrib/nvi/cl/../common/common. h:90, from /usr/src/usr.bin/vi/../../contrib/nvi/cl/cl_bsd.c:28: /usr/src/usr.bin/vi/../../contrib/nvi/cl/../common/gs.h:94: field `excmd' has in complete type *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 -----Original Message----- From: Walter Brameld [mailto:brameld@twave.net] Sent: Sunday, January 30, 2000 3:22 PM To: David Kelly Cc: Jeff Fulton; freebsd-questions@FreeBSD.ORG Subject: Re: make world failing on -stable On Sat, 29 Jan 2000, David Kelly wrote: > Walter Brameld writes: > > Dear lord, that would be a piece of work. I'm not a Guru of FreeBSD, > > but just out of curiosity, did you clean out /usr/obj before > > building? If not, try that before anything else more drastic: > > > > # cd /usr/obj > > # chflags -R noschg * > > # rm -rf * > And then the Guru spaketh: > > May I suggest that it is faster to: > > # cd /usr/obj/ > # rm -rf * >& /dev/null > # chflags -R noschg * > # rm -rf * > > Just ignore the error messages from the first "rm -rf". This method is > faster because the first rm removes all the files that don't need > chflags' attention. In the first example you chflags thousands of files > that don't need it. Here chflags and the second rm are almost > instantaneous. > > -- > David Kelly N4HHE, dkelly@hiwaay.net > Sorry, I didn't know that. I was just following the Handbook. Thanks for the advice. --- Walter in·tel·lec·tu·al n. Someone who has been educated past his/her level of intelligence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message