Watt Poosanguansit wrote:
> I am new to CMUCL and flexi-streams.  I tried to load the library and I got 
> the message below.  I have asked this on flexi-streams list and I was told 
> this might be a better place since this might have to do with how CMUCL load 
> the files.  Any help is appreciated.
> 
> 
> ; loading system definition from
> ; /usr/local/asdf-install/site-systems/flexi-streams.asd into
> ; #<The ASDF0 package>
> ;; Loading 
> #P"/usr/local/asdf-install/site/flexi-streams-1.0.7/flexi-streams.asd".
> ; registering #<SYSTEM :FLEXI-STREAMS {5841F48D}> as FLEXI-STREAMS
> ; registering #<SYSTEM :FLEXI-STREAMS-TEST {58437BCD}> as FLEXI-STREAMS-TEST
> ; Compiling LAMBDA (.PV-CELL. .NEXT-METHOD-CALL. O C):
> ; Compiling Top-Level Form:
> ;; Loading 
> #P"/var/cache/common-lisp-controller/1000/cmucl/local/usr/local/asdf-install/site/flexi-streams-1.0.7/packages.x86f".
> ;; Loading 
> #P"/var/cache/common-lisp-controller/1000/cmucl/local/usr/local/asdf-install/site/flexi-streams-1.0.7/mapping.x86f".
> 
> 
> Error in function LISP::INTERNAL-LOAD:
>    File has a fasl file type, but no fasl file header:
>   
> "/var/cache/common-lisp-controller/1000/cmucl/local/usr/local/asdf-install/site/flexi-streams-1.0.7/ascii.x86f"
>    [Condition of type SIMPLE-ERROR]

That usually means the fasl file (ascii.x86f) is empty.  Something else
has happened to cause the fasl to be empty.  Are there other errors in
the log that you didn't send?  Is the disk full?

I used flexi-streams a while back, and it worked.  Can't remember what
version though.

Ray

Reply via email to