From wpoosanguansit at yahoo.com Mon Sep 29 12:44:09 2008 From: wpoosanguansit at yahoo.com (Watt Poosanguansit) Date: Mon, 29 Sep 2008 05:44:09 -0700 (PDT) Subject: [flexi-streams-devel] Error loading flexi-streams Message-ID: <759021.45785.qm@web55507.mail.re4.yahoo.com> Hi, I am loading some other libraries that requires flexi-streams and I ran into errors which I did not find anything on the web that can resolve it. I am running on CMUCL on Debian. I appreciate your help. Watt P. ; loading system definition from ; /usr/local/asdf-install/site-systems/flexi-streams.asd into ; # ;; Loading #P"/usr/local/asdf-install/site/flexi-streams-1.0.7/flexi-streams.asd". ; registering # as FLEXI-STREAMS ; registering # 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] From edi at agharta.de Mon Sep 29 14:33:44 2008 From: edi at agharta.de (Edi Weitz) Date: Mon, 29 Sep 2008 16:33:44 +0200 Subject: [flexi-streams-devel] Error loading flexi-streams In-Reply-To: <759021.45785.qm@web55507.mail.re4.yahoo.com> (Watt Poosanguansit's message of "Mon, 29 Sep 2008 05:44:09 -0700 (PDT)") References: <759021.45785.qm@web55507.mail.re4.yahoo.com> Message-ID: On Mon, 29 Sep 2008 05:44:09 -0700 (PDT), Watt Poosanguansit wrote: > Error in function LISP::INTERNAL-LOAD: > File has a fasl file type, but no fasl file header: That's an interesting one that I've never seen before, but I haven't used CMUCL for quite some time. Did you try to delete all FASLs and start from scratch? If nobody on the list can help you, then maybe you should forward this to the CMUCL developers.