all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#29280: 26.0.90+27.0.50; Invalid function: load
@ 2017-11-13  0:13 Katsumi Yamaoka
  2017-11-13  0:45 ` Ken Brown
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Katsumi Yamaoka @ 2017-11-13  0:13 UTC (permalink / raw)
  To: 29280

Hi,

Is it just me, or Cygwin specific?  Both master and emacs-26
bootstrap failed since last week.

[...]
./temacs --batch  --load loadup bootstrap
Invalid function: load
make[2]: *** [Makefile:738: bootstrap-emacs.exe] Error 255
make[2]: Leaving directory '/Work/emacs/src'
make[1]: *** [Makefile:416: src] Error 2
make[1]: Leaving directory '/Work/emacs'
make: *** [GNUmakefile:79: bootstrap] Error 2

$ ./src/temacs.exe
Invalid function: load

Thanks.

In GNU Emacs 26.0.90 (build 1, i686-pc-cygwin, GTK+ Version 3.18.9)
 of 2017-11-06 built on localhost
Windowing system distributor 'The Cygwin/X Project', version 11.0.11900000





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

* bug#29280: 26.0.90+27.0.50; Invalid function: load
  2017-11-13  0:13 bug#29280: 26.0.90+27.0.50; Invalid function: load Katsumi Yamaoka
@ 2017-11-13  0:45 ` Ken Brown
  2017-11-13  3:33 ` Eli Zaretskii
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Ken Brown @ 2017-11-13  0:45 UTC (permalink / raw)
  To: Katsumi Yamaoka, 29280

On 11/12/2017 7:13 PM, Katsumi Yamaoka wrote:
> Hi,
> 
> Is it just me, or Cygwin specific?  Both master and emacs-26
> bootstrap failed since last week.
> 
> [...]
> ./temacs --batch  --load loadup bootstrap
> Invalid function: load
> make[2]: *** [Makefile:738: bootstrap-emacs.exe] Error 255
> make[2]: Leaving directory '/Work/emacs/src'
> make[1]: *** [Makefile:416: src] Error 2
> make[1]: Leaving directory '/Work/emacs'
> make: *** [GNUmakefile:79: bootstrap] Error 2

I'm seeing something similar on 32-bit Cygwin (but not 64-bit).  I won't 
have a chance to look into this until tomorrow, but my guess is that the 
static heap size needs to be increased again.  Something similar 
happened in the native Windows build recently (Bug#29180).

Ken






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

* bug#29280: 26.0.90+27.0.50; Invalid function: load
  2017-11-13  0:13 bug#29280: 26.0.90+27.0.50; Invalid function: load Katsumi Yamaoka
  2017-11-13  0:45 ` Ken Brown
@ 2017-11-13  3:33 ` Eli Zaretskii
  2017-11-13 18:58 ` Paul Eggert
  2017-11-13 23:47 ` Katsumi Yamaoka
  3 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2017-11-13  3:33 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: 29280

> Date: Mon, 13 Nov 2017 09:13:43 +0900
> From: Katsumi Yamaoka <yamaoka@jpl.org>
> 
> Is it just me, or Cygwin specific?  Both master and emacs-26
> bootstrap failed since last week.
> 
> [...]
> ./temacs --batch  --load loadup bootstrap
> Invalid function: load
> make[2]: *** [Makefile:738: bootstrap-emacs.exe] Error 255
> make[2]: Leaving directory '/Work/emacs/src'
> make[1]: *** [Makefile:416: src] Error 2
> make[1]: Leaving directory '/Work/emacs'
> make: *** [GNUmakefile:79: bootstrap] Error 2
> 
> $ ./src/temacs.exe
> Invalid function: load

It's likely related to the issues with aligning Lisp objects.  Paul is
working on a patch (and published a preliminary version of it a day
ago).  Please wait for a while.





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

* bug#29280: 26.0.90+27.0.50; Invalid function: load
  2017-11-13  0:13 bug#29280: 26.0.90+27.0.50; Invalid function: load Katsumi Yamaoka
  2017-11-13  0:45 ` Ken Brown
  2017-11-13  3:33 ` Eli Zaretskii
@ 2017-11-13 18:58 ` Paul Eggert
  2017-11-13 23:47 ` Katsumi Yamaoka
  3 siblings, 0 replies; 5+ messages in thread
From: Paul Eggert @ 2017-11-13 18:58 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: 29280

I installed some alignment-related patches into emacs-26 and just now 
merged them into master. Please give them a try.






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

* bug#29280: 26.0.90+27.0.50; Invalid function: load
  2017-11-13  0:13 bug#29280: 26.0.90+27.0.50; Invalid function: load Katsumi Yamaoka
                   ` (2 preceding siblings ...)
  2017-11-13 18:58 ` Paul Eggert
@ 2017-11-13 23:47 ` Katsumi Yamaoka
  3 siblings, 0 replies; 5+ messages in thread
From: Katsumi Yamaoka @ 2017-11-13 23:47 UTC (permalink / raw)
  To: Paul Eggert; +Cc: 29280-done

On Mon, 13 Nov 2017 10:58:38 -0800, Paul Eggert wrote:
> I installed some alignment-related patches into emacs-26 and just now
> merged them into master. Please give them a try.

Both work fine now.  Thank you.





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

end of thread, other threads:[~2017-11-13 23:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-13  0:13 bug#29280: 26.0.90+27.0.50; Invalid function: load Katsumi Yamaoka
2017-11-13  0:45 ` Ken Brown
2017-11-13  3:33 ` Eli Zaretskii
2017-11-13 18:58 ` Paul Eggert
2017-11-13 23:47 ` Katsumi Yamaoka

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.