From nobody Sun Nov 06 23:00:43 2022 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 4N58wj5D9dz4hP8W; Sun, 6 Nov 2022 23:00:53 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (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 4N58wh3YcKz3rHw; Sun, 6 Nov 2022 23:00:52 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id B98C633E37; Sun, 6 Nov 2022 18:00:46 -0500 (EST) Received: from [172.20.0.67] (unknown [83.68.131.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id C57C333E24; Sun, 6 Nov 2022 18:00:45 -0500 (EST) Date: Mon, 7 Nov 2022 00:00:43 +0100 (CET) From: Gerald Pfeifer To: Lorenzo Salvadore cc: Yasuhiro Kimura , salvadore@FreeBSD.org, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: dc67e7d3009d - main - lang/gcc11: Fix conflict on libgccjit.h and libgccjig++.h In-Reply-To: Message-ID: <80cb11b7-567e-1c1c-4561-ea4663568f4a@pfeifer.com> References: <202211031229.2A3CToIj005790@gitrepo.freebsd.org> <20221104.110312.1490285664477590823.yasu@FreeBSD.org> 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: multipart/mixed; BOUNDARY="8323328-1198626273-1667577550=:6261" X-Scanned-By: mailmunge 3.10 on 209.68.5.143 X-Rspamd-Queue-Id: 4N58wh3YcKz3rHw X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of gerald@pfeifer.com designates 209.68.5.143 as permitted sender) smtp.mailfrom=gerald@pfeifer.com X-Spamd-Result: default: False [-2.29 / 15.00]; CTYPE_MIXED_BOGUS(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.993]; R_SPF_ALLOW(-0.20)[+a:hamza.pair.com]; MIME_GOOD(-0.10)[multipart/mixed,text/plain]; MLMMJ_DEST(0.00)[dev-commits-ports-all@FreeBSD.org,dev-commits-ports-main@FreeBSD.org]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US]; MIME_TRACE(0.00)[0:+,1:+]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_FIVE(0.00)[6]; RCVD_TLS_LAST(0.00)[]; FREEFALL_USER(0.00)[gerald]; ARC_NA(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; FROM_HAS_DN(0.00)[]; DMARC_NA(0.00)[pfeifer.com]; TO_DN_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-1198626273-1667577550=:6261 Content-Type: text/plain; CHARSET=ISO-8859-7 Content-Transfer-Encoding: 8BIT [ Oops, this is now for reference. Looks like my mail stuck while you folks came to the same conclusion. :-) ] On Fri, 4 Nov 2022, Lorenzo Salvadore wrote: > I have fixed the patch, but emacs still fails to find the header, so > instead of committing the fix I have put it in Phabricator for review > and improvements: > > https://reviews.freebsd.org/D37266 > > As I suggest in the review, it might be better to change the emacs port > so that they search the header in the right directory We have this saving: "If the mountain wonąt go to the prophet, then the prophet must go to the mountain." Instead of teaching the emacs build system a new location for include files, how about putting those include files where the emacs build system (via GCC) looks for it? The output of `gcc11 -v -E -` should list all directories in the include path; hopefully one is suitable? Gerald --8323328-1198626273-1667577550=:6261--