Package: araneida
Version: 0.9-a3-3
Severity: serious
Hi,
First,I'm very happy after I saw some lisp files appeared in
/usr/share/common-lisp/source/araneida.
Second, I still cannot load it correctly :)
And I also find the problem:
In araneida.asd files, there're some code seems that it needed the 'doc'
directory and the 'NEWS' file MUST be in /usr/share/common-lisp/source/araneida
directory:
araneida.asd: line 39 to 55:
(:module "doc"
:components ((:html-file "examples")
(:static-file "example"
:pathname "example.lisp")
(:html-file "faq")
(:html-file "handlers")
(:html-file "html")
(:html-file "index")
(:html-file "installation")
(:html-file "reference")
(:html-file "servers")
(:html-file "troubleshooting")
(:html-file "urls")
(:static-file "new-dispatch-model")
(:static-file "araneida"
:pathname "araneida.css")
(:static-file "PLAN")))
and line 95:
(:static-file "NEWS")
I saw these files are in /usr/share/doc/araneida, so when I load araneida using
asdf, these files cannot be found by asdf, and something wrong happened.
I think maybe you can let the 'doc' dir be softlink to
'/usr/share/common-lisp/araneida/doc' or just remove them from araneida.asd ...
so does the file 'NEWS'
Thanks again very much. I just what this package be good for people using. ^_^
--
(setq reply-to
(concatenate 'string "Binghe " "<tianchunbinghe" '(#\@) "gmail.com>"))
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]