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

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

bug#15495: loading packages shows: void-function cl--do-remf


From: Andy Moreton
Subject: bug#15495: loading packages shows: void-function cl--do-remf
Date: Tue, 01 Oct 2013 15:30:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

On Tue 01 Oct 2013, Darren Hoo wrote:

> On Tue, Oct 1, 2013 at 2:32 AM, Stefan Monnier <monnier@iro.umontreal.ca> 
> wrote:
>
>> Not for me.  I guess the reason could be one of:
>> - you use a different version of Emacs.
> revno: 114486 is what I used
>
>> - your package.el was miscompiled (maybe a "make bootstrap" would help).
> I have done "make bootstrap" twice, once before I filed the report.
>
> BTW, I have moved ~/.emacs.d/elpa to ~/.emacs.d/elpa.bak and install a
> package from scratch, the problem persists.


I see the same problem after bootstrapping r114487 for Windows (mingw)
from a clean checkout. The build log shows:

--[log]---------------------------------------------------------------
Compiling /c/emacs/src/emacs/trunk/lisp/emacs-lisp/package.el

In end of data:
../../lisp/emacs-lisp/package.el:1829:1:Warning: the function `cl--do-remf'
    might not be defined at runtime.
../../lisp/emacs-lisp/package.el:1829:1:Warning: the function `lm-homepage' is
    not known to be defined.
--[log]---------------------------------------------------------------

Using "runemacs.exe --debug-init", emacs shows a backtrace in my init
file at "(require 'package)". Adding "(require 'cl-lib)" before that
line works around the problem.

Full build log and backtrace available if needed.

    AndyM








reply via email to

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