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

Bug#787420: cl-alexandria: Warning on compiling without the LICENCE input file



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
*



Reply to: