Your message dated Sun, 01 May 2011 08:52:16 +0000
with message-id <e1qgso0-0005qy...@franck.debian.org>
and subject line Bug#624636: fixed in stumpwm 1:20110420.git14571fc-1
has caused the Debian Bug report #624636,
regarding stumpwm: sbcl hangs if asdf has already been loaded
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
624636: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624636
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: stumpwm
Version: 1:20110419.gitb80ff16-1
Severity: important
Tags: patch
Hi,
If :asdf is loaded before stumpwm invoking,
sbcl --eval "#-asdf (require :asdf)" will be same as
sbcl --eval "" which will lead to error:
% stumpwm
This is SBCL 1.0.47.0.debian, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
debugger invoked on a END-OF-FILE in thread #<THREAD "initial thread" RUNNING
{10029513F1}>:
end of file on #<SB-IMPL::STRING-INPUT-STREAM {10037E3561}>
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [CONTINUE] Ignore runtime option --eval "#-asdf (require :asdf)".
1: [ABORT ] Skip rest of --eval and --load options.
2: Skip to toplevel READ/EVAL/PRINT loop.
3: [QUIT ] Quit SBCL (calling #'QUIT, killing the process).
(SB-IMPL::STRING-INCH
#<SB-IMPL::STRING-INPUT-STREAM {10037E3561}>
T
#:EOF-OBJECT)
0] 3
My meager patch attached.
Cheers,
Kanru
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.38-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages stumpwm depends on:
ii cl-clx-sbcl 0.7.4-4 An X11 Common Lisp client library
ii cl-ppcre 2.0.1-2 Portable Regular Express Library f
ii clisp-module-clx 1:2.49-7 clisp module that adds X11 binding
ii dpkg 1.16.0.2 Debian package management system
ii install-info 4.13a.dfsg.1-6 Manage installed documentation in
Versions of packages stumpwm recommends:
ii cl-asdf 2:2.014.3-1 Another System Definition Facility
Versions of packages stumpwm suggests:
ii chromium [www-brow 10.0.648.205~r81283-1 Chromium browser
ii emacs-snapshot-nox 1:20110428-1 The GNU Emacs editor (without X su
ii iceweasel [www-bro 4.0~rc2-2 Web browser based on Firefox
ii info [info-browser 4.13a.dfsg.1-6 Standalone GNU Info documentation
ii lynx-cur [www-brow 2.8.8dev.8-1 Text-mode WWW Browser with NLS sup
ii menu 2.1.45 generates programs menu for all me
ii rlwrap 0.37-2 readline feature command line wrap
pn slime <none> (no description available)
ii w3m [www-browser] 0.5.3-2+b1 WWW browsable pager with excellent
ii x11-utils 7.6+1 X11 utilities
ii xterm [x-terminal- 269-1 X terminal emulator
-- no debconf information
-- debsums errors found:
debsums: changed file /usr/bin/stumpwm (from stumpwm package)
--- stumpwm.old 2011-04-30 16:43:02.000000000 +0800
+++ stumpwm 2011-04-30 16:42:48.000000000 +0800
@@ -12,7 +12,7 @@
# Lisp implementation StumpWM should use.
-EVAL_ASDF="#-asdf (require :asdf)"
+EVAL_ASDF="(progn #-asdf (require :asdf))"
EVAL_ASDF_CLISP="#-asdf (require :asdf
'(\"/usr/share/common-lisp/source/cl-asdf/asdf.lisp\"))"
EVAL_LOAD="(asdf:oos 'asdf:load-op :stumpwm)"
EVAL_RUN="(stumpwm:stumpwm)"
--- End Message ---
--- Begin Message ---
Source: stumpwm
Source-Version: 1:20110420.git14571fc-1
We believe that the bug you reported is fixed in the latest version of
stumpwm, which is due to be installed in the Debian FTP archive:
stumpwm_20110420.git14571fc-1.debian.tar.gz
to main/s/stumpwm/stumpwm_20110420.git14571fc-1.debian.tar.gz
stumpwm_20110420.git14571fc-1.dsc
to main/s/stumpwm/stumpwm_20110420.git14571fc-1.dsc
stumpwm_20110420.git14571fc-1_all.deb
to main/s/stumpwm/stumpwm_20110420.git14571fc-1_all.deb
stumpwm_20110420.git14571fc.orig.tar.gz
to main/s/stumpwm/stumpwm_20110420.git14571fc.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 624...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Desmond O. Chang <doch...@gmail.com> (supplier of updated stumpwm 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 01 May 2011 02:34:34 +0800
Source: stumpwm
Binary: stumpwm
Architecture: source all
Version: 1:20110420.git14571fc-1
Distribution: unstable
Urgency: low
Maintainer: Debian Common Lisp Team
<pkg-common-lisp-devel@lists.alioth.debian.org>
Changed-By: Desmond O. Chang <doch...@gmail.com>
Description:
stumpwm - tiling, keyboard driven Common Lisp window manager
Closes: 624636
Changes:
stumpwm (1:20110420.git14571fc-1) unstable; urgency=low
.
* New Git checkout (14571fc4b5deec581e1c9be663dbdc7a69db3dc0)
* move startup options into load.lisp (Closes: #624636).
Checksums-Sha1:
9f3e3f84494bd222ad8d58766bdd5cd5cfbdf2c1 1463 stumpwm_20110420.git14571fc-1.dsc
0734544bafa0f0fe736722ccbbd32811eb2f1458 214621
stumpwm_20110420.git14571fc.orig.tar.gz
312757b9d31be1d13b7fc7c1fdbe66e0382a8b03 117434
stumpwm_20110420.git14571fc-1.debian.tar.gz
edb1a707ec6f4553b080ab881fae3bc7308591c7 323842
stumpwm_20110420.git14571fc-1_all.deb
Checksums-Sha256:
e5343bfc30e110abbb36d3753022b784dd2f9228ee3649618e0805a1745b137b 1463
stumpwm_20110420.git14571fc-1.dsc
32890d09b3ec954ab865b45235aff32b67e4eeaa940b558db084fb9816b18072 214621
stumpwm_20110420.git14571fc.orig.tar.gz
a0704c1262c2a213fc2eb885e7343742e2528d2698b5993598a2dcdd7a0c99b2 117434
stumpwm_20110420.git14571fc-1.debian.tar.gz
4fee84d1005adb89f89d72c02946a992e707b3223b304883fb1bf05a014772a5 323842
stumpwm_20110420.git14571fc-1_all.deb
Files:
e2ca388f3c4c3740336d341608de356e 1463 devel optional
stumpwm_20110420.git14571fc-1.dsc
4e1fa8e4ec8aa6011eb9ce3121f31084 214621 devel optional
stumpwm_20110420.git14571fc.orig.tar.gz
cf31e72f100abf6d9f9d88ac3ef56a45 117434 devel optional
stumpwm_20110420.git14571fc-1.debian.tar.gz
29669b01b1847dffd430c30ce2ebc69c 323842 devel optional
stumpwm_20110420.git14571fc-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk29BY0ACgkQsbdbXzZcx6LkDACgriXkZlIrhnlaqx/7UmSEyzOz
3foAniw3L2qtDMQCEZNamz/JeCHGKx8L
=FtI8
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-common-lisp-devel mailing list
pkg-common-lisp-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-common-lisp-devel