<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">I finally realized where the warning about calling the undefined function T was coming from:<div><br></div><div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(0, 239, 255); background-color: rgb(16, 16, 16);">diff --git a/contrib/abcl-asdf/abcl-asdf.lisp b/contrib/abcl-asdf/abcl-asdf.lisp</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(0, 239, 255); background-color: rgb(16, 16, 16);">index b96457e..2ded8b5 100644</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(0, 239, 255); background-color: rgb(16, 16, 16);">--- a/contrib/abcl-asdf/abcl-asdf.lisp</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(0, 239, 255); background-color: rgb(16, 16, 16);">+++ b/contrib/abcl-asdf/abcl-asdf.lisp</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(0, 249, 43); background-color: rgb(16, 16, 16);"><span style="color: #39bfcc">@@ -130,8 +130,7 @@</span> (defmethod resolve ((mvn-component asdf::mvn))</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(0, 249, 43); background-color: rgb(16, 16, 16);">         (resolve-dependencies group-id artifact-id version)</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(0, 249, 43); background-color: rgb(16, 16, 16);">         (if alternate-uri</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(0, 249, 43); background-color: rgb(16, 16, 16);">             (values (namestring alternate-uri) alternate-uri)</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(204, 64, 39); background-color: rgb(16, 16, 16);">-            (t </div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(204, 64, 39); background-color: rgb(16, 16, 16);">-             (error "Failed to resolve MVN component name ~A." name))))))</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(58, 193, 43); background-color: rgb(16, 16, 16);">+            (error "Failed to resolve MVN component name ~A." name)))))</div><p style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(0, 249, 43); background-color: rgb(16, 16, 16); min-height: 14px;"> <br class="webkit-block-placeholder"></p><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(0, 249, 43); background-color: rgb(16, 16, 16);"> (defmethod resolve ((uri pathname))</div><div style="margin: 0px; font-size: 10px; font-family: Monaco; color: rgb(0, 249, 43); background-color: rgb(16, 16, 16);">   (warn "Unimplemented."))</div></div><div><br></div><div>Looks like this was copy/pasted from a cond form elsewhere.</div><div><br></div><div>Cyrus</div><div><br></div></body></html>