From owner-svn-ports-head@freebsd.org Sat Feb 9 14:06:54 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 958F014E2932; Sat, 9 Feb 2019 14:06:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 104826CF9C; Sat, 9 Feb 2019 14:06:54 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mail.j.mat.cc (owncloud.cube.mat.cc [IPv6:2a01:678:4:1::228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.mat.cc", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id B74DE14264; Sat, 9 Feb 2019 14:06:53 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (unknown [IPv6:2a01:678:42:ffff:3e15:c2ff:fec4:452e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: mat@mat.cc) by mail.j.mat.cc (Postfix) with ESMTPSA id E8638943601; Sat, 9 Feb 2019 14:06:50 +0000 (UTC) Date: Sat, 9 Feb 2019 15:06:50 +0100 From: Mathieu Arnold To: Matthias Fechner Cc: Sunpoet Po-Chuan Hsieh , 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> References: <201901251958.x0PJwOoi084258@repo.freebsd.org> <2882bfea-dc5b-cc4a-c421-4d3fba926b23@fechner.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4klrdz3lbqrhcg2x" Content-Disposition: inline In-Reply-To: <2882bfea-dc5b-cc4a-c421-4d3fba926b23@fechner.net> User-Agent: NeoMutt/20180716 X-Rspamd-Queue-Id: 104826CF9C X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.96 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.96)[-0.962,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2019 14:06:54 -0000 --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--