emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42909: closed (feature/native-comp; comp.el: Pass comp-eln-load-path


From: GNU bug Tracking System
Subject: bug#42909: closed (feature/native-comp; comp.el: Pass comp-eln-load-path to child)
Date: Tue, 18 Aug 2020 09:45:02 +0000

Your message dated Tue, 18 Aug 2020 09:44:20 +0000
with message-id <xjf8sec8f0r.fsf@sdf.org>
and subject line Re: bug#42909: feature/native-comp; comp.el: Pass 
comp-eln-load-path to child
has caused the debbugs.gnu.org bug report #42909,
regarding feature/native-comp; comp.el: Pass comp-eln-load-path to child
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42909: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42909
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: feature/native-comp; comp.el: Pass comp-eln-load-path to child Date: Tue, 18 Aug 2020 12:19:21 +1000
The `comp-eln-load-path' must be passed to the child to ensure that .eln
files are written to the correct location.

Without this, when a custom `comp-eln-load-path' is used, Emacs will
crash with "Native elisp load failed: file does not exist".

---
 lisp/emacs-lisp/comp.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 85b5562f28..3176351b37 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -2580,6 +2580,7 @@ comp-run-async-workers
                             (setf comp-speed ,comp-speed
                                   comp-debug ,comp-debug
                                   comp-verbose ,comp-verbose
+                                  comp-eln-load-path ',comp-eln-load-path
                                   load-path ',load-path)
                             ,comp-async-env-modifier-form
                             (message "Compiling %s..." ,source-file)
-- 
2.28.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#42909: feature/native-comp; comp.el: Pass comp-eln-load-path to child Date: Tue, 18 Aug 2020 09:44:20 +0000 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Andrew Whatson <whatson@gmail.com> writes:

> Hi Andrea,
>
> Yes, I've already done copyright assignment to the FSF for Emacs.
>
> Cheers

Great, I've added a ChangeLog and committed fc9b68636b at your name.

Closing it.

Thanks!

  Andrea

-- 
akrl@sdf.org


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]