svn commit: r491179 - head/devel/re2

Mathieu Arnold mat at FreeBSD.org
Sat Feb 9 14:06:54 UTC 2019


On Sat, Feb 09, 2019 at 02:36:41PM +0100, Matthias Fechner wrote:
> this upgrade seems to break gitlab-ce.
> I reported this upstream:
> https://github.com/google/re2/issues/196
> 
> The error message that I see with rubygem-re2 is:
> ld-elf.so.1: /usr/local/lib/ruby/gems/2.4/gems/re2-1.1.1/lib/re2.so:
> Undefined symbol "_ZNK3re23RE223NumberOfCapturingGroupsEv"

The symbol is some internal re2 thing:

c++filt _ZNK3re23RE223NumberOfCapturingGroupsEv
re2::RE2::NumberOfCapturingGroups() const

So, the gem probably needs to get a PORTREVISION bump.

> 
> Am 25.01.2019 um 20:58 schrieb Sunpoet Po-Chuan Hsieh:
> > Author: sunpoet
> > Date: Fri Jan 25 19:58:24 2019
> > New Revision: 491179
> > URL: https://svnweb.freebsd.org/changeset/ports/491179
> >
> > Log:
> >   Update to 20190101
> >   
> >   Changes:	https://github.com/google/re2/releases
> >
> > Modified:
> >   head/devel/re2/Makefile
> >   head/devel/re2/distinfo
> >
> > Modified: head/devel/re2/Makefile
> > ==============================================================================
> > --- head/devel/re2/Makefile	Fri Jan 25 19:58:19 2019	(r491178)
> > +++ head/devel/re2/Makefile	Fri Jan 25 19:58:24 2019	(r491179)
> > @@ -2,8 +2,7 @@
> >  # $FreeBSD$
> >  
> >  PORTNAME=	re2
> > -PORTVERSION=	20180901
> > -PORTREVISION=	1
> > +PORTVERSION=	20190101
> >  CATEGORIES=	devel
> >  
> >  MAINTAINER=	sunpoet at FreeBSD.org
> > @@ -12,9 +11,10 @@ COMMENT=	Fast C++ regex library
> >  LICENSE=	BSD3CLAUSE
> >  LICENSE_FILE=	${WRKSRC}/LICENSE
> >  
> > +USES=		compiler:c++11-lang gmake pathfix
> > +
> >  MAKE_ARGS=	CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" SED_INPLACE="${SED} -i ''" prefix=${PREFIX}
> >  USE_LDCONFIG=	yes
> > -USES=		compiler:c++11-lang gmake pathfix
> >  
> >  PATHFIX_MAKEFILEIN=	Makefile
> >  
> >
> > Modified: head/devel/re2/distinfo
> > ==============================================================================
> > --- head/devel/re2/distinfo	Fri Jan 25 19:58:19 2019	(r491178)
> > +++ head/devel/re2/distinfo	Fri Jan 25 19:58:24 2019	(r491179)
> > @@ -1,3 +1,3 @@
> > -TIMESTAMP = 1537212999
> > -SHA256 (google-re2-20180901-2018-09-01_GH0.tar.gz) = 1424b303582f71c6f9e19f3b21d320e3b80f4c37b9d4426270f1f80d11cacf43
> > -SIZE (google-re2-20180901-2018-09-01_GH0.tar.gz) = 391168
> > +TIMESTAMP = 1548359589
> > +SHA256 (google-re2-20190101-2019-01-01_GH0.tar.gz) = bee07121ce72ce10ccacb84e49b29d091ca18d5d14d950ab7c4657a0903655db
> > +SIZE (google-re2-20190101-2019-01-01_GH0.tar.gz) = 391805
> >
> 
> Gruß
> Matthias
> 
> -- 
> 
> "Programming today is a race between software engineers striving to
> build bigger and better idiot-proof programs, and the universe trying to
> produce bigger and better idiots. So far, the universe is winning." --
> Rich Cook
> 
> 
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20190209/66b3825c/attachment.sig>


More information about the svn-ports-all mailing list