From ventimig at msu.edu Tue Aug 4 00:14:29 2009 From: ventimig at msu.edu (David A. Ventimiglia) Date: Mon, 03 Aug 2009 17:14:29 -0700 Subject: [Clc-users] using CLISP can't make directory in /var subdirectory for cl-plplot Message-ID: <1249344869.4603.38.camel@dventimi-laptop> Hello I have an issue with common-lisp-controller where it complains about making certain directories in /var/cache/common-lisp-controller. I'm trying to use cl-plplot. I downloaded cl-plplot into /usr/share/common-lisp/source. Then, I added a symlink from /usr/share/common-lisp/source/cl-plplot/cl-plplot.asd to /usr/share/common-lisp/systems. Then, I called clc-register-user-package cl-plplot.asd while in the ../systems directory. That all worked fine. But then while in CLISP, when I issued this command: (clc:clc-require :cl-plplot) I get this error: MAKE-PATHNAME: illegal :DIRECTORY argument (:RELATIVE "src/system") [Condition of type SIMPLE-ERROR] I believe it's trying to make directories deep in /var somewhere, because I had the same problem with cl-plplot and SBCL. In that case, I forced it by manually creating the directories clc was trying to create, but I know that's not really the correct solution. I figure it's got to be a permission problem. Have folks seen this before? Thanks! Best -- David A. Ventimiglia Michigan State University