[ cclan-Bugs-1803257 ] asdf: compilation problem on ECL

"SourceForge.net" <[email protected]> Thu, 11 Oct 2007 19:20:13 -0700
Newsgroups gmane.lisp.cclan.bugs
Message-ID <[email protected]>
Bugs item #1803257, was opened at 2007-09-26 23:30
Message generated for change (Comment added) made by sf-robot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=393636&aid=1803257&group_id=28536

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: asdf
Group: other
>Status: Closed
Resolution: Fixed
Priority: 7
Private: No
Submitted By: Peter Van Eynde (pvaneynd)
Assigned to: Gary Warren King (gwking)
Summary: asdf: compilation problem on ECL

Initial Comment:
recent asdf version fail to compile on ECL because you want to include the entire package into the compiled file instead of just the package name. 

Patch:

--- cl-asdf-upstream/asdf.lisp  2007-09-14 23:34:41.000000000 +0200
+++ cl-asdf/asdf.lisp   2007-09-27 05:39:17.000000000 +0200
@@ -981,7 +981,7 @@
 (defun class-for-type (parent type)
   (let* ((extra-symbols (list (find-symbol (symbol-name type) *package*)
                               (find-symbol (symbol-name type)
-                                           (package-name #.*package*))))
+                                           #.(package-name *package*))))
          (class (dolist (symbol (if (keywordp type)
                                     extra-symbols
                                     (cons type extra-symbols)))


----------------------------------------------------------------------

>Comment By: SourceForge Robot (sf-robot)
Date: 2007-10-11 19:20

Message:
Logged In: YES 
user_id=1312539
Originator: NO

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: Gary Warren King (gwking)
Date: 2007-09-27 06:16

Message:
Logged In: YES 
user_id=188173
Originator: NO

Just checked in the (a) fix.

----------------------------------------------------------------------

Comment By: Gary Warren King (gwking)
Date: 2007-09-27 06:07

Message:
Logged In: YES 
user_id=188173
Originator: NO

Agreed; I'm going to use load-time-value instead of #. though. Expect an
patch later today.

----------------------------------------------------------------------

Comment By: Peter Van Eynde (pvaneynd)
Date: 2007-09-26 23:31

Message:
Logged In: YES 
user_id=7267
Originator: YES

File Added: asdf.patch

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=393636&aid=1803257&group_id=28536

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/