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

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

bug#14633: 24.3.50; Dependency resolution of builtin packages broken


From: Stefan Monnier
Subject: bug#14633: 24.3.50; Dependency resolution of builtin packages broken
Date: Tue, 18 Jun 2013 16:07:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> Installing a package which depends on the builtin eieio package in
> version 1.3 fails with an error stating that "Package `eieio-1.3' is
> unavailable":

ELISP> (package-installed-p 'eieio)
> t
ELISP> (package-built-in-p 'eieio)
> t
ELISP> (package-install (cdr (assq 'gist package-archive-contents)))
> *** Eval error ***  Package `eieio-1.3' is unavailable

Indeed.  I installed the patch below which appears to fix it.
Thank you.


        Stefan


=== modified file 'lisp/emacs-lisp/eieio-custom.el'
--- lisp/emacs-lisp/eieio-custom.el     2013-02-19 02:57:04 +0000
+++ lisp/emacs-lisp/eieio-custom.el     2013-06-18 19:47:37 +0000
@@ -4,7 +4,8 @@
 ;; Inc.
 
 ;; Author: Eric M. Ludlam <zappo@gnu.org>
-;; Version: 0.2
+;; Old-Version: 0.2 (using "Version:" made Emacs think this is package
+;;                   eieio-0.2).
 ;; Keywords: OO, lisp
 ;; Package: eieio
 






reply via email to

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