From owner-svn-ports-head@FreeBSD.ORG Sat Feb 8 17:56:30 2014 Return-Path: Delivered-To: svn-ports-head@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 ESMTPS id 0FB86F63 for ; Sat, 8 Feb 2014 17:56:30 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DEB3D1141 for ; Sat, 8 Feb 2014 17:56:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s18HuTYF052699 for ; Sat, 8 Feb 2014 17:56:29 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s18HuT5E052693 for svn-ports-head@freebsd.org; Sat, 8 Feb 2014 17:56:29 GMT (envelope-from bdrewery) Received: (qmail 61399 invoked from network); 8 Feb 2014 11:56:28 -0600 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 8 Feb 2014 11:56:28 -0600 Message-ID: <52F66FCA.8060101@FreeBSD.org> Date: Sat, 08 Feb 2014 11:56:26 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Baptiste Daroussin Subject: Re: svn commit: r343213 - in head/devel: boost-all boost-docs boost-jam boost-libs boost-libs/files boost-python-libs References: <201402071143.s17Bh2SJ084293@svn.freebsd.org> <20140208011320.GE80056@ithaqua.etoilebsd.net> <52F66DA2.6020204@FreeBSD.org> In-Reply-To: <52F66DA2.6020204@FreeBSD.org> X-Enigmail-Version: 1.6 OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="waJL0ESxxGTElRp3vSpSFWWP7VeRNDfVB" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, office@FreeBSD.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 17:56:30 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --waJL0ESxxGTElRp3vSpSFWWP7VeRNDfVB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 2/8/2014 11:47 AM, Bryan Drewery wrote: > On 2/7/2014 7:13 PM, Baptiste Daroussin wrote: >> On Fri, Feb 07, 2014 at 02:35:06PM -0600, Bryan Drewery wrote: >>> On 2014-02-07 05:43, Baptiste Daroussin wrote: >>>> Author: bapt >>>> Date: Fri Feb 7 11:43:02 2014 >>>> New Revision: 343213 >>>> URL: http://svnweb.freebsd.org/changeset/ports/343213 >>>> QAT: https://qat.redports.org/buildarchive/r343213/ >>>> >>>> Log: >>>> Update to boost 1.55.0 >>>> switch back to normal library naming >>>> Add a compat symlink for .so.5 >>>> Use compiler.mk to detect compiler >>>> Use a modern compiler (doesn't work with base gcc) >>>> >>>> Deleted: >>>> head/devel/boost-libs/files/patch-boost-locale-utf >>>> head/devel/boost-libs/files/patch-freebsd-has-long-double >>>> Modified: >>>> head/devel/boost-all/Makefile >>>> head/devel/boost-all/common.mk >>>> head/devel/boost-all/compiled.mk >>>> head/devel/boost-docs/Makefile >>>> head/devel/boost-docs/distinfo >>>> head/devel/boost-docs/pkg-plist >>>> head/devel/boost-jam/Makefile >>>> head/devel/boost-jam/distinfo >>>> head/devel/boost-libs/Makefile >>>> head/devel/boost-libs/distinfo >>>> head/devel/boost-libs/pkg-plist >>>> head/devel/boost-python-libs/Makefile >>>> head/devel/boost-python-libs/distinfo >>>> head/devel/boost-python-libs/pkg-plist >>>> >>> >>> (Sorry if this mail comes multiple times, mail client issue.) >>> >>> Fails to build on 8.3 amd64: >>> >>> http://people.freebsd.org/~bdrewery/boost-libs-1.55.0.log >>> >>> >>> >>> --=20 >>> Regards, >>> Bryan Drewery >> >> Can you try applying this patch: http://people.freebsd.org/~bapt/83.di= ff in >> devel/boost-all then rebuild boost-libs? >> >> regards, >> Bapt >> >=20 > Failed: >=20 > http://people.freebsd.org/~bdrewery/boost-libs-1.55.0-2.log >=20 > Tested without ccache separately as well and did not change. >=20 > Note this: >> =3D=3D=3D> Building for boost-libs-1.55.0 >> /wrkdirs/usr/ports/devel/boost-libs/work/boost_1_55_0/tools/build/v2/u= ser-config.jam:93: syntax error at EOF >> clang++: not found >> link.jam: No such file or directory >=20 > If I add a space to the end of your line before ';' to be "bin ;" then > it shows: >=20 > cannot open linkflags: No such file or directory > link.jam: No such file or directory >=20 >=20 >=20 Actually your patch is good, just minor syntax issues. Fixing that fixes it. Will commit my tested version after some extra tests. --=20 Regards, Bryan Drewery --waJL0ESxxGTElRp3vSpSFWWP7VeRNDfVB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJS9m/KAAoJEDXXcbtuRpfPugMH/1f/Whv1dZ0HCNwJm4kBA026 5ooJJTgQXG67AvcLbyvvbrXvR/qXBBIpps/wK5oT0zPhICNZZYV/fH3l1EW2oIaA wKdFrXXQ74a+RrhozctwqV2NTIgGiWMnl+ZpRBI6KssepI+rc4rNKMQvEqIIzFn3 axywr5TToZpnBOE9J9Ufh+oV8DnZF4oCqZ0SxPuRfeeB+UW+6FEFDiy/I8xpPBUl ZLmj68HaPLnzITCTA8IkthPxnHfP5CEylJ6fBToKdNXBswwsyABQ32HGQViv9obE nR7nQiwGP+T4hGtFWJ8pVUI2N1CmHMrDg4imIfw6NUNyRAFTsbWd7f5DuN+sdvo= =dJpD -----END PGP SIGNATURE----- --waJL0ESxxGTElRp3vSpSFWWP7VeRNDfVB--