From owner-svn-ports-all@FreeBSD.ORG Tue Jul 8 21:13:59 2014 Return-Path: Delivered-To: svn-ports-all@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 BD154B0; Tue, 8 Jul 2014 21:13:59 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 663582229; Tue, 8 Jul 2014 21:13:59 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s68LDhAn036551 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 8 Jul 2014 21:13:48 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s68LDhpC036550; Tue, 8 Jul 2014 21:13:43 GMT (envelope-from swills) Date: Tue, 8 Jul 2014 21:13:43 +0000 From: Steve Wills To: Adam Weinberger Subject: Re: svn commit: r361286 - head/devel/boehm-gc Message-ID: <20140708211343.GB35690@mouf.net> References: <201407082000.s68K0kWX063845@svn.freebsd.org> <20140708203836.GC33736@mouf.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2B/JsCI69OhZNC5r" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Tue, 08 Jul 2014 21:13:48 +0000 (UTC) X-Spam-Status: No, score=4.0 required=4.5 tests=RAZOR2_CHECK autolearn=no version=3.3.2 X-Spam-Level: **** X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.98.1 at mouf.net X-Virus-Status: Clean Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Adam Weinberger , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2014 21:13:59 -0000 --2B/JsCI69OhZNC5r Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, That line and relevant ones near it: 16861 # Check for an external libatomic_ops if the answer was yes or chec= k. 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 gener= ation. 16865 missing_libatomic_ops=3Dfalse 16866 if test x"$with_libatomic_ops" !=3D xno; then : 16867 PKG_CHECK_MODULES(ATOMIC_OPS, atomic_ops, , 16868 missing_libatomic_ops=3Dtrue ) 16869 fi 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" "$LINEN= O" 5 16873 fi 16874 with_libatomic_ops=3Dno 16875 fi Steve On Tue, Jul 08, 2014 at 04:45:55PM -0400, Adam Weinberger wrote: > That=E2=80=99s definitely strange. I can=E2=80=99t replicate that... I=E2= =80=99m interested to see what qat has to say, though it looks like its bac= klog is at least a week or two. What is line 16867 of the configure script?= On my 10-STABLE machine, it is a comment. >=20 > # Adam >=20 >=20 > --=20 > Adam Weinberger > adamw@adamw.org > http://www.adamw.org >=20 > On 8 Jul, 2014, at 16:38, Steve Wills wrote: >=20 > > Hi, > >=20 > > This seems to fail to configure for me: > >=20 > > https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-def= ault/594/logs/errors/boehm-gc-7.4.2.log > > https://jenkins.freebsd.org/pci/head-i386/poudriere/data/headi386-defau= lt/594/logs/errors/boehm-gc-7.4.2.log > >=20 > > Maybe it's just me? > >=20 > > Thanks, > > Steve > >=20 > > On Tue, Jul 08, 2014 at 08:00:46PM +0000, Adam Weinberger wrote: > >> Author: adamw > >> Date: Tue Jul 8 20:00:45 2014 > >> New Revision: 361286 > >> URL: http://svnweb.freebsd.org/changeset/ports/361286 > >> QAT: https://qat.redports.org/buildarchive/r361286/ > >>=20 > >> Log: > >> Update to 7.4.2, and pass maintainership to submitter. > >>=20 > >> PR: 191338 > >> Submitted by: Carlos Jacobo Puga Medina > >>=20 > >> Modified: > >> head/devel/boehm-gc/Makefile > >> head/devel/boehm-gc/distinfo > >> head/devel/boehm-gc/pkg-plist > >>=20 > >> Modified: head/devel/boehm-gc/Makefile > >> =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=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 > >> --- head/devel/boehm-gc/Makefile Tue Jul 8 19:57:36 2014 (r361285) > >> +++ head/devel/boehm-gc/Makefile Tue Jul 8 20:00:45 2014 (r361286) > >> @@ -2,8 +2,7 @@ > >> # $FreeBSD$ > >>=20 > >> PORTNAME=3D gc > >> -PORTVERSION=3D 7.2e > >> -PORTREVISION?=3D 0 > >> +PORTVERSION=3D 7.4.2 > >> CATEGORIES=3D devel > >> MASTER_SITES=3D http://www.hboehm.info/gc/gc_source/ > >> PKGNAMEPREFIX=3D boehm- > >> @@ -11,17 +10,21 @@ PKGNAMEPREFIX=3D boehm- > >> PKGNAMESUFFIX=3D -${GC_VARIANT} > >> .endif > >>=20 > >> -MAINTAINER=3D ports@FreeBSD.org > >> +MAINTAINER=3D cjpugmed@gmail.com > >> COMMENT=3D Garbage collection and memory leak detection for C and C++ > >>=20 > >> LICENSE=3D BDWGC > >> LICENSE_NAME=3D Boehm-Demers-Weiser Garbage Collector License > >> -LICENSE_FILE=3D ${WRKSRC}/doc/README > >> +LICENSE_TEXT=3D License can be found at http://www.hboehm.info/gc/lic= ense.txt > >> LICENSE_PERMS=3D dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > >>=20 > >> +BUILD_DEPENDS=3D ${LOCALBASE}/lib/libatomic_ops.a:${PORTSDIR}/devel/l= ibatomic_ops > >> + > >> GNU_CONFIGURE=3D yes > >> -USES=3D pathfix > >> +USES=3D libtool pathfix > >> +USE_AUTOTOOLS=3D aclocal autoconf libtoolize > >> USE_LDCONFIG=3D yes > >> +INSTALL_TARGET=3D install-strip > >> CONFIGURE_ARGS=3D --enable-cplusplus --disable-static > >> MAKE_JOBS_UNSAFE=3D yes > >>=20 > >> @@ -60,10 +63,6 @@ CONFIGURE_ARGS+=3D--enable-gc-debug > >> PKGNAMESUFFIX:=3D ${PKGNAMESUFFIX}+fulldebug > >> .endif > >>=20 > >> -.if ! ${PORT_OPTIONS:MDOCS} > >> -CONFIGURE_ARGS+=3D--datarootdir=3D${WRKDIR}/doc > >> -.endif > >> - > >> .if defined(GC_VARIANT) && ${GC_VARIANT} =3D=3D "threaded" > >> . if ${PORT_OPTIONS:MPARALLEL_MARK} > >> CONFIGURE_ARGS+=3D--enable-parallel-mark > >> @@ -88,8 +87,8 @@ do-install: > >> .endfor > >> ${INSTALL_DATA} ${WRKSRC}/bdw-gc.pc \ > >> ${STAGEDIR}${PREFIX}/libdata/pkgconfig/bdw-gc-${GC_VARIANT}.pc > >> - > >> .else # ! GC_VARIANT > >> + > >> post-patch: > >> @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/doc/gc.man > >> @${REINPLACE_CMD} \ > >> @@ -98,6 +97,8 @@ post-patch: > >>=20 > >> post-install: > >> ${INSTALL_MAN} ${WRKSRC}/doc/gc.man ${STAGEDIR}${MAN3PREFIX}/man/man3= /gc.3 > >> + @${MKDIR} ${STAGEDIR}${DOCSDIR} > >> + (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) > >>=20 > >> .endif > >>=20 > >>=20 > >> Modified: head/devel/boehm-gc/distinfo > >> =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=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 > >> --- head/devel/boehm-gc/distinfo Tue Jul 8 19:57:36 2014 (r361285) > >> +++ head/devel/boehm-gc/distinfo Tue Jul 8 20:00:45 2014 (r361286) > >> @@ -1,2 +1,2 @@ > >> -SHA256 (gc-7.2e.tar.gz) =3D 09315b48a82d600371207691126ad058c04677281= ac318d86fa84c98c3c9af4b > >> -SIZE (gc-7.2e.tar.gz) =3D 1291186 > >> +SHA256 (gc-7.4.2.tar.gz) =3D 63320ad7c45460e4a40e03f5aa4c6893783f21a1= 6416c3282b994f933312afa2 > >> +SIZE (gc-7.4.2.tar.gz) =3D 1082597 > >>=20 > >> Modified: head/devel/boehm-gc/pkg-plist > >> =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=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 > >> --- head/devel/boehm-gc/pkg-plist Tue Jul 8 19:57:36 2014 (r361285) > >> +++ head/devel/boehm-gc/pkg-plist Tue Jul 8 20:00:45 2014 (r361286) > >> @@ -2,10 +2,10 @@ include/gc.h > >> include/gc/cord.h > >> include/gc/gc.h > >> include/gc/gc_allocator.h > >> -include/gc/gc_amiga_redirects.h > >> include/gc/gc_backptr.h > >> include/gc/gc_config_macros.h > >> include/gc/gc_cpp.h > >> +include/gc/gc_disclaim.h > >> include/gc/gc_gcj.h > >> include/gc/gc_inline.h > >> include/gc/gc_mark.h > >> @@ -13,16 +13,18 @@ include/gc/gc_pthread_redirects.h > >> include/gc/gc_tiny_fl.h > >> include/gc/gc_typed.h > >> include/gc/gc_version.h > >> +include/gc/javaxfc.h > >> include/gc/leak_detector.h > >> -include/gc/new_gc_alloc.h > >> include/gc/weakpointer.h > >> include/gc_cpp.h > >> lib/libcord.so > >> lib/libcord.so.1 > >> +lib/libcord.so.1.0.3 > >> lib/libgc.so > >> lib/libgc.so.1 > >> +lib/libgc.so.1.0.3 > >> lib/libgccpp.so > >> lib/libgccpp.so.1 > >> +lib/libgccpp.so.1.0.3 > >> libdata/pkgconfig/bdw-gc.pc > >> man/man3/gc.3.gz > >> -@dirrmtry include/gc >=20 --2B/JsCI69OhZNC5r Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJTvF8GAAoJEPXPYrMgexuh+SUH/RCyVtLeHUdshcjQ0RjiZEqQ Pg8RHy9V0vajLAjURdr/+luEsRtS+RnKvXc8PayoAlPCWaYf1FmhmapYMqkwmY7v jEY78Bi2Dw5O0qqn7aOwxfq/jVqLvHY7riww1CJdFrYG1kPmSSjjTBKjNQ0eGshO 9UVwjunaQxaOdn5kvxtoSqtUxchuei6QpSdIOo+LI5W8/7Ov0ZSoLEI/2cPFz3// PBrnq24znxRNmKuJ3oEeaR8EdYfUwFRsARChY74FShhCD6GcFYfJM1rjeHfHfJR8 4URmBzwDIP4rgvHMdLbXRgy+W+o4LEQYj5jGz+FseU3dugZijPa+LvW8icDIxIo= =a/Iz -----END PGP SIGNATURE----- --2B/JsCI69OhZNC5r--