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: Building a tarball with native-compilation support Date: Thu, 26 Aug 2021 16:42:01 +0300 Message-ID: <837dg8tj9y.fsf@gnu.org> References: <83r1f8jtlu.fsf@gnu.org> <83wnozhzw1.fsf@gnu.org> <83bl69ixht.fsf@gnu.org> <838s1diwcy.fsf@gnu.org> <837dgxilzs.fsf@gnu.org> <83czqgbhd2.fsf@gnu.org> <83a6lg70t0.fsf@gnu.org> <83wnoi51uv.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39594"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org To: akrl@sdf.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Aug 26 15:43:33 2021 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 1mJFfJ-000A5o-NH for ged-emacs-devel@m.gmane-mx.org; Thu, 26 Aug 2021 15:43:33 +0200 Original-Received: from localhost ([::1]:35502 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mJFfI-0003JF-NM for ged-emacs-devel@m.gmane-mx.org; Thu, 26 Aug 2021 09:43:32 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56986) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mJFeB-0001h2-7p for emacs-devel@gnu.org; Thu, 26 Aug 2021 09:42:23 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35678) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mJFeA-0005TS-Uf; Thu, 26 Aug 2021 09:42:22 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2899 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 1mJFe9-0006Qm-Lc; Thu, 26 Aug 2021 09:42:22 -0400 In-Reply-To: <83wnoi51uv.fsf@gnu.org> (message from Eli Zaretskii on Wed, 18 Aug 2021 16:17:12 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:273027 Archived-At: > Date: Wed, 18 Aug 2021 16:17:12 +0300 > From: Eli Zaretskii > Cc: larsi@gnus.org, emacs-devel@gnu.org > > > 7fa5dec86e works for me, please have a look if it satisfies your usage > > as well. > > Oh, it was a bug? I thought it was some kind of cockpit error on my > part. > > Thanks, will look into this soon. Finally got some time to work on this. It works fine now, thanks. But I think we should also pass the value of comp-file-preloaded-p to the async compilation subprocesses, because otherwise one needs to set LISP_PRELOADED in the environment, which is somewhat less clean, IMO. This is not important for what I want to do, because src/Makefile takes care to set up LISP_PRELOADED. But I think it is good to have that for other use cases.