Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2019 15:06:50 +0100
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        Matthias Fechner <idefix@fechner.net>
Cc:        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:  <20190209140650.vdyxr5cnoorbehrz@atuin.in.mat.cc>
In-Reply-To: <2882bfea-dc5b-cc4a-c421-4d3fba926b23@fechner.net>
References:  <201901251958.x0PJwOoi084258@repo.freebsd.org> <2882bfea-dc5b-cc4a-c421-4d3fba926b23@fechner.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--4klrdz3lbqrhcg2x
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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
>=20
> 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.

>=20
> 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
> >  =20
> >   Changes:	https://github.com/google/re2/releases
> >
> > Modified:
> >   head/devel/re2/Makefile
> >   head/devel/re2/distinfo
> >
> > Modified: head/devel/re2/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/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$
> > =20
> >  PORTNAME=3D	re2
> > -PORTVERSION=3D	20180901
> > -PORTREVISION=3D	1
> > +PORTVERSION=3D	20190101
> >  CATEGORIES=3D	devel
> > =20
> >  MAINTAINER=3D	sunpoet@FreeBSD.org
> > @@ -12,9 +11,10 @@ COMMENT=3D	Fast C++ regex library
> >  LICENSE=3D	BSD3CLAUSE
> >  LICENSE_FILE=3D	${WRKSRC}/LICENSE
> > =20
> > +USES=3D		compiler:c++11-lang gmake pathfix
> > +
> >  MAKE_ARGS=3D	CXX=3D"${CXX}" CXXFLAGS=3D"${CXXFLAGS}" SED_INPLACE=3D"${=
SED} -i ''" prefix=3D${PREFIX}
> >  USE_LDCONFIG=3D	yes
> > -USES=3D		compiler:c++11-lang gmake pathfix
> > =20
> >  PATHFIX_MAKEFILEIN=3D	Makefile
> > =20
> >
> > Modified: head/devel/re2/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/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 =3D 1537212999
> > -SHA256 (google-re2-20180901-2018-09-01_GH0.tar.gz) =3D 1424b303582f71c=
6f9e19f3b21d320e3b80f4c37b9d4426270f1f80d11cacf43
> > -SIZE (google-re2-20180901-2018-09-01_GH0.tar.gz) =3D 391168
> > +TIMESTAMP =3D 1548359589
> > +SHA256 (google-re2-20190101-2019-01-01_GH0.tar.gz) =3D bee07121ce72ce1=
0ccacb84e49b29d091ca18d5d14d950ab7c4657a0903655db
> > +SIZE (google-re2-20190101-2019-01-01_GH0.tar.gz) =3D 391805
> >
>=20
> Gru=DF
> Matthias
>=20
> --=20
>=20
> "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
>=20
>=20
>=20

--=20
Mathieu Arnold

--4klrdz3lbqrhcg2x
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAlxe3npfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB
QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD
zkjKqBAAj19DD247GJBeK7lDBtx+i16k6G4vRpg2oioSH0GLJDTTOctLodTGK83l
H2vcV6EJKtwxJrw6UnwZvvU3EUpQCcBQcZcfvvecIsvdXsSMalNabHrZtbcWrMKw
4wD/PTyZvzmVO4JWTXKCksZAddwgEDlH1AAmjF/IOXmidMzwxj5ZJPS/BBShhAAy
8SVcwn5tLuK8dDtz2iSExVM6wenEcuatsEQFhZbEozlt/VkxOK4HYigvyKIHYZjt
06+Sv+r25uPQdB0OSOd3CAFqldl6UnMWm4uW7ZEpkgSr+DkjaihUYseJYQzqvPb/
biEVQ2Epb2IeY8roOuStETU/HqmL7cJd8xiMqnXUMCbtTN7THE0h3Bltfj/TrE6y
bO/+igKjm7TPNC0nyg3Wo53gcjjaQ5nf0lj4aGcnYdVOuq2ci85bgRwfUSCnjMOT
pvMRLmQfwmp9KQvKNncuVgbMdslsxAJ/wkqp5El0OZdb1JkO3b5ICSDwysG6Sq9U
xreWxytt0kAM5WySNGNQXCuYo0mJNMFCMIA2l9EhDfaYqbX35dCh/sZULqt3Hl8r
MUFStfpYTO17VyLhWo3ibdxiczQ0WkyFDWktE6cb22qRxlb8GtSaGeg8W5ZTbdaW
0Qj5gTrOjmUvdKIqPLN4XoAHzRLVDSWS4RqrpLl4WglPLPiruT4=
=T46Y
-----END PGP SIGNATURE-----

--4klrdz3lbqrhcg2x--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190209140650.vdyxr5cnoorbehrz>