From nobody Fri Aug 25 12:24:42 2023 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RXK036zpgz4rGvy; Fri, 25 Aug 2023 12:24:51 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from xmailer.gwdg.de (xmailer.gwdg.de [134.76.10.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4RXK026Xj0z4NyL; Fri, 25 Aug 2023 12:24:50 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of rhurlin@gwdg.de designates 134.76.10.29 as permitted sender) smtp.mailfrom=rhurlin@gwdg.de; dmarc=none Received: from excmbx-04.um.gwdg.de ([134.76.9.219] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (GWDG Mailer) (envelope-from ) id 1qZVrs-000Y3E-2y; Fri, 25 Aug 2023 14:24:48 +0200 Received: from MBX19-GWD-03.um.gwdg.de (10.108.142.56) by excmbx-04.um.gwdg.de (134.76.9.219) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.2507.32; Fri, 25 Aug 2023 14:24:47 +0200 Received: from [192.168.178.23] (10.250.9.199) by MBX19-GWD-03.um.gwdg.de (10.108.142.56) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.1258.25; Fri, 25 Aug 2023 14:24:47 +0200 Message-ID: <5b08b0b0-d0cd-d59f-8907-e9755808f365@gwdg.de> Date: Fri, 25 Aug 2023 14:24:42 +0200 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Subject: Re: git: 7fc13c04b97c - main - devel/py-protobuf: Update to 4.24.1 To: Po-Chuan Hsieh References: <202308211905.37LJ5Sk8096495@gitrepo.freebsd.org> <3b6a925a-6b33-4a3c-93b5-ce510fbf0ec8@FreeBSD.org> Content-Language: en-US CC: Dima Panov , , , Reply-To: Rainer Hurling From: Rainer Hurling In-Reply-To: <3b6a925a-6b33-4a3c-93b5-ce510fbf0ec8@FreeBSD.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.250.9.199] X-ClientProxiedBy: EXCMBX-23.um.gwdg.de (134.76.9.233) To MBX19-GWD-03.um.gwdg.de (10.108.142.56) X-Virus-Scanned: (clean) by clamav X-Spamd-Result: default: False [-3.42 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.92)[-0.925]; R_SPF_ALLOW(-0.20)[+ip4:134.76.10.0/23]; RCVD_IN_DNSWL_LOW(-0.20)[134.76.10.29:from,134.76.9.219:received]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:207592, ipnet:134.76.0.0/16, country:DE]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[dev-commits-ports-all@FreeBSD.org,dev-commits-ports-main@FreeBSD.org]; RCVD_COUNT_THREE(0.00)[3]; RCPT_COUNT_FIVE(0.00)[5]; FREEFALL_USER(0.00)[rhurlin]; HAS_XOIP(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; REPLYTO_DN_EQ_FROM_DN(0.00)[]; TO_DN_SOME(0.00)[]; DMARC_NA(0.00)[gwdg.de]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; HAS_REPLYTO(0.00)[rhurlin@FreeBSD.org] X-Spamd-Bar: --- X-Rspamd-Queue-Id: 4RXK026Xj0z4NyL Hi Sunpoet, Am 22.08.23 um 00:41 schrieb Dima Panov: > Moin-moin! > > It fails on recent current and clang16+ Same here on 14.0-ALPHA2 amd64 1400096 :( Best wishes, Rainer > python/message.c:140:28: warning: comparison of integers of different > signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare] >   if (bits->type_basicsize == -1) goto err; >       ~~~~~~~~~~~~~~~~~~~~ ^  ~~ > python/message.c:1238:49: error: incompatible integer to pointer > conversion passing 'uintptr_t' (aka 'unsigned long') to parameter of > type 'const upb_MessageDef *' (aka 'const struct upb_MessageDef *') [-Wi >                        upb_MessageDef_MiniTable(other->def), >                                                 ^~~~~~~~~~ > /wrkdirs/usr/ports/devel/py-protobuf/work-py38/protobuf-4.24.1/upb/reflection/message_def.h:138:69: note: passing argument to parameter 'm' here > const upb_MiniTable* upb_MessageDef_MiniTable(const upb_MessageDef* m); >                                                                     ^ > python/message.c:1609:69: error: incompatible integer to pointer > conversion passing 'uintptr_t' (aka 'unsigned long') to parameter of > type 'const upb_MessageDef *' (aka 'const struct upb_MessageDef *') [-Wi >       upb_Message_DeepClone(self->ptr.msg, > upb_MessageDef_MiniTable(self->def), > > ^~~~~~~~~ > /wrkdirs/usr/ports/devel/py-protobuf/work-py38/protobuf-4.24.1/upb/reflection/message_def.h:138:69: note: passing argument to parameter 'm' here > const upb_MiniTable* upb_MessageDef_MiniTable(const upb_MessageDef* m); >                                                                     ^ > python/message.c:1611:44: error: incompatible integer to pointer > conversion passing 'uintptr_t' (aka 'unsigned long') to parameter of > type 'const upb_MessageDef *' (aka 'const struct upb_MessageDef *') [-Wi >   PyObject* ret = PyUpb_Message_Get(clone, self->def, arena); >                                            ^~~~~~~~~ > python/message.c:822:71: note: passing argument to parameter 'm' here > PyObject* PyUpb_Message_Get(upb_Message* u_msg, const upb_MessageDef* m, >                                                                       ^ > 1 warning and 3 errors generated. > /usr/local/lib/python3.8/site-packages/setuptools/dist.py:286: > SetuptoolsDeprecationWarning: The namespace_packages parameter is > deprecated, consider using implicit namespaces instead (PEP 420). >   warnings.warn(msg, SetuptoolsDeprecationWarning) > error: command '/usr/local/libexec/ccache/cc' failed with exit code 1 > *** Error code 1 > > Stop. > make: stopped in /usr/ports/devel/py-protobuf > > > On 21.08.2023 22:05, Po-Chuan Hsieh wrote: >> The branch main has been updated by sunpoet: >> >> URL: >> https://cgit.FreeBSD.org/ports/commit/?id=7fc13c04b97cd21526fe4718f478a25799a2628c >> >> commit 7fc13c04b97cd21526fe4718f478a25799a2628c >> Author:     Po-Chuan Hsieh >> AuthorDate: 2023-08-21 18:52:44 +0000 >> Commit:     Po-Chuan Hsieh >> CommitDate: 2023-08-21 18:52:44 +0000 >> >>      devel/py-protobuf: Update to 4.24.1 >>      Changes:        https://github.com/protocolbuffers/protobuf/releases >> --- >>   devel/py-protobuf/Makefile | 2 +- >>   devel/py-protobuf/distinfo | 6 +++--- >>   2 files changed, 4 insertions(+), 4 deletions(-) >> >> diff --git a/devel/py-protobuf/Makefile b/devel/py-protobuf/Makefile >> index 489922501612..e29c3ba6ff93 100644 >> --- a/devel/py-protobuf/Makefile >> +++ b/devel/py-protobuf/Makefile >> @@ -1,5 +1,5 @@ >>   PORTNAME=    protobuf >> -PORTVERSION=    4.24.0 >> +PORTVERSION=    4.24.1 >>   PORTEPOCH=    1 >>   CATEGORIES=    devel python >>   MASTER_SITES=    PYPI >> diff --git a/devel/py-protobuf/distinfo b/devel/py-protobuf/distinfo >> index 40e1fcc63312..cbdcff751447 100644 >> --- a/devel/py-protobuf/distinfo >> +++ b/devel/py-protobuf/distinfo >> @@ -1,3 +1,3 @@ >> -TIMESTAMP = 1692211757 >> -SHA256 (protobuf-4.24.0.tar.gz) = >> 5d0ceb9de6e08311832169e601d1fc71bd8e8c779f3ee38a97a78554945ecb85 >> -SIZE (protobuf-4.24.0.tar.gz) = 383326 >> +TIMESTAMP = 1692640052 >> +SHA256 (protobuf-4.24.1.tar.gz) = >> 44837a5ed9c9418ad5d502f89f28ba102e9cd172b6668bc813f21716f9273348 >> +SIZE (protobuf-4.24.1.tar.gz) = 383355 >> >