Bug#608017: closed by dochang at gmail.com (Desmond O. Chang) (Bug#608017: fixed in stumpwm 1:20110213.git34362e5-1)

servilio servilio at gmail.com
Mon Feb 28 10:58:50 UTC 2011


reopen 608017 =
reassign 608017 clisp 2.49
retitle 608017 XLIB package is not available even after installing
clisp-module-clx
thanks

This is a problem in the clisp package, CLX works in 2.48, but not in
2.49 even with clisp-module-clx installed:

$ dpkg -l clisp clisp-module-clx
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                          Version                       Description
+++-=============================-=============================-==========================================================================
ii  clisp                         1:2.48-3.1                    GNU
CLISP, a Common Lisp implementation
un  clisp-module-clx              <none>                        (no
description available)

$ clisp
  i i i i i i i       ooooo    o        ooooooo   ooooo   ooooo
  I I I I I I I      8     8   8           8     8     o  8    8
  I  \ `+' /  I      8         8           8     8        8    8
   \  `-+-'  /       8         8           8      ooooo   8oooo
    `-__|__-'        8         8           8           8  8
        |            8     o   8           8     o     8  8
  ------+------       ooooo    8oooooo  ooo8ooo   ooooo   8

Welcome to GNU CLISP 2.48 (2009-07-28) <http://clisp.cons.org/>

Copyright (c) Bruno Haible, Michael Stoll 1992, 1993
Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
Copyright (c) Bruno Haible, Sam Steingold 1999-2000
Copyright (c) Sam Steingold, Bruno Haible 2001-2009

Type :h and hit Enter for context help.

[1]> (find-package :xlib)
#<PACKAGE XLIB>

After updating CLISP and installing the CLX module, it doesn't work:

$ sudo aptitude install clisp=1:2.49-2 clisp-module-clx
The following NEW packages will be installed:
  clisp-module-clx
The following packages will be upgraded:
  clisp
1 packages upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 3,136 kB/4,086 kB of archives. After unpacking 3,269 kB
will be freed.
Do you want to continue? [Y/n/?]
Get:1 http://ftp.debian.org/debian/ sid/main clisp amd64 1:2.49-2 [3,136 kB]
Fetched 3,136 kB in 5s (561 kB/s)
(Reading database ... 251968 files and directories currently installed.)
Preparing to replace clisp 1:2.48-3.1 (using .../clisp_1%3a2.49-2_amd64.deb) ...
Unpacking replacement clisp ...
Selecting previously deselected package clisp-module-clx.
Unpacking clisp-module-clx (from .../clisp-module-clx_1%3a2.49-2_amd64.deb) ...
Processing triggers for man-db ...
Setting up clisp (1:2.49-2) ...
Installing clc...
rebuilding /usr/lib/clisp-2.49/base/lispinit.mem from
/usr/lib/clisp-2.49/base/lispinit-orig.mem
;; Loading file /usr/lib/clisp-2.49/install-clc.lisp ...
;;  Loading file
/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp
...
;;  Loaded file
/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp
;;  Loading file
/var/cache/common-lisp-controller/0/clisp/common-lisp-controller/common-lisp-controller.fas
...
;;  Loaded file
/var/cache/common-lisp-controller/0/clisp/common-lisp-controller/common-lisp-controller.fas
;;  Loading file /var/cache/common-lisp-controller/0/clisp/cl-asdf/asdf.fas ...
;;  Loaded file /var/cache/common-lisp-controller/0/clisp/cl-asdf/asdf.fas
;;  Loading file
/var/cache/common-lisp-controller/0/clisp/cl-asdf/wild-modules.fas ...
;;  Loaded file
/var/cache/common-lisp-controller/0/clisp/cl-asdf/wild-modules.fas
;;  Loading file
/var/cache/common-lisp-controller/0/clisp/common-lisp-controller/post-sysdef-install.fas
...
;;  Loaded file
/var/cache/common-lisp-controller/0/clisp/common-lisp-controller/post-sysdef-install.fas
;; Loaded file /usr/lib/clisp-2.49/install-clc.lisp
;; Wrote the memory image into /usr/lib/clisp-2.49/base/lispinit.mem
(4,190,688 bytes)
Bytes permanently allocated:            164,640
Bytes currently in use:               4,018,288
Bytes available until next GC:        1,000,392
created /usr/lib/clisp-2.49/base/lispinit.mem as expected.
-rw-r--r-- 1 root root 4190688 Feb 28 05:53
/usr/lib/clisp-2.49/base/lispinit.mem
rebuilding /usr/lib/clisp-2.49/full/lispinit.mem from
/usr/lib/clisp-2.49/full/lispinit-orig.mem
Cannot find the orignal memory file
"/usr/lib/clisp-2.49/full/lispinit-orig.mem".
Setting up clisp-module-clx (1:2.49-2) ...

Current status: 2 updates [-1].
$ clisp
  i i i i i i i       ooooo    o        ooooooo   ooooo   ooooo
  I I I I I I I      8     8   8           8     8     o  8    8
  I  \ `+' /  I      8         8           8     8        8    8
   \  `-+-'  /       8         8           8      ooooo   8oooo
    `-__|__-'        8         8           8           8  8
        |            8     o   8           8     o     8  8
  ------+------       ooooo    8oooooo  ooo8ooo   ooooo   8

Welcome to GNU CLISP 2.49 (2010-07-07) <http://clisp.cons.org/>

Copyright (c) Bruno Haible, Michael Stoll 1992, 1993
Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
Copyright (c) Bruno Haible, Sam Steingold 1999-2000
Copyright (c) Sam Steingold, Bruno Haible 2001-2010

Type :h and hit Enter for context help.

[1]> (find-package :xlib)
NIL
[2]>

Regards,

Servilio

On 28 February 2011 10:03, Debian Bug Tracking System
<owner at bugs.debian.org> wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the stumpwm package:
>
> #608017: adapt to using the clisp-module-clx package with clisp
>
> It has been closed by dochang at gmail.com (Desmond O. Chang).
>
> Their explanation is attached below along with your original report.
> If this explanation is unsatisfactory and you have not received a
> better one in a separate message then please contact dochang at gmail.com (Desmond O. Chang) by
> replying to this email.
>
>
> --
> 608017: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608017
> Debian Bug Tracking System
> Contact owner at bugs.debian.org with problems
>
>
> ---------- Forwarded message ----------
> From: dochang at gmail.com (Desmond O. Chang)
> To: 608017-close at bugs.debian.org
> Date: Mon, 28 Feb 2011 10:02:07 +0000
> Subject: Bug#608017: fixed in stumpwm 1:20110213.git34362e5-1
> Source: stumpwm
> Source-Version: 1:20110213.git34362e5-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_20110213.git34362e5-1.debian.tar.gz
>  to main/s/stumpwm/stumpwm_20110213.git34362e5-1.debian.tar.gz
> stumpwm_20110213.git34362e5-1.dsc
>  to main/s/stumpwm/stumpwm_20110213.git34362e5-1.dsc
> stumpwm_20110213.git34362e5-1_all.deb
>  to main/s/stumpwm/stumpwm_20110213.git34362e5-1_all.deb
> stumpwm_20110213.git34362e5.orig.tar.gz
>  to main/s/stumpwm/stumpwm_20110213.git34362e5.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 608017 at bugs.debian.org,
> and the maintainer will reopen the bug report if appropriate.
>
> Debian distribution maintenance software
> pp.
> Desmond O. Chang <dochang at 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 ftpmaster at debian.org)
>
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Format: 1.8
> Date: Tue, 22 Feb 2011 19:53:31 +0800
> Source: stumpwm
> Binary: stumpwm
> Architecture: source all
> Version: 1:20110213.git34362e5-1
> Distribution: unstable
> Urgency: low
> Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel at lists.alioth.debian.org>
> Changed-By: Desmond O. Chang <dochang at gmail.com>
> Description:
>  stumpwm    - a Common Lisp window manager
> Closes: 608017 614571
> Changes:
>  stumpwm (1:20110213.git34362e5-1) unstable; urgency=low
>  .
>   [ Luca Capello ]
>   * debian/control:
>     + remove myself from Uploaders:.
>  .
>   [ Desmond O. Chang]
>   * New Git checkout (34362e53db13d6e1c3a3511e4beca7f14ac5aa38)
>   * depend on clisp-module-clx (Closes: #608017)
>   * sbcl should exit after stumpwm exits (Closes: #614571)
>   * debian/patches:
>     + delete 07_use-clc-require-for-manual-creation.diff
> Checksums-Sha1:
>  c6436c6187a18204c47af71faa6bbc06c1ebcd07 2096 stumpwm_20110213.git34362e5-1.dsc
>  22c292169e0ec4d505a76528a35994a75cb7370a 211425 stumpwm_20110213.git34362e5.orig.tar.gz
>  668fac1ad8f5edd94dd1f72ff961bbacd9976c29 114425 stumpwm_20110213.git34362e5-1.debian.tar.gz
>  763c8652c03499bcfcd61b69674b9c5ad355f03b 317624 stumpwm_20110213.git34362e5-1_all.deb
> Checksums-Sha256:
>  625ae5e29a056c17d09acea9ddb09c15d3fcd5b9ef6ce381795661506191c0ea 2096 stumpwm_20110213.git34362e5-1.dsc
>  9e0662bc6ad613481bf4dfe87fbe2980540ae96d3fc376068c8543bb39d7b9a0 211425 stumpwm_20110213.git34362e5.orig.tar.gz
>  b4a8001b3f9db60746ff56b1dea82d4538b7fa9b0caf04e2f3f9568081380389 114425 stumpwm_20110213.git34362e5-1.debian.tar.gz
>  f405ea86669e642c0ef9a8c940c5072588b161fc14d16786d02965a3883856b6 317624 stumpwm_20110213.git34362e5-1_all.deb
> Files:
>  30f9273be1c8574b9cef73a40a25ce84 2096 devel optional stumpwm_20110213.git34362e5-1.dsc
>  6d104df9d1bb1fce06decf575f8a6a77 211425 devel optional stumpwm_20110213.git34362e5.orig.tar.gz
>  5ba6f7fa81e4504bf57dc69b74daba30 114425 devel optional stumpwm_20110213.git34362e5-1.debian.tar.gz
>  2c909242da0737388ab32f858abc9798 317624 devel optional stumpwm_20110213.git34362e5-1_all.deb
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/kFreeBSD)
>
> iQIcBAEBAgAGBQJNa2ZHAAoJEKv/7bJACMb59F8QAINLn51gz8gduJdhl7o8Ntjy
> PmYEAQAdweE/uEUnE5gjA0JY66SkS83JdA2DL8Gpco0QMZEGvJzCEL/RiOs6Gqv/
> JckANH0xklexvmlMjw3sUV8UuaCkLsCenS/UDCxABof9oc6c30JhSw8+8JYu/xL9
> +ggt8Ju8BZLanvtPfuW1IOCcRSao2tIO0tlBfAt6vj2lLiccaF7XQ3pVDpaQKNng
> ITciVULkJV5DUtuZXyG8Prt9uq6VbzKLU2rLisqw5oXJ21V0bN19wiC6MD6n7YZv
> o46jJ53IG/zRDIwc5KYxcDlol/OxdsKZF76oIqurm/cbpICXQxAkUjW1KU7VJyWb
> xRRCJXkKsOoP8PyikOggRGl4Wad1BbPJ9vssxTd0AxjxEdEgrugAvoHhVtrru0xH
> Bv/4haf0V+Zx0psD2l7kjXuAlmSurc4fX8DipQGbMRtfyVTXKGefgKhZxBggnrpw
> bsFznmQUWbYS72+7xe2okjJBMb5RZRdL1ri2zDLeGUn+CBlFwuYxAuxHzsnrN0VS
> EXEudOyY98CdPpAgDozY4xYBtfKesAYV5gso8wmFVY+mFhGyjbd8i4ZcfSXK52sI
> fvsrOVzlZ+uqjCLGsHzfPwCwDMYobwf+YlO5C1MhenyPiQSLGZ8ievOqH77/6ZeL
> qTXuGqbLEjjCBJgn1J4g
> =qsCH
> -----END PGP SIGNATURE-----
>
>
>
>
> ---------- Forwarded message ----------
> From: servilio <servilio at gmail.com>
> To: submit at bugs.debian.org
> Date: Sat, 25 Dec 2010 19:27:08 -0500
> Subject: XLIB package is not available even after installing clisp-module-clx
> Package: clisp-module-clx
> Version: 1:2.49-1
> Justification: renders package unusable
> Severity: grave
>
> I noticed this when running stumpwm, it would not run with clisp anymore after
> upgrading to clisp 2.49.
>
>
>
> -- System Information:
> Debian Release: 6.0
>  APT prefers testing
>  APT policy: (500, 'testing'), (99, 'unstable'), (1, 'experimental')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 2.6.36-trunk-amd64 (SMP w/4 CPU cores)
> Locale: LANG=en_CA.utf8, LC_CTYPE=en_CA.utf8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
>
> Versions of packages clisp-module-clx depends on:
> ii  clisp                         1:2.49-1   GNU CLISP, a Common Lisp implement
> ii  libc6                         2.11.2-7   Embedded GNU C Library: Shared lib
> ii  libice6                       2:1.0.7-1  X11 Inter-Client Exchange library
> ii  libsm6                        2:1.2.0-1  X11 Session Management library
> ii  libx11-6                      2:1.3.3-4  X11 client-side library
> ii  libxext6                      2:1.1.2-1  X11 miscellaneous extension librar
> ii  libxpm4                       1:3.5.9-1  X11 pixmap library
>
> clisp-module-clx recommends no packages.
>
> clisp-module-clx suggests no packages.
>
> -- no debconf information





More information about the pkg-common-lisp-devel mailing list