From owner-freebsd-stable@FreeBSD.ORG Sat Sep 20 00:38:07 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 805FB16A4B3 for ; Sat, 20 Sep 2003 00:38:07 -0700 (PDT) Received: from msr66.hinet.net (msr66.hinet.net [168.95.4.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB87943FF3 for ; Sat, 20 Sep 2003 00:38:05 -0700 (PDT) (envelope-from yeskw@ms15.hinet.net) Received: from hiperfect.com (dns.hiperfect.com [211.21.55.252]) by msr66.hinet.net (8.9.3/8.9.3) with ESMTP id PAA16356; Sat, 20 Sep 2003 15:38:02 +0800 (CST) From: yeskw@ms15.hinet.net Date: Sat, 20 Sep 2003 15:38:02 +0800 (CST) X-X-Sender: yeskww@hiperfect.com To: freebsd-stable@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: problem with make buildworld (when Building an up-to-date) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2003 07:38:07 -0000 Following the "handbook" docs I did the following: # chflags -R noschg /usr/obj/usr # rm -rf /usr/obj/usr # cd /usr/src # make cleandir --> make no tag # make cleandir # cvsup -g -L 2 /usr/ports/cvsup-stable-supfile--> OK # cd /usr/src # make buildworld I got the following error msg after make buildworld: -------------------------------------------------------------- >>> Building an up-to-date make(1) -------------------------------------------------------------- sh /usr/src/tools/install.sh -c -s -o root -g wheel -m 555 make /usr/obj/usr/src/make.i386 "/usr/src/Makefile.inc1", line 773: warning: String comparison operator should be either == or != "/usr/src/Makefile.inc1", line 773: Malformed conditional ((!defined(NO_RESCUE) || defined(RELEASEDIR)) && (${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101)) "/usr/src/Makefile.inc1", line 773: Missing dependency operator "/usr/src/Makefile.inc1", line 775: if-less endif "/usr/src/Makefile.inc1", line 775: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src. ---- Do anyone knows how to fix this problem? Here is my /etc/make.conf: ============================ PERL_VER=5.00503 PERL_VERSION=5.00503 PERL_ARCH=mach NOPERL=yo NO_PERL=yo NO_PERL_WRAPPER=yo NO_SENDMAIL=true NOPROFILE=true FLAGS=-O -pipe TARGET_ARCH=i386 SUP_UPDATE= yes SUP= /usr/local/bin/cvsup SUPFLAGS= -g -L 2 SUPHOST= cvsup.tw.FreeBSD.org SUPFILE= /usr/ports/cvsup-stable-supfile PORTSSUPFILE= /usr/ports/cvsup-ports-supfile DOCSUPFILE= /usr/ports/cvsup-doc-supfile MASTER_SITE_BACKUP?= \ ftp://ftp5.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\ ftp://ftp10.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\ ftp://ftp2.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\ ftp://ftp3.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\ ftp://ftp4.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\ ftp://ftp7.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\ ftp://ftp8.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\ ftp://ftp9.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\ ftp://ftp12.freebsd.org/pub/FreeBSD/distfiles/${DIST_SUBDIR}/\ ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ MASTER_SITE_OVERRIDE?=${MASTER_SITE_BACKUP} XFREE86_VERSION=4.2.0_1,1 # cat /usr/ports/cvsup-stable-supfile |grep -v "^#" ========================================== *default host=cvsup.FreeBSD.org *default base=/usr *default prefix=/usr *default tag=. *default release=cvs delete use-rel-suffix compress *default compress src-all