From victor.kryukov at gmail.com Sun May 13 19:20:59 2007 From: victor.kryukov at gmail.com (Victor Kryukov) Date: Sun, 13 May 2007 14:20:59 -0500 Subject: [mel-base-devel] Problem asdf-installing mel-base with CMUCL 19d Message-ID: 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 # on #. Warning: COMPILE-FILE failed while performing # on #. ; 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 # on #. 2: [ACCEPT ] Continue, treating # on # as having been successful. 3: [RETRY ] Retry installation 4: [ABORT ] Return to Top-Level. Anybody has any clue what may go wrong? Regards, Victor. -- Yours Sincerely, Victor Kryukov From js at codeartist.org Fri May 18 13:22:30 2007 From: js at codeartist.org (Jochen Schmidt) Date: Fri, 18 May 2007 15:22:30 +0200 Subject: [mel-base-devel] Problem asdf-installing mel-base with CMUCL 19d In-Reply-To: References: Message-ID: 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 # on > #. > Warning: > COMPILE-FILE failed while performing # on > #. > ; 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 # on > # stream" {58E627C5}>. > 2: [ACCEPT ] Continue, treating # on > # 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