cl-http+asdf

David Kleiner <[email protected]>
Newsgroups gmane.lisp.cclan.general
Message-ID <[email protected]>
Hi,

As a little project of mine to get a "feel" of what a larger lisp
system may look like, I've been trying to asdf'y CL-HTTP system.

My lisp awareness is limited so please bear with me <g>

Here is my problem:


---

* (asdf:operate 'asdf:load-op 'cl-http)
; /home/lisp/tools/asdf/systems/cl-http.asd into
; #<The ASDF1339 package, 0/9 internal, 0/9 external>
; Loading #p"/home/lisp/tools/cl-http-70-159-devo-asdf/cmucl/server/server.asd".


File-error in function TRUENAME:
   The file "HTTP:mcl;server;resources.lisp" does not exist.

Restarts:
  0: [RETRY-COMPONENT] ASDF::RETRY-COMPONENT
  1: [SKIP-COMPONENT ] ASDF::SKIP-COMPONENT
  2: [ABORT          ] Return to Top-Level.

Debug  (type H for help)

(TRUENAME #.(logical-pathname "HTTP:mcl;server;resources.lisp"))
Source: Error finding source: 
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM:  Source file no longer exists:
  target:code/filesys.lisp.
0] pp
(TRUENAME #.(logical-pathname "HTTP:mcl;server;resources.lisp"))
Source: Error finding source: 
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM:  Source file no longer exists:
  target:code/filesys.lisp.
0] (TRUENAME #.(logical-pathname "HTTP:mcl;server;resources.lisp"))
#p"/home/lisp/tools/cl-http-70-159-devo-asdf/mcl/server/resources.lisp"
0] 
----

"http:" appears to be properly translated.

From /home/lisp/tools/asdf/systems/cl-http.asd:

(defsystem cl-http                          
		:pathname "HTTP:"
		:components 
	((:file "mcl;server;resources" )	; Portable resource package.

;; ... rest skipped

Versions:

asdf: 1.75
cmucl: 18e
os: freebsd 5.x (-current)

Any pointers are being appreciated.

Thank you,

David


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.