On Mon, 26 Sep 2005 15:27:40 +0200, Stefan Scholl stesch@no-spoon.de wrote:
OK, then maybe DEFPACKAGE in CMUCL 19a is broken.
Works in 19b:
* (lisp-implementation-version)
"CVS 19b 19b-release-20050628-3 + minimal debian patches (19B)" * (asdf:oos 'asdf:load-op :tbnl)
; loading system definition from /usr/local/lisp/Registry/tbnl.asd into ; #<The ASDF1521 package> ; registering #<SYSTEM TBNL {580D405D}> as TBNL ; loading system definition from /usr/local/lisp/Registry/url-rewrite.asd into ; #<The ASDF1524 package> ; registering #<SYSTEM URL-REWRITE {580FDEED}> as URL-REWRITE ; loading system definition from /usr/local/lisp/Registry/rfc2388.asd into ; #<The ASDF1526 package> ; registering #<SYSTEM :RFC2388 {581276ED}> as RFC2388 ; loading system definition from /usr/local/lisp/Registry/kmrcl.asd into ; #<The ASDF1528 package> ; registering #<SYSTEM KMRCL {58147D25}> as KMRCL ; Compiling LAMBDA (.PV-CELL. .NEXT-METHOD-CALL. O C): ; Compiling Top-Level Form: ; loading system definition from /usr/local/lisp/Registry/cl-ppcre.asd into ; #<The ASDF1569 package> ; registering #<SYSTEM #:CL-PPCRE {58323955}> as CL-PPCRE ; loading system definition from /usr/local/lisp/Registry/cl-base64.asd into ; #<The ASDF1571 package> ; registering #<SYSTEM CL-BASE64 {58352EDD}> as CL-BASE64 ; Compiling LAMBDA (.PV-CELL. .NEXT-METHOD-CALL. O C): ; Compiling Top-Level Form: ; registering #<SYSTEM CL-BASE64-TESTS {584E733D}> as CL-BASE64-TESTS ; Compiling LAMBDA (.PV-CELL. .NEXT-METHOD-CALL. O C): ; Compiling Top-Level Form: ; loading system definition from /usr/local/lisp/Registry/md5.asd into ; #<The ASDF1633 package> ; registering #<SYSTEM MD5 {58612975}> as MD5 NIL * (find-symbol "URL-ENCODE" :tbnl)
TBNL:URL-ENCODE :EXTERNAL
I have no TBNL:URL-ENCODE. I can access URL-REWRITE:URL-ENCODE for the moment.
|sigh|
I'll have to make some tests in CMUCL for a bug report ...
19b is current. I guess they won't fix old versions.