From owner-freebsd-ports@FreeBSD.ORG Wed Oct 30 14:08:49 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D116F974 for ; Wed, 30 Oct 2013 14:08:49 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (lor.one-eyed-alien.net [69.66.77.232]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B33392458 for ; Wed, 30 Oct 2013 14:08:48 +0000 (UTC) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.7/8.14.7) with ESMTP id r9UE8lKj005231 for ; Wed, 30 Oct 2013 09:08:47 -0500 (CDT) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.7/8.14.7/Submit) id r9UE8lcR005230 for freebsd-ports@freebsd.org; Wed, 30 Oct 2013 09:08:47 -0500 (CDT) (envelope-from brooks) Date: Wed, 30 Oct 2013 09:08:47 -0500 From: Brooks Davis To: freebsd-ports@freebsd.org Subject: Re: devel/llvm33 Makefile Message-ID: <20131030140847.GE84527@lor.one-eyed-alien.net> References: <20131029221516.GA24336@SDF.ORG> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xA/XKXTdy9G3iaIz" Content-Disposition: inline In-Reply-To: <20131029221516.GA24336@SDF.ORG> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 14:08:49 -0000 --xA/XKXTdy9G3iaIz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I've committed a fix. If you don't need the extra asserts you probably want to turn them off as they slow things down and break serveral llvm consumers. -- Brooks On Tue, Oct 29, 2013 at 10:15:16PM +0000, Cary wrote: > Hello, >=20 > On 9.2-RELEASE llvm33-3.3_7 installation failed here: >=20 > install -s -o root -g wheel -m 555 > /usr/ports/devel/llvm33/work/llvm-3.3.src/Release/bin/FileCheck > / /usr/ports/devel/llvm33/work/stage/usr/local/llvm33/bin/ > install: /usr/ports/devel/llvm33/work/llvm-3.3.src/Release/bin/FileCheck:= No > such file or directory >=20 > *** [post-install] Error code 71 >=20 > Stop in /usr/ports/devel/llvm33. > *** [install] Error code 1 >=20 > Stop in /usr/ports/devel/llvm33. >=20 >=20 > ---- > The file to be installed was: > /usr/ports/devel/llvm33/work/llvm-3.3src/Release+Asserts/bin/FileCheck >=20 > After patching Makefile installation succeeded. > --=20 > cary@sdf.org > SDF Public Access UNIX System - http://sdf.org > 214c214 > < ${INSTALL_PROGRAM} ${WRKSRC}/Release/bin/FileCheck \ > --- > > ${INSTALL_PROGRAM} ${WRKSRC}/Release+Asserts/bin/FileCheck \ > 226c226 > < TEST_CMD=3D '(cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} LD_LIBRARY_PATH= =3D${WRKSRC}/Release/lib ${GMAKE} check-local-lit)' > --- > > TEST_CMD=3D '(cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} LD_LIBRARY_PATH= =3D${WRKSRC}/Release+Asserts/lib ${GMAKE} check-local-lit)' > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --xA/XKXTdy9G3iaIz Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iD8DBQFScRLqXY6L6fI4GtQRAgRXAKDWXbjrPKL8bXU24awLRltIWY2QQwCfadmR MOTgT+MFTXI6PGrI5iJxh/g= =mut7 -----END PGP SIGNATURE----- --xA/XKXTdy9G3iaIz--