vbz Portable AllegroServe gray-streams external-format



I'm very new to Lisp, asdf, and aserve so this is probably a very
simple problem. After I asdf:install aserve, I run aserve's
INSTALL.lisp and get the following:

....
; compiling (DEFCLASS VHOST ...)
; compiling (DEFMETHOD PRINT-OBJECT ...)
; compiling (DEFMACRO WITH-HTTP-RESPONSE ...); compilation aborted
because of fatal error:
; READ failure in COMPILE-FILE:
; SB-INT:SIMPLE-READER-PACKAGE-ERROR at 17883 (line 574, column
41) on #<SB-SYS:FD-STREAM for "file
/usr/local/lib/sbcl/site/portableaserve-1.2.47-vbz-0.1.4/aserve/
main.cl"
{11D4A731}>:
; Symbol "EXTERNAL-FORMAT" not found in the GRAY-STREAM package.
; compilation aborted after 0:00:00


My operating environment:
Mac OS X 10.5.4
sbcl 1.0.19
portableaserve-1.2.47-vbz-0.1.4

I have these packages:
acl-compat
htmlgen
cl-ppcre-2.0.0
puri-1.5.1
cl-unicode-0.1.1
flexi-streams-1.0.7
trivial-gray-streams-2006-09-16

Some probably useless observations:
It looks like an issue with gray-stream:external-format; I have almost
no idea what this is about or how to fix it.
All instances of gray-stream:external-format in aserve/main.cl are
preceded by #+sb-unicode.

Thanks for any help,
Jason

.



Relevant Pages

  • Re: vbz Portable AllegroServe gray-streams external-format
    ... After I asdf:install aserve, I run aserve's ... ; compiling (DEFCLASS VHOST ...) ... ; compiling (DEFMETHOD PRINT-OBJECT ...) ...
    (comp.lang.lisp)
  • Re: `Standalone Executables
    ... the details of compiling, loading, and running Lisp. ... from the shell prompt, make a directory to keep super-frob ... instructions on the webpage are literal instructions. ...
    (comp.lang.lisp)
  • Re: best environment for learning Lisp?
    ... Just type in your Lisp prompt: ... ; compiling ... have figured out how to compile, load, and run a script in SLIME. ... sort of programming too, as you have found out, but you are missing out ...
    (comp.lang.lisp)
  • Re: undefined (asdf:system-license on clisp+cywgin
    ... Franz's case-sensitive lisp when the string designators are symbols, ...  This means that when the compiling ... names into strings, so that even if a source file has random symbols ... whatever readtable-case translation you might have in effect, ...
    (comp.lang.lisp)
  • Re: undefined (asdf:system-license on clisp+cywgin
    ... Sometime I shout strings and sometimes ... Franz's case-sensitive lisp when the string designators are symbols, ...  This means that when the compiling ... whatever readtable-case translation you might have in effect, ...
    (comp.lang.lisp)