s-xml-rpc on clisp-2.37-unix-unknown - Details

Author:Sven Van Caekenberghe <svc@mac.com>
Version:7
Description:Common Lisp XML-RPC Package
Started at:2006-04-16 03:29:38
Ended at:2006-04-16 03:30:50
Elapsed time (seconds):72
Depends On:s-xml
Most recent change:2004-07-08 15:45:25
Most recent file:/Users/gwking/temporary/asdf-test/input/clisp/site/s-xml-rpc/src/define-xmlrpc-method.lisp

REPL Output

;;; ASDF-INSTALL: Downloading 23663 bytes from http://common-lisp.net/project/s-xml-rpc/s-xml-rpc.tgz to /Users/gwking/S-XML-RPC.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/S-XML-RPC.asdf-install-tmp in /Users/gwking/temporary/asdf-test/input/clisp/site/, /Users/gwking/temporary/asdf-test/input/clisp/site-systems/
s-xml-rpc/
s-xml-rpc/ChangeLog
s-xml-rpc/doc/
s-xml-rpc/doc/index.html
s-xml-rpc/doc/S-XML-RPC.html
s-xml-rpc/doc/style.css
s-xml-rpc/Makefile
s-xml-rpc/s-xml-rpc.asd
s-xml-rpc/src/
s-xml-rpc/src/aserve.lisp
s-xml-rpc/src/base64.lisp
s-xml-rpc/src/define-xmlrpc-method.lisp
s-xml-rpc/src/extensions.lisp
s-xml-rpc/src/package.lisp
s-xml-rpc/src/sysdeps.lisp
s-xml-rpc/src/validator1-client.lisp
s-xml-rpc/src/validator1-server.lisp
s-xml-rpc/src/xml-rpc.lisp
s-xml-rpc/test/
s-xml-rpc/test/all-tests.lisp
s-xml-rpc/test/test-base64.lisp
s-xml-rpc/test/test-extensions.lisp
s-xml-rpc/test/test-xml-rpc.lisp
s-xml-rpc/test/test.b64

#P"/Users/gwking/temporary/asdf-test/input/clisp/site/s-xml-rpc/" 
#P"/Users/gwking/temporary/asdf-test/input/clisp/site/s-xml-rpc/" ;;; ASDF-INSTALL: Downloading package S-XML, required by s-xml-rpc

;;; ASDF-INSTALL: Downloading 25612 bytes from http://common-lisp.net/project/s-xml/s-xml.tgz to /Users/gwking/s-xml.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing /Users/gwking/s-xml.asdf-install-tmp in /Users/gwking/temporary/asdf-test/input/clisp/site/, /Users/gwking/temporary/asdf-test/input/clisp/site-systems/
s-xml/
s-xml/ChangeLog
s-xml/doc/
s-xml/doc/index.html
s-xml/doc/S-XML.html
s-xml/doc/style.css
s-xml/Makefile
s-xml/s-xml.asd
s-xml/src/
s-xml/src/dom.lisp
s-xml/src/lxml-dom.lisp
s-xml/src/package.lisp
s-xml/src/sxml-dom.lisp
s-xml/src/xml-struct-dom.lisp
s-xml/src/xml.lisp
s-xml/test/
s-xml/test/all-tests.lisp
s-xml/test/ant-build-file.xml
s-xml/test/counter.lisp
s-xml/test/echo.lisp
s-xml/test/plist.xml
s-xml/test/remove-markup.lisp
s-xml/test/simple.xml
s-xml/test/test-lxml-dom.lisp
s-xml/test/test-sxml-dom.lisp
s-xml/test/test-xml-struct-dom.lisp
s-xml/test/test-xml.lisp
s-xml/test/tracer.lisp
s-xml/test/xhtml-page.xml

#P"/Users/gwking/temporary/asdf-test/input/clisp/site/s-xml/" 
#P"/Users/gwking/temporary/asdf-test/input/clisp/site/s-xml/" 
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml/src/package.lisp ...
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml/src/package.fas
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml/src/xml.lisp ...
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml/src/xml.fas
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml/src/dom.lisp ...
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml/src/dom.fas
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml/src/lxml-dom.lisp ...
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml/src/lxml-dom.fas
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml/src/sxml-dom.lisp ...
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml/src/sxml-dom.fas
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml/src/xml-struct-dom.lisp ...
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml/src/xml-struct-dom.fas
0 errors, 0 warnings
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml-rpc/src/base64.lisp ...
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml-rpc/src/base64.fas
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml-rpc/src/package.lisp ...
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml-rpc/src/package.fas
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml-rpc/src/sysdeps.lisp ...
WARNING in WITH-OPEN-SOCKET-STREAM in lines 18..41 :
variable VAR is not used.
Misspelled or missing IGNORE declaration?
WARNING in WITH-OPEN-SOCKET-STREAM in lines 18..41 :
variable HOST is not used.
Misspelled or missing IGNORE declaration?
WARNING in WITH-OPEN-SOCKET-STREAM in lines 18..41 :
variable PORT is not used.
Misspelled or missing IGNORE declaration?
WARNING in WITH-OPEN-SOCKET-STREAM in lines 18..41 :
variable BODY is not used.
Misspelled or missing IGNORE declaration?
WARNING in RUN-PROCESS in lines 43..47 :
variable NAME is not used.
Misspelled or missing IGNORE declaration?
WARNING in RUN-PROCESS in lines 43..47 :
variable FUNCTION is not used.
Misspelled or missing IGNORE declaration?
WARNING in RUN-PROCESS in lines 43..47 :
variable ARGUMENTS is not used.
Misspelled or missing IGNORE declaration?
WARNING in START-STANDARD-SERVER in lines 51..96 :
variable PORT is not used.
Misspelled or missing IGNORE declaration?
WARNING in START-STANDARD-SERVER in lines 51..96 :
variable CONNECTION-HANDLER is not used.
Misspelled or missing IGNORE declaration?
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml-rpc/src/sysdeps.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x19FE3B25> on
         #<CL-SOURCE-FILE "sysdeps" #x19FD678D>.
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml-rpc/src/xml-rpc.lisp ...
WARNING in XML-RPC-CALL in lines 374..413 :
variable URI is not used.
Misspelled or missing IGNORE declaration?
WARNING in XML-RPC-CALL in lines 374..413 :
variable ENCODED is not used.
Misspelled or missing IGNORE declaration?
WARNING in XML-RPC-CALL in lines 374..413 :
variable AGENT is not used.
Misspelled or missing IGNORE declaration?
WARNING in XML-RPC-CALL in lines 374..413 :
variable AUTHORIZATION is not used.
Misspelled or missing IGNORE declaration?
WARNING in XML-RPC-CALL in lines 374..413 :
variable PROXY-PORT is not used.
Misspelled or missing IGNORE declaration?
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml-rpc/src/xml-rpc.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x19FE3B25> on
         #<CL-SOURCE-FILE "xml-rpc" #x19FD6831>.
;; Compiling file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml-rpc/src/extensions.lisp ...
;; Wrote file /Users/gwking/temporary/asdf-test/input/clisp/site/s-xml-rpc/src/extensions.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x19FE3B25> on
         #<CL-SOURCE-FILE "extensions" #x19FD68D5>.
0 errors, 14 warnings