GNU bug report logs -
#78962
31.0.50; Build failure (7e56ffd51)
Previous Next
To reply to this bug, email your comments to 78962 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#78962
; Package
emacs
.
(Sat, 05 Jul 2025 15:04:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
emacspocket.jet542 <at> simplelogin.com
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sat, 05 Jul 2025 15:04:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
With commit 7e56ffd51bc5a00919f6a6af99fe9d329331a126 I get the following
build failure.
> Loading env...
> Loading format...
> Loading bindings (source)...
>
> Error: void-function (define-minor-mode)
> (define-minor-mode mode-line-invisible-mode "Toggle the mode-line
visibility of the current buffer.\nHide the mode line if it
> is shown, and show it if it's hidden." :global nil (if
mode-line-invisible-mode (progn (add-hook 'after-change-major-mode-hook
> #'mode-line-invisible-mode nil t) (setq mode-line-invisible--buf-state
(buffer-local-set-state mode-line-format nil))) (remove
> -hook 'after-change-major-mode-hook #'mode-line-invisible-mode t) (when
mode-line-invisible--buf-state (setq mode-line-invisibl
> e--buf-state (buffer-local-restore-state
mode-line-invisible--buf-state))) (unless mode-line-format (setq-local
mode-line-forma
> t (default-value 'mode-line-format))) (when (called-interactively-p 'any)
(force-mode-line-update))))
> load("bindings")
> load("loadup.el")
>
> debug-early-backtrace...done
> Symbol's function definition is void: define-minor-mode
> make[2]: *** [Makefile:969: bootstrap-emacs.pdmp] Error 255
When built by reverting that commit after bisecting from
49d0342a00f00336f3fbb87912ee48d01d59889a:
> In GNU Emacs 31.0.50 (build 13, x86_64-pc-linux-gnu, GTK+ Version
> 3.24.49, cairo version 1.18.4) of 2025-07-05 built on host
> Repository revision: e5f3ee9ab9a32baba03e1e632e175c50344f6d44
> (49d0342a00f00336f3fbb87912ee48d01d59889a + revert)
> Repository branch: master
> System Description: Arch Linux
>
> Configured using:
> 'configure --prefix=/home/user/.local --with-native-compilation=yes
> --with-pgtk=yes --enable-link-time-optimization --with-tree-sitter
> --with-small-ja-dic 'CFLAGS= -fuse-ld=mold -O2 -march=native''
>
> Configured features:
> ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
> LCMS2 LIBOTF LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY
> PDUMPER PGTK PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF
> TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XIM GTK3 ZLIB
[Message part 2 (text/html, inline)]
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Sat, 05 Jul 2025 16:35:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
emacspocket.jet542 <at> simplelogin.com
:
bug acknowledged by developer.
(Sat, 05 Jul 2025 16:35:04 GMT)
Full text and
rfc822 format available.
Message #10 received at 78962-done <at> debbugs.gnu.org (full text, mbox):
> Date: Sat, 5 Jul 2025 09:26:50 -0300
> From: emacspocket.jet542--- via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs <at> gnu.org>
>
> With commit 7e56ffd51bc5a00919f6a6af99fe9d329331a126 I get the following build failure.
>
> > Loading env...
> > Loading format...
> > Loading bindings (source)...
> >
> > Error: void-function (define-minor-mode)
> > (define-minor-mode mode-line-invisible-mode "Toggle the mode-line visibility of the current buffer.\nHide
> the mode line if it
That commit was later reverted, so please try again.
I'm closing this bug.
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.