From unknown Sun Jun 22 17:12:25 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#50520 <50520@debbugs.gnu.org> To: bug#50520 <50520@debbugs.gnu.org> Subject: Status: GNU emacs commit 2e595b3e8b8870 fails to build on Debian GNU/Linux bookworm/sid (x86-64) Reply-To: bug#50520 <50520@debbugs.gnu.org> Date: Mon, 23 Jun 2025 00:12:25 +0000 retitle 50520 GNU emacs commit 2e595b3e8b8870 fails to build on Debian GNU/= Linux bookworm/sid (x86-64) reassign 50520 emacs submitter 50520 Basile Starynkevitch severity 50520 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 11 11:57:57 2021 Received: (at submit) by debbugs.gnu.org; 11 Sep 2021 15:57:57 +0000 Received: from localhost ([127.0.0.1]:41263 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mP5O8-0005t7-Gx for submit@debbugs.gnu.org; Sat, 11 Sep 2021 11:57:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:33062) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mP1Hx-00074R-LW for submit@debbugs.gnu.org; Sat, 11 Sep 2021 07:35:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41024) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mP1Hx-0003FJ-7W for bug-gnu-emacs@gnu.org; Sat, 11 Sep 2021 07:35:17 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:39509) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mP1Hu-0007i6-SJ for bug-gnu-emacs@gnu.org; Sat, 11 Sep 2021 07:35:16 -0400 Received: (Authenticated sender: basile@starynkevitch.net) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 2610FE0003 for ; Sat, 11 Sep 2021 11:35:08 +0000 (UTC) To: bug-gnu-emacs@gnu.org From: Basile Starynkevitch Subject: GNU emacs commit 2e595b3e8b8870 fails to build on Debian GNU/Linux bookworm/sid (x86-64) Message-ID: Date: Sat, 11 Sep 2021 13:35:08 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------C0A7898CA0B80DC1875B39CE" Content-Language: en-US Received-SPF: pass client-ip=217.70.183.196; envelope-from=basile@starynkevitch.net; helo=relay4-d.mail.gandi.net X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, HTML_OBFUSCATE_10_20=0.093, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.5 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 11 Sep 2021 11:57:54 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.5 (-) This is a multi-part message in MIME format. --------------C0A7898CA0B80DC1875B39CE Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Hello emacs developers. I am often compiling the latest GNU emacs snapshot, and generally with success. Today it fails with: guiseppe.x86_64 src/Editors/emacs 13:33 .0 %make make -C lib all make[1]: Entering directory '/usr/src/Editors/emacs/lib' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/src/Editors/emacs/lib' make -C lib-src all make[1]: Entering directory '/usr/src/Editors/emacs/lib-src' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/src/Editors/emacs/lib-src' make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' BIN_DESTDIR=''/usr/local/bin/'' \ ELN_DESTDIR='/usr/local/lib/emacs/28.0.50/' all make[1]: Entering directory '/usr/src/Editors/emacs/src' CC keyboard.o *keyboard.c:* In function ‘*make_lispy_position*’: *keyboard.c:5108:23:* *error: *‘*struct frame*’ has no member named ‘*tool_bar_window*’; did you mean ‘*tab_bar_window*’? 5108 | || (WINDOWP (f->*tool_bar_window*) |*^~~~~~~~~~~~~~~* |tab_bar_window *keyboard.c:5109:31:* *error: *‘*struct frame*’ has no member named ‘*tool_bar_window*’; did you mean ‘*tab_bar_window*’? 5109 | && EQ (window_or_frame, f->*tool_bar_window*))) |*^~~~~~~~~~~~~~~* |tab_bar_window make[1]: *** [Makefile:386: keyboard.o] Error 1 make[1]: Leaving directory '/usr/src/Editors/emacs/src' make: *** [Makefile:443: src] Error 2 Thanks for the good work on GNU emacs. Hope this could help someone. Cheers from near Paris in France -- Basile Starynkevitch (only mine opinions / les opinions sont miennes uniquement) 92340 Bourg-la-Reine, France web page: starynkevitch.net/Basile/ --------------C0A7898CA0B80DC1875B39CE Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit

Hello emacs developers.


I am often compiling the latest GNU emacs snapshot, and generally with success.

Today it fails with:

guiseppe.x86_64 src/Editors/emacs 13:33 .0 % make
make -C lib all
make[1]: Entering directory '/usr/src/Editors/emacs/lib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/usr/src/Editors/emacs/lib'
make -C lib-src all
make[1]: Entering directory '/usr/src/Editors/emacs/lib-src'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/usr/src/Editors/emacs/lib-src'
make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' BIN_DESTDIR=''/usr/local/bin/'' \
	 ELN_DESTDIR='/usr/local/lib/emacs/28.0.50/' all
make[1]: Entering directory '/usr/src/Editors/emacs/src'
  CC       keyboard.o
keyboard.c: In function ‘make_lispy_position’:
keyboard.c:5108:23: error: struct frame’ has no member named ‘tool_bar_window’; did you mean ‘tab_bar_window’?
 5108 |       || (WINDOWP (f->tool_bar_window)
      |                       ^~~~~~~~~~~~~~~
      |                       tab_bar_window
keyboard.c:5109:31: error: struct frame’ has no member named ‘tool_bar_window’; did you mean ‘tab_bar_window’?
 5109 |    && EQ (window_or_frame, f->tool_bar_window)))
      |                               ^~~~~~~~~~~~~~~
      |                               tab_bar_window
make[1]: *** [Makefile:386: keyboard.o] Error 1
make[1]: Leaving directory '/usr/src/Editors/emacs/src'
make: *** [Makefile:443: src] Error 2



Thanks for the good work on GNU emacs.

Hope this could help someone.

Cheers from near Paris in France

-- 
Basile Starynkevitch                  <basile@starynkevitch.net>
(only mine opinions / les opinions sont miennes uniquement)
92340 Bourg-la-Reine, France
web page: starynkevitch.net/Basile/

--------------C0A7898CA0B80DC1875B39CE-- From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 11 12:05:29 2021 Received: (at 50520-done) by debbugs.gnu.org; 11 Sep 2021 16:05:29 +0000 Received: from localhost ([127.0.0.1]:41271 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mP5VR-000667-AC for submit@debbugs.gnu.org; Sat, 11 Sep 2021 12:05:29 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34722) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mP5VQ-00065t-5H for 50520-done@debbugs.gnu.org; Sat, 11 Sep 2021 12:05:28 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36390) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mP5VI-0006c7-Py; Sat, 11 Sep 2021 12:05:21 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4461 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mP5VG-0000rj-6S; Sat, 11 Sep 2021 12:05:20 -0400 Date: Sat, 11 Sep 2021 19:05:04 +0300 Message-Id: <83czpfgksv.fsf@gnu.org> From: Eli Zaretskii To: Basile Starynkevitch In-Reply-To: (message from Basile Starynkevitch on Sat, 11 Sep 2021 13:35:08 +0200) Subject: Re: bug#50520: GNU emacs commit 2e595b3e8b8870 fails to build on Debian GNU/Linux bookworm/sid (x86-64) References: MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50520-done Cc: 50520-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Basile Starynkevitch > Date: Sat, 11 Sep 2021 13:35:08 +0200 > > I am often compiling the latest GNU emacs snapshot, and generally with success. > > Today it fails with: > > guiseppe.x86_64 src/Editors/emacs 13:33 .0 % make > make -C lib all > make[1]: Entering directory '/usr/src/Editors/emacs/lib' > make[1]: Nothing to be done for 'all'. > make[1]: Leaving directory '/usr/src/Editors/emacs/lib' > make -C lib-src all > make[1]: Entering directory '/usr/src/Editors/emacs/lib-src' > make[1]: Nothing to be done for 'all'. > make[1]: Leaving directory '/usr/src/Editors/emacs/lib-src' > make -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' BIN_DESTDIR=''/usr/local/bin/'' \ > ELN_DESTDIR='/usr/local/lib/emacs/28.0.50/' all > make[1]: Entering directory '/usr/src/Editors/emacs/src' > CC keyboard.o > keyboard.c: In function ‘make_lispy_position’: > keyboard.c:5108:23: error: ‘struct frame’ has no member named ‘tool_bar_window’; did you mean ‘tab_bar_window’? > 5108 | || (WINDOWP (f->tool_bar_window) > | ^~~~~~~~~~~~~~~ > | tab_bar_window This has been solved recently, please update from Git and try again. From unknown Sun Jun 22 17:12:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 10 Oct 2021 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator