From owner-svn-ports-all@freebsd.org Mon Feb 1 20:55:07 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 1BBF15367EA for ; Mon, 1 Feb 2021 20:55:07 +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) 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 4DV0ZM0BbJz3CLJ for ; Mon, 1 Feb 2021 20:55:07 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ed1-f52.google.com (mail-ed1-f52.google.com [209.85.208.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id E0BB6215DB for ; Mon, 1 Feb 2021 20:55:06 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ed1-f52.google.com with SMTP id q2so5771888edi.4 for ; Mon, 01 Feb 2021 12:55:06 -0800 (PST) X-Gm-Message-State: AOAM532lmVLr7AXvEGj1jD9R//0odHHolstj2bbWhszyyzWnb3+BeiqG hMeQtHq+1t/DWR4B9uMcRauNVEsxCHYWZGZGpoBEZA== X-Google-Smtp-Source: ABdhPJxu79gwjGnCBJPOteO1DmsLTyv9/Y3uDYubu7kEGun0ZUbaNztSamzSzlG9lrOVJ86d4CczcRqnEr7JVQoiHAk= X-Received: by 2002:aa7:c991:: with SMTP id c17mr12775191edt.289.1612212905890; Mon, 01 Feb 2021 12:55:05 -0800 (PST) MIME-Version: 1.0 References: <202101301218.10UCIuNG081885@repo.freebsd.org> <2ee9c1a8-77cb-9db2-68c2-60d673240272@fechner.net> <46e3d6a4-79b1-e1b3-b27a-98de81944cda@freebsd.org> In-Reply-To: <46e3d6a4-79b1-e1b3-b27a-98de81944cda@freebsd.org> From: Po-Chuan Hsieh Date: Tue, 2 Feb 2021 04:54:29 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r563296 - head/devel/grpc To: Matthias Fechner Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 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: Mon, 01 Feb 2021 20:55:07 -0000 On Mon, Feb 1, 2021 at 4:15 AM Matthias Fechner wrote: > 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 <=3D 4), function _upb_tag_arrptr, fil= e > > > /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. > I'll check it tomorrow and see what I can do. > > Gru=C3=9F > 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 > >