[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#963776: marked as done (clisp: error when trying to access /usr/share/doc/hyperspec installed by hyperspec package)



Your message dated Fri, 03 Sep 2021 12:00:11 +0000
with message-id <E1mM7rf-000E4i-0I@fasolo.debian.org>
and subject line Bug#963776: fixed in clisp 1:2.49.20210628.gitde01f0f-1
has caused the Debian Bug report #963776,
regarding clisp: error when trying to access /usr/share/doc/hyperspec installed by hyperspec package
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 owner@bugs.debian.org
immediately.)


-- 
963776: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963776
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: clisp
Version: 1:2.49.20180218+really2.49.92-3+b3
Severity: wishlist
Tags: patch

Dear Maintainer,

commands on the REPL like "(describe 'describe)" give the error
message

OPEN: File #P"/usr/share/doc/hyperspec/Data/Symbol-Table.text" does not exist

Maybe a case "/usr/share/doc/hyperspec" should be added in the distinction of
cases in src/clhs.lisp.

This issue is debian specific because it involves the hyperspec package.

patch attachted.

-- System Information:
Distributor ID:	Devuan
Description:	Devuan GNU/Linux 4 (chimaera/ceres)
Release:	testing/unstable

Versions of packages clisp depends on:
ii  libc6          2.30-8
ii  libffcall1b    2.2-1
ii  libncurses6    6.2-1
ii  libreadline8   8.0-4
ii  libsigsegv2    2.12-2
ii  libtinfo6      6.2-1
ii  libunistring2  0.9.10-4

clisp recommends no packages.

Versions of packages clisp suggests:
ii  clisp-doc                 1:2.49.20180218+really2.49.92-3
pn  clisp-module-berkeley-db  <none>
pn  clisp-module-clx          <none>
pn  clisp-module-dbus         <none>
pn  clisp-module-gdbm         <none>
ii  clisp-module-pcre         1:2.49.20180218+really2.49.92-3+b3
pn  clisp-module-postgresql   <none>
pn  clisp-module-zlib         <none>
ii  gdb                       9.2-1
ii  slime                     2:2.24+dfsg-2
diff --git a/src/clhs.lisp b/src/clhs.lisp
index 747d7225e..0101f1408 100644
--- a/src/clhs.lisp
+++ b/src/clhs.lisp
@@ -283,6 +283,7 @@ set *HTTP-PROXY*, and return it; otherwise just return *HTTP-PROXY*."
                                         (search "cliki.net/" clhs-root))
                                     (get-map-1996))
                                    ((or (search "maclisp.org/" clhs-root)
+                                        (search "/usr/share/doc/hyperspec" clhs-root)
                                         (search "lispworks.com/" clhs-root)
                                         (search "lisp.se/" clhs-root))
                                     (get-map-2001))

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: clisp
Source-Version: 1:2.49.20210628.gitde01f0f-1
Done: Sébastien Villemot <sebastien@debian.org>

We believe that the bug you reported is fixed in the latest version of
clisp, which is due to be installed in the Debian FTP archive.

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 963776@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sébastien Villemot <sebastien@debian.org> (supplier of updated clisp 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@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 29 Aug 2021 19:32:34 +0200
Source: clisp
Binary: clisp clisp-dbgsym clisp-doc clisp-module-berkeley-db clisp-module-berkeley-db-dbgsym clisp-module-clx clisp-module-clx-dbgsym clisp-module-dbus clisp-module-dbus-dbgsym clisp-module-fastcgi clisp-module-fastcgi-dbgsym clisp-module-gdbm clisp-module-gdbm-dbgsym clisp-module-libsvm clisp-module-libsvm-dbgsym clisp-module-pari clisp-module-pari-dbgsym clisp-module-pcre clisp-module-pcre-dbgsym clisp-module-postgresql clisp-module-postgresql-dbgsym clisp-module-zlib clisp-module-zlib-dbgsym
Architecture: source amd64 all
Version: 1:2.49.20210628.gitde01f0f-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Changed-By: Sébastien Villemot <sebastien@debian.org>
Description:
 clisp      - GNU CLISP, a Common Lisp implementation
 clisp-doc  - GNU CLISP, a Common Lisp implementation (documentation)
 clisp-module-berkeley-db - GNU CLISP module that adds an interface to Berkeley DB
 clisp-module-clx - GNU CLISP module that adds X11 bindings
 clisp-module-dbus - GNU CLISP module that adds an interface to D-Bus
 clisp-module-fastcgi - GNU CLISP module that adds an interface to FastCGI
 clisp-module-gdbm - GNU CLISP module that adds an interface to GNU DBM
 clisp-module-libsvm - GNU CLISP module that adds an interface to LIBSVM
 clisp-module-pari - GNU CLISP module that adds an interface to PARI
 clisp-module-pcre - GNU CLISP module that adds libpcre support
 clisp-module-postgresql - GNU CLISP module that adds a PostgreSQL interface
 clisp-module-zlib - GNU CLISP module that adds zlib support for vectors
Closes: 963776
Changes:
 clisp (1:2.49.20210628.gitde01f0f-1) unstable; urgency=medium
 .
   * New upstream snapshot
   * d/watch: now track upstream git repository, since it’s unclear when a new
     tarball will be released.
   * d/copyright: reflect upstream changes
   * socket-test.patch: drop patch, applied upstream
   * ppc64el.patch: drop patch, no longer needed
   * Ship additional stuff: the build-aux subdirectory, and the Emacs, Vim and
     Autoconf support files
   * Bump to debhelper 13
   * Add lintian overrides for library-not-linked-against-libc in modules
   * Remove more webbugs in documentation
   * Ship the fastcgi, libsvm and pari modules
   * Add Rules-Requires-Root: no
   * Bump to S-V 4.6.0
   * Add d/upstream/metadata
   * config.patch: new patch, for better Debian integration:
     + use “editor” as default editor (if the EDITOR variable is not set)
     + use “sensible-browser” as default browser
     + if the hyperspec package is installed, use the local CLHS
       (Closes: #963776)
     + if the clisp-doc package is installed, use the locally installed
       implementation notes
Checksums-Sha1:
 8cddf7563e2d262a0c88611f514252fdd1bb0097 3148 clisp_2.49.20210628.gitde01f0f-1.dsc
 f2cfe9392fdeafed6a5d438cdb9fd1a773baa268 7185416 clisp_2.49.20210628.gitde01f0f.orig.tar.xz
 20f82ace248f07eae33e410eb7972082d1e44ad0 27552 clisp_2.49.20210628.gitde01f0f-1.debian.tar.xz
 f4a7364e0e0f11301ec672352622fb5a33088753 1999548 clisp-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 cca7a91b1ea2c28b9269fee511b94c89fcfdfe47 1210516 clisp-doc_2.49.20210628.gitde01f0f-1_all.deb
 a218996259094503da24456d1b87b4ac570765c2 152948 clisp-module-berkeley-db-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 b9df25ce47528e62c3ddb239fc38497c53e81b6e 880516 clisp-module-berkeley-db_2.49.20210628.gitde01f0f-1_amd64.deb
 c24227ed1eb85e38cfe6e027ec4fd8d83d454888 252268 clisp-module-clx-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 0061b248dcd66abd5e82f4dae096e2d5c48168f9 1112540 clisp-module-clx_2.49.20210628.gitde01f0f-1_amd64.deb
 e73af79523756c70f2dffb768c5ebf12cd472805 7828 clisp-module-dbus-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 cb0eed8981bb7877704e675fc8a8e795a941f572 743100 clisp-module-dbus_2.49.20210628.gitde01f0f-1_amd64.deb
 2458cceb840545380f6d2b3b18182c3b0d462c07 7260 clisp-module-fastcgi-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 7357fc23110a4c22a23dcdce93d0f4f00c3132dc 701560 clisp-module-fastcgi_2.49.20210628.gitde01f0f-1_amd64.deb
 c6232e123d52a252e0f33e0aa6a944d6748ca13f 69284 clisp-module-gdbm-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 ba7980f4af659d452a6d7da0e27a8530fc16825e 760648 clisp-module-gdbm_2.49.20210628.gitde01f0f-1_amd64.deb
 11b97b1bed4776c5a7285205a33322da2c7c9cb1 32412 clisp-module-libsvm-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 4e94c60f6d7526d2686ed741685fea9a7e42d1af 724748 clisp-module-libsvm_2.49.20210628.gitde01f0f-1_amd64.deb
 ee257a1c92c0d0a1a0a77049ef54739443d9c391 63524 clisp-module-pari-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 a71b020cceecdfb14ca5c603e1ffa4372473393e 877024 clisp-module-pari_2.49.20210628.gitde01f0f-1_amd64.deb
 ed4cfef473938c0236afffa9f6ae5a9a08f78945 52936 clisp-module-pcre-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 dd95c62b41ea986a557796ca73ccba57acfeb46a 743652 clisp-module-pcre_2.49.20210628.gitde01f0f-1_amd64.deb
 d6903c5b6290d0986a5e34ca76db0c12c12d013f 6100 clisp-module-postgresql-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 a8acad1624acc4ca7c699156fa6eb4c3e1bfd161 719352 clisp-module-postgresql_2.49.20210628.gitde01f0f-1_amd64.deb
 b9021b9a1a43f1fc22f931be157bd0c8c69b8c88 3960 clisp-module-zlib-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 2c7cf72cd077735aaf48fed2bf9c33faf9e3262e 693644 clisp-module-zlib_2.49.20210628.gitde01f0f-1_amd64.deb
 969ee55171abe58c2a5753ba9774744ba578eee3 16542 clisp_2.49.20210628.gitde01f0f-1_amd64.buildinfo
 d1f76998b85342eea6e8fbfe1ab22b64403b6efb 5949420 clisp_2.49.20210628.gitde01f0f-1_amd64.deb
Checksums-Sha256:
 e55a64f76abb3dd5ee9c8bea4cade36b31b779736f9c81f38574fa9d66eced20 3148 clisp_2.49.20210628.gitde01f0f-1.dsc
 8b71994ae76e2557da637b0c1663daac6b49b7128c2a2bdcb5a155b55b55ca60 7185416 clisp_2.49.20210628.gitde01f0f.orig.tar.xz
 9749bcd55e76cba410bd12d51e4b6249e5fe526cab7394f33cfc9d2534142ee0 27552 clisp_2.49.20210628.gitde01f0f-1.debian.tar.xz
 47d765e14b47d5d3c7e3e521524e735971987dc32be50ef606c33fd64a997f2f 1999548 clisp-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 f4a78e0a5f5f07473817bc1df9800a8e0b5f642f3cb2f032790e4fe33efe9a87 1210516 clisp-doc_2.49.20210628.gitde01f0f-1_all.deb
 4ec9453783994f5bd55f1a068868b4278a4240a123c497a752c20b644b13cf83 152948 clisp-module-berkeley-db-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 97b723c8d6e77d53023ad875ca9a0d2915a7cb92f06d8d6595ea15d4a1d6f7c9 880516 clisp-module-berkeley-db_2.49.20210628.gitde01f0f-1_amd64.deb
 3d86ca854604025117b31d58ed8f4c5cd6357b7b21d77009272808dc0d231984 252268 clisp-module-clx-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 4eaef761e9bb10522bbb5f14d0d54088879f73a6e94871f992abf7795ec7a703 1112540 clisp-module-clx_2.49.20210628.gitde01f0f-1_amd64.deb
 bc3d1adecf872e8d7a987ef4ec226de4fa976eb0e85cb9fa44b723fb2ee76375 7828 clisp-module-dbus-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 827954650cfe0928c04bf666a7fca78ad24dda4510af1989caacfff676734a85 743100 clisp-module-dbus_2.49.20210628.gitde01f0f-1_amd64.deb
 48fe70a1e30b28d8932cfdf713a7cd84348bef11ad6f9fc2769c4df00e6da104 7260 clisp-module-fastcgi-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 d4536ba5f226c3410e1c416593edf911368b2c0ca1dc0f74f4337d75fa5c9524 701560 clisp-module-fastcgi_2.49.20210628.gitde01f0f-1_amd64.deb
 853f1486120d0d4c497eaa908497202b3a9a652cdb14bf6a3fe0e71ac1402c98 69284 clisp-module-gdbm-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 3d226bc3e2f7edf6b35612c03773fddadcf670e13fbdf66a87f6067d795e70c4 760648 clisp-module-gdbm_2.49.20210628.gitde01f0f-1_amd64.deb
 cf7eedde8d0a79f540511fe75d88dc4b8e6068aa7c2c2580165326cee5f98a00 32412 clisp-module-libsvm-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 7b5deda65dd7e2e0d8aa9ba7d3e8347c73fad718c6812c8f69dc0eb3ab8d0306 724748 clisp-module-libsvm_2.49.20210628.gitde01f0f-1_amd64.deb
 41f9f46e327bb3a30104a9e11f4bc330b9a00599a3fd51af4e2cdb8348b8e6c6 63524 clisp-module-pari-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 d8d907ce5f7cbb009ba0723ab53baa751f86b74c53cd869b911fd5baebf981ca 877024 clisp-module-pari_2.49.20210628.gitde01f0f-1_amd64.deb
 af3a4fd1a919dd4439ce7ef1fc56856982fd9e83247b2eb730e62ae7e609c102 52936 clisp-module-pcre-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 01ade1e4cc9de43a3a703b7c015413fefd34a52ecbcfb0eb949fcc89b42c0cb8 743652 clisp-module-pcre_2.49.20210628.gitde01f0f-1_amd64.deb
 e00f946339cf4051bb8ea480a1f78ced1aabea8363b8ef441b22c513d1592a28 6100 clisp-module-postgresql-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 df189053323c06aac438def10a35ab337901e95c83a1b97e099d28e5765a98ad 719352 clisp-module-postgresql_2.49.20210628.gitde01f0f-1_amd64.deb
 a679835c99b946c09d235a7186dcbf9c9bd7c5706ea235f90b072b427ac93b5c 3960 clisp-module-zlib-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 9e011fee3f2d1586e4c284aefb3f80cf9f573bb31678665a74b2b0acc40affbc 693644 clisp-module-zlib_2.49.20210628.gitde01f0f-1_amd64.deb
 db352c0f1dd9f11eb583d00e0c25821a844cfb0d55c3115643ec254a5dab8558 16542 clisp_2.49.20210628.gitde01f0f-1_amd64.buildinfo
 d18fe8f75882e0878f94b93d2cf283c1fffd6a94ce667ee98805ef759eb0be37 5949420 clisp_2.49.20210628.gitde01f0f-1_amd64.deb
Files:
 aa5ef426cffe2c3604c80c72477dafee 3148 lisp optional clisp_2.49.20210628.gitde01f0f-1.dsc
 f346b008ed17ac2518314f2b94029965 7185416 lisp optional clisp_2.49.20210628.gitde01f0f.orig.tar.xz
 4bb2780e4dc10631cb332b7be3261c8f 27552 lisp optional clisp_2.49.20210628.gitde01f0f-1.debian.tar.xz
 b25a90b3741e1311f146451f2ca05b4f 1999548 debug optional clisp-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 308ae56d604433f4ca0f40531ed38078 1210516 doc optional clisp-doc_2.49.20210628.gitde01f0f-1_all.deb
 34c03d04c86584e26c66f3021f4fc911 152948 debug optional clisp-module-berkeley-db-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 fb090a70ab63de03ffaedf0755b458b0 880516 lisp optional clisp-module-berkeley-db_2.49.20210628.gitde01f0f-1_amd64.deb
 2b1c1af115a5ded96a9f46c565dc156c 252268 debug optional clisp-module-clx-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 c018b98ec6010a0daedfa0c7de553b18 1112540 lisp optional clisp-module-clx_2.49.20210628.gitde01f0f-1_amd64.deb
 61711852e922eb7e4c0ffe61b358af37 7828 debug optional clisp-module-dbus-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 ef03aa53c283db36f76e6dfe3af25070 743100 lisp optional clisp-module-dbus_2.49.20210628.gitde01f0f-1_amd64.deb
 437d5c8553862b9a4f62d8dcfeac0589 7260 debug optional clisp-module-fastcgi-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 241e84bac143becfb42a7edf64b1c4c8 701560 lisp optional clisp-module-fastcgi_2.49.20210628.gitde01f0f-1_amd64.deb
 29d1ff7da6bdd34fef2368136da1da3e 69284 debug optional clisp-module-gdbm-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 0743b19c692709c5125eb3800ca22f3f 760648 lisp optional clisp-module-gdbm_2.49.20210628.gitde01f0f-1_amd64.deb
 a3858813ae13fd3a9681b18236f4f09e 32412 debug optional clisp-module-libsvm-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 34d46b1386f7e7bebb3fcf24f6678dc1 724748 lisp optional clisp-module-libsvm_2.49.20210628.gitde01f0f-1_amd64.deb
 e4e58c6247c7b1a55c1e62259c4aa4e6 63524 debug optional clisp-module-pari-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 dde057975b5b837b2f97d5abcb8fab6a 877024 lisp optional clisp-module-pari_2.49.20210628.gitde01f0f-1_amd64.deb
 2538701c09961aaefbe93d8548bf7592 52936 debug optional clisp-module-pcre-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 b03afb7a25d68a549f6df7d9c8cc5fbe 743652 lisp optional clisp-module-pcre_2.49.20210628.gitde01f0f-1_amd64.deb
 8059c670addde3c386b39a8ad4b17f92 6100 debug optional clisp-module-postgresql-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 a863d2755630fe211a45285b42529a51 719352 lisp optional clisp-module-postgresql_2.49.20210628.gitde01f0f-1_amd64.deb
 0c7e3b76441f04ab7e3107425435e3ad 3960 debug optional clisp-module-zlib-dbgsym_2.49.20210628.gitde01f0f-1_amd64.deb
 2a5b810024528d30c3fb1a9db58251e4 693644 lisp optional clisp-module-zlib_2.49.20210628.gitde01f0f-1_amd64.deb
 da03f7fe020649148a4fdc69e21c171b 16542 lisp optional clisp_2.49.20210628.gitde01f0f-1_amd64.buildinfo
 97b2c170a0ecae25b6b568c6f6005508 5949420 lisp optional clisp_2.49.20210628.gitde01f0f-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEU5UdlScuDFuCvoxKLOzpNQ7OvkoFAmErxyQACgkQLOzpNQ7O
vkohexAAlb5tg3WR0zFlp0cIuS8daDIwqNiyQUK4n3/I/OPvfFeT9xC3yF4f1h9p
UikYJyU9fHMSiJII6UKRFYbbi0C9mf4pRh+LYEgZBYrJOHYgaz9JV+3pf7cHiBut
gSx70c8gSASlyU96B9rjxW+h5JmmiE1GcsE8VQzb/DZUlBdqNIA1ymEStq10EFcy
IHV3+iCYQent8miYnO26FYtekqFkqLVT94vTdrSRt74RnS6k678f3KL0KdQrJtsu
av7huqtqad92lWPOEy+ExkfsQS1tPXY91RL0AK4/uIwFsohPRR3tYgpgyqNEc/mx
mIdh6GjXlOEc3Cqzd3dy5EJSNf1XRYUFV639Fx0F6ZYEx2wnfT5NlcV83JFHsSJM
WsD6rqxiFnTJ/k23oX3wp8yFWUjmGpfVAzWBcDYlJeYst8G1avTLnBTeWMdsDrk+
zSy4r90rTZ+aPTmC/QL7cBwL18hBsGVRwk/QeN4/bZSVNUQx0YCmlk26V3rVdz77
lv3fmFwyjgpFrj2inb4gAiPfhhtT2+jKsl20Zz+fsFgG3T1nZdKQ35TWAouuuUko
mB6jFcwBjQjv2a0PkUSqWauxXD0nKJj+ib+7JwZT8rLd2alIe9LipKjJ0tFI2T17
LPKD8n8Ys/BQ8xpiR40/WifZgQT41Sb1FH9Ew4LXdPUclVsFIo0=
=zXiG
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: