#360: Unable to load hunchentoot via quicklisp (maven, asdf problem?) -----------------------------+---------------------- Reporter: david creelman | Owner: mevenson Type: defect | Status: accepted Priority: major | Milestone: Component: other | Version: Resolution: | Keywords: -----------------------------+----------------------
Comment (by mevenson):
Replying to [comment:9 alan ruttenberg]:
After accepting several errors on loadClassFromByteArray and loading the
version of cl-mediawiki (ql version give an error something about flexi streams) from https://github.com/AccelerationNet/cl-mediawiki I can now fetch a page.
CL-MEDIAWIKI seems to load ok for me:
{{{ (ql:quickload :cl-mediawiki) ;;; Checking for wide character support... yes, using UTF-16. To load "cl-mediawiki": Load 3 ASDF systems: alexandria cxml drakma Install 1 Quicklisp release: cl-mediawiki ; Fetching #<QL-HTTP:URL "http://beta.quicklisp.org/archive/cl- mediawiki/2014-11-06/cl-mediawiki-20141106-git.tgz"> ; 16.03KB ================================================== 16,417 bytes in 0.09 seconds (180.14KB/sec) ; Loading "cl-mediawiki" ;;; Checking for wide character support... yes, using UTF-16. ;;; Building Closure with CHARACTER RUNES .................................................. [package net.acceleration.cl-mediawiki] ; in (DEFUN MAKE-API-REQUEST ...)
; Caught STYLE-WARNING: ; Undefined variable *DEFAULT-EXTERNAL-FORMAT* assumed special
; Caught COMPILE-WARNED-WARNING: ; Lisp compilation had style-warnings while compiling #<ASDF/LISP-ACTION:CL-SOURCE-FILE "cl-mediawiki" "src" "main">
; in (DEFINE-PROXY GET-ACTION-TOKENS ...)
; Caught STYLE-WARNING: ; The variable PAGE is defined but never used.
. ; Caught COMPILE-WARNED-WARNING: ; Lisp compilation had style-warnings while compiling #<ASDF/LISP-ACTION:CL-SOURCE-FILE "cl-mediawiki" "src" "query">
; Compilation unit finished ; Caught 2 WARNING conditions ; Caught 2 STYLE-WARNING conditions
(:CL-MEDIAWIKI) CL-USER> (ql:dist-version "quicklisp") "2014-11-06" CL-USER> (lisp-implementation-version) "1.4.0-dev" "Java_HotSpot(TM)_64-Bit_Server_VM-Oracle_Corporation-1.8.0_25-b17" "x86_64-Mac_OS_X-10.10.1" }}}
-- Ticket URL: http://abcl.org/trac/ticket/360#comment:15 armedbear http://abcl.org armedbear