From owner-freebsd-stable Fri Jul 25 16:12:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA00320 for stable-outgoing; Fri, 25 Jul 1997 16:12:17 -0700 (PDT) Received: from bob.tri-lakes.net ([207.3.81.6]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id QAA00291 for ; Fri, 25 Jul 1997 16:11:47 -0700 (PDT) Received: from [207.3.81.149] by bob.tri-lakes.net (NTMail 3.02.13) with ESMTP id da236083 for ; Fri, 25 Jul 1997 18:12:06 -0500 Message-ID: <33D8EC89.41C67EA6@tri-lakes.net> Date: Fri, 25 Jul 1997 18:12:25 +0000 From: Chris Dillon X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2-STABLE i386) MIME-Version: 1.0 To: stable@freebsd.org Subject: make world fails after CVSUP on 1997/07/25 01:56:45 for 2.2-STABLE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have just been using CVSUP for a while as a means of keeping the system source tree up to date. I do a cvsup to -stable almost daily, but only do a make world every once in a while. Just last night I tried to do a make world (i actually do a make includes;make world, since i read in here that it might prevent the occasional failure). A make include fails as follows: ======8<====== "/usr/share/mk/bsd.man.mk", line 10: Malformed conditional (!empty(MANBUILDCAT)) "/usr/share/mk/bsd.man.mk", line 21: Malformed conditional (!empty(MANBUILDCAT)) "/usr/share/mk/bsd.man.mk", line 27: if-less endif "/usr/share/mk/bsd.man.mk", line 27: Need an operator "/usr/share/mk/bsd.lib.mk", line 264: if-less elif "/usr/share/mk/bsd.lib.mk", line 265: Inconsistent operator for maninstall "/usr/share/mk/bsd.lib.mk", line 267: if-less endif "/usr/share/mk/bsd.lib.mk", line 267: Need an operator Fatal errors encountered -- cannot continue *** Error code 1 Stop. ======8<====== Make world fails in a similar fashion. I had done several cvsup's after 1997/07/25 01:56:45, but looking through the logs, this was the only time bsd.man.mk was changed: ======8<====== CVSup update begins at 1997/07/25 01:56:45 Connected to cvsup.freebsd.org Updating collection src-all/cvs Edit src/sbin/ipfw/ipfw.c Edit src/share/mk/bsd.man.mk Edit src/sys/netinet/ip_input.c ....[updates for other collections cut out].... CVSup update ends at 1997/07/25 02:01:03 ======8<====== Is this something that needs to be fixed in the tree or has something on my own system broken? Also, is this the best way to report this kind of thing? :-) Thanks, Chris Dillon