Debian Bug report logs -
#517839
slime: SLIME fails to upgrade
Reported by: Christoph Egger <debian@christoph-egger.org>
Date: Mon, 2 Mar 2009 13:12:08 UTC
Severity: grave
Tags: upstream
Found in version slime/1:20090217-1
Fixed in version slime/1:20090409-1
Done: Peter Van Eynde <pvaneynd@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>:
Bug#517839; Package slime.
(Mon, 02 Mar 2009 13:12:14 GMT) (full text, mbox, link).
Acknowledgement sent
to Christoph Egger <debian@christoph-egger.org>:
New Bug report received and forwarded. Copy sent to Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>.
(Mon, 02 Mar 2009 13:12:14 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Package: slime
Version: 1:20090217-1
Severity: grave
Justification: renders package unusable
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Updating SLIME in testing fails on configuration. See the aptitude
output attached to this mail.
Regards
Christoph
- -- System Information:
Debian Release: 5.0
APT prefers testing
APT policy: (990, 'testing'), (500, 'stable'), (400, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.28.7-custom (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages slime depends on:
ii emacsen-common 1.4.17 Common facilities for all emacsen
Versions of packages slime recommends:
ii cl-swank 1:20090217-1 Superior LISP Interaction Mode for
pn emacs | emacs22 <none> (no description available)
ii emacs22-gtk [info-browser] 22.2+2-5 The GNU Emacs editor (with GTK use
ii info [info-browser] 4.11.dfsg.1-4 Standalone GNU Info documentation
ii konqueror [info-browser] 4:4.2.0-1 KDE 4's advanced file manager, web
ii xemacs21-gnome-mule [info- 21.4.21-4 highly customizable text editor --
ii xemacs21-mule [info-browse 21.4.21-4 highly customizable text editor --
slime suggests no packages.
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkmr2nIACgkQz9S5sZBYslM5jACfZfUG17fxL2lqmEPr6vs4/Ua/
c2kAn1+2jeTHaaeOc44ygteakT282563
=Y0oI
-----END PGP SIGNATURE-----
[slimefail (text/plain, attachment)]
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>:
Bug#517839; Package slime.
(Fri, 13 Mar 2009 00:42:16 GMT) (full text, mbox, link).
Acknowledgement sent
to Luca Capello <luca@pca.it>:
Extra info received and forwarded to list. Copy sent to Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>.
(Fri, 13 Mar 2009 00:42:16 GMT) (full text, mbox, link).
Message #10 received at 517839@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
tags 517839 + upstream
thanks
Hi Christoph!
Cc:ing the slime-devel mailing list, since this is an upstream issue
(already reported, read below). Please keep the Debian BTS as cc:ed (no
subscription requnired).
On Mon, 02 Mar 2009 14:09:10 +0100, Christoph Egger wrote:
> Updating SLIME in testing fails on configuration. See the aptitude
> output attached to this mail.
Please always set LANG=C when you provide logs, since it is difficult to
parse foreign languages ;-)
I can reproduce the bug on a clean cowbuilder chroot: first, I created
it for lenny, then installed slime together with xemacs21 and emacs22
(no errors). After that I modified apt's sources.list to point to
testing:
=====
root@gismo:/# apt-get update
Get:1 http://cdn.debian.net testing Release.gpg [197B]
Get:2 http://cdn.debian.net testing Release [71.6kB]
Get:3 http://cdn.debian.net testing/main Packages [5533kB]
Fetched 5604kB in 11s (497kB/s)
Reading package lists... Done
root@gismo:/# apt-get dist-upgrade
[...]
The following packages will be upgraded:
aptitude base-files bash binutils cl-swank cowdancer cpio cpp cpp-4.3
debconf debconf-i18n debianutils fakeroot findutils g++ g++-4.3 gcc
gcc-4.3 gcc-4.3-base gnupg gpgv grep gzip libc6 libc6-dev libdb4.6
libept0 libgcc1 libgcrypt11 libgdbm3 libgmp3c2 libgnutls26 libgomp1
libice6 libmpfr1ldbl libncurses5 libncursesw5 libreadline5 libsepol1
libsm6 libstdc++6 libstdc++6-4.3-dev libtasn1-3 libxapian15 libxau6
libxaw7 mawk mktemp ncurses-base ncurses-bin pbuilder readline-common
realpath sed slime tzdata
56 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 37.5MB/38.7MB of archives.
After this operation, 3084kB of additional disk space will be used.
Do you want to continue [Y/n]? y
[...]
=====
> Compiling /usr/share/xemacs21/site-lisp/slime/slime.el...
> While compiling toplevel forms in file /usr/share/xemacs21/site-lisp/slime/slime.el:
> !! error (("Required feature arc-mode was not provided"))
>>>Error occurred processing slime.el:
> Required feature arc-mode was not provided
This is the problem, specific to xemacs21 and not emacs22. The problem
is in slime.el at line 69:
--8<---------------cut here---------------start------------->8---
(require 'overlay))
(require 'easymenu)
(eval-when (compile)
(require 'arc-mode)
(require 'apropos)
(require 'outline)
(require 'etags))
--8<---------------cut here---------------end--------------->8---
This has already been reported upstream, see the discussion at
http://common-lisp.net/pipermail/slime-devel/2008-October/015633.html
Quoting Helmut Heller from the thread above:
--8<---------------cut here---------------start------------->8---
On Mon, 27 Oct 2008 19:49:13 +0100, Helmut Eller wrote:
> * Steven E. Harris [2008-10-27 00:21+0100] writes:
>
>>> Byte-compilation doesn't work in XEmacs, though.
>>
>> In general, or as a result of this change? Before my last post, I was
>> able to byte-compile slime.el when I commented out the `require' form,
>> but I concede that I didn't test the result.
>
> It doesn't work because arc-mode.el in XEmacs provides 'archive-mode
> instead of 'arc-mode.
--8<---------------cut here---------------end--------------->8---
Since on Debian we byte-compile emacsen files at installation, I do not
know how to proceed here.
Is not this a bug in XEmacs? I would say so and thus reassign the bug
to xemacs21.
Thx, bye,
Gismo / Luca
[Message part 2 (application/pgp-signature, inline)]
Tags added: upstream
Request was from Luca Capello <luca@pca.it>
to control@bugs.debian.org.
(Fri, 13 Mar 2009 00:42:24 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>:
Bug#517839; Package slime.
(Fri, 13 Mar 2009 23:03:02 GMT) (full text, mbox, link).
Acknowledgement sent
to ucko@debian.org (Aaron M. Ucko):
Extra info received and forwarded to list. Copy sent to Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>.
(Fri, 13 Mar 2009 23:03:02 GMT) (full text, mbox, link).
Message #17 received at 517839@bugs.debian.org (full text, mbox, reply):
Luca Capello <luca@pca.it> writes:
> Quoting Helmut Heller from the thread above:
>
>> It doesn't work because arc-mode.el in XEmacs provides 'archive-mode
>> instead of 'arc-mode.
I've run into this as well. I agree that XEmacs's arc-mode.el really
ought to provide 'arc-mode either instead of or in addition to
'archive-mode. Meanwhile, though, perhaps slime could invoke load
instead of require?:
(load "arc-mode" nil t) ; load quietly, but non-existence is an error.
--
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
Finger amu@monk.mit.edu (NOT a valid e-mail address) for more info.
Reply sent
to Peter Van Eynde <pvaneynd@debian.org>:
You have taken responsibility.
(Tue, 14 Apr 2009 21:22:08 GMT) (full text, mbox, link).
Notification sent
to Christoph Egger <debian@christoph-egger.org>:
Bug acknowledged by developer.
(Tue, 14 Apr 2009 21:22:08 GMT) (full text, mbox, link).
Message #22 received at 517839-close@bugs.debian.org (full text, mbox, reply):
Source: slime
Source-Version: 1:20090409-1
We believe that the bug you reported is fixed in the latest version of
slime, which is due to be installed in the Debian FTP archive:
cl-swank_20090409-1_all.deb
to pool/main/s/slime/cl-swank_20090409-1_all.deb
slime_20090409-1.diff.gz
to pool/main/s/slime/slime_20090409-1.diff.gz
slime_20090409-1.dsc
to pool/main/s/slime/slime_20090409-1.dsc
slime_20090409-1_all.deb
to pool/main/s/slime/slime_20090409-1_all.deb
slime_20090409.orig.tar.gz
to pool/main/s/slime/slime_20090409.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 517839@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Peter Van Eynde <pvaneynd@debian.org> (supplier of updated slime package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 14 Apr 2009 22:26:54 +0200
Source: slime
Binary: slime cl-swank
Architecture: source all
Version: 1:20090409-1
Distribution: unstable
Urgency: low
Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.org>
Changed-By: Peter Van Eynde <pvaneynd@debian.org>
Description:
cl-swank - Superior LISP Interaction Mode for Emacs (Lisp-side server)
slime - Superior LISP Interaction Mode for Emacs
Closes: 410856 457648 477265 478355 517205 517839
Changes:
slime (1:20090409-1) unstable; urgency=low
.
* New upstream version.
Code rewrite that (Closes: #410856)
Also fixes the swank-in-swank problem (Closes: #457648)
* Removed xref.lisp again and added a test in the makefile for it
(Closes: #517205)
* Fixed typo in swank-loader.lisp that creates spurious warnings.
(Closes: #477265)
* add a conflict for emacs21. xemacs. Limiting compatiblity to
emacs22 will already be a challenge.
(Closes: #517839, #478355)
* Move to debhelper v7
* updated standard version without any real changes
Checksums-Sha1:
836e0915d904c85c792529b20c271c76593ea01b 1360 slime_20090409-1.dsc
56829459376a51df81e40523b3de2702a5a1ea7c 801550 slime_20090409.orig.tar.gz
a7170bc7abe019237dd7ed927c7eb1ce2e13e35d 19200 slime_20090409-1.diff.gz
a228d3d24a1acfa31156f8b952a6e378b97db641 935376 slime_20090409-1_all.deb
6d291891fdf6137f6ba96cd02511cd4ce1e3adfe 446716 cl-swank_20090409-1_all.deb
Checksums-Sha256:
f72dbc1a639fd3dcfdb3d0a4e503b565e40e079abc492630c5f7e0d9face1aaf 1360 slime_20090409-1.dsc
d29b6e69b82a9310052a1c488b207a70fc0b3ac22dbe14268cd15ce30cb7c049 801550 slime_20090409.orig.tar.gz
a5b662c242336908e14d0552e3f46cb36cbf8dfec437601c1a0a22d13c6d415d 19200 slime_20090409-1.diff.gz
a6f943d283d29c0554dd69a3e60c3360be20390da0b725962ac87a90c34ad545 935376 slime_20090409-1_all.deb
3d8fb8a738db638b9a39f63974f6a4c317cabd0fad1849de08ea79b85c2ddc62 446716 cl-swank_20090409-1_all.deb
Files:
e577d217cf39bc5bff24ef03f57f1842 1360 devel optional slime_20090409-1.dsc
2f0bc7f07f301762ae5ff8be08469f4c 801550 devel optional slime_20090409.orig.tar.gz
34cd88700a383c61c2692e281adb6c7c 19200 devel optional slime_20090409-1.diff.gz
ca845ac9ce5aca096eb350a62a43307c 935376 devel optional slime_20090409-1_all.deb
1fdfea5f4c7d34f48eaf24975cf64362 446716 devel optional cl-swank_20090409-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAknk8isACgkQ11ldN0tyliUjEwCePOERiJf3pBgy+mQNlHNcSCj2
z2gAoJveXIAdWUhbgCfD2gbeli8zoUtY
=eZYY
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Sat, 23 May 2009 07:32:08 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sat Dec 23 07:38:48 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.