[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master d20acfe: Fix Gnus registry pruning and sorting, and rename fi
From: |
Eric Abrahamsen |
Subject: |
Re: master d20acfe: Fix Gnus registry pruning and sorting, and rename file |
Date: |
Thu, 18 Dec 2014 23:26:22 +0800 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) |
Dmitry Gutov <address@hidden> writes:
> Hi!
>
>> branch: master
>> commit d20acfe06340953dce443795d28ac224a2223414
>> Author: Eric Abrahamsen <address@hidden>
>> Commit: Katsumi Yamaoka <address@hidden>
>
> This commit breaks compilation of Emacs master:
I just got a bunch of mean emails from the buildbot...
Sorry about that. I didn't know enough about the build process to
anticipate this failure -- I guess most-positive-fixnum isn't available
when batch-compiling?
I've attached a patch that puts things back the way they were.
Eric
0001-Revert-gnus-registry-slot-initform-to-previous-value.patch
Description: Text Data
> Compiling gnus/gnus-registry.el
> Eager macro-expansion failure: (invalid-slot-type max-size integer
> most-positive-fixnum)
> Eager macro-expansion failure: (invalid-slot-type max-size integer
> most-positive-fixnum)
>
> In toplevel form:
> gnus/gnus-registry.el:88:1:Error: Invalid slot type: max-size, integer,
> most-positive-fixnum
> make[3]: *** [gnus/gnus-registry.elc] Error 1
> make[3]: Leaving directory `/home/gutov/vc/emacs/lisp'
> make[2]: *** [compile-main] Error 2
> make[2]: Leaving directory `/home/gutov/vc/emacs/lisp'
> make[1]: *** [lisp] Error 2
> make[1]: Leaving directory `/home/gutov/vc/emacs'
> make: *** [bootstrap] Error 2