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

Faré fahree at gmail.com
Mon Jun 1 22:56:32 UTC 2015


alexandria.asd declares LICENCE as a static-file, therefore the file
must be present or asdf3 will complain (unlike asdf2, and unlike asdf1
where most uses of static-file's were not even portable). If the issue
is disk space, the debian package could replace it with a symlink to a
shared version. Or it could remove the static-file from the .asd file.
But the current situation is a bug.

—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org
Statists seek the solution to all human problems in arbitrary political power
and bureaucracies above society. They choose to ignore that when they are not
all too human, politicians and bureaucrats are oh so inhuman.

On Mon, Jun 1, 2015 at 10:18 AM, Diogo Ramos <dfsr at riseup.net> wrote:
> 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"
>



More information about the pkg-common-lisp-devel mailing list