[ cclan-Bugs-1803257 ] asdf: compilation problem on ECL
"SourceForge.net" <[email protected]> Thu, 27 Sep 2007 06:07:33 -0700
| Newsgroups | gmane.lisp.cclan.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #1803257, was opened at 2007-09-27 02:30
Message generated for change (Comment added) made by gwking
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: Open
Resolution: None
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: Gary Warren King (gwking)
Date: 2007-09-27 09: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-27 02: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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/