Package: cl-alexandria Version: 20140826-1 Severity: minor Dear Maintainer,
When loading the `cl-alexandria' ASDF system, ASDF gives the following warning: WARNING: compiling #<STATIC-FILE "alexandria" "LICENCE"> completed without its input file #P"/usr/share/common-lisp/source/alexandria/LICENCE" Here is a sample of the exchange that triggers this, using SBCL: * (require :asdf) ("ASDF" "asdf" "UIOP" "uiop") * (asdf:load-system :alexandria) WARNING: compiling #<STATIC-FILE "alexandria" "LICENCE"> completed without its input file #P"/usr/share/common-lisp/source/alexandria/LICENCE" WARNING: loading #<STATIC-FILE "alexandria" "LICENCE"> completed without its input file #P"/usr/share/common-lisp/source/alexandria/LICENCE" T * _______________________________________________ pkg-common-lisp-devel mailing list pkg-common-lisp-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-common-lisp-devel