From nobody Thu Dec 22 22:28:56 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 4NdQ2k6sjzz1J4Gg for ; Thu, 22 Dec 2022 22:29:02 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (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 4NdQ2k1Zzyz3p9j; Thu, 22 Dec 2022 22:29:01 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; none Received: from kalamity.joker.local (123-1-88-210.area1b.commufa.jp [123.1.88.210]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 2BMMSvMS010796; Fri, 23 Dec 2022 07:28:57 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Fri, 23 Dec 2022 07:28:56 +0900 From: Tomoaki AOKI To: ports@freebsd.org Cc: Philipp Ost , lbartoletti@FreeBSD.org Subject: Re: INDEX-13 fails to build after removal of wxgtk28 Message-Id: <20221223072856.ce6cba0b67446c43e0b54a72@dec.sakura.ne.jp> In-Reply-To: <25cb392d-358e-f493-2e45-84eac188e425@smo.de> References: <25cb392d-358e-f493-2e45-84eac188e425@smo.de> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) 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 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4NdQ2k1Zzyz3p9j X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N Already reported by me (at Thu, 22 Dec 2022 13:40:30 UTC) and cperciva@ (at Thu, 22 Dec 2022 17:47:28 UTC) on dev-commits-ports-main ML. Maybe we should need someone like INDEX officer team who have the authority to revert / minimalistic fix the offending commit WITHOUT ANY APPROVAL BY THE MAINTAINER AND/OR COMMITTER ASAP (sigh). On Thu, 22 Dec 2022 22:02:38 +0100 Philipp Ost wrote: > Hello, > > after the removal of wxgtk28 (commit > ba3f1e00370d69b693977b156905673d6ca1f07c), I can no longer build the INDEX: > > ----8<---- > Generating INDEX-13 - please wait..--- describe.accessibility --- > --- describe.arabic --- > --- describe.archivers --- > --- describe.astro --- > --- describe.audio --- > --- describe.benchmarks --- > --- describe.biology --- > --- describe.cad --- > make[4]: "/usr/ports/Mk/bsd.wx.mk" line 309: String comparison operator > must be either == or != > make[4]: "/usr/ports/Mk/bsd.wx.mk" line 309: String comparison operator > must be either == or != > make[4]: "/usr/ports/Mk/bsd.wx.mk" line 401: Malformed conditional > (${_WX_VER} == 3.2) > make[4]: Fatal errors encountered -- cannot continue > ===> cad/basicdsp failed > *** [describe.cad] Error code 1 > > make[1]: stopped in /usr/ports > 1 error > > make[1]: stopped in /usr/ports > > ******************************************************************** > Before reporting this error, verify that you are running a supported > version of FreeBSD (see https://www.FreeBSD.org/ports/) and that you > have a complete and up-to-date ports collection. (INDEX builds are > not supported with partial or out-of-date ports collections. > If that is the case, then > report the failure to ports@FreeBSD.org together with relevant > details of your ports configuration (including FreeBSD version, > your architecture, your environment, and your /etc/make.conf > settings, especially compiler flags and OPTIONS_SET/UNSET settings). > > Note: the latest pre-generated version of INDEX may be fetched > automatically with "make fetchindex". > ******************************************************************** > > *** Error code 1 > > Stop. > make: stopped in /usr/ports > --->8---- > > This also happens with a freshly checked out ports tree. > > The line numbers make is complaining about haven't been touched. I don't > see what's wrong. > > Anyone else seeing this? Any hints on what could be the issue? > > Thanks > Philipp > -- Tomoaki AOKI