From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Possibly defaulting native-compile-target-directory to XDG_CACHE_HOME/... Date: Sun, 25 Dec 2022 11:22:53 +0200 Message-ID: <835ydz4z2q.fsf@gnu.org> References: <871qozyj6i.fsf@trouble.defaultvalue.org> <83y1r6grl1.fsf@gnu.org> <875yeaexk5.fsf@trouble.defaultvalue.org> <838rj5hppe.fsf@gnu.org> <871qoxg41t.fsf@trouble.defaultvalue.org> <83wn6pf677.fsf@gnu.org> <87tu1k2ylz.fsf@melete.silentflame.com> <83fsd43rtl.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18220"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: spwhitton@spwhitton.name, rlb@defaultvalue.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 25 10:23:17 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p9NDx-0004WC-Bs for ged-emacs-devel@m.gmane-mx.org; Sun, 25 Dec 2022 10:23:17 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p9NDd-0004Y7-8c; Sun, 25 Dec 2022 04:22:57 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p9NDb-0004Xb-K3 for emacs-devel@gnu.org; Sun, 25 Dec 2022 04:22:55 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p9NDa-0001vS-Jf; Sun, 25 Dec 2022 04:22:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=JE3+94dDl/U7lCJUoib0MWDT8ovAOEA1roTwpiq0gg8=; b=faqp/IgD5uAz dGSGd2spHSnMeoaGQvntls2/rz2rjSg1MRnOrsa2QIqpBtv0SeQF/ciTYVvJcAbNeLCQ6mH1gTSO/ 3JAwji1cxqKg9K04Gy4446OqZHeEL4shIQIbMz108HEzOAMBicwUvichy2/2jUzTtQ8/knj4NI1SA U7CUntKPG+ra4YCL81SAXIKtaI29pYkgwvBdmCs0zdtd0dJH3Ij20ZG1rXrVrGu17w+BLl4O7NMdZ +IzigWrkkLz1J4KImADWKhRMeuGH+obTU6psrcHLZf5LnKqSPn/QYDxl3/9sLx2WhGhHXeyhgeuyu 523VGDyieijB5G9gqT6bFw==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p9NDZ-0004bl-DP; Sun, 25 Dec 2022 04:22:53 -0500 In-Reply-To: <83fsd43rtl.fsf@gnu.org> (message from Eli Zaretskii on Sun, 25 Dec 2022 08:44:54 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:301907 Archived-At: > Date: Sun, 25 Dec 2022 08:44:54 +0200 > From: Eli Zaretskii > Cc: rlb@defaultvalue.org, emacs-devel@gnu.org > > > From: Sean Whitton > > Cc: Rob Browning , emacs-devel@gnu.org > > Date: Sat, 24 Dec 2022 16:03:36 -0700 > > > > On Sun 18 Dec 2022 at 10:48AM +02, Eli Zaretskii wrote: > > > > > Anyway, what happens if you try this with Emacs 29? Emacs 28 is in > > > the past for us: there will be no more releases from the emacs-28 > > > branch. And on Emacs 29 we made some changes which I think should > > > prevent these problems. > > > > Could you remind me which changes you mean? > > I don't have the pointers at the moment, so I can only point to the > "Native Compilation" section of NEWS and to Git logs. Sorry. And also the changes that prevent compiling trampolines in async subprocesses, see commits 1a8015b837 and 5ad5b797f7.