From owner-freebsd-questions Fri Apr 23 3:52:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hyperhost.net (ether.lightrealm.com [207.159.132.5]) by hub.freebsd.org (Postfix) with ESMTP id 7CAD415139 for ; Fri, 23 Apr 1999 03:52:39 -0700 (PDT) (envelope-from patseal@hyperhost.net) Received: from p3.a8.du.radix.net (p3.a8.du.radix.net [207.192.132.131]) by hyperhost.net (8.8.5/8.8.5) with ESMTP id GAA03888; Fri, 23 Apr 1999 06:50:01 -0400 (EDT) Date: Fri, 23 Apr 1999 06:49:56 -0400 (EDT) From: Patrick Seal To: Dan Nelson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Error compiling time In-Reply-To: <19990422233119.A54705@dan.emsphone.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here's all the depend files: patseal@foobar{104}# find . -name .depend ./sys/compile/GENERICupgrade/.depend ./sys/compile/GENERIC/.depend ./sys/compile/FOOBAR/.depend ./sys/compile/AOEU/.depend ./sys/compile/LOBSTER/.depend ./sys/compile/PICOBSD-D.1600/.depend ./sys/compile/FOOBARwd/.depend patseal@foobar{105}# cd usr.bin/ patseal@foobar{106}# make depend ===> apply ===> at ===> banner ... ===> tee ===> tftp ===> time ".depend", line 1: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 Stop. also: patseal@foobar{107}# cd time/ patseal@foobar{108}# make clean ".depend", line 1: Need an operator make: fatal errors encountered -- cannot continue patseal@foobar{109}# make anything ".depend", line 1: Need an operator make: fatal errors encountered -- cannot continue I'll try so more stuff. Thanks, ------------------------------------ _____________________________________ Patrick Seal |"Microsoft isn't evil, they just make | really crappy operating systems." Hyperhost - http://www.hyperhost.net| -Linus Torvalds hosting and Design http://www.freebsd.org - http://www.linux.org On Thu, 22 Apr 1999, Dan Nelson wrote: > In the last episode (Apr 22), Patrick Seal said: > > patseal@foobar{97}# cd /usr/src/usr.bin/time > > patseal@foobar{98}# make > > ".depend", line 1: Need an operator > > make: fatal errors encountered -- cannot continue > > Sounds like you have a corrupt .depend file, possibly due to you > hitting ^C during a "make depend". Remove it (it might be in > /usr/obj/usr/src/usr.bin/time) and try again. > > -Dan Nelson > dnelson@emsphone.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message