From nobody Wed Sep 04 08:58:38 2024 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 4WzGcr5ykqz5TScX for ; Wed, 04 Sep 2024 08:58:52 +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 4WzGcn3N3dz4dbh; Wed, 4 Sep 2024 08:58:49 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=dec.sakura.ne.jp header.s=s2405 header.b=ayQ56+Ua; dmarc=pass (policy=none) header.from=dec.sakura.ne.jp; spf=pass (mx1.freebsd.org: domain of junchoon@dec.sakura.ne.jp designates 153.125.133.21 as permitted sender) smtp.mailfrom=junchoon@dec.sakura.ne.jp Received: from kalamity.joker.local (123-1-21-232.area1b.commufa.jp [123.1.21.232]) (authenticated bits=0) by www121.sakura.ne.jp (8.17.1/8.17.1/[SAKURA-WEB]/20201212) with ESMTPA id 4848wcDb039903; Wed, 4 Sep 2024 17:58:39 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=dec.sakura.ne.jp; s=s2405; t=1725440319; bh=aB/UcUq/2J+fW0BwI18U8i0APj5ghiPwUHwjkxkCdy0=; h=Date:From:To:Cc:Subject; b=ayQ56+Ua35LUje/2hTefk9rEZC1duXEqYnkdyPGtz2YXftabqhfrKzoZx6wD7S6aO Mts4mdKWg+2w3UgDMETXX2Ht43JNMQaZmP5hXy5JEAvvsVjzgS960pFADuwWg/u26n Gtk3xJ0zsvT88Cxhfa0dkNCz6SBzJYn7MdjG2mZ0= Date: Wed, 4 Sep 2024 17:58:38 +0900 From: Tomoaki AOKI To: Gleb Popov Cc: dev-commits-ports-main@freebsd.org Subject: Re: git: d86a98ea7a48 - main - Uses/electronfix.mk: Rework to not require listing supported electron versions Message-Id: <20240904175838.e3afad8936c6c45559af8480@dec.sakura.ne.jp> Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.1) 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: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Bar: / X-Spamd-Result: default: False [-0.40 / 15.00]; THREAD_HIJACKING_FROM_INJECTOR(2.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FAKE_REPLY(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MV_CASE(0.50)[]; DMARC_POLICY_ALLOW(-0.50)[dec.sakura.ne.jp,none]; R_DKIM_ALLOW(-0.20)[dec.sakura.ne.jp:s=s2405]; R_SPF_ALLOW(-0.20)[+ip4:153.125.133.16/28]; ONCE_RECEIVED(0.10)[]; MIME_GOOD(-0.10)[text/plain]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; HAS_ORG_HEADER(0.00)[]; RCVD_TLS_LAST(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[dev-commits-ports-main@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; DKIM_TRACE(0.00)[dec.sakura.ne.jp:+]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:7684, ipnet:153.125.128.0/18, country:JP]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[] X-Rspamd-Queue-Id: 4WzGcn3N3dz4dbh Hi. Unfortunately, this didn't fix INDEX. Unhooking textproc/logseq from textproc/Makefile is still needed. ===== Quote error log ===== --- describe.textproc --- make[4]: "/usr/ports/Mk/Uses/electronfix.mk" line 27: Unknown Electron version in USES=electronfix:27 ===> textproc/logseq failed *** [describe.textproc] 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://ports.FreeBSD.org) 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 failed to generate INDEX! ===== End quote ===== Thanks in advance! > From: Gleb Popov > Date: Wed, 04 Sep 2024 04:44:50 UTC > > The branch main has been updated by arrowd: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=d86a98ea7a484cc5a3b4b95342ceb60906abafbd > > commit d86a98ea7a484cc5a3b4b95342ceb60906abafbd > Author: Gleb Popov > AuthorDate: 2024-07-16 09:57:58 +0000 > Commit: Gleb Popov > CommitDate: 2024-09-04 04:44:28 +0000 > > Uses/electronfix.mk: Rework to not require listing supported electron versions > --- -- Tomoaki AOKI