[mel-base-devel] Problem asdf-installing mel-base with CMUCL 19d
Jochen Schmidt
js at codeartist.org
Fri May 18 13:22:30 UTC 2007
Am 13.05.2007 um 21:20 schrieb Victor Kryukov:
> Hi,
>
> when I'm trying to asdf-install mel-base with CMUCL 19d on Linux, I
> get the following:
>
> ; /home2/letsmeet/.asdf-install-dir/site/mel-base_0.8-0/
> encapsulating-stream.x86f
> written.
> ; Compilation finished in 0:00:01.
> Warning:
> COMPILE-FILE warned while performing #<COMPILE-OP NIL {58431025}> on
> #<CL-SOURCE-FILE "encapsulating-stream" {58E627C5}>.
> Warning:
> COMPILE-FILE failed while performing #<COMPILE-OP NIL {58431025}> on
> #<CL-SOURCE-FILE "encapsulating-stream" {58E627C5}>.
> ; Loading #P"/home2/letsmeet/.asdf-install-dir/site/mel-base_0.8-0/
> encapsulating-stream.x86f".
>
> Execution of a form compiled with errors:
> (DEFMETHOD EXTENSIONS:STREAM-READ-CHAR ((STREAM ENCAPSULATING-INPUT-
> STREAM))
> (READ-CHAR (ENCAPSULATED-INPUT-STREAM STREAM)))
> [Condition of type KERNEL:SIMPLE-PROGRAM-ERROR]
>
> Restarts:
> 0: [CONTINUE] Return NIL from load of
> #P"/home2/letsmeet/.asdf-install-dir/site/mel-base_0.8-0/
> encapsulating-stream.x86f".
> 1: [RETRY ] Retry performing #<ASDF:LOAD-OP NIL {58E97EAD}> on
> #<ASDF:CL-SOURCE-FILE "encapsulating-
> stream" {58E627C5}>.
> 2: [ACCEPT ] Continue, treating #<ASDF:LOAD-OP NIL {58E97EAD}> on
> #<ASDF:CL-SOURCE-FILE "encapsulating-
> stream" {58E627C5}> as
> having been successful.
> 3: [RETRY ] Retry installation
> 4: [ABORT ] Return to Top-Level.
>
> Anybody has any clue what may go wrong?
I still use 19a on my linux server and mel-base used to work there.
Can you try to enter the following forms into your listener after you
have tried to load mel-base?
(in-package :mel-internal)
(defmethod mel.gray-stream:stream-read-char ((stream encapsulating-
input-stream))
(read-char (encapsulated-input-stream stream)))
This should show the error CMUCL seems to have when compiling this form.
ciao,
Jochen
--
Jochen Schmidt
js at codeartist.org
http://www.codeartist.org
More information about the mel-base-devel
mailing list