bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2304: marked as done (23.0.90; bootstrapping fails)


From: Emacs bug Tracking System
Subject: bug#2304: marked as done (23.0.90; bootstrapping fails)
Date: Thu, 12 Feb 2009 13:10:04 +0000

Your message dated Thu, 12 Feb 2009 14:00:04 +0100
with message-id <87fxijstd7.fsf@turtle.gmx.de>
and subject line Re: bug#2304: 23.0.90; bootstrapping fails
has caused the Emacs bug report #2304,
regarding 23.0.90; bootstrapping fails
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2304: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2304
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: 23.0.90; bootstrapping fails Date: Thu, 12 Feb 2009 10:32:13 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux)
After fixing the recent trivial problem in movemail.c, I still cannot 
bootstrap emacs:

,----
| $ make maintainer-clean && ./configure && make
| [...]
| Compiling /usr/local/src/emacs/lisp/progmodes/antlr-mode.el
| 
| In toplevel form:
| progmodes/antlr-mode.el:183:13:Error: Wrong type argument: 
number-or-marker-p, nil
| make[1]: *** [/usr/local/src/emacs/lisp/progmodes/antlr-mode.elc] Error 1
| make[1]: Leaving directory `/usr/local/src/emacs/lisp'
| make: *** [lisp] Error 2
`----

The offending line in antlr-mode.el looks like this:

(eval-when-compile
  (require 'cc-mode))

and cc-mode is not byte-compiled yet (and won't by invoking make -k).



--- End Message ---
--- Begin Message --- Subject: Re: bug#2304: 23.0.90; bootstrapping fails Date: Thu, 12 Feb 2009 14:00:04 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux)
Am 12.02.2009 um 13:57 schrieb Alan Mackenzie:

> On Thu, Feb 12, 2009 at 11:09:33AM +0100, Juanma Barranquero wrote:
>> The bootstrap failure is caused by this change:
>
>> 2009-02-05  Alan Mackenzie  <acm@muc.de>
>> 
>>         * progmodes/cc-defs.el (c-emacs-features): Check the working of
>>         beginning/end-of-defun-function more rigorously before setting
>>         argumentative-bod-function.
>
> It was indeed:  I'd used (= foo 3) instead of (eq foo 3).
>
> It should be fixed now.

It is, so I'm closing the bug.

Thanks,
       Sven


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]