unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Yuan Fu <casouri@gmail.com>
To: 43914@debbugs.gnu.org
Subject: bug#43914: 28.0.50; [native-comp] Void function: subr-native-lambda-list
Date: Sat, 10 Oct 2020 15:03:56 -0400	[thread overview]
Message-ID: <CC4C3671-266B-4378-BA78-E2C4ECE7AE6C@gmail.com> (raw)


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	other threads:[~2020-10-10 19:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-10 19:03 Yuan Fu [this message]
2020-10-10 19:18 ` bug#43914: 28.0.50; [native-comp] Void function: subr-native-lambda-list Yuan Fu
2020-10-10 19:25   ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-10-10 19:40     ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CC4C3671-266B-4378-BA78-E2C4ECE7AE6C@gmail.com \
    --to=casouri@gmail.com \
    --cc=43914@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).