My SBCL is with ASDF3. When I tried to compile the defsystem expression, there was an error like this:
(defsystem "cl-douban"
:name "cl-douban"
:components ((:file "package")))
Invalid relative pathname #P"package.lisp" for component
("cl-douban" "package")
Any one knows why? Here is the pic: