[CM] cm install fails with cmucl

Bob Coyne bobcoyne@worldnet.att.net
Fri, 07 Nov 2003 09:09:55 -0500


What do you get when you do (directory "/Lisp/src/").  I bet
it gives an error too.

I've noticed that when emacs has an modified, unsaved buffer,
it does some symbolic linking thing with the original, resulting in
this sort of error from cmucl.  Seems like the same sort of problem
you're having.

Orm Finnendahl wrote:

> Hi,
>
> trying to migrate common music from clisp to cmucl, loading cm.lisp
> dies with:
>
> "File-error in function TRUENAME: The file "/Lisp/src/iter.lisp" does
> not exist."
>
> appended is the complete output and the backtrace. "/Lisp" is
> symlinked to the actual cm directory which contains the latest sources
> from CVS.
>
> --
> Orm
>
> ----------------------------------------------------------------------
> * (load "/Lisp/src/cm.lisp")
> ; Loading #p"/usr/local/lisp/cm-cvs/cm/src/cm.lisp".
>
> ; Loading "/Lisp/bin/pkg.x86f".
> ; Loading "/Lisp/bin/cmu.x86f".
> ; Loading "/Lisp/bin/clos.x86f".
> ; Compiling "/Lisp/src/iter.lisp".
>
> File-error in function TRUENAME: The file "/Lisp/src/iter.lisp" does
> not exist.
>
> Restarts:
>   0: [CONTINUE] Return NIL from load of "/Lisp/src/cm.lisp".
>   1: [ABORT   ] Return to Top-Level.
>
> Debug  (type H for help)
>
> (TRUENAME #p"/Lisp/src/iter.lisp")
> Source: (ERROR 'SIMPLE-FILE-ERROR :PATHNAME PATHNAME :FORMAT-CONTROL ...)
>
> 0] Backtrace
> 0: (TRUENAME #p"/Lisp/src/iter.lisp")
> 1: (C::TRY-WITH-TYPE #p"/Lisp/src/iter.lisp" "lisp" T)
> 2: (C::VERIFY-SOURCE-FILES "/Lisp/src/iter.lisp")
> 3: (COMPILE-FILE "/Lisp/src/iter.lisp"
>                  :OUTPUT-FILE
>                  "/Lisp/bin/iter.x86f"
>                  :ERROR-FILE
>                  ...)
> 4: (NIL "iter")
> 5: ("Top-Level Form")[:TOP-LEVEL]
> 6: (COMMON-LISP::SLOLOAD
>     #<Stream for file "/usr/local/lisp/cm-cvs/cm/src/cm.lisp">)
> 7: (COMMON-LISP::INTERNAL-LOAD #p"/Lisp/src/cm.lisp"
>                                #p"/usr/local/lisp/cm-cvs/cm/src/cm.lisp"
>                                :ERROR
>                                :SOURCE)
> 8: (COMMON-LISP::INTERNAL-LOAD #p"/Lisp/src/cm.lisp"
>                                #p"/usr/local/lisp/cm-cvs/cm/src/cm.lisp"
>                                :ERROR
>                                NIL)
> 9: (LOAD "/Lisp/src/cm.lisp" :VERBOSE NIL :PRINT ...)
> 10: (INTERACTIVE-EVAL (LOAD "/Lisp/src/cm.lisp"))
> 11: (COMMON-LISP::%TOP-LEVEL)
> 12: (COMMON-LISP::RESTART-LISP)
>
> 0]
>
> _______________________________________________
> Cmdist mailing list
> Cmdist@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist