From owner-freebsd-stable Mon Aug 11 22:56:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA01891 for stable-outgoing; Mon, 11 Aug 1997 22:56:15 -0700 (PDT) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA01886 for ; Mon, 11 Aug 1997 22:56:12 -0700 (PDT) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.6/8.8.5) with ESMTP id WAA00445; Mon, 11 Aug 1997 22:56:05 -0700 (PDT) Message-Id: <199708120556.WAA00445@austin.polstra.com> To: dkelly@HiWAAY.net Subject: Re: make world problems In-Reply-To: <199708120222.VAA05017@nospam.hiwaay.net> References: <199708120222.VAA05017@nospam.hiwaay.net> Organization: Polstra & Co., Seattle, WA Cc: stable@freebsd.org Date: Mon, 11 Aug 1997 22:56:05 -0700 From: John Polstra Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <199708120222.VAA05017@nospam.hiwaay.net>, > > ===> gnu/usr.bin/texinfo > ===> gnu/usr.bin/texinfo/libtxi > ".depend", line 1: Need an operator > ".depend", line 2: Need an operator > Fatal errors encountered -- cannot continue > *** Error code 1 > [...] > Obviously my source tree is somehow hosed, in a way that passes cvsup. Any > ideas? Wipe clean and pull down a new one? > > Or do I have /usr/share/mk/* hosed? Actually it's most likely your /usr/obj/* that's hosed. It looks like a bad .depend file in there. Just to be sure, though, do an "ls -A /usr/src/gnu/usr.bin/texinfo/libtxi" and make sure there's not a .depend file in the source directory. (If there is, get rid of it.) If I were you, I'd "rm -rf /usr/obj/*" and then do a "make world". To save time, you can safely add "-DNOCLEAN" since you've already done the cleaning by removing the /usr/obj tree. If might also be worthwhile to run a "find" on your source tree looking for files named ".depend" as well as symlinks or directories named "obj" or "obj.i386". Any such things should be removed. CVSup generally leaves "extra" files alone, so it's not going to get rid of them for you. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth