all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#43914: 28.0.50; [native-comp] Void function: subr-native-lambda-list
@ 2020-10-10 19:03 Yuan Fu
  2020-10-10 19:18 ` Yuan Fu
  0 siblings, 1 reply; 4+ messages in thread
From: Yuan Fu @ 2020-10-10 19:03 UTC (permalink / raw)
  To: 43914


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))





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#43914: 28.0.50; [native-comp] Void function: subr-native-lambda-list
  2020-10-10 19:03 bug#43914: 28.0.50; [native-comp] Void function: subr-native-lambda-list Yuan Fu
@ 2020-10-10 19:18 ` Yuan Fu
  2020-10-10 19:25   ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 4+ messages in thread
From: Yuan Fu @ 2020-10-10 19:18 UTC (permalink / raw)
  To: 43914; +Cc: 43914-done

Actually, it was my fault, I used --with-native-comp instead of --with-nativecomp. Sorry for the noise.
Yuan






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#43914: 28.0.50; [native-comp] Void function: subr-native-lambda-list
  2020-10-10 19:18 ` 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
  0 siblings, 1 reply; 4+ messages in thread
From: Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-10-10 19:25 UTC (permalink / raw)
  To: Yuan Fu; +Cc: 43914-done, 43914

Yuan Fu <casouri@gmail.com> writes:

> Actually, it was my fault, I used --with-native-comp instead of --with-nativecomp. Sorry for the noise.
> Yuan

Well actually it should not fail anyway, I'm going to fix this.

Thanks!

  Andrea





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#43914: 28.0.50; [native-comp] Void function: subr-native-lambda-list
  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
  0 siblings, 0 replies; 4+ messages in thread
From: Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-10-10 19:40 UTC (permalink / raw)
  To: 43914; +Cc: casouri, 43914-done

Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs@gnu.org> writes:

> Yuan Fu <casouri@gmail.com> writes:
>
>> Actually, it was my fault, I used --with-native-comp instead of --with-nativecomp. Sorry for the noise.
>> Yuan
>
> Well actually it should not fail anyway, I'm going to fix this.

I pushed feed53f8b5 to fix this also for vanilla builds.  It works for
me and I see the bug is already closed so no need to do it :)

  Andrea





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-10 19:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-10 19:03 bug#43914: 28.0.50; [native-comp] Void function: subr-native-lambda-list Yuan Fu
2020-10-10 19:18 ` 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

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.