fukamachi / qlot

A project-local library installer for Common Lisp
https://qlot.tech
MIT License
469 stars 40 forks source link

A qlot failure when building lem editor #259

Closed pakhomovaleks closed 2 months ago

pakhomovaleks commented 4 months ago

Describe the bug

A failure when trying to build lem editor from source

Reproducible steps

See https://lem-project.github.io/installation/ncurses/linux/:

mkdir $HOME/common-lisp && cd $HOME/common-lisp git clone https://github.com/lem-project/lem.git cd lem && make ncurses

Error messages

Downloading "https://beta.quicklisp.org/archive/cl-interpol/2022-11-06/cl-interpol-20221106-git.tgz". Unexpected error: A failure in the SSL library occurred on handle #.(SB-SYS:INT-SAP #X017786D0) (SSL_get_error: 1). ERR_print_errors(): 00107E81AC7C0000:error:0A000126:SSL routines:ssl3_read_n:unexpected eof while reading:../ssl/record/rec_layer_s:

This can be a bug of Qlot. Report it at https://github.com/fukamachi/qlot/issues/new/choose. Please attach the stack trace dumped to '/tmp/qlot-error-AR3FSGEY.log'.

Versions:

fukamachi commented 4 months ago

It's possibly due to a network problem. https://github.com/lem-project/lem/issues/1195

fukamachi commented 2 months ago

It may be fixed at #275 in the next release.

fukamachi commented 2 months ago

Fixed in 1.5.11.