[PlanetCCRMA] updated: mammut (again? :-), cm/clm/cmn lisp world

Kjetil S. Matheussen k.s.matheussen@notam02.no
Sun Jun 22 13:51:02 2003


On 20 Jun 2003, Fernando Pablo Lopez-Lezcano wrote:

> * updated the Lisp World (CM/CLM/CMN) for both cmucl and clisp, now
>   version 1.0-19. Let me know if you still have problems with cmucl on
>   startup. If not please try to keep track on when it breaks to try to
>   find out which change is actually triggering the problem.
>

Still dont work. :(
I'm not very familiar with cmucl, so I dont know how to a deeper debug,
but here is what happens now, and please let me know if theres anything
I can do to test it better. (Please also note that Anders Vinjar has
a working installation cm/clm/cnm setup based on cmucl on notam, so the
planet-ccrma install is not really needed right now, in case we are
the only one having this problem.)



kjetism@olivier ~/pd $ ldd -r /usr/bin/lisp
        libdl.so.2 => /lib/libdl.so.2 (0x40034000)
        libm.so.6 => /lib/i686/libm.so.6 (0x40038000)
        libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
kjetism@olivier ~/pd $
kjetism@olivier ~/pd $ /usr/bin/lisp -core /usr/lib/cmucl/cm-clm-cmn.core
* (format t ";;;~%;;; CM 2.4.0 (05/22/2003); CLM 2 (06/20/2003); CMN (05/19/2003)~%;;;~%")
;;;
;;; CM 2.4.0 (05/22/2003); CLM 2 (06/20/2003); CMN (05/19/2003)
;;;
NIL
* (clm::reload-ffi)
;;; Running /usr/bin/ld...
;;; Done.
; Loading #p"/usr/lib/cmucl/clm/ffi.x86f".

Undefined foreign symbol: "set_rt_audio_p"

Restarts:
  0: [CONTINUE] Return NIL from load of "/usr/lib/cmucl/clm/ffi.x86f".
  1: [ABORT   ] Return to Top-Level.

Debug  (type H for help)

(KERNEL::UNDEFINED-FOREIGN-SYMBOL-ERROR-HANDLER "<error finding name>"
                                                #.(SYSTEM:INT-SAP
#x3FFFE960)
                                                #<Alien (* #) at
#x3FFFE608>
                                                (14))
Source:
; File: target:code/interr.lisp
(ERROR 'SIMPLE-PROGRAM-ERROR :FUNCTION-NAME NAME :FORMAT-CONTROL ...)
0] 0
NIL
* (quit)
kjetism@olivier ~/pd $
kjetism@olivier ~/pd $ ldd -r /usr/lib/cmucl/clm/libclm.so
        libasound.so.2 => /usr/lib/libasound.so.2 (0x40052000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x400ec000)
        libm.so.6 => /lib/i686/libm.so.6 (0x401ca000)
        libdl.so.2 => /lib/libdl.so.2 (0x401ec000)
        libpthread.so.0 => /lib/i686/libpthread.so.0 (0x401ef000)
        libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
kjetism@olivier ~/pd $






--