From nobody Tue Jun 21 03:09:15 2022 X-Original-To: ports@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 7A59A8681C3 for ; Tue, 21 Jun 2022 03:09:24 +0000 (UTC) (envelope-from fports@paz.bz) Received: from mca1.emailh.ca (emailh.ca [23.235.65.100]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4LRs1b3mGRz3rqx for ; Tue, 21 Jun 2022 03:09:22 +0000 (UTC) (envelope-from fports@paz.bz) Received: from 254-68-235-23.gwaiicomm.com ([23.235.68.254] helo=[192.168.1.10]) by mca1.emailh.ca with esmtpsa (TLS1.3) tls TLS_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1o3UGR-000Guk-4E for ports@freebsd.org; Mon, 20 Jun 2022 20:09:15 -0700 Message-ID: <17e3eae3-8e25-2bbb-3d78-995eeb2af74b@paz.bz> Date: Mon, 20 Jun 2022 20:09:15 -0700 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: devel/gindent compile issues on 13.1 Content-Language: en-US To: ports@freebsd.org From: Jim Pazarena Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4LRs1b3mGRz3rqx X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of fports@paz.bz designates 23.235.65.100 as permitted sender) smtp.mailfrom=fports@paz.bz X-Spamd-Result: default: False [1.22 / 15.00]; FAKE_REPLY(1.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[]; NEURAL_SPAM_MEDIUM(0.43)[0.431]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.86)[-0.859]; DMARC_NA(0.00)[paz.bz]; NEURAL_SPAM_SHORT(0.95)[0.952]; MLMMJ_DEST(0.00)[ports]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:852, ipnet:23.235.64.0/20, country:CA]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] X-ThisMailContainsUnwantedMimeParts: N I did not file a bug report . But I had hopes that after a month passed , someone , perhaps even the maintainer , this issue would have been corrected . Alas . I can't be the only one that wants to pretty up their source , and uses gindent to do it . So is no one concerned that this utility fails to compile ? On 2022-05-24 12:21 PM, Kurt Jaeger wrote: > Hi! > >> wondering if I am the only one experiencing compile failure with indent >> on the new 13.1 ? > I did a testbuild with poudriere and yes, it fails: > > output.c:843:8: error: variable 'paren_level' set but not used [-Werror,-Wunused-but-set-variable] > int paren_level = 0; > ^ > 1 error generated. > *** [output.o] Error code 1 > > Can you submit a bug report via https://bugs.freebsd.org/ ? >