From owner-freebsd-current@FreeBSD.ORG Sun Sep 10 08:24:59 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C846F16A412 for ; Sun, 10 Sep 2006 08:24:59 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C22E43D53 for ; Sun, 10 Sep 2006 08:24:54 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 41A095E04; Sun, 10 Sep 2006 12:24:53 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 20CEC5DEC; Sun, 10 Sep 2006 12:24:53 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.8/8.13.8) id k8A8Ou1P065625; Sun, 10 Sep 2006 12:24:56 +0400 (MSD) (envelope-from ru) Date: Sun, 10 Sep 2006 12:24:56 +0400 From: Ruslan Ermilov To: Angelo Turetta Message-ID: <20060910082456.GA48789@rambler-co.ru> References: <4502CA73.5040100@commit.it> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BOKacYhQ+x31HxR3" Content-Disposition: inline In-Reply-To: <4502CA73.5040100@commit.it> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: No virus found Cc: freebsd-current@freebsd.org Subject: Re: make release cross-platform: Malformed conditional (${MK_SENDMAIL} != "no") X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Sep 2006 08:24:59 -0000 --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 09, 2006 at 04:06:43PM +0200, Angelo Turetta wrote: > I'm trying to build a -CURRENT install cdrom, using the following command: >=20 > make release CHROOTDIR=3D/usr/current \ > EXTPORTSDIR=3D/usr/ports \ > CVSROOT=3D"/home/ncvs" NO_FLOPPIES=3DYES \ > NODOC=3DYES NOPORTS=3DYES MAKE_ISOS=3DYES \ > KERNELS_BASE=3DGENERIC TARGET_ARCH=3Damd64 \ > BUILDNAME=3D7.0-20060909-SNAP >=20 >=20 > from a XEON server running 6.1-STABLE FreeBSD Thu Sep 7 13:42:16 CEST 20= 06 >=20 > First question (reality check): is it possible to build 7-CURRENT(amd64)= =20 > on 6-STABLE(i386)? >=20 Should be. > If yes, do you know what may be the cause of the error I get after the=20 > 'build world' phase? (please see attachment for make output) > cd /usr/src/release/../etc && make distrib-dirs=20 > DESTDIR=3D/R/stage/trees/base > "Makefile", line 6: Malformed conditional (${MK_SENDMAIL} !=3D "no") > "Makefile", line 8: if-less endif >=20 >=20 A bug in release/Makefile? Try changing this line: cd ${.CURDIR}/../etc && make distrib-dirs DESTDIR=3D${RD}/trees/base to: cd ${.CURDIR}/.. && ${CROSSMAKE} distrib-dirs DESTDIR=3D${RD}/trees= /base Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFA8vYqRfpzJluFF4RAiE2AJ45mCPraN4objAGncAh+Lz2S2pDWQCeOiPA m6CVzqYjDMN0SpJO/T/0i0M= =8+N1 -----END PGP SIGNATURE----- --BOKacYhQ+x31HxR3--