GNU bug report logs - #68821
Native compile error when activating rectangle-mark-mode

Previous Next

Package: emacs;

Reported by: Johann Höchtl <johann.hoechtl <at> gmail.com>

Date: Tue, 30 Jan 2024 16:03:01 UTC

Severity: normal

Tags: confirmed

Merged with 68668

Fixed in version 30.1

Done: Gerd Möllmann <gerd.moellmann <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 68821 in the body.
You can then email your comments to 68821 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#68821; Package emacs. (Tue, 30 Jan 2024 16:03:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Johann Höchtl <johann.hoechtl <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 30 Jan 2024 16:03:01 GMT) Full text and rfc822 format available.

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

From: Johann Höchtl <johann.hoechtl <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Native compile error when activating rectangle-mark-mode
Date: Tue, 30 Jan 2024 17:01:52 +0100
[Message part 1 (text/plain, inline)]
I am using Emacs build
https://github.com/kiennq/emacs-build/releases/download/v30.221.20240118.9553d51/emacs-master-x86_64-full.zip

9553d51 may reference a savanah commit hash?

When invoking rectangle-mark-mode, either via M-x or via C-x <SPACE> I get
the following error message:

Error: error ("Invalid hash table test" tab-bar--auto-width-hash-test)
  read(#<buffer  *load*>)

load-with-code-conversion("c:/Users/HoechtlJ/AppData/Local/Temp/emacs-int-comp-subr--trampoline-726567696f6e2d626567696e6e696e67_region_beginning_0-hJjV22.el"
"c:/Users/HoechtlJ/AppData/Local/Temp/emacs-int-comp-subr--trampoline-726567696f6e2d626567696e6e696e67_region_beginning_0-hJjV22.el"
nil t)
  command-line-1(("-l"
"c:/Users/HoechtlJ/AppData/Local/Temp/emacs-int-comp-subr--trampoline-726567696f6e2d626567696e6e696e67_region_beginning_0-hJjV22.el"))
  command-line()
  normal-top-level()
Invalid hash table test: tab-bar--auto-width-hash-test

Tab-bar-mode is enabled. Do take note that rectangular selections eg. via
cua-mode do work.

I do not know if this is a Windows specific error, a packaging issue or a
general bug.
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#68821; Package emacs. (Tue, 30 Jan 2024 16:49:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Johann Höchtl <johann.hoechtl <at> gmail.com>
Cc: 68821 <at> debbugs.gnu.org
Subject: Re: bug#68821: Native compile error when activating
 rectangle-mark-mode
Date: Tue, 30 Jan 2024 18:48:24 +0200
merge 68821 68668
thanks

> From: Johann Höchtl <johann.hoechtl <at> gmail.com>
> Date: Tue, 30 Jan 2024 17:01:52 +0100
> 
> I am using Emacs build
> https://github.com/kiennq/emacs-build/releases/download/v30.221.20240118.9553d51/emacs-master-x86_64-full.zip
> 
> 
> 9553d51 may reference a savanah commit hash?
> 
> When invoking rectangle-mark-mode, either via M-x or via C-x <SPACE> I get the following error
> message:
> 
> Error: error ("Invalid hash table test" tab-bar--auto-width-hash-test)
>   read(#<buffer  *load*>)
>   load-with-code-conversion
> ("c:/Users/HoechtlJ/AppData/Local/Temp/emacs-int-comp-subr--trampoline-726567696f6e2d626567696e6e696e67_region_beginning_0-hJjV22.el"
> "c:/Users/HoechtlJ/AppData/Local/Temp/emacs-int-comp-subr--trampoline-726567696f6e2d626567696e6e696e67_region_beginning_0-hJjV22.el"
> nil t)
>   command-line-1(("-l"
> "c:/Users/HoechtlJ/AppData/Local/Temp/emacs-int-comp-subr--trampoline-726567696f6e2d626567696e6e696e67_region_beginning_0-hJjV22.el"))
> 
>   command-line()
>   normal-top-level()
> Invalid hash table test: tab-bar--auto-width-hash-test
> 
> Tab-bar-mode is enabled. Do take note that rectangular selections eg. via cua-mode do work.
> 
> I do not know if this is a Windows specific error, a packaging issue or a general bug.

Looks like a duplicate of bug#68668, so I'm merging them.




Merged 68668 68821. Request was from Eli Zaretskii <eliz <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 30 Jan 2024 16:49:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#68821; Package emacs. (Wed, 31 Jan 2024 15:15:02 GMT) Full text and rfc822 format available.

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

From: Gerd Möllmann <gerd.moellmann <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: mekeor <at> posteo.de, mattias.engdegard <at> gmail.com, jm <at> pub.pink,
 68821 <at> debbugs.gnu.org, 68668 <at> debbugs.gnu.org, acorallo <at> gnu.org,
 monnier <at> iro.umontreal.ca
Subject: Re: bug#68821: Native compile error when activating
 rectangle-mark-mode
Date: Wed, 31 Jan 2024 16:14:18 +0100
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Gerd Möllmann <gerd.moellmann <at> gmail.com>
>> Cc: Andrea Corallo <acorallo <at> gnu.org>,  john muhl <jm <at> pub.pink>,  Mekeor
>>  Melire <mekeor <at> posteo.de>,  Eli Zaretskii <eliz <at> gnu.org>,
>>   68668 <at> debbugs.gnu.org,  Stefan Monnier <monnier <at> iro.umontreal.ca>
>> Date: Wed, 31 Jan 2024 15:44:25 +0100
>> 
>> BTW, your fix also fixed keymap_tests.
>
> If there's a bug open for that, please close it, and thanks.

It's this one, so I'm closing it.




bug marked as fixed in version 30.1, send any further explanations to 68821 <at> debbugs.gnu.org and Johann Höchtl <johann.hoechtl <at> gmail.com> Request was from Gerd Möllmann <gerd.moellmann <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 31 Jan 2024 15:15: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. (Thu, 29 Feb 2024 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 172 days ago.

Previous Next


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