Date: Sat, 20 Sep 2003 12:08:50 +0300 From: Ruslan Ermilov <ru@freebsd.org> To: yeskw@ms15.hinet.net Cc: freebsd-stable@freebsd.org Subject: Re: problem with make buildworld (when Building an up-to-date) Message-ID: <20030920090850.GB76988@sunbay.com> In-Reply-To: <Pine.LNX.4.56.0309201513400.21669@hiperfect.com> References: <Pine.LNX.4.56.0309201513400.21669@hiperfect.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030920090850.GB76988>