svn commit: r361286 - head/devel/boehm-gc
Steve Wills
swills at freebsd.org
Wed Jul 9 02:18:22 UTC 2014
On Tue, Jul 08, 2014 at 07:04:09PM -0400, Jung-uk Kim wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 2014-07-08 17:13:43 -0400, Steve Wills wrote:
> > Hi,
> >
> > That line and relevant ones near it:
> >
> > 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=false 16866 if test x"$with_libatomic_ops" !=
> > xno; then : 16867 PKG_CHECK_MODULES(ATOMIC_OPS, atomic_ops, ,
> > 16868 missing_libatomic_ops=true ) 16869 fi
> > 16870 if test x$missing_libatomic_ops = xtrue ; then : 16871 if
> > test x"$with_libatomic_ops" != xcheck; then : 16872 as_fn_error
> > $? "An external libatomic_ops was not found" "$LINENO" 5 16873 fi
> > 16874 with_libatomic_ops=no 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/601/logs/errors/boehm-gc-7.4.2.log
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: @dirrmtry include/gc
Though perhaps that's intended?
Steve
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140709/e653c652/attachment.sig>
More information about the svn-ports-head
mailing list