From owner-svn-ports-all@freebsd.org Sat Feb 9 20:02:40 2019 Return-Path: Delivered-To: svn-ports-all@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 097A814C7CDC for ; Sat, 9 Feb 2019 20:02:40 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 9DD85800C8 for ; Sat, 9 Feb 2019 20:02:39 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ed1-f44.google.com (mail-ed1-f44.google.com [209.85.208.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id DFD9916988 for ; Sat, 9 Feb 2019 20:02:38 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ed1-f44.google.com with SMTP id f9so5560395eds.10 for ; Sat, 09 Feb 2019 12:02:38 -0800 (PST) X-Gm-Message-State: AHQUAuaSBGtoiuwYzp6APs7eO7wRrthTXNk6WECgm4HlAI8rGUzk21Og JpWWJ6TkfnrJo0mw616Aq/t7Qxv7dXo0gRawmacRGQ== X-Google-Smtp-Source: AHgI3IZvbSAYCyvq029bhYiqwLdiVKCt1JUqTXEoe2Y6HzzrXFM0negl6nwT+yx9fM8Kc0tRZLLlCKtvL8LCvUs7ULY= X-Received: by 2002:aa7:c91a:: with SMTP id b26mr8147632edt.58.1549742557763; Sat, 09 Feb 2019 12:02:37 -0800 (PST) MIME-Version: 1.0 References: <201901251958.x0PJwOoi084258@repo.freebsd.org> <2882bfea-dc5b-cc4a-c421-4d3fba926b23@fechner.net> <20190209140650.vdyxr5cnoorbehrz@atuin.in.mat.cc> <6aa466df-b6a0-dcbc-9d38-8110e41f6d8c@fechner.net> In-Reply-To: <6aa466df-b6a0-dcbc-9d38-8110e41f6d8c@fechner.net> From: Po-Chuan Hsieh Date: Sun, 10 Feb 2019 04:02:01 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r491179 - head/devel/re2 To: Matthias Fechner Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-Rspamd-Queue-Id: 9DD85800C8 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2019 20:02:40 -0000 On Sun, Feb 10, 2019 at 1:49 AM Matthias Fechner wrote= : > Am 09.02.2019 um 15:06 schrieb Mathieu Arnold: > > 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. > > > I downgraded now devel/re2 and the problem is gone. > > Now I upgraded it again (only devel/re2) and tried to reproduce the > problem (package was installed via pkg from my local poudriere repo). > It is not clear to me why, but I cannot reproduce the problem anymore, th= e > problem was triggere before by a push to one gitlab repo. > > I also tried a reboot to make sure that no old version of the lib is in > memory. > > So it has magically fixed itself and I'm not very happy about it. > So I'm not sure if a bump of rubygem-re2 is required. > > Let's wait if we get a PR ;) > > Gru=C3=9F > Matthias > > I did not get similar problem in poudriere, probably because automatic rebuild by poudriere when dependency changes. But you did not rebuild rubygem-re2, right? BTW, you might want to use LIB_DEPENDS=3Dlibre2.so:devel/re2 instead of {BUILD,RUN}_DEPENDS. --=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 > >