GNU bug report logs - #54224
Configure error on windows 11

Previous Next

Package: emacs;

Reported by: Edouard Debry <edouard.debry <at> gmail.com>

Date: Wed, 2 Mar 2022 22:46:02 UTC

Severity: normal

Done: Corwin Brust <corwin <at> bru.st>

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 54224 in the body.
You can then email your comments to 54224 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#54224; Package emacs. (Wed, 02 Mar 2022 22:46:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Edouard Debry <edouard.debry <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 02 Mar 2022 22:46:02 GMT) Full text and rfc822 format available.

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

From: Edouard Debry <edouard.debry <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Configure error on windows 11
Date: Wed, 02 Mar 2022 23:39:45 +0100
Hello,

Latest (from yesterday) emacs master retrieved.

Configuration :

CFLAGS="-O2 -march=skylake" ./configure
--prefix=/d/Documents/utils/msys64/mingw64/local
--without-compress-install --with-native-compilation --without-dbus
--without-pop --with-modules

ends with :

...
config.status: creating admin/charsets/Makefile
config.status: creating admin/unidata/Makefile
config.status: creating admin/grammars/Makefile
config.status: creating src/config.h
config.status: executing src/epaths.h commands
sed: -e expression #1, char 79: unknown option to `s'
gmake: *** [Makefile:420: epaths-force-w32] Error 1
config.status: error: 'src/epaths.h' could not be made.

I did not try to compile afterwards for I recall this header file is
mandatory when compiling emacs on windows 11

How can I fix ?

Regards





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#54224; Package emacs. (Thu, 03 Mar 2022 07:05:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Edouard Debry <edouard.debry <at> gmail.com>
Cc: 54224 <at> debbugs.gnu.org
Subject: Re: bug#54224: Configure error on windows 11
Date: Thu, 03 Mar 2022 09:04:23 +0200
> From: Edouard Debry <edouard.debry <at> gmail.com>
> Date: Wed, 02 Mar 2022 23:39:45 +0100
> 
> Latest (from yesterday) emacs master retrieved.
> 
> Configuration :
> 
> CFLAGS="-O2 -march=skylake" ./configure
> --prefix=/d/Documents/utils/msys64/mingw64/local
> --without-compress-install --with-native-compilation --without-dbus
> --without-pop --with-modules
> 
> ends with :
> 
> ...
> config.status: creating admin/charsets/Makefile
> config.status: creating admin/unidata/Makefile
> config.status: creating admin/grammars/Makefile
> config.status: creating src/config.h
> config.status: executing src/epaths.h commands
> sed: -e expression #1, char 79: unknown option to `s'
> gmake: *** [Makefile:420: epaths-force-w32] Error 1
> config.status: error: 'src/epaths.h' could not be made.

No such problem here.

What does the following command show if you invoke it from the Git
Bash prompt in the Emacs work tree:

    git config core.autocrlf




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#54224; Package emacs. (Thu, 03 Mar 2022 09:10:02 GMT) Full text and rfc822 format available.

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

From: Edouard Debry <edouard.debry <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#54224: Configure error on windows 11
Date: Thu, 03 Mar 2022 10:09:08 +0100
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Edouard Debry <edouard.debry <at> gmail.com>
>> Date: Wed, 02 Mar 2022 23:39:45 +0100
>> 
>> Latest (from yesterday) emacs master retrieved.
>> 
>> Configuration :
>> 
>> CFLAGS="-O2 -march=skylake" ./configure
>> --prefix=/d/Documents/utils/msys64/mingw64/local
>> --without-compress-install --with-native-compilation --without-dbus
>> --without-pop --with-modules
>> 
>> ends with :
>> 
>> ...
>> config.status: creating admin/charsets/Makefile
>> config.status: creating admin/unidata/Makefile
>> config.status: creating admin/grammars/Makefile
>> config.status: creating src/config.h
>> config.status: executing src/epaths.h commands
>> sed: -e expression #1, char 79: unknown option to `s'
>> gmake: *** [Makefile:420: epaths-force-w32] Error 1
>> config.status: error: 'src/epaths.h' could not be made.
>
> No such problem here.
>
> What does the following command show if you invoke it from the Git
> Bash prompt in the Emacs work tree:
>
>     git config core.autocrlf

Actually, I retrieve a zip archive from the github emacs mirror.

I guess you want me to try on a cloned repository. I will try and let
you know.

Regards





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#54224; Package emacs. (Thu, 03 Mar 2022 21:31:01 GMT) Full text and rfc822 format available.

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

From: Edouard Debry <edouard.debry <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#54224: Configure error on windows 11
Date: Thu, 03 Mar 2022 22:30:10 +0100
Eli Zaretskii <eliz <at> gnu.org> writes:

>> From: Edouard Debry <edouard.debry <at> gmail.com>
>> Date: Wed, 02 Mar 2022 23:39:45 +0100
>> 
>> Latest (from yesterday) emacs master retrieved.
>> 
>> Configuration :
>> 
>> CFLAGS="-O2 -march=skylake" ./configure
>> --prefix=/d/Documents/utils/msys64/mingw64/local
>> --without-compress-install --with-native-compilation --without-dbus
>> --without-pop --with-modules
>> 
>> ends with :
>> 
>> ...
>> config.status: creating admin/charsets/Makefile
>> config.status: creating admin/unidata/Makefile
>> config.status: creating admin/grammars/Makefile
>> config.status: creating src/config.h
>> config.status: executing src/epaths.h commands
>> sed: -e expression #1, char 79: unknown option to `s'
>> gmake: *** [Makefile:420: epaths-force-w32] Error 1
>> config.status: error: 'src/epaths.h' could not be made.
>
> No such problem here.
>
> What does the following command show if you invoke it from the Git
> Bash prompt in the Emacs work tree:
>
>     git config core.autocrlf

Fixed, issue was that "gmake" was used instead of "make" because of my
PATH.

Regards





Reply sent to Corwin Brust <corwin <at> bru.st>:
You have taken responsibility. (Sun, 06 Mar 2022 18:27:02 GMT) Full text and rfc822 format available.

Notification sent to Edouard Debry <edouard.debry <at> gmail.com>:
bug acknowledged by developer. (Sun, 06 Mar 2022 18:27:02 GMT) Full text and rfc822 format available.

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

From: Corwin Brust <corwin <at> bru.st>
To: Edouard Debry <edouard.debry <at> gmail.com>
Cc: 54224-done <at> debbugs.gnu.org
Subject: Re: bug#54224: Configure error on windows 11
Date: Sun, 6 Mar 2022 12:25:49 -0600
On Thu, Mar 3, 2022 at 3:31 PM Edouard Debry <edouard.debry <at> gmail.com> wrote:
>
> Eli Zaretskii <eliz <at> gnu.org> writes:
>
> >
> > No such problem here.
> >
> > What does the following command show if you invoke it from the Git
> > Bash prompt in the Emacs work tree:
> >
> >     git config core.autocrlf
>
> Fixed, issue was that "gmake" was used instead of "make" because of my
> PATH.

Thanks; I'm therefore closing this bug report.

>
> Regards




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

This bug report was last modified 3 years and 71 days ago.

Previous Next


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