[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs daemon (from master) fails as systemd service
From: |
Eli Zaretskii |
Subject: |
Re: emacs daemon (from master) fails as systemd service |
Date: |
Tue, 14 Nov 2023 17:59:06 +0200 |
> From: Suvayu Ali <fatkasuvayu+linux@gmail.com>
> Date: Tue, 14 Nov 2023 15:53:50 +0000
>
> I've been using Emacs from master (7d42a762) for the last few months
> because I wanted to try out tree-sitter. It was working fine until I
> updated it today.
>
> When I start emacs normally `emacs -nw`, it starts up without issues.
> When I manually start a daemon: `emacs --fg-daemon`, and connect from
> another terminal with `emacsclient -nw`, that works as well. However,
> when I start emacs from systemd, it fails. I log the stdout to a
> file, and it has this:
>
> Error using execdir /opt/emacs/bin/:
> emacs:
> /opt/emacs/bin/../native-lisp/29.1-4c106e1f/preloaded/register-80045398-5a7974d5.eln:
> cannot open shared object file: No such file or directory
If this is Emacs from the master branch, how come it looks for a .eln
file that was compiled for Emacs 29.1? Sounds like some installation
issue?