9 May 2005 12:18
asdf bug: duplicate component names
Peter Van Eynde <pvaneynd <at> debian.org>
2005-05-09 10:18:59 GMT
2005-05-09 10:18:59 GMT
Hello, A debian user created an asdf system file with a lot of duplicate module names. This causes severe problems as the dependencies are on the name of the component. See debian bug 304972 and probably also 304970. This is fixed with the attached patch. BTW: what is the relation between the cclan asdf and the one in sbcl contrib? Groetjes, Peter
--- /home/pvaneynd/fakeroot/Packages/cl-asdf-1.86/asdf.lisp 2004-08-05 05:18:32.000000000 +0200 +++ asdf.lisp 2005-05-09 12:13:20.000000000 +0200 <at> <at> -95,7 +95,8 <at> <at> #:missing-component #:missing-dependency #:circular-dependency ; errors - + #:duplicate-names + #:retry #:accept ; restarts <at> <at> -157,6 +158,9 <at> <at> (define-condition circular-dependency (system-definition-error) ((components :initarg :components :reader circular-dependency-components)))(Continue reading)
RSS Feed