unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#14633: 24.3.50; Dependency resolution of builtin packages broken
@ 2013-06-16  8:55 Sebastian Wiesner
  2013-06-18 20:07 ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Wiesner @ 2013-06-16  8:55 UTC (permalink / raw)
  To: 14633


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

The "gist" package [1] is from MELPA [2].

[1]: https://github.com/defunkt/gist.el/blob/master/gist.el
[2]: http://melpa.milkbox.net/





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#14633: 24.3.50; Dependency resolution of builtin packages broken
  2013-06-16  8:55 bug#14633: 24.3.50; Dependency resolution of builtin packages broken Sebastian Wiesner
@ 2013-06-18 20:07 ` Stefan Monnier
  2013-06-19 12:07   ` Sebastian Wiesner
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2013-06-18 20:07 UTC (permalink / raw)
  To: Sebastian Wiesner; +Cc: 14633-done

> 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
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#14633: 24.3.50; Dependency resolution of builtin packages broken
  2013-06-18 20:07 ` Stefan Monnier
@ 2013-06-19 12:07   ` Sebastian Wiesner
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Wiesner @ 2013-06-19 12:07 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: 14633-done

2013/6/18 Stefan Monnier <monnier@iro.umontreal.ca>:
>> 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.

Thank you for fixing it.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-06-19 12:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-16  8:55 bug#14633: 24.3.50; Dependency resolution of builtin packages broken Sebastian Wiesner
2013-06-18 20:07 ` Stefan Monnier
2013-06-19 12:07   ` Sebastian Wiesner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).