bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#43914: 28.0.50; [native-comp] Void function: subr-native-lambda-list


From: Yuan Fu
Subject: bug#43914: 28.0.50; [native-comp] Void function: subr-native-lambda-list
Date: Sat, 10 Oct 2020 15:03:56 -0400

I just tried out native-comp branch and try to dump it and encountered this 
error when requiring eyebrowse:

Debugger entered--Lisp error: (void-function subr-native-lambda-list)
  subr-native-lambda-list(#<subr rename-buffer>)
  help-function-arglist(#<subr rename-buffer> preserve-names)
  ad-arglist(#<subr rename-buffer>)
  ad-make-advised-definition(rename-buffer)
  ad-activate-advised-definition(rename-buffer nil)
  ad-activate(rename-buffer nil)
  byte-code("\300\301\302\303\304$\210\305\301\304\"\207" [ad-add-advice 
rename-buffer (eyebrowse-fixup-window-configs nil t (advice lambda nil "Replace 
buffer names in all window configs." (let ((old (buffer-name))) ad-do-it (let 
((new ad-return-value)) (dolist (frame ...) (dolist ... ...))) 
ad-return-value))) around nil ad-activate] 5)
  require(eyebrowse)
  (let ((package (car --dolist-tail--))) (require package) (setq 
--dolist-tail-- (cdr --dolist-tail--)))
  (while --dolist-tail-- (let ((package (car --dolist-tail--))) (require 
package) (setq --dolist-tail-- (cdr --dolist-tail--))))
  (let ((--dolist-tail-- '(ivy counsel org helpful company which-key 
recentf-ext swiper aggressive-indent winner elec-pair rainbow-delimiters 
highlight-parentheses hl-todo buffer-move savehist eyebrowse minions ws-butler 
expand-region flyspell flycheck eglot minibuf-eldef yasnippet ivy-xref 
transform utility pause info+ color-outline commentary quanjiao outline+ 
luna-publish ox-cjk-html sidebar form-feed ghelp pcase cl-lib which-func 
savehist elec-pair))) (while --dolist-tail-- (let ((package (car 
--dolist-tail--))) (require package) (setq --dolist-tail-- (cdr 
--dolist-tail--)))))
  eval-buffer()  ; Reading at buffer position 1295
  funcall-interactively(eval-buffer)
  call-interactively(eval-buffer record nil)
  command-execute(eval-buffer record)
  execute-extended-command(nil "eval-buffer" nil)
  funcall-interactively(execute-extended-command nil "eval-buffer" nil)
  call-interactively(execute-extended-command nil nil)
  command-execute(execute-extended-command)



In GNU Emacs 28.0.50 (build 1, x86_64-apple-darwin19.6.0, NS appkit-1894.60 
Version 10.15.7 (Build 19H2))
of 2020-10-10 built on Brown
Repository revision: 5b41545f1be367837d9ac717ea67fba19a4c24d4
Repository branch: native-comp
Windowing system distributor 'Apple', version 10.3.1894
System Description:  Mac OS X 10.15.7

Configured using:
'configure --with-modules --with-pdumper=yes --with-ns
--with-native-comp 'CFLAGS=-I/opt/local/include/gcc10
-I/opt/local/include/libxml2' 'LDFLAGS=-L/opt/local/lib/gcc10
-I/opt/local/include/gcc10''

Configured features:
JPEG TIFF GIF PNG RSVG DBUS GLIB NOTIFY KQUEUE ACL GNUTLS LIBXML2 ZLIB
TOOLKIT_SCROLL_BARS XIM NS MODULES THREADS JSON PDUMPER LCMS2

Important settings:
  value of $LC_CTYPE: UTF-8
  value of $LANG: en_CN.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
rfc822 mml mml-sec epa derived epg epg-config gnus-util rmail
rmail-loaddefs auth-source cl-seq eieio eieio-core cl-macs
eieio-loaddefs password-cache json map text-property-search time-date
subr-x seq byte-opt gv bytecomp byte-compile cconv mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail
rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils thingatpt
help-fns radix-tree help-mode easymenu cl-loaddefs cl-lib tooltip eldoc
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/ns-win
ns-win ucs-normalize mule-util term/common-win tool-bar dnd fontset
image regexp-opt fringe tabulated-list replace newcomment text-mode
elisp-mode lisp-mode prog-mode register page tab-bar menu-bar
rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core term/tty-colors frame minibuffer cl-generic
cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese composite charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray
cl-preloaded nadvice button loaddefs faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote threads dbusbind kqueue
cocoa ns lcms2 multi-tty make-network-process emacs)

Memory information:
((conses 16 132114 10551)
(symbols 48 6941 1)
(strings 32 20480 1375)
(string-bytes 1 620311)
(vectors 16 12754)
(vector-slots 8 172245 12979)
(floats 8 22 46)
(intervals 56 27170 4)
(buffers 992 12))





reply via email to

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