GNU bug report logs - #60884
30.0.50; Compile failure - followup

Previous Next

Package: emacs;

Reported by: William C Doughty III <n2ocm <at> optonline.net>

Date: Tue, 17 Jan 2023 15:53:01 UTC

Severity: normal

Merged with 60883

Found in version 30.0.50

Done: Stefan Kangas <stefankangas <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60884 in the body.
You can then email your comments to 60884 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#60884; Package emacs. (Tue, 17 Jan 2023 15:53:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to William C Doughty III <n2ocm <at> optonline.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 17 Jan 2023 15:53:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: William C Doughty III <n2ocm <at> optonline.net>
To: bug-gnu-emacs <at> gnu.org
Subject: 30.0.50; Compile failure - followup
Date: Tue, 17 Jan 2023 10:52:32 -0500
[Message part 1 (text/plain, inline)]
With chrrent origin/master - compile results showing error:

Compilation started at Tue Jan 17 10:47:14

make -k
make actual-all || make advice-on-failure make-target=all exit-status=$?
make[1]: Entering directory '/home/n2ocm/Devel/emacs-dev/emacs'
make -C lib all
make[2]: Entering directory '/home/n2ocm/Devel/emacs-dev/emacs/lib'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/n2ocm/Devel/emacs-dev/emacs/lib'
make -C lib-src all
make[2]: Entering directory '/home/n2ocm/Devel/emacs-dev/emacs/lib-src'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/n2ocm/Devel/emacs-dev/emacs/lib-src'
make -C src BIN_DESTDIR=''/usr/local/bin/'' \
	 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all
make[2]: Entering directory '/home/n2ocm/Devel/emacs-dev/emacs/src'
  GEN      globals.h
  CC       dispnew.o
  CC       frame.o
  CC       xdisp.o
  CC       menu.o
  CC       xmenu.o
  CC       window.o
  CC       ccl.o
  CC       term.o
  CC       terminal.o
  CC       xfaces.o
  CC       xterm.o
xterm.c: In function 'handle_one_xevent':
xterm.c:24495:26: error: 'struct frame' has no member named 'last_tool_bar_item'; did you mean 'last_tab_bar_item'?
24495 |                   if (f->last_tool_bar_item != -1)
      |                          ^~~~~~~~~~~~~~~~~~
      |                          last_tab_bar_item
make[2]: *** [Makefile:425: xterm.o] Error 1
  CC       xfns.o
  CC       xselect.o
  CC       xrdb.o
  CC       xsmfns.o
  CC       xsettings.o
  CC       gtkutil.o


-- 

William C Doughty III 
System Programmer (Retired)
Nassau County Dept of Information Technology

[n2ocm.asc (application/pgp-keys, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#60884; Package emacs. (Tue, 17 Jan 2023 17:47:02 GMT) Full text and rfc822 format available.

Message #8 received at 60884 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: William C Doughty III <n2ocm <at> optonline.net>
Cc: 60884 <at> debbugs.gnu.org
Subject: Re: bug#60884: 30.0.50; Compile failure - followup
Date: Tue, 17 Jan 2023 19:46:02 +0200
merge 60884 60883
thanks

> From: William C Doughty III <n2ocm <at> optonline.net>
> Date: Tue, 17 Jan 2023 10:52:32 -0500
> 
> With chrrent origin/master - compile results showing error:
> 
> Compilation started at Tue Jan 17 10:47:14
> 
> make -k
> make actual-all || make advice-on-failure make-target=all exit-status=$?
> make[1]: Entering directory '/home/n2ocm/Devel/emacs-dev/emacs'
> make -C lib all
> make[2]: Entering directory '/home/n2ocm/Devel/emacs-dev/emacs/lib'
> make[2]: Nothing to be done for 'all'.
> make[2]: Leaving directory '/home/n2ocm/Devel/emacs-dev/emacs/lib'
> make -C lib-src all
> make[2]: Entering directory '/home/n2ocm/Devel/emacs-dev/emacs/lib-src'
> make[2]: Nothing to be done for 'all'.
> make[2]: Leaving directory '/home/n2ocm/Devel/emacs-dev/emacs/lib-src'
> make -C src BIN_DESTDIR=''/usr/local/bin/'' \
> 	 ELN_DESTDIR='/usr/local/lib/emacs/30.0.50/' all
> make[2]: Entering directory '/home/n2ocm/Devel/emacs-dev/emacs/src'
>   GEN      globals.h
>   CC       dispnew.o
>   CC       frame.o
>   CC       xdisp.o
>   CC       menu.o
>   CC       xmenu.o
>   CC       window.o
>   CC       ccl.o
>   CC       term.o
>   CC       terminal.o
>   CC       xfaces.o
>   CC       xterm.o
> xterm.c: In function 'handle_one_xevent':
> xterm.c:24495:26: error: 'struct frame' has no member named 'last_tool_bar_item'; did you mean 'last_tab_bar_item'?
> 24495 |                   if (f->last_tool_bar_item != -1)
>       |                          ^~~~~~~~~~~~~~~~~~
>       |                          last_tab_bar_item
> make[2]: *** [Makefile:425: xterm.o] Error 1
>   CC       xfns.o
>   CC       xselect.o
>   CC       xrdb.o
>   CC       xsmfns.o
>   CC       xsettings.o
>   CC       gtkutil.o
> 

Thanks, but please don't report the same problem with different
Subject lines, because then the bug tracker creates a new issue for
each of your reports.

This should be fixed now on the master branch.




Merged 60883 60884. Request was from Eli Zaretskii <eliz <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 17 Jan 2023 17:47:02 GMT) Full text and rfc822 format available.

Reply sent to Stefan Kangas <stefankangas <at> gmail.com>:
You have taken responsibility. (Wed, 06 Sep 2023 00:08:02 GMT) Full text and rfc822 format available.

Notification sent to William C Doughty III <n2ocm <at> optonline.net>:
bug acknowledged by developer. (Wed, 06 Sep 2023 00:08:03 GMT) Full text and rfc822 format available.

Message #15 received at 60884-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: William C Doughty III <n2ocm <at> optonline.net>, 60884-done <at> debbugs.gnu.org
Subject: Re: bug#60884: 30.0.50; Compile failure - followup
Date: Tue, 5 Sep 2023 17:07:32 -0700
Eli Zaretskii <eliz <at> gnu.org> writes:

> This should be fixed now on the master branch.

No further comments within 9 months, so I'm assuming the fix worked.

I'm therefore closing this bug report.




Reply sent to Stefan Kangas <stefankangas <at> gmail.com>:
You have taken responsibility. (Wed, 06 Sep 2023 00:08:03 GMT) Full text and rfc822 format available.

Notification sent to William C Doughty III <n2ocm <at> optonline.net>:
bug acknowledged by developer. (Wed, 06 Sep 2023 00:08:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 04 Oct 2023 11:24:40 GMT) Full text and rfc822 format available.

This bug report was last modified 204 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.