From owner-freebsd-questions Sat May 6 19:02:27 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA28055 for questions-outgoing; Sat, 6 May 1995 19:02:27 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA28048 for ; Sat, 6 May 1995 19:02:21 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id TAA11627; Sat, 6 May 1995 19:02:11 -0700 From: "Rodney W. Grimes" Message-Id: <199505070202.TAA11627@gndrsh.aac.dev.com> Subject: Re: Trouble!!! To: uh@eta.cs.fsu.edu (Gang-Ryung Uh) Date: Sat, 6 May 1995 19:02:10 -0700 (PDT) Cc: questions@FreeBSD.org In-Reply-To: <199505070150.VAA00325@eta.cs.fsu.edu> from "Gang-Ryung Uh" at May 6, 95 09:50:25 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1637 Sender: questions-owner@FreeBSD.org Precedence: bulk [Please, one list only, redirected to -questions] > > I am in the middle of upgrading the 2.0R system to FreeBSD-current. > But I have following error message during the process of 'make world'; > > /usr/src/share/doc/psd/26.rpcrfc -> /usr/obj/share/doc/psd/26.rpcrfc > ===> share/doc/psd/27.nfsrpc > /usr/src/share/doc/psd/27.nfsrpc -> /usr/obj/share/doc/psd/27.nfsrpc > ===> share/doc/smm > "Makefile", line 2: Missing operator > "Makefile", line 3: Missing operator > "Makefile", line 4: Missing operator > "Makefile", line 5: Missing operator > Fatal errors encountered -- cannot continue > *** Error code 1 ... Do you look at /usr/src/share/doc/smm/Makefile to see what is on likes 2 3 4 and 5? I suspect you have a corrupt file here as these are either comment or blank lines in a good copy of the file: --- begin include --- # From: @(#)Makefile 8.1 (Berkeley) 6/10/93 # $Id: Makefile,v 1.3 1995/01/11 19:51:47 wollman Exp $ # The following modules do not describe FreeBSD: # 14.uucpimpl, 15.uucpnet # The following modules do not build/install: # 10.named (no documentation at all) # 13.amd (documentation is TeXinfo) # 16.security 17.password (encumbered) BINDIR= /usr/share/doc/smm SUBDIR= title contents 01.setup 02.config 03.fsck 04.quotas 05.fastfs \ 06.nfs 07.lpd 08.sendmailop 09.sendmail 11.timedop 12.timed 18.net .if ${MACHINE} == "tahoe" SUBDIR+=01.setup .elif ${MACHINE} == "vax" SUBDIR+=01.setup .endif .include --- end include --- -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD