GNU bug report logs - #29280
26.0.90+27.0.50; Invalid function: load

Previous Next

Package: emacs;

Reported by: Katsumi Yamaoka <yamaoka <at> jpl.org>

Date: Mon, 13 Nov 2017 00:15:02 UTC

Severity: normal

Found in version 26.0.90

Done: Katsumi Yamaoka <yamaoka <at> jpl.org>

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 29280 in the body.
You can then email your comments to 29280 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#29280; Package emacs. (Mon, 13 Nov 2017 00:15:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Katsumi Yamaoka <yamaoka <at> jpl.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 13 Nov 2017 00:15:02 GMT) Full text and rfc822 format available.

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

From: Katsumi Yamaoka <yamaoka <at> jpl.org>
To: bug-gnu-emacs <at> gnu.org
Subject: 26.0.90+27.0.50; Invalid function: load
Date: Mon, 13 Nov 2017 09:13:43 +0900
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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#29280; Package emacs. (Mon, 13 Nov 2017 00:47:01 GMT) Full text and rfc822 format available.

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

From: Ken Brown <kbrown <at> cornell.edu>
To: Katsumi Yamaoka <yamaoka <at> jpl.org>, 29280 <at> debbugs.gnu.org
Subject: Re: bug#29280: 26.0.90+27.0.50; Invalid function: load
Date: Sun, 12 Nov 2017 19:45:57 -0500
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





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#29280; Package emacs. (Mon, 13 Nov 2017 03:34:01 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Katsumi Yamaoka <yamaoka <at> jpl.org>
Cc: 29280 <at> debbugs.gnu.org
Subject: Re: bug#29280: 26.0.90+27.0.50; Invalid function: load
Date: Mon, 13 Nov 2017 05:33:48 +0200
> Date: Mon, 13 Nov 2017 09:13:43 +0900
> From: Katsumi Yamaoka <yamaoka <at> 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.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#29280; Package emacs. (Mon, 13 Nov 2017 18:59:01 GMT) Full text and rfc822 format available.

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

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Katsumi Yamaoka <yamaoka <at> jpl.org>
Cc: 29280 <at> debbugs.gnu.org
Subject: Re: bug#29280: 26.0.90+27.0.50; Invalid function: load
Date: Mon, 13 Nov 2017 10:58:38 -0800
I installed some alignment-related patches into emacs-26 and just now 
merged them into master. Please give them a try.





Reply sent to Katsumi Yamaoka <yamaoka <at> jpl.org>:
You have taken responsibility. (Mon, 13 Nov 2017 23:48:02 GMT) Full text and rfc822 format available.

Notification sent to Katsumi Yamaoka <yamaoka <at> jpl.org>:
bug acknowledged by developer. (Mon, 13 Nov 2017 23:48:02 GMT) Full text and rfc822 format available.

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

From: Katsumi Yamaoka <yamaoka <at> jpl.org>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: 29280-done <at> debbugs.gnu.org
Subject: Re: bug#29280: 26.0.90+27.0.50; Invalid function: load
Date: Tue, 14 Nov 2017 08:47:36 +0900
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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 12 Dec 2017 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 187 days ago.

Previous Next


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