Bug#547682: The fix given here also fix this problem
Yuanle Song
sylecn at gmail.com
Sun Dec 27 09:06:51 UTC 2009
FYI
The alternative fix given by Joshua Leach fix this problem for me.
edit the following defun in
/usr/share/common-lisp/source/common-lisp-controller/post-sysdef-install.lisp
#+sbcl
(defun get-owner-and-mode (directory)
(when (eq :directory
- (sb-impl::native-file-kind (namestring directory)))
+ (sb-unix::unix-file-kind (namestring directory)))
;; check who owns it
(multiple-value-bind (res dev ino mode nlink uid gid rdev size atime mtime)
(sb-unix:unix-stat (namestring directory))
Yuanle
More information about the pkg-common-lisp-devel
mailing list