From: Ergus via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 49099@debbugs.gnu.org
Subject: bug#49099: 28.0.50; Parallel build issue
Date: Tue, 22 Jun 2021 14:01:31 +0200 [thread overview]
Message-ID: <20210622120131.4fan6p2kbpehva2o@Ergus> (raw)
In-Reply-To: <83a6nkvm65.fsf@gnu.org>
Hi Eli:
Yes, this solves the issue for me. Tks
On Sun, Jun 20, 2021 at 01:57:06PM +0300, Eli Zaretskii wrote:
>> Date: Fri, 18 Jun 2021 19:08:33 +0200
>> From: Ergus via "Bug reports for GNU Emacs,
>> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>>
>>
>> When building in parallel (make -j install) it seems to install wrongly
>> because when I try to execute after that I get:
>>
>> Error using execdir /home/user/.local/libexec/emacs/28.0.50/x86_64-pc-linux-gnu/../../../../bin/:
>> emacs:
>> /home/user/.local/libexec/emacs/28.0.50/x86_64-pc-linux-gnu/../../../../bin/../native-lisp/28.0.50-0f08941b/preloaded/window-ac748af0-63c191c3.eln:
>> cannot open shared object file: No such file or directory
>
>Does the below help?
>
>diff --git a/Makefile.in b/Makefile.in
>index 3facfa5..474441f 100644
>--- a/Makefile.in
>+++ b/Makefile.in
>@@ -753,7 +753,7 @@ install-etc:
> done
>
> ### Install native compiled Lisp files.
>-install-eln:
>+install-eln: lisp
> ifeq ($(HAVE_NATIVE_COMP),yes)
> find native-lisp -type d -exec $(MKDIR_P) "$(ELN_DESTDIR){}" \; ; \
> find native-lisp -type f -exec ${INSTALL_DATA} "{}" "$(ELN_DESTDIR){}" \;
next prev parent reply other threads:[~2021-06-22 12:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <87sg1fdrse.fsf.ref@aol.com>
2021-06-18 17:08 ` bug#49099: 28.0.50; Parallel build issue Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-06-20 10:57 ` Eli Zaretskii
2021-06-22 12:01 ` Ergus via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2021-06-22 13:06 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210622120131.4fan6p2kbpehva2o@Ergus \
--to=bug-gnu-emacs@gnu.org \
--cc=49099@debbugs.gnu.org \
--cc=eliz@gnu.org \
--cc=spacibba@aol.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.