fukamachi / websocket-driver

WebSocket server/client implementation for Common Lisp
BSD 2-Clause "Simplified" License
103 stars 27 forks source link

Quicklisp load issue for websocket-driver-client #36

Closed scoofry closed 6 years ago

scoofry commented 6 years ago

Here's a summary, I think websocket-driver is out of sync with cl+ssl. Thanks!

CL-USER> (ql:quickload :websocket-driver-client) To load "websocket-driver-client": Load 15 ASDF systems: alexandria asdf babel bordeaux-threads cffi cffi-grovel cl+ssl cl-base64 cl-utilities flexi-streams ironclad split-sequence trivial-gray-streams uiop usocket Install 11 Quicklisp releases: event-emitter fast-http fast-io fast-websocket proc-parse quri smart-buffer static-vectors trivial-utf-8 websocket-driver xsubseq ; Fetching #<URL "http://beta.quicklisp.org/archive/event-emitter/2014-11-06/event-emitter-20141106-git.tgz"> ; 3.26KB

3,338 bytes in 0.00 seconds (3259.77KB/sec) ; Fetching #<URL "http://beta.quicklisp.org/archive/quri/2016-12-04/quri-20161204-git.tgz"> ; 67.70KB

69,323 bytes in 0.03 seconds (2183.81KB/sec) ; Fetching #<URL "http://beta.quicklisp.org/archive/trivial-utf-8/2011-10-01/trivial-utf-8-20111001-darcs.tgz"> ; 5.91KB

6,055 bytes in 0.00 seconds (5913.09KB/sec) ; Fetching #<URL "http://beta.quicklisp.org/archive/fast-websocket/2015-10-31/fast-websocket-20151031-git.tgz"> ; 8.90KB

9,113 bytes in 0.00 seconds (8899.41KB/sec) ; Fetching #<URL "http://beta.quicklisp.org/archive/static-vectors/2017-10-19/static-vectors-v1.8.3.tgz"> ; 7.05KB

7,218 bytes in 0.00 seconds (7048.83KB/sec) ; Fetching #<URL "http://beta.quicklisp.org/archive/fast-io/2017-10-23/fast-io-20171023-git.tgz"> ; 7.88KB

8,067 bytes in 0.00 seconds (7877.93KB/sec) ; Fetching #<URL "http://beta.quicklisp.org/archive/xsubseq/2017-08-30/xsubseq-20170830-git.tgz"> ; 3.91KB

4,006 bytes in 0.00 seconds (0.00KB/sec) ; Fetching #<URL "http://beta.quicklisp.org/archive/smart-buffer/2016-06-28/smart-buffer-20160628-git.tgz"> ; 3.10KB

3,176 bytes in 0.00 seconds (0.00KB/sec) ; Fetching #<URL "http://beta.quicklisp.org/archive/proc-parse/2016-03-18/proc-parse-20160318-git.tgz"> ; 7.72KB

7,905 bytes in 0.00 seconds (7719.73KB/sec) ; Fetching #<URL "http://beta.quicklisp.org/archive/fast-http/2018-01-31/fast-http-20180131-git.tgz"> ; 32.71KB

33,491 bytes in 0.01 seconds (4672.29KB/sec) ; Fetching #<URL "http://beta.quicklisp.org/archive/websocket-driver/2018-01-31/websocket-driver-20180131-git.tgz"> ; 11.03KB

11,295 bytes in 0.00 seconds (11030.27KB/sec) ; Loading "websocket-driver-client" .................................................. [package cffi-grovel]............................. [package static-vectors].......................... [package fast-io]................................. [package trivial-utf-8]........................... [package fast-websocket.ws]....................... [package fast-websocket.constants]................ [package fast-websocket.error].................... [package fast-websocket.parser]................... [package fast-websocket.payload].................. [package fast-websocket.compose].................. [package fast-websocket].......................... [package event-emitter]........................... [package split-sequence].......................... [package websocket-driver.util]................... [package websocket-driver.ws.base]................ [package websocket-driver]........................ [package cl+ssl].................................. [package cl-utilities]............................ [package proc-parse].............................. [package xsubseq]................................. [package smart-buffer]............................ [package fast-http.http].......................... [package fast-http.error]......................... [package fast-http.byte-vector]................... [package fast-http.util].......................... [package fast-http.parser]........................ .................................................. [package fast-http.multipart-parser].............. [package fast-http]............................... [package quri.port]............................... [package quri.uri]................................ [package quri.encode]............................. [package quri.error].............................. [package quri.util]............................... [package quri.decode]............................. [package quri.uri.ftp]............................ [package quri.uri.http]........................... [package quri.uri.ldap]........................... [package quri.uri.file]........................... [package quri.etld]............................... [package quri.domain]............................. [package quri.parser]............................. [package quri].................................... [package websocket-driver.ws.client]. ; ; caught ERROR: ; READ error during COMPILE-FILE: ;
; Symbol "MAKE-CONTEXT" not found in the CL+SSL package. ;
; Line: 167, Column: 56, File-Position: 7105

scoofry commented 6 years ago

Sorry, I believe my cl+ssl was out of date.