unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Build failure on Cygwin
@ 2007-04-13  3:12 Eric Hanchrow
  2007-04-13  9:35 ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Hanchrow @ 2007-04-13  3:12 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 60 bytes --]

I simply did "cvs co ...", "./configure", "make bootstrap".

[-- Attachment #2: typescript --]
[-- Type: application/octet-stream, Size: 290369 bytes --]

[-- Attachment #3: emacs.exe.stackdump --]
[-- Type: application/octet-stream, Size: 1086 bytes --]

Stack trace:
Frame     Function  Args
00217128  7C802532  (000006FC, 0000EA60, 000000A4, 00217170)
00217248  6109773C  (00000000, 00000000, 00000000, 00000000)
00217338  610952BB  (00000000, 00217460, 00217428, 00217300)
00217398  6109579B  (002173B0, 00000000, 00000094, 200D5805)
00217458  61095952  (000000DC, 00000006, 202DC801, 0022CE64)
00217478  61092D88  (00000006, 60030000, 002175A8, 610977FC)
00217568  61017B60  (000006FC, 0000EA60, 000000A4, 002175B0)
00217688  610977FC  (00000000, 0000005B, 0000005B, 00000001)
00217778  610952BB  (00000000, 202DC801, 002178A8, 610977FC)
002177D8  6109579B  (002177F0, 00000000, 00000094, 00217838)
00217898  61095952  (000000DC, 00000006, 002178C8, 201500A2)
002178A8  61092D88  (00000000, 20690000, 211C1708, 204CBEC0)
002178C8  201500A2  (206A16E8, 211C1708, 00007760, 00000000)
00217908  20150C91  (FFFDE000, FFFFFFFF, 00217938, 2004ABF3)
00217978  2014F5F4  (00003FD0, 0021BDD0, 002179A8, 200F187E)
00217988  200F1BE1  (00003FD0, 0021BDD0, 00000000, 202DC831)
End of stack trace (more stack frames may be present)

[-- Attachment #4: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

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

* Re: Build failure on Cygwin
  2007-04-13  3:12 Eric Hanchrow
@ 2007-04-13  9:35 ` Eli Zaretskii
  2007-04-13 15:01   ` Eric Hanchrow
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2007-04-13  9:35 UTC (permalink / raw)
  To: Eric Hanchrow; +Cc: emacs-devel

> Date: Thu, 12 Apr 2007 20:12:06 -0700
> From: "Eric Hanchrow" <eric.hanchrow@gmail.com>
> 
> I simply did "cvs co ...", "./configure", "make bootstrap".

Thanks for reporting.

Is this the first time you try to bootstrap the Cygwin build?  If so,
please look for relevant entries in PROBLEMS, and make sure you don't
trip on any of the Cygwin-related gotchas mentioned there.  In
particular, the one with GCC versions.

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

* Re: Build failure on Cygwin
  2007-03-23 14:04 emacs snapshot tarball test build Eli Zaretskii
@ 2007-04-13 11:47 ` Angelo Graziosi
  0 siblings, 0 replies; 8+ messages in thread
From: Angelo Graziosi @ 2007-04-13 11:47 UTC (permalink / raw)
  To: emacs-devel


Eric Hanchrow wrote:

> I simply did "cvs co ...", "./configure", "make bootstrap". 
>
> ...
> Fatal error (6)/bin/sh: line 2:   220 Aborted....
>

This often happens in bootstrapping under Cygwin.

Solution: build in a separate directory and/or build from an
"xterm" console (NOT the dos-like console)...

...or use prebuild (22.0.97-pretest) Cygwin binaries from
http://www.webalice.it/angelo.graziosi/Emacs.html.

To build use GCC-4.0.3 or 4.0.4 which seem to give very stable binaries.



Cheers,

   Angelo.

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

* Re: Build failure on Cygwin
  2007-04-13  9:35 ` Eli Zaretskii
@ 2007-04-13 15:01   ` Eric Hanchrow
  2007-04-13 19:01     ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Hanchrow @ 2007-04-13 15:01 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Eric Hanchrow, emacs-devel

>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:

    >> Date: Thu, 12 Apr 2007 20:12:06 -0700 From: "Eric Hanchrow"
    >> <eric.hanchrow@gmail.com>
    >>
    >> I simply did "cvs co ...", "./configure", "make bootstrap".

    Eli> Thanks for reporting.

    Eli> Is this the first time you try to bootstrap the Cygwin build?

Yes, or at least, the first time in years.

    Eli> If so, please look for relevant entries in PROBLEMS, and make
    Eli> sure you don't trip on any of the Cygwin-related gotchas
    Eli> mentioned there.  In particular, the one with GCC versions.

I did indeed have gcc 3.4.4, which that file mentions doesn't work.
Thanks, that explains the failure.  But it leaves me with two
questions:

* Couldn't "configure" detect the gcc version, and fail if it finds
  that we're using any of those bad gcc versions on Cygwin?  That
  would have saved me and you time.

* Do I need to build gcc 4 myself from source?  It doesn't appear to
  be available from Cygwin's setup program.

-- 

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

* Re: Build failure on Cygwin
  2007-04-13 15:01   ` Eric Hanchrow
@ 2007-04-13 19:01     ` Eli Zaretskii
  2007-04-14  1:04       ` Eric Hanchrow
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2007-04-13 19:01 UTC (permalink / raw)
  To: Eric Hanchrow; +Cc: eric.hanchrow, emacs-devel

> Cc: "Eric Hanchrow" <eric.hanchrow@gmail.com>,  emacs-devel@gnu.org
> From: Eric Hanchrow <offby1@blarg.net>
> Date: Fri, 13 Apr 2007 08:01:50 -0700
> 
> * Couldn't "configure" detect the gcc version, and fail if it finds
>   that we're using any of those bad gcc versions on Cygwin?  That
>   would have saved me and you time.

I'm not sure this is such a good idea, since the problems that cause
this could be fixed in the near future, and new GCC versions appear
much faster than Emacs releases.  We could be left with gratuitous
failures very soon.

> * Do I need to build gcc 4 myself from source?  It doesn't appear to
>   be available from Cygwin's setup program.

I hope someone who uses Cygwin, like Angelo Graziosi, can help you
here.

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

* Re: Build failure on Cygwin
  2007-04-13 19:01     ` Eli Zaretskii
@ 2007-04-14  1:04       ` Eric Hanchrow
  2007-04-14 11:30         ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Hanchrow @ 2007-04-14  1:04 UTC (permalink / raw)
  To: emacs-devel

For what it's worth, I just built gcc 4 from source, which went
perfectly smoothly, and then built emacs from that, which also went
perfectly smoothly.
-- 

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

* Re: Build failure on Cygwin
  2007-04-14  1:04       ` Eric Hanchrow
@ 2007-04-14 11:30         ` Eli Zaretskii
  0 siblings, 0 replies; 8+ messages in thread
From: Eli Zaretskii @ 2007-04-14 11:30 UTC (permalink / raw)
  To: Eric Hanchrow; +Cc: emacs-devel

> From: Eric Hanchrow <offby1@blarg.net>
> Date: Fri, 13 Apr 2007 18:04:29 -0700
> 
> For what it's worth, I just built gcc 4 from source, which went
> perfectly smoothly, and then built emacs from that, which also went
> perfectly smoothly.

Thanks for reporting this, and for trying the Cygwin build in the
first place.

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

* Re: Build failure on Cygwin
@ 2007-04-15 12:11 Angelo Graziosi
  0 siblings, 0 replies; 8+ messages in thread
From: Angelo Graziosi @ 2007-04-15 12:11 UTC (permalink / raw)
  To: emacs-devel




Eli Zaretskii wrote:

> I hope someone who uses Cygwin, like Angelo Graziosi, can help you
> here.


Hi Eric,

I have tried to send (by attaching, 3 MB) the Cygwin binaries of GCC-4.0.4
with which the Emacs-cvs build works fine but it seems that something went
wrong and the replay is absent from this list.

In any case I have seen that you have solved building yourself GCC-4 and
this is good.


Cheers,

   Angelo.

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

end of thread, other threads:[~2007-04-15 12:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-15 12:11 Build failure on Cygwin Angelo Graziosi
  -- strict thread matches above, loose matches on Subject: below --
2007-04-13  3:12 Eric Hanchrow
2007-04-13  9:35 ` Eli Zaretskii
2007-04-13 15:01   ` Eric Hanchrow
2007-04-13 19:01     ` Eli Zaretskii
2007-04-14  1:04       ` Eric Hanchrow
2007-04-14 11:30         ` Eli Zaretskii
2007-03-23 14:04 emacs snapshot tarball test build Eli Zaretskii
2007-04-13 11:47 ` Build failure on Cygwin Angelo Graziosi

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).