Date: Sun, 30 Jan 2000 15:32:03 +1100 From: "Jeff Fulton" <jefff@fulton.net.au> To: "Walter Brameld" <brameld@twave.net>, "David Kelly" <dkelly@hiwaay.net> Cc: <freebsd-questions@FreeBSD.ORG> Subject: RE: make world failing on -stable Message-ID: <HDEOKEEBEDEKJFEEPOBBCEAMCAAA.jefff@fulton.net.au> In-Reply-To: <00012923243800.12563@Bozo_3.BozoLand.domain>
index | next in thread | previous in thread | raw e-mail
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
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?HDEOKEEBEDEKJFEEPOBBCEAMCAAA.jefff>
