ASDF and McCLIM

Gary Byers <[email protected]> Wed, 3 Aug 2005 19:25:20 -0600 (MDT)
Newsgroups gmane.lisp.openmcl.bugs
Message-ID <[email protected]>
The version of ASDF in OpenMCL's current bleeding-edge tree (1.187 ?) 
seems to have difficulty loading system definitions for McCLIM,
apparently because file names are used to name components, the current
ASDF checks for duplicate component names, and McCLIM contains more
than one file/component named "package".

AFAIK, this isn't OpenMCL-specific; I'm not sure how to best deal
with this.