GNU bug report logs - #23927
25.0.94; Errors when updating using package.el

Previous Next

Package: emacs;

Reported by: Live System User <nyc4bos <at> aol.com>

Date: Sat, 9 Jul 2016 04:18:02 UTC

Severity: normal

Found in version 25.0.94

Fixed in version 25.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Live System User <nyc4bos <at> aol.com>
Cc: 23927 <at> debbugs.gnu.org
Subject: Re: bug#23927: 25.0.94; Errors when updating using package.el
Date: Sat, 09 Jul 2016 10:19:33 +0300
> From: Live System User <nyc4bos <at> aol.com>
> Date: Sat, 09 Jul 2016 00:17:03 -0400
> 
>         When updating a package `(package-menu-mark-upgrades)',
>         I got the following errors/warnings:
> 
> package-activate-1: Required feature ‘info’ was not provided

A recipe to reproduce this will be appreciated.  The 'info' feature
comes with Emacs, so the only way I could understand how this can
happen is that somehow load-path doesn't include the standard
directories when this code is run.  But why and how could that happen?

> Invalid face reference: package-status-builtin-face
> Invalid face reference: package-status-builtin-face [3 times]

A typo?  From package.el:

  (defface package-status-built-in
           ^^^^^^^^^^^^^^^^^^^^^^^
    '((t :inherit font-lock-builtin-face))
    "Face used on the status and version of built-in packages."
    :version "25.1")

  (defface package-status-external
    '((t :inherit package-status-builtin-face))
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    "Face used on the status and version of external packages."
    :version "25.1")

Would package.el gurus please take a look at this?  These sound like
very basic problems in package.el, so I'd hate to release 25.1 with
them.




This bug report was last modified 8 years and 310 days ago.

Previous Next


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