GNU bug report logs -
#51999
28.0.60; temacs with native-compilation fails unless invoked from src
Previous Next
Reported by: Eli Zaretskii <eliz <at> gnu.org>
Date: Sat, 20 Nov 2021 14:33:02 UTC
Severity: normal
Found in version 28.0.60
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #13 received at 51999-done <at> debbugs.gnu.org (full text, mbox):
> Date: Sat, 20 Nov 2021 17:12:03 +0200
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: 51999 <at> debbugs.gnu.org
>
> DEFVAR_LISP ("native-comp-eln-load-path", Vnative_comp_eln_load_path,
> doc: /* List of eln cache directories.
>
> If a directory is non absolute is assumed to be relative to
> `invocation-directory'.
> `comp-native-version-dir' value is used as a sub-folder name inside
> each eln cache directory.
> The last directory of this list is assumed to be the system one. */);
>
> /* Temporary value in use for bootstrap. We can't do better as
> `invocation-directory' is still unset, will be fixed up during
> dump reload. */
> Vnative_comp_eln_load_path = Fcons (build_string ("../native-lisp/"), Qnil);
>
> So invoking temacs from any directory that is not a sibling of
> native-lisp will fail to find the *.eln files.
I've now installed a fix, and I'm closing the bug.
This bug report was last modified 3 years and 181 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.