Date: Wed, 9 Jul 2014 02:18:11 +0000 From: Steve Wills <swills@freebsd.org> To: Jung-uk Kim <jkim@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Adam Weinberger <adamw@freebsd.org>, Adam Weinberger <adamw@adamw.org> Subject: Re: svn commit: r361286 - head/devel/boehm-gc Message-ID: <20140709021810.GA41010@mouf.net> In-Reply-To: <53BC78E9.9070505@FreeBSD.org> References: <201407082000.s68K0kWX063845@svn.freebsd.org> <20140708203836.GC33736@mouf.net> <BF1C88E4-A47B-40BB-86C6-0E160097B560@adamw.org> <20140708211343.GB35690@mouf.net> <53BC78E9.9070505@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 08, 2014 at 07:04:09PM -0400, Jung-uk Kim wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > On 2014-07-08 17:13:43 -0400, Steve Wills wrote: > > Hi, > >=20 > > That line and relevant ones near it: > >=20 > > 16861 # Check for an external libatomic_ops if the answer was yes > > or check. If not 16862 # found, fail on yes, and convert check to > > no. 16863 # Note: "syntax error near unexpected token ATOMIC_OPS" > > reported by configure 16864 # means Autotools pkg.m4 file was not > > found during aclocal.m4 generation. 16865 > > missing_libatomic_ops=3Dfalse 16866 if test x"$with_libatomic_ops" !=3D > > xno; then : 16867 PKG_CHECK_MODULES(ATOMIC_OPS, atomic_ops, ,=20 > > 16868 missing_libatomic_ops=3Dtrue ) 16869 fi=20 > > 16870 if test x$missing_libatomic_ops =3D xtrue ; then : 16871 if > > test x"$with_libatomic_ops" !=3D xcheck; then : 16872 as_fn_error > > $? "An external libatomic_ops was not found" "$LINENO" 5 16873 fi=20 > > 16874 with_libatomic_ops=3Dno 16875 fi > ... > It should be fixed now (r361320). Does still seem to have a minor issue: https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-default= /601/logs/errors/boehm-gc-7.4.2.log https://jenkins.freebsd.org/pci/head-i386/poudriere/data/headi386-default/6= 01/logs/errors/boehm-gc-7.4.2.log =3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: @dirrmtry include/gc Though perhaps that's intended? Steve --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJTvKZbAAoJEPXPYrMgexuhHAAIALJEAXgl6g+vV5xirvI79/tT 8Xclj4QbkUN/RpXSEGJpexbecSjwmK7fn7NW46k8WMhfcMGOi+Pvj6JUPpkFQEZf Ss9J/QbrhopUrdEOtbwzxRraWAEkrjbK2Vk8fZOCLR9fFjSNfdwCFKVdnWCDeJRm A9OOeHqVsy5DWAdX6RttjLB6Jpd8BOv/c82Bay/+O933utBlHKXQ1kdZjEWUh49I Lq0YwZkqu+3WKYR2w9dW7khyuyveUXxw29bTMx0Bo5GuRbPPBMuW41uneTUPKbyQ 3knm9wJQRxpTIzdJ7j5Rj6s+b8Y+GIe2wZ+PqBq4RPzPlS+8ny8kvoomNlxnfc4= =bGtT -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140709021810.GA41010>