all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#61174: error compiling emacs
@ 2023-01-30 10:59 Ugo Tomei
  2023-01-30 14:53 ` Eli Zaretskii
  2023-01-30 17:20 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Ugo Tomei @ 2023-01-30 10:59 UTC (permalink / raw)
  To: 61174

Hi all,

i have always compile succesfully emacs with this command:

git clone https://github.com/emacs-mirror/emacs.git
cd /app/emacs
git reset --hard
git pull
sudo make uninstall
sudo make clean
git checkout default
git submodule update --init --recursive
./autogen.sh
./configure
make bootstrap -j 32
sudo make install


but now i have this error:


[code]

Loading /app/emacs/lisp/isearch.el (source)...
Loading /app/emacs/lisp/rfn-eshadow.el (source)...
Loading /app/emacs/lisp/menu-bar.el (source)...
Loading /app/emacs/lisp/tab-bar.el (source)...
Loading /app/emacs/lisp/emacs-lisp/lisp.el (source)...
Loading /app/emacs/lisp/textmodes/page.el (source)...
Loading /app/emacs/lisp/register.el (source)...
Loading /app/emacs/lisp/textmodes/paragraphs.el (source)...
Loading /app/emacs/lisp/progmodes/prog-mode.el (source)...

Error: error ("Eager macro-expansion failure: (void-function 
treesit-parser-list)")
   mapbacktrace((closure ((prin1 . cl-prin1) t) (evald func args _flags) 
(let ((args args)) (if evald (progn (princ "  ") (funcall prin1 func) 
(princ "(")) (progn (princ "  (") (setq args (cons func args)))) (if 
args (while (progn (funcall prin1 (car args)) (setq args (cdr args))) 
(princ " "))) (princ ")\n"))))
   (let ((print-escape-newlines t) (print-escape-control-characters t) 
(print-escape-nonascii t) (prin1 (if (and (fboundp 'cl-prin1) (require 
'cl-print nil t)) #'cl-prin1 #'prin1))) (mapbacktrace #'(lambda (evald 
func args _flags) (let ((args args)) (if evald (progn (princ "  ") 
(funcall prin1 func) (princ "(")) (progn (princ "  (") (setq args (cons 
func args)))) (if args (while (progn (funcall prin1 (car args)) (setq 
args (cdr args))) (princ " "))) (princ ")\n")))))
   debug-early-backtrace()
   debug-early(error (error "Eager macro-expansion failure: 
(void-function treesit-parser-list)"))
   signal(error ("Eager macro-expansion failure: (void-function 
treesit-parser-list)"))
   error("Eager macro-expansion failure: %S" (void-function 
treesit-parser-list))
   (condition-case err (let ((macroexp--pending-eager-loads (cons 
load-file-name macroexp--pending-eager-loads))) (if full-p 
(macroexpand--all-toplevel form) (macroexpand form))) (error (error 
"Eager macro-expansion failure: %S" err) form))
   (cond ((eq 'skip (car macroexp--pending-eager-loads)) form) ((and 
load-file-name (member load-file-name macroexp--pending-eager-loads)) 
(let* ((bt (delq nil (mapcar #'macroexp--trim-backtrace-frame 
(macroexp--backtrace)))) (elem (list 'load (file-name-nondirectory 
load-file-name))) (tail (member elem (cdr (member elem bt))))) (if tail 
(setcdr tail (list '…))) (if (eq (car-safe (car bt)) 'macroexpand-all) 
(setq bt (cdr bt))) (if macroexp--debug-eager (debug 
'eager-macroexp-cycle) (error "Eager macro-expansion skipped due to 
cycle:\n  %s" (mapconcat #'prin1-to-string (nreverse bt) " => "))) (setq 
macroexp--pending-eager-loads (cons 'skip 
macroexp--pending-eager-loads)) form)) (t (condition-case err (let 
((macroexp--pending-eager-loads (cons load-file-name 
macroexp--pending-eager-loads))) (if full-p (macroexpand--all-toplevel 
form) (macroexpand form))) (error (error "Eager macro-expansion failure: 
%S" err) form))))
   (let ((symbols-with-pos-enabled t) (print-symbols-bare t)) (cond ((eq 
'skip (car macroexp--pending-eager-loads)) form) ((and load-file-name 
(member load-file-name macroexp--pending-eager-loads)) (let* ((bt (delq 
nil (mapcar #'macroexp--trim-backtrace-frame (macroexp--backtrace)))) 
(elem (list 'load (file-name-nondirectory load-file-name))) (tail 
(member elem (cdr (member elem bt))))) (if tail (setcdr tail (list '…))) 
(if (eq (car-safe (car bt)) 'macroexpand-all) (setq bt (cdr bt))) (if 
macroexp--debug-eager (debug 'eager-macroexp-cycle) (error "Eager 
macro-expansion skipped due to cycle:\n  %s" (mapconcat 
#'prin1-to-string (nreverse bt) " => "))) (setq 
macroexp--pending-eager-loads (cons 'skip 
macroexp--pending-eager-loads)) form)) (t (condition-case err (let 
((macroexp--pending-eager-loads (cons load-file-name 
macroexp--pending-eager-loads))) (if full-p (macroexpand--all-toplevel 
form) (macroexpand form))) (error (error "Eager macro-expansion failure: 
%S" err) form)))))
   internal-macroexpand-for-load((eval-when-compile (require 'cl-lib) 
(require 'subr-x) (require 'treesit)) nil)
   eval-buffer(#<buffer  *load*> nil 
"/app/emacs/lisp/progmodes/prog-mode.el" nil t)
   (if eval-function (funcall eval-function buffer (if dump-mode file 
fullname)) (eval-buffer buffer nil (if dump-mode file fullname) nil t))
   (let ((read-symbol-shorthands shorthands)) (if eval-function (funcall 
eval-function buffer (if dump-mode file fullname)) (eval-buffer buffer 
nil (if dump-mode file fullname) nil t)))
   (let ((load-true-file-name fullname) (load-file-name fullname) 
(set-auto-coding-for-load t) (inhibit-file-name-operation nil) 
shorthands) (with-current-buffer buffer (set-buffer-multibyte t) (let 
(deactivate-mark) (insert-file-contents fullname)) (setq shorthands (and 
hack-read-symbol-shorthands-function (funcall 
hack-read-symbol-shorthands-function))) (if (and 
enable-multibyte-characters (or (eq (coding-system-type 
last-coding-system-used) 'raw-text))) (set-buffer-multibyte nil)) 
(set-buffer-modified-p nil)) (let ((read-symbol-shorthands shorthands)) 
(if eval-function (funcall eval-function buffer (if dump-mode file 
fullname)) (eval-buffer buffer nil (if dump-mode file fullname) nil t))))
   (unwind-protect (let ((load-true-file-name fullname) (load-file-name 
fullname) (set-auto-coding-for-load t) (inhibit-file-name-operation nil) 
shorthands) (with-current-buffer buffer (set-buffer-multibyte t) (let 
(deactivate-mark) (insert-file-contents fullname)) (setq shorthands (and 
hack-read-symbol-shorthands-function (funcall 
hack-read-symbol-shorthands-function))) (if (and 
enable-multibyte-characters (or (eq (coding-system-type 
last-coding-system-used) 'raw-text))) (set-buffer-multibyte nil)) 
(set-buffer-modified-p nil)) (let ((read-symbol-shorthands shorthands)) 
(if eval-function (funcall eval-function buffer (if dump-mode file 
fullname)) (eval-buffer buffer nil (if dump-mode file fullname) nil 
t)))) (let (kill-buffer-hook kill-buffer-query-functions) (kill-buffer 
buffer)))
   (let ((buffer (generate-new-buffer " *load*")) (load-in-progress t) 
(source (string-suffix-p ".el" fullname))) (unless nomessage (if source 
(message "Loading %s (source)..." file) (message "Loading %s..." file))) 
(when purify-flag (push (purecopy file) preloaded-file-list)) 
(unwind-protect (let ((load-true-file-name fullname) (load-file-name 
fullname) (set-auto-coding-for-load t) (inhibit-file-name-operation nil) 
shorthands) (with-current-buffer buffer (set-buffer-multibyte t) (let 
(deactivate-mark) (insert-file-contents fullname)) (setq shorthands (and 
hack-read-symbol-shorthands-function (funcall 
hack-read-symbol-shorthands-function))) (if (and 
enable-multibyte-characters (or (eq (coding-system-type 
last-coding-system-used) 'raw-text))) (set-buffer-multibyte nil)) 
(set-buffer-modified-p nil)) (let ((read-symbol-shorthands shorthands)) 
(if eval-function (funcall eval-function buffer (if dump-mode file 
fullname)) (eval-buffer buffer nil (if dump-mode file fullname) nil 
t)))) (let (kill-buffer-hook kill-buffer-query-functions) (kill-buffer 
buffer))) (do-after-load-evaluation fullname) (unless (or nomessage 
noninteractive) (if source (message "Loading %s (source)...done" file) 
(message "Loading %s...done" file))) t)
   (if (null (file-readable-p fullname)) (and (null noerror) (signal 
'file-error (list "Cannot open load file" file))) (let ((buffer 
(generate-new-buffer " *load*")) (load-in-progress t) (source 
(string-suffix-p ".el" fullname))) (unless nomessage (if source (message 
"Loading %s (source)..." file) (message "Loading %s..." file))) (when 
purify-flag (push (purecopy file) preloaded-file-list)) (unwind-protect 
(let ((load-true-file-name fullname) (load-file-name fullname) 
(set-auto-coding-for-load t) (inhibit-file-name-operation nil) 
shorthands) (with-current-buffer buffer (set-buffer-multibyte t) (let 
(deactivate-mark) (insert-file-contents fullname)) (setq shorthands (and 
hack-read-symbol-shorthands-function (funcall 
hack-read-symbol-shorthands-function))) (if (and 
enable-multibyte-characters (or (eq (coding-system-type 
last-coding-system-used) 'raw-text))) (set-buffer-multibyte nil)) 
(set-buffer-modified-p nil)) (let ((read-symbol-shorthands shorthands)) 
(if eval-function (funcall eval-function buffer (if dump-mode file 
fullname)) (eval-buffer buffer nil (if dump-mode file fullname) nil 
t)))) (let (kill-buffer-hook kill-buffer-query-functions) (kill-buffer 
buffer))) (do-after-load-evaluation fullname) (unless (or nomessage 
noninteractive) (if source (message "Loading %s (source)...done" file) 
(message "Loading %s...done" file))) t))
load-with-code-conversion("/app/emacs/lisp/progmodes/prog-mode.el" 
"/app/emacs/lisp/progmodes/prog-mode.el" nil nil)
   load("progmodes/prog-mode")
   load("loadup.el")
Eager macro-expansion failure: (void-function treesit-parser-list)
make[1]: *** [Makefile:916: bootstrap-emacs.pdmp] Errore 255
make[1]: uscita dalla directory «/app/emacs/src»
make: *** [Makefile:544: src] Errore 2

[/code]


how can i solve it?

best regards


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

* bug#61174: error compiling emacs
  2023-01-30 10:59 bug#61174: error compiling emacs Ugo Tomei
@ 2023-01-30 14:53 ` Eli Zaretskii
  2023-01-30 15:09   ` Ugo Tomei
  2023-01-30 17:20 ` Eli Zaretskii
  1 sibling, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2023-01-30 14:53 UTC (permalink / raw)
  To: Ugo Tomei; +Cc: 61174

> Date: Mon, 30 Jan 2023 11:59:16 +0100
> From: Ugo Tomei <utomei@tiscali.it>
> 
> Eager macro-expansion failure: (void-function treesit-parser-list)
> make[1]: *** [Makefile:916: bootstrap-emacs.pdmp] Errore 255
> make[1]: uscita dalla directory «/app/emacs/src»
> make: *** [Makefile:544: src] Errore 2
> 
> [/code]
> 
> 
> how can i solve it?

This was fixed recently, so please update from Git and try again.





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

* bug#61174: error compiling emacs
  2023-01-30 14:53 ` Eli Zaretskii
@ 2023-01-30 15:09   ` Ugo Tomei
  0 siblings, 0 replies; 4+ messages in thread
From: Ugo Tomei @ 2023-01-30 15:09 UTC (permalink / raw)
  To: Eli Zaretskii, utomei; +Cc: 61174

[-- Attachment #1: Type: text/plain, Size: 667 bytes --]

Yes, now works Best regardsInviato dal mio Galaxy Note
-------- Messaggio originale --------Da: Eli Zaretskii <eliz@gnu.org> Data: 30/01/23  15:53  (GMT+01:00) A: Ugo Tomei <utomei@tiscali.it> Cc: 61174@debbugs.gnu.org Oggetto: Re: bug#61174: error compiling emacs > Date: Mon, 30 Jan 2023 11:59:16 +0100> From: Ugo Tomei <utomei@tiscali.it>> > Eager macro-expansion failure: (void-function treesit-parser-list)> make[1]: *** [Makefile:916: bootstrap-emacs.pdmp] Errore 255> make[1]: uscita dalla directory «/app/emacs/src»> make: *** [Makefile:544: src] Errore 2> > [/code]> > > how can i solve it?This was fixed recently, so please update from Git and try again.

[-- Attachment #2: Type: text/html, Size: 1410 bytes --]

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

* bug#61174: error compiling emacs
  2023-01-30 10:59 bug#61174: error compiling emacs Ugo Tomei
  2023-01-30 14:53 ` Eli Zaretskii
@ 2023-01-30 17:20 ` Eli Zaretskii
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2023-01-30 17:20 UTC (permalink / raw)
  To: Ugo Tomei; +Cc: 61174-done

> SavedFromEmail: utomei@tiscali.it
> Date: Mon, 30 Jan 2023 16:09:44 +0100
> From: Ugo Tomei <utomei@tiscali.it>
> Cc: 61174@debbugs.gnu.org
> 
> Yes, now works 

Thanks, closing.





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

end of thread, other threads:[~2023-01-30 17:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 10:59 bug#61174: error compiling emacs Ugo Tomei
2023-01-30 14:53 ` Eli Zaretskii
2023-01-30 15:09   ` Ugo Tomei
2023-01-30 17:20 ` Eli Zaretskii

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.