Date: Sat, 9 Feb 2019 14:36:41 +0100 From: Matthias Fechner <idefix@fechner.net> To: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r491179 - head/devel/re2 Message-ID: <2882bfea-dc5b-cc4a-c421-4d3fba926b23@fechner.net> In-Reply-To: <201901251958.x0PJwOoi084258@repo.freebsd.org> References: <201901251958.x0PJwOoi084258@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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" 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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2882bfea-dc5b-cc4a-c421-4d3fba926b23>