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

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

bug#61480: 30.0.50; Error: void-function (char-from-name)


From: Jacob Faibussowitsch
Subject: bug#61480: 30.0.50; Error: void-function (char-from-name)
Date: Mon, 13 Feb 2023 10:23:49 -0500

Hello,

Trying to build latest trunk (commit a3edacd3f547195740304139cb68aaa94d7b18ee) 
has failed this morning with:

Loading international/mule-conf (source)...
Symbol's function definition is void: char-from-name

Error: void-function (char-from-name)
  mapbacktrace((closure ((prin1 . 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 (ev\
ald 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 (void-function char-from-name))
  char-from-name("COLON" t)
  read(get-file-char)
  load("international/mule-conf")
  load("loadup.el”)

***
*** "make bootstrap" failed with exit status 2.
***
*** You could try to:
*** - run "make extraclean" and run "make" again (or, equivalently, run
***   "make bootstrap configure=default"), to rebuild Emacs with the
***   default configuration options, which might fix the problem
*** - run "git clean -fdx" and run "make bootstrap" again, which might
***   fix the problem if "make bootstrap configure=default" did not
***   !BEWARE! "git clean -fdx" deletes all files that are not under
***   !BEWARE! version control, which means that all changes to such
***   !BEWARE! files will be lost and cannot be restored later
*** - run "make V=1", which displays the full commands invoked by make,
***   to further investigate the problem
*** - report the problem and ask for help by sending an email to
***   bug-gnu-emacs@gnu.org, mentioning at least the build error
***   message, the platform, and the repository revision displayed by
***   "git rev-parse HEAD"
***

make.log and config.log are attached.

Best regards,

Jacob Faibussowitsch
(Jacob Fai - booss - oh - vitch)

Attachment: config.log
Description: Binary data

Attachment: make.log
Description: Binary data


reply via email to

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