emacs-devel
[Top][All Lists]
Advanced

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

Re: master 9dfd945: Fix byte compilation of package built-ins


From: Eli Zaretskii
Subject: Re: master 9dfd945: Fix byte compilation of package built-ins
Date: Wed, 10 Nov 2021 05:35:39 +0200

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Date: Wed, 10 Nov 2021 02:02:41 +0100
> Cc: dick.r.chiang@gmail.com, Andrea Corallo <akrl@sdf.org>
> 
> Test package-test-macro-compilation-gz backtrace:
>   require(macro-builtin)
>   (let ((load-path load-path)) (add-to-list 'load-path (directory-file
>   (unwind-protect (let ((load-path load-path)) (add-to-list 'load-path
>   (let ((dir (expand-file-name "macro-builtin-package-1.0"))) (unwind-
>   (progn nil (let ((dir (expand-file-name "macro-builtin-package-1.0")
> 
> Which may be a bug in native-comp.
> 
> The situation is:  You have a directory (in load-path) with
> 
> foo.el.gz
> foo.elc
> 
> and then say (require 'foo), and that fails?  I haven't tried to debug
> further; perhaps it's obvious to somebody what's failing here.

Is that a build with built-in compression capabilities?  That is
required for natively-compiling compressed .el files.



reply via email to

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