From owner-freebsd-current Thu Oct 10 09:38:28 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA00169 for current-outgoing; Thu, 10 Oct 1996 09:38:28 -0700 (PDT) Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA00161 for ; Thu, 10 Oct 1996 09:38:25 -0700 (PDT) Received: from localhost (richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.12/8.6.12) with SMTP id JAA17516; Thu, 10 Oct 1996 09:38:35 -0700 Date: Thu, 10 Oct 1996 09:38:34 -0700 (PDT) From: Veggy Vinny To: Mark Murray cc: current@FreeBSD.ORG Subject: Re: make world fails in -current In-Reply-To: <199610101624.SAA14242@grumble.grondar.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 10 Oct 1996, Mark Murray wrote: > Veggy Vinny wrote: > > a make world still fails in -current, just to confirm this... I > > deleted the entire /usr/src tree and resupped and this is what still > > happens: > > > > ===> gnu/usr.bin/cvs/lib > > ".depend", line 85: Need an operator > > Delete the .depend file in your obj/.....cvs/lib dir, then make depend > again. That file may be corrupt. The problem is there is no .depend file in my obj/ since this is what I tried: root@earth [8:39am][/usr/src] >> ls -agl /usr/obj/gnu/usr.bin/cvs/lib total 32 drwxrwxr-x 2 root bin 512 Oct 7 15:21 . drwxrwxr-x 9 root bin 512 May 13 19:29 .. -rwxrwxr-x 1 root bin 1161 May 13 23:36 error.o -rwxrwxr-x 1 root bin 5549 May 13 23:36 filesubr.o -rwxrwxr-x 1 root bin 2451 May 13 23:36 hash.o -rwxrwxr-x 1 root bin 1893 May 13 23:36 myndbm.o -rwxrwxr-x 1 root bin 4668 May 13 23:36 run.o -rwxrwxr-x 1 root bin 801 May 13 23:36 save-cwd.o -rwxrwxr-x 1 root bin 2310 May 13 23:36 subr.o -rwxrwxr-x 1 root bin 235 May 13 23:36 version.o root@earth [9:36am][/usr/src] >> Vince