[Ecls-list] Recent ASDF changes.

Mark Cox markcox80 at gmail.com
Tue Oct 23 11:44:58 UTC 2012


G'day,

The path PREFIX/lib/ecl-12.7.1/ is not being added to the ASDF search directory in ECL version 4b19fb3. The following fails for me:
$ ecl -norc
(require :asdf)
(asdf:load-system "prebuilt-asdf")



The function BUNDLE-OP-MONOLITHIC-P in contrib/asdf/bundle.lisp is bound twice. The first is a generic function as part of the BUNDLE-OP class. The second is a function. Removing the second definition fixes the error encountered when loading the prebuilt-asdf system. See the attached patch.

Thanks
Mark

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Removed-second-definition-of-BUNDLE-OP-MONOLITHIC-P.patch
Type: application/octet-stream
Size: 798 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20121023/e7eb9300/attachment.obj>


More information about the ecl-devel mailing list