Bug 273256 - print/auctex: AUCTeX 13.1 is incompatible with GNU Emacs 29
Summary: print/auctex: AUCTeX 13.1 is incompatible with GNU Emacs 29
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-21 08:04 UTC by Trond Endrestøl
Modified: 2023-10-19 08:52 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (hrs)


Attachments
Patch for print/auctex for AUCTeX 13.2 (8.45 KB, patch)
2023-08-21 08:05 UTC, Trond Endrestøl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trond Endrestøl 2023-08-21 08:04:52 UTC
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)
Comment 1 Trond Endrestøl 2023-08-21 08:05:20 UTC
Created attachment 244246 [details]
Patch for print/auctex for AUCTeX 13.2
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-10-19 08:52:04 UTC
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(-)