clx.asd

Clemens Fruhwirth <[email protected]> Fri, 11 Nov 2005 13:50:17 +0100
Newsgroups gmane.lisp.clx.devel
Message-ID <[email protected]>
Hi, I have two questions about clx.asd:

1. Shouldn't we have a diff like
-    :depends-on (sb-bsd-sockets)
+    :depends-on (#+sbcl sb-bsd-sockets)

2. On SBCL, running

(asdf:oos 'asdf:load-op :clx) 
twice (either directly or first by loading :clx than by a dependency of
for instance :clim-clx), I get

* (asdf:oos 'asdf:load-op :clx)

debugger invoked on a TYPE-ERROR: The value NIL is not of type REAL.

:backtrace

0: (MAX NIL)
1: ((SB-PCL::FAST-METHOD ASDF:OPERATION-DONE-P (ASDF:OPERATION ASDF:COMPONENT))
    #<unavailable argument>
    #<unavailable argument>
    #<ASDF:COMPILE-OP NIL {9BFE551}>
    #<ASDF:STATIC-FILE "clx.texinfo" {9C5FEF9}>)
2: ((SB-PCL::FAST-METHOD ASDF::TRAVERSE (ASDF:OPERATION ASDF:COMPONENT))
    (#(NIL 3) . #())
    #<unavailable argument>
    #<ASDF:COMPILE-OP NIL {9BFE551}>
    #<ASDF:STATIC-FILE "clx.texinfo" {9C5FEF9}>)

It seems the cause of the problem is related to clx.texinfo. Removing it
from clx.asd solves the problem. This doesn't hurt, as asdf doesn't seem
to understand texinfo anyway (deducing from the comments in clx.asd).

Can someone confirm this error on his own installation? Is removing
texinfo the correct (intermediate) solution?
Thanks,
-- 
Fruhwirth Clemens - http://clemens.endorphin.org 
for robots: [email protected]

_______________________________________________
Portable-clx mailing list
[email protected]
http://lists.metacircles.com/cgi-bin/mailman/listinfo/portable-clx
See http://www.cliki.net/clx for darcs URL(s)