Date: Fri, 11 Jan 2019 12:51:25 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 234853] math/maxima: Can't create directory /wrkdirs/ Message-ID: <bug-234853-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234853 Bug ID: 234853 Summary: math/maxima: Can't create directory /wrkdirs/ Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: jszhao@yeah.net CC: phascolarctos@protonmail.ch CC: phascolarctos@protonmail.ch Flags: maintainer-feedback?(phascolarctos@protonmail.ch) Hi there, I am not sure if it's a bug, because it is appear when I add quicklisp to .sbclrc. zjs@xw6600:/home/zjs % cat .sbclrc ;;; The following lines added by ql:add-to-init-file: #-quicklisp (let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp" (user-homedir-pathname)))) (when (probe-file quicklisp-init) (load quicklisp-init))) Then, when I invoke maxima, give the following error messages: zjs@xw6600:/home/zjs % maxima While evaluating the form starting at line 129, column 0 of #P"/home/zjs/quicklisp/setup.lisp": debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread #<THREAD "main thread" RUNNING {10005585B3}>: Can't create directory /wrkdirs/ Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): [snip] (ENSURE-DIRECTORIES-EXIST #P"/wrkdirs/usr/ports/math/maxima/work/.cache/common-lisp/sbcl-1.4.15-bsd-x= 64/home/zjs/quicklisp/quicklisp/package.fasl" :VERBOSE NIL :MODE 511) 0] It seems that /wrkdirs/usr/ports/math/maxima/work/.cache/common-lisp/sbcl-1.4.15-bsd-x64/ comes from the image of maxima, and that causes the error. Any hints? Thanks. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234853-7788>