emacs-devel
[Top][All Lists]
Advanced

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

Re: master b5bbb29634e 1/5: Merge from origin/emacs-29


From: Herbert J. Skuhra
Subject: Re: master b5bbb29634e 1/5: Merge from origin/emacs-29
Date: Thu, 24 Aug 2023 18:29:25 +0200

On Thu, 24 Aug 2023 17:08:24 +0200, Eli Zaretskii wrote:
> 
> > Date: Thu, 24 Aug 2023 16:10:21 +0200
> > From: "Herbert J. Skuhra" <herbert@gojira.at>
> > Cc: Eli Zaretskii <eliz@gnu.org>,
> >     acorallo@gnu.org,
> >     emacs-devel@gnu.org
> > 
> > On Thu, 24 Aug 2023 13:17:49 +0200, Ihor Radchenko wrote:
> > > 
> > > Eli Zaretskii <eliz@gnu.org> writes:
> > > 
> > > >> > > > The issue does not occur if I
> > > >> > > >  ...
> > > >> > > > - run emacs from the source tree: ./src/emacs -Q --file 
> > > >> > > > ~/table.org
> > > >
> > > > Ihor, any suggestions or comments?
> > > 
> > > The fact that running from ./src/emacs does not trigger the problem
> > > makes me suspect that it might be something to do with .el.gz files. At
> > > least, it is the only problematic thing I heard about when doing make
> > > install.
> > 
> > If I gzip ./lisp/org/org-loaddefs.el and
> > ./lisp/emacs-lisp/cl-loaddefs.el and run ./src/emacs the problem also 
> > occurs.
> 
> Is your build with zlib or without it?

With zlib.

% ldd /usr/local/emacs/bin/emacs |grep libz.so
        libz.so.1 => /usr/lib/libz.so.1 (0x00007fd7cd66b000)

% pacman -Qo /usr/lib/libz.so.1
/usr/lib/libz.so.1 is owned by zlib 1:1.3-1

> If without, then when you compress *.el files, Emacs will be unable
> to use natively-compiled *.eln files, because it needs to check
> their consistency with the corresponding *.el files.  Don't you have
> warnings about that in the *Warninngs* buffer?

When I open an org-file I only see the following lines in
"*Async-native-compile-log*" buffer:

Compiling /usr/local/emacs/share/emacs/30.0.50/lisp/org/org-loaddefs.el.gz...
uncompressing org-loaddefs.el.gz...
uncompressing org-loaddefs.el.gz...done
Compiling 
/usr/local/emacs/share/emacs/30.0.50/lisp/emacs-lisp/cl-loaddefs.el.gz...
uncompressing cl-loaddefs.el.gz...
uncompressing cl-loaddefs.el.gz...done
Compilation finished.

--
Herbert



reply via email to

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