emacs-devel
[Top][All Lists]
Advanced

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

native-comp build failures


From: Alex Bennée
Subject: native-comp build failures
Date: Fri, 13 Mar 2020 15:08:13 +0000
User-agent: mu4e 1.3.9; emacs 28.0.50

Hi,

I've started tracking the native-comp feature branch and the results so
far have been impressive. However the build broke for me today so I was
wondering if there where any pointers on how to fix things?

  Dumping under the name bootstrap-emacs.pdmp
  dumping fingerprint: 
aa918a1f070b5959481eb75cab1ab2138d096c3661fe882973c9d197fda8ed9c
  Dump complete
  Byte counts: header=96 hot=8075448 discardable=138224 cold=5307672
  Reloc counts: hot=443393 discardable=4819
  make -C ../lisp compile-first EMACS="../src/bootstrap-emacs"
  make[2]: Entering directory '/home/alex/src/emacs/emacs.git/lisp'
   ELC+ELN   emacs-lisp/bytecomp.elc
   ELC+ELN   emacs-lisp/comp.elc
  Package subdirs is deprecated
  Package subdirs is deprecated
  Compiler-macro error for cl--block-wrapper: (wrong-number-of-arguments #<subr 
cl--block-wrapper--cmacro> 2)
  Compiler-macro error for cl--block-wrapper: (wrong-number-of-arguments #<subr 
cl--block-wrapper--cmacro> 2)

  ... repeats a lot ...
  
  Compiler-macro error for cl--block-wrapper: (wrong-number-of-arguments #<subr 
cl--block-wrapper--cmacro> 2)
  Compiler-macro error for cl--block-wrapper: (wrong-number-of-arguments #<subr 
cl--block-wrapper--cmacro> 2)
  Wrong number of arguments: #<subr cl--block-wrapper--cmacro>, 2
  make[2]: *** [Makefile:312: emacs-lisp/comp.elc] Error 255
  make[2]: *** Waiting for unfinished jobs....
  Compiler-macro error for cl--block-wrapper: (wrong-number-of-arguments #<subr 
cl--block-wrapper--cmacro> 2)
  Compiler-macro error for cl--block-wrapper: (wrong-number-of-arguments #<subr 
cl--block-wrapper--cmacro> 2)
  Wrong type argument: listp, #<subr byte-compile-form>
  make[2]: *** [Makefile:312: emacs-lisp/bytecomp.elc] Error 255
  make[2]: Leaving directory '/home/alex/src/emacs/emacs.git/lisp'
  make[1]: *** [Makefile:827: bootstrap-emacs.pdmp] Error 2
  make[1]: Leaving directory '/home/alex/src/emacs/emacs.git/src'
  make: *** [Makefile:424: src] Error 2


I've also notices that while GNUS seems to run faster when I start it I
see the message:

   You should byte-compile Gnus

So is there a way to tell which functions are byte-compiled and which
have been compiled into native code?

-- 
Alex Bennée



reply via email to

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