On 4/21/12 1:45 PM, Raymond Toy wrote:
On 4/21/12 12:04 PM, Robert Goldman wrote:
This isn't what I get on CMU 20c unicode (which I downloaded --- prior to the snapshot).
I get a crash when I try to recompile asdf, done as:
- start cmucl
- (require :asdf)
- push my asdf directory onto asdf:*central-registry*
- (asdf:load-system :asdf)
The error I get is as follows:
Thanks for the recipe. I can reproduce this with 20c. I also get an error with 2012-04, but the error is slightly different. I definitely didn't change pcl between these releases. Something else must be going on, but I don't know what.
Oops. I guess I should include the error message. Does this make sense to you?
No matching method for the generic function #<STANDARD-GENERIC-FUNCTION ASDF:OUTPUT-FILES (5) {487748F1}>, when called with arguments (#<ASDF:COMPILE-OP NIL {48677415}> #<ASDF:CL-SOURCE-FILE "asdf" "asdf">). [Condition of type PCL::NO-APPLICABLE-METHOD-ERROR]
Restarts: 0: [CONTINUE] Retry call to :FUNCTION. 1: [RETRY ] Retry compiling #<CL-SOURCE-FILE "asdf" "asdf">. 2: [ACCEPT ] Continue, treating compiling #<CL-SOURCE-FILE "asdf" "asdf"> as having been successful. 3: [ABORT ] Return to Top-Level.
Ray