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

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

bug#58078: closed ([PATCH 0/2] Fix two emacs packages with native compil


From: GNU bug Tracking System
Subject: bug#58078: closed ([PATCH 0/2] Fix two emacs packages with native compilation.)
Date: Sun, 25 Sep 2022 17:31:02 +0000

Your message dated Sun, 25 Sep 2022 19:30:19 +0200
with message-id <9937fdb62d4885cb1ceaea36cf744c7351635353.camel@gmail.com>
and subject line Re: [PATCH 2/2] gnu: emacs-libgit: Fix build with native 
compilation.
has caused the debbugs.gnu.org bug report #58078,
regarding [PATCH 0/2] Fix two emacs packages with native compilation.
to be marked as done.

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


-- 
58078: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58078
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/2] Fix two emacs packages with native compilation. Date: Sun, 25 Sep 2022 16:25:56 +0000
Hi,

I noticed that emacs-pdf-tools was failing if trying to native compile at build 
with --with-input=emacs-minimal=emacs as noted in the recent native compilation 
news. The error was just an exit status of 255, but I diagnosed by running the 
given compilation command in emacs to find the problem. The culprit is missing 
the phase that adds the install directory to the native load path (where emacs 
will try to write the compiled files) for this package as it manually pulls in 
the emacs build phases. Simply adding this missing phase (new with native 
compilation) fixes the problem.

While I was at it, I checked for any other packages with a similar problem, 
with a quick search through emacs-xyz. I found only emacs-libgit and fixed it 
similarly. I may have missed others or in other modules, but pdf-tools was the 
only one so far from my emacs packages.

I checked that both packages build normally and with native compilation, and 
checked that those that depend on emacs-libgit built fine too.

Thanks!
John




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH 2/2] gnu: emacs-libgit: Fix build with native compilation. Date: Sun, 25 Sep 2022 19:30:19 +0200 User-agent: Evolution 3.46.0
Pushed both to master.

Thanks!


--- End Message ---

reply via email to

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