GNU bug report logs - #62718
30.0.50; Eglot compile error due to invalid version syntax

Previous Next

Package: emacs;

Reported by: Casey Banner <kcbanner <at> gmail.com>

Date: Fri, 7 Apr 2023 20:48:02 UTC

Severity: normal

Found in version 30.0.50

Done: João Távora <joaotavora <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 62718 in the body.
You can then email your comments to 62718 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#62718; Package emacs. (Fri, 07 Apr 2023 20:48:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Casey Banner <kcbanner <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 07 Apr 2023 20:48:02 GMT) Full text and rfc822 format available.

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

From: Casey Banner <kcbanner <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 30.0.50; Eglot compile error due to invalid version syntax
Date: Fri, 7 Apr 2023 16:47:31 -0400
With the following configuration (building on windows):

 ../configure --prefix=/e/dev/emacs-src --without-dbus --without-pop
--with-native-compilation --with-cairo --with-harfbuzz --with-xml2
--without-compress-install --with-json  CFLAGS="-O2 -mtune=native
-march=native -fomit-frame-pointer -pipe -ftree-vectorize"

I'm seeing this error building emacs as of
621e732ade0f3dc165498ebde4d55d5aacb05b56:

Error: error ("Invalid version syntax: `Eglot 1.10' (must start with a number)")
  mapbacktrace(#f(compiled-function (evald func args flags) #<bytecode
-0x3628af24b9119ba>))
  debug-early-backtrace()
  debug-early(error (error "Invalid version syntax: `Eglot 1.10' (must
start with a number)"))
  error("Invalid version syntax: `%s' (must start with a number)" "Eglot 1.10")
  version-to-list("Eglot 1.10")
  version<("Eglot 1.10" "24.5")
  #f(compiled-function (e1 e2) #<bytecode 0x70981d4f91fa908>)(("Eglot
1.10" eglot) ("24.5" vc-hg erc-stamp mml2015 flyspell erc))




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#62718; Package emacs. (Fri, 07 Apr 2023 21:28:02 GMT) Full text and rfc822 format available.

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

From: João Távora <joaotavora <at> gmail.com>
To: Casey Banner <kcbanner <at> gmail.com>
Cc: 62718 <at> debbugs.gnu.org
Subject: Re: bug#62718: 30.0.50;
 Eglot compile error due to invalid version syntax
Date: Fri, 7 Apr 2023 22:27:17 +0100
[Message part 1 (text/plain, inline)]
Ack. Just introduced this, will fix asap.

On Fri, Apr 7, 2023, 21:48 Casey Banner <kcbanner <at> gmail.com> wrote:

> With the following configuration (building on windows):
>
>  ../configure --prefix=/e/dev/emacs-src --without-dbus --without-pop
> --with-native-compilation --with-cairo --with-harfbuzz --with-xml2
> --without-compress-install --with-json  CFLAGS="-O2 -mtune=native
> -march=native -fomit-frame-pointer -pipe -ftree-vectorize"
>
> I'm seeing this error building emacs as of
> 621e732ade0f3dc165498ebde4d55d5aacb05b56:
>
> Error: error ("Invalid version syntax: `Eglot 1.10' (must start with a
> number)")
>   mapbacktrace(#f(compiled-function (evald func args flags) #<bytecode
> -0x3628af24b9119ba>))
>   debug-early-backtrace()
>   debug-early(error (error "Invalid version syntax: `Eglot 1.10' (must
> start with a number)"))
>   error("Invalid version syntax: `%s' (must start with a number)" "Eglot
> 1.10")
>   version-to-list("Eglot 1.10")
>   version<("Eglot 1.10" "24.5")
>   #f(compiled-function (e1 e2) #<bytecode 0x70981d4f91fa908>)(("Eglot
> 1.10" eglot) ("24.5" vc-hg erc-stamp mml2015 flyspell erc))
>
>
>
>
[Message part 2 (text/html, inline)]

Reply sent to João Távora <joaotavora <at> gmail.com>:
You have taken responsibility. (Fri, 07 Apr 2023 21:49:01 GMT) Full text and rfc822 format available.

Notification sent to Casey Banner <kcbanner <at> gmail.com>:
bug acknowledged by developer. (Fri, 07 Apr 2023 21:49:01 GMT) Full text and rfc822 format available.

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

From: João Távora <joaotavora <at> gmail.com>
To: Casey Banner <kcbanner <at> gmail.com>, 62718-done <at> debbugs.gnu.org
Subject: Re: bug#62718: 30.0.50;
 Eglot compile error due to invalid version syntax
Date: Fri, 7 Apr 2023 22:49:53 +0100
Should be fixed as of cc288a0e331d09e3e0aebcb83769a513ecad236f.

make succeeds (it didn't fail before for me, but that's maybe
because I wasn't using make bootstrap).  Closing this, but let
me know if you still experience problems.

João

On Fri, Apr 7, 2023 at 10:27 PM João Távora <joaotavora <at> gmail.com> wrote:
>
> Ack. Just introduced this, will fix asap.
>
> On Fri, Apr 7, 2023, 21:48 Casey Banner <kcbanner <at> gmail.com> wrote:
>>
>> With the following configuration (building on windows):
>>
>>  ../configure --prefix=/e/dev/emacs-src --without-dbus --without-pop
>> --with-native-compilation --with-cairo --with-harfbuzz --with-xml2
>> --without-compress-install --with-json  CFLAGS="-O2 -mtune=native
>> -march=native -fomit-frame-pointer -pipe -ftree-vectorize"
>>
>> I'm seeing this error building emacs as of
>> 621e732ade0f3dc165498ebde4d55d5aacb05b56:
>>
>> Error: error ("Invalid version syntax: `Eglot 1.10' (must start with a number)")
>>   mapbacktrace(#f(compiled-function (evald func args flags) #<bytecode
>> -0x3628af24b9119ba>))
>>   debug-early-backtrace()
>>   debug-early(error (error "Invalid version syntax: `Eglot 1.10' (must
>> start with a number)"))
>>   error("Invalid version syntax: `%s' (must start with a number)" "Eglot 1.10")
>>   version-to-list("Eglot 1.10")
>>   version<("Eglot 1.10" "24.5")
>>   #f(compiled-function (e1 e2) #<bytecode 0x70981d4f91fa908>)(("Eglot
>> 1.10" eglot) ("24.5" vc-hg erc-stamp mml2015 flyspell erc))
>>
>>
>>


-- 
João Távora




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

This bug report was last modified 2 years and 42 days ago.

Previous Next


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