Symbol's function definition is void: update-file-autoloads Error: void-function (update-file-autoloads) mapbacktrace(#f(compiled-function (evald func args flags) #<bytecode -0xefa963e1a512f84>)) debug-early-backtrace() debug-early(error (void-function update-file-autoloads)) (update-file-autoloads file nil autoload-file) (closure ((autoload-file . "/construction/xports/print/auctex/work-nox/auctex-13.1/auto-loads.el")) (file) (update-file-autoloads file nil autoload-file))("tex.el") mapcar((closure ((autoload-file . "/construction/xports/print/auctex/work-nox/auctex-13.1/auto-loads.el")) (file) (update-file-autoloads file nil autoload-file)) ("tex.el" "tex-buf.el" "tex-style.el" "plain-tex.el" "latex.el" "tex-info.el" "texmathp.el" "multi-prompt.el" "tex-mik.el" "font-latex.el" "tex-font.el" "context.el" "context-en.el" "context-nl.el" "tex-fold.el" "tex-jp.el" "toolbar-x.el" "tex-bar.el" "bib-cite.el" "tex-ispell.el" "latex-flymake.el")) (let ((autoload-file (expand-file-name "auto-loads.el"))) (mapcar (lambda (file) (update-file-autoloads file nil autoload-file)) command-line-args-left) (save-buffers-kill-emacs t)) eval((let ((autoload-file (expand-file-name "auto-loads.el"))) (mapcar (lambda (file) (update-file-autoloads file nil autoload-file)) command-line-args-left) (save-buffers-kill-emacs t)) t) command-line-1(("-l" "lpath.el" "--eval" "(let ((autoload-file (expand-file-name \"auto-loads.el\"))) (mapcar (lambda (file) (update-file-autoloads file nil autoload-file)) command-line-args-left) (save-buffers-kill-emacs t))" "tex.el" "tex-buf.el" "tex-style.el" "plain-tex.el" "latex.el" "tex-info.el" "texmathp.el" "multi-prompt.el" "tex-mik.el" "font-latex.el" "tex-font.el" "context.el" "context-en.el" "context-nl.el" "tex-fold.el" "tex-jp.el" "toolbar-x.el" "tex-bar.el" "bib-cite.el" "tex-ispell.el" "latex-flymake.el")) command-line() normal-top-level() gmake[1]: [Makefile:278: auto-loads.el] Error 255 (ignored)
Created attachment 244246 [details] Patch for print/auctex for AUCTeX 13.2
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=96891d73b1ed44d983a5296a1510816e6064e2b1 commit 96891d73b1ed44d983a5296a1510816e6064e2b1 Author: Trond Endrestøl <Trond.Endrestol@ximalas.info> AuthorDate: 2023-10-19 08:49:29 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-19 08:51:33 +0000 print/auctex: Update version 13.1=>13.2 - Pet portclippy Changelog: http://git.savannah.gnu.org/cgit/auctex.git/tree/RELEASE PR: 273256 Approved by: hrs (maintainer-timeout) print/auctex/Makefile | 13 ++++++++----- print/auctex/distinfo | 6 +++--- print/auctex/pkg-plist | 44 ++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 53 insertions(+), 10 deletions(-)