[cl-plus-ssl-devel] Current version unavailable?

Jeff Cunningham jeffrey at jkcunningham.com
Tue Sep 25 15:46:28 UTC 2012


Not for me:

CL-USER> (ql:update-all-dists)
1 dist to check.
You already have the latest version of "quicklisp": 2012-09-09.
NIL
CL-USER> (ql:quickload :cl+ssl)
To load "cl+ssl":
   Load 1 ASDF system:
     cl+ssl
; Loading "cl+ssl"

Class not yet defined: CL+SSL::SSL-ERROR
    [Condition of type SIMPLE-TYPE-ERROR]

Restarts:
  0: [TRY-RECOMPILING] Recompile conditions and try loading it again
  1: [RETRY] Retry loading FASL for #<CL-SOURCE-FILE "cl+ssl" "conditions">.
  2: [ACCEPT] Continue, treating loading FASL for #<CL-SOURCE-FILE 
"cl+ssl" "conditions"> as having been successful.
  3: [ABORT] Give up on "cl+ssl"
  4: [RETRY] Retry SLIME REPL evaluation request.
  5: [*ABORT] Return to SLIME's top level.
  --more--

Backtrace:
   0: (SB-KERNEL:FIND-CLASSOID-CELL CL+SSL::SSL-ERROR :CREATE NIL :ERRORP T)
   1: (SB-FASL::FOP-FUNCALL)
   2: (SB-FASL::LOAD-FASL-GROUP ..)
   3: ((FLET SB-THREAD::WITH-RECURSIVE-LOCK-THUNK :IN 
SB-FASL::LOAD-AS-FASL))
   4: ((FLET #:WITHOUT-INTERRUPTS-BODY-88874 :IN 
SB-THREAD::CALL-WITH-RECURSIVE-LOCK))
   5: (SB-THREAD::CALL-WITH-RECURSIVE-LOCK ..)
   6: (SB-FASL::LOAD-AS-FASL ..)
   7: ((FLET SB-FASL::LOAD-STREAM :IN LOAD) ..)
   8: (LOAD ..)
<snip>

$ sbcl -v
This is SBCL 1.0.55.0.debian, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

$ uname -a
Linux gazelle 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:52:48 UTC 
2012 x86_64 x86_64 x86_64 GNU/Linux


--Jeff



On 09/24/2012 08:22 PM, Anton Vodonosov wrote:
> works for me:
>
> CL-USER> (ql:update-all-dists)
> 1 dist to check.
> You already have the latest version of "quicklisp": 2012-09-09.
> NIL
> CL-USER> (ql:quickload :cl+ssl)
> To load "cl+ssl":
>    Load 1 ASDF system:
>      cl+ssl
> ; Loading "cl+ssl"
>
> (:CL+SSL)
>
>
> It is SBCL on Windows.
>
>
> 25.09.2012, 06:46, "Jeff Cunningham" <jeffrey at jkcunningham.com>:
>> I tried updating all my quicklisp dist's this evening which included
>> CL+SSL. Now when I try to require it, I get this error:
>>
>> CL-USER> (require 'cl+ssl)
>> ASDF could not load cl+ssl because Class not yet defined: SSL-ERROR.
>>
>> I also tried cloning the current version via git and get this error:
>>
>> $ git clone https://gitorious.org/cl-plus-ssl/cl-plus-ssl
>> Cloning into 'cl-plus-ssl'...
>> fatal: https://gitorious.org/cl-plus-ssl/cl-plus-ssl/info/refs not
>> found: did you run git update-server-info on the server?
>>
>> Is something amiss?
>>
>> Best regards,
>> Jeff Cunningham
>>
>> _______________________________________________
>> cl-plus-ssl-devel mailing list
>> cl-plus-ssl-devel at common-lisp.net
>> http://lists.common-lisp.net/cgi-bin/mailman/listinfo/cl-plus-ssl-devel





More information about the cl-plus-ssl-devel mailing list