GNU bug report logs -
#14633
24.3.50; Dependency resolution of builtin packages broken
Previous Next
Reported by: Sebastian Wiesner <lunaryorn <at> gmail.com>
Date: Sun, 16 Jun 2013 08:56:02 UTC
Severity: normal
Found in version 24.3.50
Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 14633 in the body.
You can then email your comments to 14633 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#14633
; Package
emacs
.
(Sun, 16 Jun 2013 08:56:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sebastian Wiesner <lunaryorn <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sun, 16 Jun 2013 08:56:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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/
Reply sent
to
Stefan Monnier <monnier <at> IRO.UMontreal.CA>
:
You have taken responsibility.
(Tue, 18 Jun 2013 20:08:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sebastian Wiesner <lunaryorn <at> gmail.com>
:
bug acknowledged by developer.
(Tue, 18 Jun 2013 20:08:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 14633-done <at> debbugs.gnu.org (full text, mbox):
> 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 <at> 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
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#14633
; Package
emacs
.
(Wed, 19 Jun 2013 12:09:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 14633-done <at> debbugs.gnu.org (full text, mbox):
2013/6/18 Stefan Monnier <monnier <at> 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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 18 Jul 2013 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 12 years and 29 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.