From owner-freebsd-stable@FreeBSD.ORG Sat Sep 20 02:09:05 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 38A8816A4B3 for ; Sat, 20 Sep 2003 02:09:05 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5017A43FE3 for ; Sat, 20 Sep 2003 02:09:01 -0700 (PDT) (envelope-from ru@sunbay.com) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h8K98rrX079008 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 20 Sep 2003 12:08:53 +0300 (EEST) (envelope-from ru@sunbay.com) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h8K98oe5078999; Sat, 20 Sep 2003 12:08:50 +0300 (EEST) (envelope-from ru) Date: Sat, 20 Sep 2003 12:08:50 +0300 From: Ruslan Ermilov To: yeskw@ms15.hinet.net Message-ID: <20030920090850.GB76988@sunbay.com> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LyciRD1jyfeSSjG0" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: freebsd-stable@freebsd.org Subject: Re: 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 09:09:05 -0000 --LyciRD1jyfeSSjG0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 20, 2003 at 03:38:02PM +0800, yeskw@ms15.hinet.net wrote: > Following the "handbook" docs I did the following: >=20 > # 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 >=20 > I got the following error msg after make buildworld: >=20 > -------------------------------------------------------------- > >>> 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 =3D=3D or !=3D > "/usr/src/Makefile.inc1", line 773: Malformed conditional > ((!defined(NO_RESCUE) || defined(RELEASEDIR)) && (${TARGET_ARCH} !=3D > ${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. > ---- >=20 > Do anyone knows how to fix this problem? >=20 >=20 > Here is my /etc/make.conf: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > PERL_VER=3D5.00503 > PERL_VERSION=3D5.00503 > PERL_ARCH=3Dmach > NOPERL=3Dyo > NO_PERL=3Dyo > NO_PERL_WRAPPER=3Dyo > NO_SENDMAIL=3Dtrue > NOPROFILE=3Dtrue > FLAGS=3D-O -pipe > TARGET_ARCH=3Di386 > SUP_UPDATE=3D yes > SUP=3D /usr/local/bin/cvsup > SUPFLAGS=3D -g -L 2 > SUPHOST=3D cvsup.tw.FreeBSD.org > SUPFILE=3D /usr/ports/cvsup-stable-supfile > PORTSSUPFILE=3D /usr/ports/cvsup-ports-supfile > DOCSUPFILE=3D /usr/ports/cvsup-doc-supfile > MASTER_SITE_BACKUP?=3D \ > 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?=3D${MASTER_SITE_BACKUP} > XFREE86_VERSION=3D4.2.0_1,1 >=20 > # cat /usr/ports/cvsup-stable-supfile |grep -v "^#" > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > *default host=3Dcvsup.FreeBSD.org > *default base=3D/usr > *default prefix=3D/usr > *default tag=3D. > *default release=3Dcvs delete use-rel-suffix compress > *default compress > src-all >=20 First, you're trying to build 5.1-CURRENT (tag=3D.). If this is your intent, then posting it to stable@ was not worth doing. If you'd still like to build 5.1-CURRENT, please tell me the current version (uname -r), ``ident /usr/src/Makefile.inc1'' after cvsup, and put the bzipped ``make buildworld'' output somewhere for download, that includes both stdout and stderr. If not, change the tag=3D. to tag=3DRELENG_4, to get a stable branch. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --LyciRD1jyfeSSjG0 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/bBkiUkv4P6juNwoRApgnAJ9V7jeeOKMK48HsX7eCju7HmmovEQCcC7qZ yhRJO+onfvsoYdHy6n2oCFE= =x5tf -----END PGP SIGNATURE----- --LyciRD1jyfeSSjG0--