On 2022-09-22 at 19:23 +0200, Andreas Beckmann wrote:
> (This could be another instance of #1020258, but there is no output
> from the actual error available in the log.)

As you say, it seems affected by #1020258.

```
  emacsen-common: Handling install of emacsen flavor emacs
  Install ddskk for emacs
  install/ddskk: Handling install for emacsen flavor emacs
  Loading /usr/share/emacs/site-lisp/ddskk/SKK-CFG...
  *** WARNING: Adding advice to subr keyboard-quit without mirroring its 
interactive spec ***
  Eager macro-expansion failure: (native-compiler-error (lambda (&optional) 
(let ((f #'abort-recursive-edit)) (funcall f))) "Loading 
/etc/emacs/site-start.d/00debian.el (source)...
  Loading /etc/emacs/site-start.d/50ddskk.el (source)...
  Compiling 
/root/.emacs.d/eln-cache/28.2-310448e3/subr--trampoline-61626f72742d7265637572736976652d65646974_abort_recursive_edit_0.eln...
  ld: cannot find crti.o: No such file or directory
  libgccjit.so: error: error invoking gcc driver
  Debugger entered--Lisp error: (native-ice \"failed to compile\" 
\"/root/.emacs.d/eln-cache/28.2-310448e3/subr--tramp...\" \"error invoking gcc 
driver\")
    
comp--compile-ctxt-to-file(\"/root/.emacs.d/eln-cache/28.2-310448e3/subr--tramp...\")
    
comp-compile-ctxt-to-file(\"/root/.emacs.d/eln-cache/28.2-310448e3/subr--tramp...\")
    comp-final1()
    
load-with-code-conversion(\"/tmp/emacs-int-comp-subr--trampoline-61626f72742d7...\"
 \"/tmp/emacs-int-comp-subr--trampoline-61626f72742d7...\" nil t)
    command-line-1((\"-l\" 
\"/tmp/emacs-int-comp-subr--trampoline-61626f72742d7...\"))
    command-line()
    normal-top-level()
```

>   ld: cannot find crti.o: No such file or directory
>   libgccjit.so: error: error invoking gcc driver

BTW, crti.o is provided by libc6-dev.  When libc6-dev is installed,
this problem doesn't occur.

As a workaround, I've set (setq comp-enable-subr-trampolines nil)
in the install/ddskk script.

Thanks,
--
Tatsuya Kinoshita

Attachment: pgpBo0Egqb3K4.pgp
Description: PGP signature

Reply via email to