unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Bootstrapping trunk fails on Windows
@ 2014-06-15  9:35 martin rudalics
  2014-06-15 11:03 ` Dani Moncayo
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: martin rudalics @ 2014-06-15  9:35 UTC (permalink / raw)
  To: emacs-devel

I haven't been bootstrapping trunk for quite some while.  It currently
fails with MinGW as:

make[3]: Leaving directory `/c/emacs/trunk/lib'
make[2]: Leaving directory `/c/emacs/trunk/lib'
make -C lib-src all
make[2]: Entering directory `/c/emacs/trunk/lib-src'
gcc -std=gnu99  -c -mtune=pentium4    -I. -I../src -I../lib -I. -I./../src -I./../lib   -O0 -g3 ./../src/regex.c
In file included from ../src/config.h:1811:0,
                  from ./../src/regex.c:50:
../src/conf_post.h:32:27: fatal error: ms-w32.h: No such file or directory
compilation terminated.
make[2]: *** [regex.o] Error 1
make[2]: Leaving directory `/c/emacs/trunk/lib-src'
make[1]: *** [lib-src] Error 2
make[1]: Leaving directory `/c/emacs/trunk'
make: *** [bootstrap] Error 2

Thanks for any advice, martin



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Bootstrapping trunk fails on Windows
  2014-06-15  9:35 Bootstrapping trunk fails on Windows martin rudalics
@ 2014-06-15 11:03 ` Dani Moncayo
  2014-06-15 15:32   ` Andy Moreton
  2014-06-15 12:31 ` chriszheng99
  2014-06-16  7:10 ` martin rudalics
  2 siblings, 1 reply; 7+ messages in thread
From: Dani Moncayo @ 2014-06-15 11:03 UTC (permalink / raw)
  To: martin rudalics; +Cc: emacs-devel

> make[3]: Leaving directory `/c/emacs/trunk/lib'
> make[2]: Leaving directory `/c/emacs/trunk/lib'
> make -C lib-src all
> make[2]: Entering directory `/c/emacs/trunk/lib-src'
> gcc -std=gnu99  -c -mtune=pentium4    -I. -I../src -I../lib -I. -I./../src
> -I./../lib   -O0 -g3 ./../src/regex.c
> In file included from ../src/config.h:1811:0,
>                  from ./../src/regex.c:50:
> ../src/conf_post.h:32:27: fatal error: ms-w32.h: No such file or directory
> compilation terminated.
> make[2]: *** [regex.o] Error 1
> make[2]: Leaving directory `/c/emacs/trunk/lib-src'
> make[1]: *** [lib-src] Error 2
> make[1]: Leaving directory `/c/emacs/trunk'
> make: *** [bootstrap] Error 2

FWIW, I see the same failure.

The problem must be in a revision newer than r117303 (of 2014-06-10),
because that revision builds fine here.

-- 
Dani Moncayo



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Bootstrapping trunk fails on Windows
  2014-06-15  9:35 Bootstrapping trunk fails on Windows martin rudalics
  2014-06-15 11:03 ` Dani Moncayo
@ 2014-06-15 12:31 ` chriszheng99
  2014-06-16  7:10 ` martin rudalics
  2 siblings, 0 replies; 7+ messages in thread
From: chriszheng99 @ 2014-06-15 12:31 UTC (permalink / raw)
  To: rudalics; +Cc: emacs-devel

From: martin rudalics <rudalics@gmx.at>
Subject: Bootstrapping trunk fails on Windows
Date: Sun, 15 Jun 2014 11:35:34 +0200

I have successfully compiled from today's git trunk with the usual
"configure and make" way. I use the MinGW-W64 provided by MSYS2. Maybe
the build fail only occurs in the MinGW environment.

> I haven't been bootstrapping trunk for quite some while.  It currently
> fails with MinGW as:
> 
> make[3]: Leaving directory `/c/emacs/trunk/lib'
> make[2]: Leaving directory `/c/emacs/trunk/lib'
> make -C lib-src all
> make[2]: Entering directory `/c/emacs/trunk/lib-src'
> gcc -std=gnu99 -c -mtune=pentium4 -I. -I../src -I../lib -I. -I./../src
> -I./../lib -O0 -g3 ./../src/regex.c
> In file included from ../src/config.h:1811:0,
>                  from ./../src/regex.c:50:
> ../src/conf_post.h:32:27: fatal error: ms-w32.h: No such file or
> directory
> compilation terminated.
> make[2]: *** [regex.o] Error 1
> make[2]: Leaving directory `/c/emacs/trunk/lib-src'
> make[1]: *** [lib-src] Error 2
> make[1]: Leaving directory `/c/emacs/trunk'
> make: *** [bootstrap] Error 2
> 
> Thanks for any advice, martin
> 



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Bootstrapping trunk fails on Windows
  2014-06-15 11:03 ` Dani Moncayo
@ 2014-06-15 15:32   ` Andy Moreton
  2014-06-15 17:37     ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Andy Moreton @ 2014-06-15 15:32 UTC (permalink / raw)
  To: emacs-devel

On Sun 15 Jun 2014, Dani Moncayo wrote:

>> make[3]: Leaving directory `/c/emacs/trunk/lib'
>> make[2]: Leaving directory `/c/emacs/trunk/lib'
>> make -C lib-src all
>> make[2]: Entering directory `/c/emacs/trunk/lib-src'
>> gcc -std=gnu99  -c -mtune=pentium4    -I. -I../src -I../lib -I. -I./../src
>> -I./../lib   -O0 -g3 ./../src/regex.c
>> In file included from ../src/config.h:1811:0,
>>                  from ./../src/regex.c:50:
>> ../src/conf_post.h:32:27: fatal error: ms-w32.h: No such file or directory
>> compilation terminated.
>> make[2]: *** [regex.o] Error 1
>> make[2]: Leaving directory `/c/emacs/trunk/lib-src'
>> make[1]: *** [lib-src] Error 2
>> make[1]: Leaving directory `/c/emacs/trunk'
>> make: *** [bootstrap] Error 2
>
> FWIW, I see the same failure.
>
> The problem must be in a revision newer than r117303 (of 2014-06-10),
> because that revision builds fine here.

I see the same problem. r117332 builds ok, r117333 faqils with the error
shown above. I suspct is is somthing to do with the changes to
Makefile.in.

    AndyM




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Bootstrapping trunk fails on Windows
  2014-06-15 15:32   ` Andy Moreton
@ 2014-06-15 17:37     ` Eli Zaretskii
  2014-06-15 19:39       ` Dani Moncayo
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2014-06-15 17:37 UTC (permalink / raw)
  To: Andy Moreton; +Cc: emacs-devel

> From: Andy Moreton <andrewjmoreton@gmail.com>
> Date: Sun, 15 Jun 2014 16:32:20 +0100
> 
> On Sun 15 Jun 2014, Dani Moncayo wrote:
> 
> >> make[3]: Leaving directory `/c/emacs/trunk/lib'
> >> make[2]: Leaving directory `/c/emacs/trunk/lib'
> >> make -C lib-src all
> >> make[2]: Entering directory `/c/emacs/trunk/lib-src'
> >> gcc -std=gnu99  -c -mtune=pentium4    -I. -I../src -I../lib -I. -I./../src
> >> -I./../lib   -O0 -g3 ./../src/regex.c
> >> In file included from ../src/config.h:1811:0,
> >>                  from ./../src/regex.c:50:
> >> ../src/conf_post.h:32:27: fatal error: ms-w32.h: No such file or directory
> >> compilation terminated.
> >> make[2]: *** [regex.o] Error 1
> >> make[2]: Leaving directory `/c/emacs/trunk/lib-src'
> >> make[1]: *** [lib-src] Error 2
> >> make[1]: Leaving directory `/c/emacs/trunk'
> >> make: *** [bootstrap] Error 2
> >
> > FWIW, I see the same failure.
> >
> > The problem must be in a revision newer than r117303 (of 2014-06-10),
> > because that revision builds fine here.
> 
> I see the same problem. r117332 builds ok, r117333 faqils with the error
> shown above. I suspct is is somthing to do with the changes to
> Makefile.in.

Thanks for pinpointing the offending commit.  Should be fixed now.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Bootstrapping trunk fails on Windows
  2014-06-15 17:37     ` Eli Zaretskii
@ 2014-06-15 19:39       ` Dani Moncayo
  0 siblings, 0 replies; 7+ messages in thread
From: Dani Moncayo @ 2014-06-15 19:39 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Emacs development discussions

> Thanks for pinpointing the offending commit.  Should be fixed now.

It is fixed.  Thank you.

-- 
Dani Moncayo



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Bootstrapping trunk fails on Windows
  2014-06-15  9:35 Bootstrapping trunk fails on Windows martin rudalics
  2014-06-15 11:03 ` Dani Moncayo
  2014-06-15 12:31 ` chriszheng99
@ 2014-06-16  7:10 ` martin rudalics
  2 siblings, 0 replies; 7+ messages in thread
From: martin rudalics @ 2014-06-16  7:10 UTC (permalink / raw)
  To: emacs-devel

Thanks for the fix.

martin




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-06-16  7:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-15  9:35 Bootstrapping trunk fails on Windows martin rudalics
2014-06-15 11:03 ` Dani Moncayo
2014-06-15 15:32   ` Andy Moreton
2014-06-15 17:37     ` Eli Zaretskii
2014-06-15 19:39       ` Dani Moncayo
2014-06-15 12:31 ` chriszheng99
2014-06-16  7:10 ` martin rudalics

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).