From: Eli Zaretskii <eliz@gnu.org>
To: Yasuhiro Kimura <yasu@FreeBSD.org>
Cc: emacs@FreeBSD.org, 57200@debbugs.gnu.org
Subject: bug#57200: 29.0.50; Symbol's function definition is void: update-directory-autoloads
Date: Sun, 14 Aug 2022 15:58:22 +0300 [thread overview]
Message-ID: <831qtjkmmp.fsf@gnu.org> (raw)
In-Reply-To: <20220814.141933.1729604972066143432.yasu@FreeBSD.org> (message from Yasuhiro Kimura on Sun, 14 Aug 2022 14:19:33 +0900 (JST))
> Cc: emacs@FreeBSD.org
> Date: Sun, 14 Aug 2022 14:19:33 +0900 (JST)
> From: Yasuhiro Kimura <yasu@FreeBSD.org>
>
> Dear Emacs developers,
>
> I'm a member of FreeBSD Emacs ports maintainance team. In FreeBSD
> ports collections there are 2 Emacs ports, editors/emacs and
> editors/emacs-devel. The former provides latest release of Emacs. The
> latter tracks master branch of Emacs repository and is updated
> regularly.
>
> Recently we updated editors/emacs-devel from 3d6af11c42 to 11e6c12def
> (both are commits in master branch of emacs repository) and after that
> we faced the problem. There are some ports in ports collections that
> depends on Emacs (ports of ELPA packages, for example). And some of
> such ports fail to build now. I analyzed build errors and found
> something in common.
>
> * Build fails when editors/emacs-devel is used as Emacs.
> * Build fails when 'update-directory-autoloads' function is used to
> build port.
> * Build fails with following error message.
> "Symbol's function definition is void: update-directory-autoloads"
>
> At first I updated editors/emacs-devel to more recent commit of Emacs
> repository (commit 4e23ecb882 at Sat Aug 13 02:36:54 2022 UTC) but the
> error still happens. So I tried bisect between above 2
> commit. According to the result of it the error happens following
> commit and later.
>
> ----------------------------------------------------------------------
> commit aa9eaac68e
> Author: Lars Ingebrigtsen <larsi@gnus.org>
> AuthorDate: Thu Aug 4 17:03:59 2022 +0200
> Commit: Lars Ingebrigtsen <larsi@gnus.org>
> CommitDate: Thu Aug 4 17:03:59 2022 +0200
>
> Move autoload.el to lisp/obsolete/
> ----------------------------------------------------------------------
>
> Since update-directory-autoloads is defined in autoload.el, it seems
> very likely for me that this commit causes the error.
From NEWS:
** The autoload.el library is now obsolete.
It is superseded by the loaddefs-gen.el library.
So you are supposed to switch to using loaddefs-gen.el for Emacs 29.
next prev parent reply other threads:[~2022-08-14 12:58 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-14 5:19 bug#57200: 29.0.50; Symbol's function definition is void: update-directory-autoloads Yasuhiro Kimura
2022-08-14 11:33 ` Arash Esbati
2022-08-14 12:58 ` Eli Zaretskii [this message]
2022-08-14 16:38 ` Yasuhiro Kimura
2022-08-14 16:52 ` Eli Zaretskii
2022-08-14 17:09 ` Yasuhiro Kimura
2022-08-14 17:37 ` Lars Ingebrigtsen
2022-08-15 5:30 ` Lars Ingebrigtsen
2022-08-15 6:11 ` Yasuhiro Kimura
2022-08-15 6:30 ` Lars Ingebrigtsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=831qtjkmmp.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=57200@debbugs.gnu.org \
--cc=emacs@FreeBSD.org \
--cc=yasu@FreeBSD.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.