[cl-debian] Bug#359834: find in /usr/share/common-lisp/source/defsystem but this directory may be nonexist

Chun Tian (binghe) tianchun at corp.netease.com
Wed Mar 29 07:27:52 UTC 2006


Package: common-lisp-controller
Version: 5.12

There're some lines in common-lisp-controller's preinstall scripts:

        find  /usr/share/common-lisp/source/defsystem \
              /usr/share/common-lisp/source/asdf \
              /usr/share/common-lisp/source/common-lisp-controller
              -type f -not -name "*.lisp" -print0 2> /dev/null \
              | xargs --null rm --force 2> /dev/null

If the package 'cl-defsystem3' haven't been installed, this dir:

/usr/share/common-lisp/source/defsystem

doesn't exist, then the 'find' command will return a error! When I've installed cl-defsystem3, everything goes well.

Maybe common-lisp-controller should depend on cl-defsystem3 to ensure this dir existed?

Thanks.


-- 
((Chun Tian (binghe)) ((GnuPG Key) 077D1091))








More information about the Cl-debian mailing list