![](https://secure.gravatar.com/avatar/23e02d137fede0bbaf033094da65be2e.jpg?s=120&d=mm&r=g)
8 Nov
2010
8 Nov
'10
4:19 p.m.
We've gotten a couple of bug reports from users who are having trouble doing (ccl:rebuild-ccl :clean t) when (require 'asdf) is in their init files. http://trac.clozure.com/ccl/ticket/765 http://trac.clozure.com/ccl/ticket/773 While it's undoubtedly best to start up without an init file when you're planning to rebuild the lisp (by using "ccl -n"), I'm wondering if there would be some way to avoid this particular issue involving ASDF. During the process of rebuilding ccl, we compile (but do not load) ccl:tools;asdf.lisp. Perhaps we could simply stop compiling ASDF as part of ccl:rebuild-ccl. That way, the compile-time side effects that seem to be causing the trouble would be avoided.