From owner-svn-ports-all@freebsd.org Sun Jan 31 20:15:01 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 48EA6525583; Sun, 31 Jan 2021 20:15:01 +0000 (UTC) (envelope-from mfechner@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DTMkY1jchz4bnd; Sun, 31 Jan 2021 20:15:01 +0000 (UTC) (envelope-from mfechner@freebsd.org) Received: from [IPv6:2a02:6d40:36a4:3c01:c814:6e9b:689:f59d] (unknown [IPv6:2a02:6d40:36a4:3c01:c814:6e9b:689:f59d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: mfechner) by smtp.freebsd.org (Postfix) with ESMTPSA id A551D5C2D; Sun, 31 Jan 2021 20:15:00 +0000 (UTC) (envelope-from mfechner@freebsd.org) Subject: Re: svn commit: r563296 - head/devel/grpc From: Matthias Fechner To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202101301218.10UCIuNG081885@repo.freebsd.org> <2ee9c1a8-77cb-9db2-68c2-60d673240272@fechner.net> Message-ID: <46e3d6a4-79b1-e1b3-b27a-98de81944cda@freebsd.org> Date: Sun, 31 Jan 2021 21:14:59 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <2ee9c1a8-77cb-9db2-68c2-60d673240272@fechner.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 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: Sun, 31 Jan 2021 20:15:01 -0000 Am 31.01.2021 um 12:54 schrieb Matthias Fechner: > Am 30.01.2021 um 13:18 schrieb Sunpoet Po-Chuan Hsieh: >> Log: >>    Update to 1.35.0 >>       Changes:    https://github.com/grpc/grpc/releases > > it seems that this upgrade has broken gitlab-ce. > > I see the following error: > Assertion failed: (elem_size_lg2 <= 4), function _upb_tag_arrptr, file > /wrkdirs/usr/ports/devel/grpc/work/grpc-1.35.0/third_party/upb/upb/msg.h, > line 229. > > Gitlab has stopped working here, maybe we must revert this or try an > upgrade of the rubygem-grpc module. > I will try to reserve tomorrow some time for it, would be nice if you > can also look into this in parallel. I tested the upgrade of rubygem-grpc to 1.35.0 but same error message. Can you revert the upgrade of grpc, please? I tested a downgrade of grpc (grpc-1.34.0_1,2) and it fixes it. 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