Bug#787420: cl-alexandria: Warning on compiling without the LICENCE input file
Diogo Ramos
dfsr at riseup.net
Mon Jun 1 14:18:06 UTC 2015
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
*
More information about the pkg-common-lisp-devel
mailing list