[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#547682: The fix given here also fix this problem



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






Reply to: