From nobody Wed Feb 15 04:39:16 2023 X-Original-To: dev-commits-ports-all@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 4PGlj33zttz3rFjG; Wed, 15 Feb 2023 04:39:19 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Received: from omta001.cacentral1.a.cloudfilter.net (omta001.cacentral1.a.cloudfilter.net [3.97.99.32]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PGlj31j0dz3KsL; Wed, 15 Feb 2023 04:39:19 +0000 (UTC) (envelope-from cy.schubert@cschubert.com) Authentication-Results: mx1.freebsd.org; none Received: from shw-obgw-4001a.ext.cloudfilter.net ([10.228.9.142]) by cmsmtp with ESMTP id Rvh8p2yvcc9C4S9ZepyFW7; Wed, 15 Feb 2023 04:39:18 +0000 Received: from spqr.komquats.com ([70.66.148.124]) by cmsmtp with ESMTPA id S9ZcpTYCJHFsOS9ZdpQzCE; Wed, 15 Feb 2023 04:39:18 +0000 X-Authority-Analysis: v=2.4 cv=XZqaca15 c=1 sm=1 tr=0 ts=63ec61f6 a=Cwc3rblV8FOMdVN/wOAqyQ==:117 a=Cwc3rblV8FOMdVN/wOAqyQ==:17 a=kj9zAlcOel0A:10 a=m04uMKEZRckA:10 a=6I5d2MoRAAAA:8 a=Twlkf-z8AAAA:8 a=YxBL1-UpAAAA:8 a=EkcXrb_YAAAA:8 a=1dDiymO17KuT8dUNXCoA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=-74SuR6ZdpOK_LpdRCUo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 a=LK5xJRSDVpKd5WXXoEvA:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTP id 631D71E1F; Tue, 14 Feb 2023 20:39:16 -0800 (PST) Received: by slippy.cwsent.com (Postfix, from userid 1000) id 4A72A6CE; Tue, 14 Feb 2023 20:39:16 -0800 (PST) X-Mailer: exmh version 2.9.0 11/07/2018 with nmh-1.7+dev Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Alexey Dokuchaev cc: Cy Schubert , Jan Beich , Cy Schubert , ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 57a30ab234a9 - main - net/tcpview: Fix build with LLVM15 In-reply-to: References: <202302111441.31BEf32w000463@gitrepo.freebsd.org> <20230212033839.6259B28E@slippy.cwsent.com> Comments: In-reply-to Alexey Dokuchaev message dated "Wed, 15 Feb 2023 04:26:21 +0000." List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 14 Feb 2023 20:39:16 -0800 Message-Id: <20230215043916.4A72A6CE@slippy.cwsent.com> X-CMAE-Envelope: MS4xfP1v1lpnSMvkfjxSjG67PQLyl5ojaLveVgG8RYdaKvuBvIa998O2Kq50CwlWuTdPROwcguU12if8KuVP/+Gz7vlM9dralBTje3cRk1Yz2pwXEl2uJaqc 3IMQNDbCjM4cIaEkvgjVHVcD2kkZFbxuVdldKJGakUrJCiTAe/1s/ZUmWoKdK84kYpuGI09EEyJ6ZdlAKS7X5fRRJFo/1E+hNeGCiVVjtMVnQXsS1ayhH9TR 2fBOjBehLoUh01Rk8v1cV699lwHMb0IeLTJLhQP9oTv8YEclqPBEWF+d5zvGW4zYhlwDecItdzkisd6tO9ndI3q1m/0gV4qJGS4b3m3/uee7FEee1NR8mtzz A9h6mahiX12c9a5bHVFALAqCcZrcOc6c2GbUF4FL+cV4NLCaeIo= X-Rspamd-Queue-Id: 4PGlj31j0dz3KsL X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16509, ipnet:3.96.0.0/15, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N In message , Alexey Dokuchaev writes: > On Sat, Feb 11, 2023 at 07:38:39PM -0800, Cy Schubert wrote: > > ... > > The exact error, due to -Wint-conversion now being the default in LLVM15 -- > > https://reviews.llvm.org/D129881. > > > > detail-domain.c:449:13: error: incompatible pointer to integer conversion r > eturning 'void *' from a function with result type 'int' [-Wint-conversion] > > return NULL; > > ^~~~ > > So why not fix the broken code rather than suppress the useful warning? > New strict Clang already revealed several real bugs in various ports, > thus I encourage everyone not to silence the compiler, but examine and > address the actual problem with the code. This is a medium-term goal ATM. A number of nasty kerberos bugs have taken precidence. > > > Previously there would have been an exp-run prior to a new LLVM import > > allowing for better planning and staging than the current react mode. > > There was an exp-run (PR 265425), but apparently dim@ concentrated on > trying to fix relatively high-profile ports which unblock N [other] > ports, so many affected leaf ports got under his radar. There's a lot of stuff going on here. I may have missed that. > > ./danfe -- Cheers, Cy Schubert FreeBSD UNIX: Web: https://FreeBSD.org NTP: Web: https://nwtime.org e^(i*pi)+1=0