Processed: Re: Bug#1035438: cl-quicklisp: installation instructions do not work

2023-05-13 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 minor
Bug #1035438 [cl-quicklisp] cl-quicklisp: installation instructions do not work
Severity set to 'minor' from 'grave'

-- 
1035438: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035438
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1035438: cl-quicklisp: installation instructions do not work

2023-05-13 Thread Sébastien Villemot
Control: severity -1 minor

Dear Michael,

Le mercredi 03 mai 2023 à 09:23 -0400, Michael P. Soulier a écrit :
> Package: cl-quicklisp
> Version: 20150128-1
> Severity: grave
> Justification: renders package unusable
> X-Debbugs-Cc: msoul...@digitaltorque.ca
> 
> Dear Maintainer,
> 
> I followed the instructions in the README
> 
> msoulier@cortado:~$ sbcl --script /usr/share/common-
> lisp/source/quicklisp/quicklisp.lisp
> 
>    quicklisp quickstart 2015-01-28 loaded 
> 
> To continue with installation, evaluate: (quicklisp-quickstart:install)
> 
> For installation options, evaluate: (quicklisp-quickstart:help)
> 
> So I loaded sbcl and ran the command:
> 
> * (quicklisp-quickstart:install)
> 
> debugger invoked on a SB-INT:SIMPLE-READER-PACKAGE-ERROR in thread
> #:
>   Package QUICKLISP-QUICKSTART does not exist.
> 
> So the installation did not make the library available, and it cannot be used.

Thanks for your report.

Indeed it looks like the recommendation to use “sbcl --script …” is
incorrect, since SBCL terminates after loading the file, without giving
access to a REPL from which you could do the installation.

You should follow the other installation option given in the same
README file, which is to use (load #p"/usr/share/common-
lisp/source/quicklisp/quicklisp.lisp") in the REPL before running
(quicklisp-quickstart:install).

Best regards,

-- 
⢀⣴⠾⠻⢶⣦⠀  Sébastien Villemot
⣾⠁⢠⠒⠀⣿⡁  Debian Developer
⢿⡄⠘⠷⠚⠋⠀  https://sebastien.villemot.name
⠈⠳⣄  https://www.debian.org



signature.asc
Description: This is a digitally signed message part


Bug#1035438: cl-quicklisp: installation instructions do not work

2023-05-03 Thread Michael P. Soulier
Package: cl-quicklisp
Version: 20150128-1
Severity: grave
Justification: renders package unusable
X-Debbugs-Cc: msoul...@digitaltorque.ca

Dear Maintainer,

I followed the instructions in the README

msoulier@cortado:~$ sbcl --script /usr/share/common-
lisp/source/quicklisp/quicklisp.lisp

   quicklisp quickstart 2015-01-28 loaded 

To continue with installation, evaluate: (quicklisp-quickstart:install)

For installation options, evaluate: (quicklisp-quickstart:help)

So I loaded sbcl and ran the command:

* (quicklisp-quickstart:install)

debugger invoked on a SB-INT:SIMPLE-READER-PACKAGE-ERROR in thread
#:
  Package QUICKLISP-QUICKSTART does not exist.

So the installation did not make the library available, and it cannot be used.

-- System Information:
Debian Release: 11.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-21-amd64 (SMP w/8 CPU threads)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8),
LANGUAGE=en_CA:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages cl-quicklisp depends on:
ii  sbcl [lisp-compiler]  2:2.1.1-2

cl-quicklisp recommends no packages.

cl-quicklisp suggests no packages.