[Bese-devel] ucw 0.3.9

Pascal J.Bourguignon pjb at informatimago.com
Wed May 4 23:28:38 UTC 2005


Marco Baringer writes:
> 
> this is for luigi, julian and anyone else who wants to improve the
> qualitiy of the "official" ucw releases.
> 
> I've commited the spelling fixs and created a new ucw release (0.3.9)
> containig those changes and some minor tweaks to the httpd backend
> (proper handling of #\+ chars in urls).
> 
> So, here's what i would like people to do if they have some free time
> (my guess is that it will take between 10 and 30 minutes to do this):
> 
> 1) Get the tarballs from:
> 
> ftp://ftp.common-lisp.net/pub/project/ucw/


The release notes should indicate that RFC2388 and ITERATE are new
dependencies.  (This seems to be true already of 0.3.8, so it could go
in these release notes).

Also, there's probably a dependency on an exact version of ITERATE.  I
fetched the "current" one, iterate version 1.3.pre1 and it fails to
compile:


[1]> (load"src/loader")
;; Loading file $PRJ/src/loader.lisp ...
;;  Loading file $PRJ/init.lisp ...
;;  Loaded file $PRJ/init.lisp
;;  Loading file $PACKAGES/com/informatimago/common-lisp/package.lisp ...
;;  Loaded file $PACKAGES/com/informatimago/common-lisp/package.lisp
;;  Loading file $PACKAGES/net/sourceforge/cclan/asdf/asdf.lisp ...
;;  Loaded file $PACKAGES/net/sourceforge/cclan/asdf/asdf.lisp
;; Scanning ASDF packages...
;; Done.
; loading system definition from $PACKAGES/net/common-lisp/ucw/ucw.asd into #<PACKAGE ASDF3859>
;;  Loading file $PACKAGES/net/common-lisp/ucw/ucw.asd ...
; registering #<SYSTEM :UCW #x2044852E> as UCW
; registering #<SYSTEM :UCW.ADMIN #x204832B6> as UCW.ADMIN
; registering #<SYSTEM :UCW.EXAMPLES #x203D3606> as UCW.EXAMPLES
; registering #<SYSTEM :UCW.HTTPD #x203E70E6> as UCW.HTTPD
; registering #<SYSTEM :UCW.MOD-LISP #x203F882E> as UCW.MOD-LISP
; registering #<SYSTEM :UCW.ASERVE #x2040A126> as UCW.ASERVE
; registering #<SYSTEM :UCW.ARANEIDA #x2041C17E> as UCW.ARANEIDA
; registering #<SYSTEM :UCW.CL-ICU #x2042D9FE> as UCW.CL-ICU
; registering #<SYSTEM :UCW.EXAMPLES.I18N #x2043F976> as UCW.EXAMPLES.I18N
;;  Loaded file $PACKAGES/net/common-lisp/ucw/ucw.asd
; loading system definition from $PACKAGES/net/common-lisp/rfc2388/rfc2388.asd into #<PACKAGE ASDF4243>
;;  Loading file $PACKAGES/net/common-lisp/rfc2388/rfc2388.asd ...
; registering #<SYSTEM :RFC2388 #x20486AFE> as RFC2388
;;  Loaded file $PACKAGES/net/common-lisp/rfc2388/rfc2388.asd
; loading system definition from $PACKAGES/net/common-lisp/iterate/iterate.asd into #<PACKAGE ASDF4478>
;;  Loading file $PACKAGES/net/common-lisp/iterate/iterate.asd ...
; registering #<SYSTEM ITERATE #x2044E76E> as ITERATE
; registering #<SYSTEM ITERATE-PG #x2045558E> as ITERATE-PG
; registering #<SYSTEM ITERATE-TESTS #x20466476> as ITERATE-TESTS
;;  Loaded file $PACKAGES/net/common-lisp/iterate/iterate.asd
; loading system definition from $PACKAGES/net/common-lisp/slime/swank.asd into #<PACKAGE ASDF4515>
;;  Loading file $PACKAGES/net/common-lisp/slime/swank.asd ...
; registering #<SYSTEM :SWANK #x204273AE> as SWANK
;;  Loaded file $PACKAGES/net/common-lisp/slime/swank.asd
; loading system definition from $PACKAGES/net/common-lisp/ucw/libs/yaclml/yaclml.asd into #<PACKAGE ASDF4528>
;;  Loading file $PACKAGES/net/common-lisp/ucw/libs/yaclml/yaclml.asd ...
; registering #<SYSTEM :YACLML #x20457846> as YACLML
; registering #<SYSTEM :YACLML.TEST #x20468B56> as YACLML.TEST
;;  Loaded file $PACKAGES/net/common-lisp/ucw/libs/yaclml/yaclml.asd
; loading system definition from $PACKAGES/net/common-lisp/ucw/libs/arnesi/arnesi.asd into #<PACKAGE ASDF4541>
;;  Loading file $PACKAGES/net/common-lisp/ucw/libs/arnesi/arnesi.asd ...
; registering #<SYSTEM :ARNESI #x203E2476> as ARNESI
; registering #<SYSTEM :ARNESI.TEST #x203F9E4E> as ARNESI.TEST
; registering #<SYSTEM :ARNESI.CL-PPCRE-EXTRAS #x2040F2A6> as ARNESI.CL-PPCRE-EXTRAS
;;  Loaded file $PACKAGES/net/common-lisp/ucw/libs/arnesi/arnesi.asd
;; Compiling file $PACKAGES/net/common-lisp/rfc2388/packages.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/rfc2388/packages.fas
;;  Loading file $PACKAGES/net/common-lisp/rfc2388/packages.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/rfc2388/packages.fas
;; Compiling file $PACKAGES/net/common-lisp/rfc2388/rfc2388.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/rfc2388/rfc2388.fas
;; Compiling file $PACKAGES/net/common-lisp/iterate-1.3.pre1/package.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/iterate-1.3.pre1/package.fas
;;  Loading file $PACKAGES/net/common-lisp/iterate-1.3.pre1/package.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/iterate-1.3.pre1/package.fas
;; Compiling file $PACKAGES/net/common-lisp/iterate-1.3.pre1/iterate.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/iterate-1.3.pre1/iterate.fas
;; Compiling file $PACKAGES/net/common-lisp/slime/swank-loader.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/slime/swank-loader.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/packages.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/packages.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/packages.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/packages.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/one-liners.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/one-liners.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/one-liners.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/one-liners.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/accumulation.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/accumulation.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/flow-control.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/flow-control.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/flow-control.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/flow-control.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/io.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/io.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/io.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/io.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/asdf.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/asdf.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/accumulation.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/accumulation.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/list.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/list.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/list.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/list.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/string.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/string.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/string.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/string.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/csv.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/csv.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/compat.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/compat.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/cps.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/cps.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/debug.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/debug.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/decimal-arithmetic.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/decimal-arithmetic.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/defclass-struct.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/defclass-struct.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/hash.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/hash.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/vector.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/vector.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/vector.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/vector.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/http.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/http.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/lambda.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/lambda.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/numbers.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/numbers.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/numbers.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/numbers.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/hash.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/hash.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/log.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/log.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/matcher.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/matcher.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/mopp.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/mopp.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/mopp.fas ...
WARNING: Unimplemented MOP symbol: IT.BESE.ARNESI.MOPP:MAKE-METHOD-LAMBDA
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/mopp.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/mop.lisp ...
WARNING in METHOD-COMBINATION-OPTION-CHECKER in lines 18..91 :
variable AROUND-ORDER is not used.
Misspelled or missing IGNORE declaration?
WARNING in METHOD-COMBINATION-OPTION-CHECKER in lines 18..91 :
variable BEFORE-ORDER is not used.
Misspelled or missing IGNORE declaration?
WARNING in METHOD-COMBINATION-OPTION-CHECKER in lines 18..91 :
variable PRIMARY-ORDER is not used.
Misspelled or missing IGNORE declaration?
WARNING in METHOD-COMBINATION-OPTION-CHECKER in lines 18..91 :
variable AFTER-ORDER is not used.
Misspelled or missing IGNORE declaration?
WARNING in METHOD-COMBINATION-OPTION-CHECKER in lines 18..91 :
variable WRAPPING-ORDER is not used.
Misspelled or missing IGNORE declaration?
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/mop.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203DBE06> on
         #<CL-SOURCE-FILE "mop" #x203DA3EE>.
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/sequence.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/sequence.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203DBDE6> on
         #<CL-SOURCE-FILE "sequence" #x203DA616>.
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/sharpl-reader.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/sharpl-reader.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203DBDE6> on
         #<CL-SOURCE-FILE "sharpl-reader" #x203DA6BE>.
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/specials.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/specials.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203DBDE6> on
         #<CL-SOURCE-FILE "specials" #x203DA766>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/asdf.fas ...
WARNING: The generic function #<STANDARD-GENERIC-FUNCTION ASDF:PERFORM> is
         being modified, but has already been called.
WARNING: The generic function
          #<STANDARD-GENERIC-FUNCTION ASDF:OPERATION-DONE-P>
         is being modified, but has already been called.
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/asdf.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/csv.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/csv.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/compat.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/compat.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/cps.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/cps.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/debug.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/debug.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/decimal-arithmetic.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/decimal-arithmetic.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/defclass-struct.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/defclass-struct.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/http.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/http.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/lambda.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/lambda.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/log.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/log.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/matcher.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/matcher.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/mop.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/mop.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/sequence.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/sequence.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/sharpl-reader.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/sharpl-reader.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/specials.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/arnesi/src/specials.fas
;;  Loading file $PACKAGES/net/common-lisp/iterate-1.3.pre1/iterate.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/iterate-1.3.pre1/iterate.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/packages.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/packages.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203D851E> on
         #<CL-SOURCE-FILE "packages" #x203D7586>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/packages.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/packages.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/attribute-bind.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/attribute-bind.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203D851E> on
         #<CL-SOURCE-FILE "attribute-bind" #x203D76D6>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/attribute-bind.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/attribute-bind.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/yaclml.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/yaclml.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203D849E> on
         #<CL-SOURCE-FILE "yaclml" #x203D75EE>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/yaclml.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/yaclml.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tags/html4.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tags/html4.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203D845E> on
         #<CL-SOURCE-FILE "html4" #x203D782E>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tags/html4.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tags/html4.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tags/standard-yaclml.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tags/standard-yaclml.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203D845E> on
         #<CL-SOURCE-FILE "standard-yaclml" #x203D78D6>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tags/standard-yaclml.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tags/standard-yaclml.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tags/html+.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tags/html+.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203D83DE> on
         #<CL-SOURCE-FILE "html+" #x203D78FE>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tags/html+.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tags/html+.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/bracket-reader.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/bracket-reader.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203D83DE> on
         #<CL-SOURCE-FILE "bracket-reader" #x203D76BE>.
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/xmls.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/xmls.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203D835E> on
         #<CL-SOURCE-FILE "xmls" #x203D79EE>.
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/tal-environment.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/tal-environment.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203D835E> on
         #<CL-SOURCE-FILE "tal-environment" #x203D7C8E>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/xmls.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/xmls.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/tal-environment.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/tal-environment.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/compile.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/compile.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203D8126> on
         #<CL-SOURCE-FILE "compile" #x203D789E>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/compile.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/compile.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/generator.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/generator.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203D80E6> on
         #<CL-SOURCE-FILE "generator" #x203D7906>.
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/handlers.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/handlers.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203D80E6> on
         #<CL-SOURCE-FILE "handlers" #x203D79AE>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/bracket-reader.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/bracket-reader.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/generator.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/generator.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/handlers.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/libs/yaclml/src/tal/handlers.fas
;;  Loading file $PACKAGES/net/common-lisp/slime/swank-loader.fas ...
;;   Loading file /home/pjb/.slime/fasl/clisp-2.33.83-unix-pc386/swank-backend.fas ...
;;   Loaded file /home/pjb/.slime/fasl/clisp-2.33.83-unix-pc386/swank-backend.fas
;;   Loading file /home/pjb/.slime/fasl/clisp-2.33.83-unix-pc386/nregex.fas ...
;;   Loaded file /home/pjb/.slime/fasl/clisp-2.33.83-unix-pc386/nregex.fas
;;   Loading file /home/pjb/.slime/fasl/clisp-2.33.83-unix-pc386/xref.fas ...
;;   Loaded file /home/pjb/.slime/fasl/clisp-2.33.83-unix-pc386/xref.fas
;;   Loading file /home/pjb/.slime/fasl/clisp-2.33.83-unix-pc386/metering.fas ...
;;   Loaded file /home/pjb/.slime/fasl/clisp-2.33.83-unix-pc386/metering.fas
;;   Loading file /home/pjb/.slime/fasl/clisp-2.33.83-unix-pc386/swank-clisp.fas ...
WARNING: Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in
          #<STANDARD-GENERIC-FUNCTION CALL-WITHOUT-INTERRUPTS>

WARNING: Replacing method #<STANDARD-METHOD NIL> in
          #<STANDARD-GENERIC-FUNCTION LISP-IMPLEMENTATION-TYPE-NAME>

WARNING: Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in
          #<STANDARD-GENERIC-FUNCTION SET-DEFAULT-DIRECTORY>

WARNING: Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in
          #<STANDARD-GENERIC-FUNCTION ARGLIST>

WARNING: Replacing method #<STANDARD-METHOD NIL> in
          #<STANDARD-GENERIC-FUNCTION UNPROFILE-ALL>

WARNING: DEFUN/DEFMACRO: redefining function BREAK in
         /local/users/pjb/.slime/fasl/clisp-2.33.83-unix-pc386/swank-clisp.fas,
         was defined in
         $PRJ/clisp-2.33.83-cvs/src/condition.fas
;;   Loaded file /home/pjb/.slime/fasl/clisp-2.33.83-unix-pc386/swank-clisp.fas
;;   Loading file /home/pjb/.slime/fasl/clisp-2.33.83-unix-pc386/swank-gray.fas ...
WARNING: The generic function #<STANDARD-GENERIC-FUNCTION STREAM-LINE-COLUMN>
         is being modified, but has already been called.
WARNING: The generic function #<STANDARD-GENERIC-FUNCTION STREAM-FORCE-OUTPUT>
         is being modified, but has already been called.
WARNING: The generic function #<STANDARD-GENERIC-FUNCTION STREAM-LINE-COLUMN>
         is being modified, but has already been called.
;;   Loaded file /home/pjb/.slime/fasl/clisp-2.33.83-unix-pc386/swank-gray.fas
;;   Loading file /home/pjb/.slime/fasl/clisp-2.33.83-unix-pc386/swank.fas ...
;;   Loaded file /home/pjb/.slime/fasl/clisp-2.33.83-unix-pc386/swank.fas
WARNING: These Swank interfaces are unimplemented:
         (ACTIVATE-STEPPING ADD-FD-HANDLER ADD-SIGIO-HANDLER ALL-THREADS
         CALLS-WHO
         DISASSEMBLE-FRAME FIND-THREAD GETPID INSPECT-FOR-EMACS
         INTERRUPT-THREAD RECEIVE
         REMOVE-FD-HANDLERS REMOVE-SIGIO-HANDLERS SEND SLDB-BREAK-AT-START
         SLDB-BREAK-ON-RETURN SPAWN THREAD-ID TOGGLE-TRACE WHO-MACROEXPANDS
         WHO-SPECIALIZES)
;;   Loading file /home/pjb/.swank.lisp ...
;;   Loaded file /home/pjb/.swank.lisp
;;  Loaded file $PACKAGES/net/common-lisp/slime/swank-loader.fas
;;  Loading file $PACKAGES/net/common-lisp/rfc2388/rfc2388.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/rfc2388/rfc2388.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/src/packages.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/src/packages.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203BFFB6> on
         #<CL-SOURCE-FILE "packages" #x203BA14E>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/src/packages.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/src/packages.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/src/helpers.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/src/helpers.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203BFE46> on
         #<CL-SOURCE-FILE "helpers" #x203BA376>.
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/src/loggers.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/src/loggers.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203BFE46> on
         #<CL-SOURCE-FILE "loggers" #x203BA41E>.
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/src/vars.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/src/vars.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203BFE46> on
         #<CL-SOURCE-FILE "vars" #x203BA4C6>.
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/src/wall-time.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/src/wall-time.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203BFE46> on
         #<CL-SOURCE-FILE "wall-time" #x203BA56E>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/src/loggers.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/src/loggers.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/src/backend/accept.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/src/backend/accept.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203BFE06> on
         #<CL-SOURCE-FILE "accept" #x203BA69E>.
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/src/backend/protocol.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/src/backend/protocol.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203BFE06> on
         #<CL-SOURCE-FILE "protocol" #x203BA746>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/src/backend/protocol.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/src/backend/protocol.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/src/backend/cookie.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/src/backend/cookie.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203BFDC6> on
         #<CL-SOURCE-FILE "cookie" #x203BA7AE>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/src/backend/accept.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/src/backend/accept.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/src/backend/cookie.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/src/backend/cookie.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/src/helpers.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/src/helpers.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/src/vars.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/src/vars.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/protocol.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/protocol.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203BFC86> on
         #<CL-SOURCE-FILE "protocol" #x203BAA66>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/protocol.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/protocol.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/conditions.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/conditions.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203BFC46> on
         #<CL-SOURCE-FILE "conditions" #x203BA86E>.
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/standard-vars.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/standard-vars.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203BFC46> on
         #<CL-SOURCE-FILE "standard-vars" #x203BB386>.
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/standard-classes.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/standard-classes.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203BFC46> on
         #<CL-SOURCE-FILE "standard-classes" #x203BAB76>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/standard-classes.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/standard-classes.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/standard-vars.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/standard-vars.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/standard-application.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/standard-application.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203BFBC6> on
         #<CL-SOURCE-FILE "standard-application" #x203BAC86>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/standard-application.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/standard-application.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/cookie-session.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/cookie-session.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203BFB66> on
         #<CL-SOURCE-FILE "cookie-session" #x203BA8F6>.
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/backtracking.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/backtracking.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203BFB66> on
         #<CL-SOURCE-FILE "backtracking" #x203BA99E>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/conditions.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/conditions.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/request-loop-error.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/request-loop-error.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203BFB26> on
         #<CL-SOURCE-FILE "request-loop-error" #x203BAA6E>.
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/standard-action.lisp ...
;; Wrote file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/standard-action.fas
WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL #x203BFB26> on
         #<CL-SOURCE-FILE "standard-action" #x203BAB7E>.
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/backtracking.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/backtracking.fas
;;  Loading file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/standard-action.fas ...
;;  Loaded file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/standard-action.fas
;; Compiling file $PACKAGES/net/common-lisp/ucw-0.3.9/src/rerl/standard-component/standard-component-class.lisp ...
*** - Iterate, in
      (LET* ((G47836 CLASS))
      ((SETF COMPONENT-CLASS.BACKTRACK-SLOTS)
      (CONS G47837 (COMPONENT-CLASS.BACKTRACK-SLOTS G47836)) G47836)):
      The form
      ((SETF COMPONENT-CLASS.BACKTRACK-SLOTS)
      (CONS G47837 (COMPONENT-CLASS.BACKTRACK-SLOTS G47836)) G47836) is not a
      valid Lisp expression
The following restarts are available:
RETRY          :R1      Retry performing #<ASDF:COMPILE-OP NIL #x203BFB26> on #<ASDF:CL-SOURCE-FILE "standard-component-class" #x203BAEB6>.
ACCEPT         :R2      Continue, treating #<ASDF:COMPILE-OP NIL #x203BFB26> on #<ASDF:CL-SOURCE-FILE "standard-component-class" #x203BAEB6> as having been successful.
SKIP           :R3      skip this form and proceed
STOP           :R4      stop loading file
ABORT          :R5      ABORT
Break 1 UCW[2]> :bt
<1> #<SYSTEM-FUNCTION EXT:SHOW-STACK>
<2> #<COMPILED-FUNCTION SYSTEM::PRINT-BACKTRACE>
<3> #<COMPILED-FUNCTION SYSTEM::DEBUG-BACKTRACE>
<4> #<SYSTEM-FUNCTION SYSTEM::READ-EVAL-PRINT>
<5> #<COMPILED-FUNCTION SYSTEM::BREAK-LOOP-2-2>
<6> #<SYSTEM-FUNCTION SYSTEM::SAME-ENV-AS>
<7> #<COMPILED-FUNCTION SYSTEM::BREAK-LOOP-2>
<8> #<SYSTEM-FUNCTION SYSTEM::DRIVER>
<9> #<COMPILED-FUNCTION SYSTEM::BREAK-LOOP>
<10> #<SYSTEM-FUNCTION INVOKE-DEBUGGER>
<11> #<SYSTEM-FUNCTION ERROR> 3
<12> #<COMPILED-FUNCTION ITERATE::CLAUSE-ERROR>
<13> #<COMPILED-FUNCTION ITERATE::WALK>
<14> #<COMPILED-FUNCTION ITERATE::WALK-LIST-NCONCING>
<15> #<COMPILED-FUNCTION ITERATE::WALK-LIST>
<16> #<COMPILED-FUNCTION ITERATE::WALK-LET>
<17> #<COMPILED-FUNCTION ITERATE::WALK-SPECIAL-FORM>
<18> #<COMPILED-FUNCTION ITERATE::WALK>
<19> #<COMPILED-FUNCTION ITERATE::WALK-LIST-NCONCING>
<20> #<COMPILED-FUNCTION ITERATE::WALK-LIST>
<21> #<COMPILED-FUNCTION ITERATE::WALK-LET>
<22> #<COMPILED-FUNCTION ITERATE::WALK-SPECIAL-FORM>
<23> #<COMPILED-FUNCTION ITERATE::WALK>
<24> #<COMPILED-FUNCTION ITERATE::WALK-LIST-NCONCING>
<25> #<COMPILED-FUNCTION ITERATE::WALK-LIST>
<26> #<COMPILED-FUNCTION ITERATE::RETURN-CODE-MODIFYING-BODY>
<27> #<COMPILED-FUNCTION ITERATE::WALK-PROGN>
<28> #<COMPILED-FUNCTION ITERATE::WALK-SPECIAL-FORM>
<29> #<COMPILED-FUNCTION ITERATE::WALK>
<30> #<COMPILED-FUNCTION ITERATE::WALK-IF>
<31> #<COMPILED-FUNCTION ITERATE::WALK-SPECIAL-FORM>
<32> #<COMPILED-FUNCTION ITERATE::WALK>
<33> #<COMPILED-FUNCTION ITERATE::WALK-LIST-NCONCING>
<34> #<COMPILED-FUNCTION ITERATE::WALK-LIST>
<35> #<COMPILED-FUNCTION ITERATE::RETURN-CODE-MODIFYING-BODY>
<36> #<COMPILED-FUNCTION ITERATE::WALK-PROGN>
<37> #<COMPILED-FUNCTION ITERATE::WALK-SPECIAL-FORM>
<38> #<COMPILED-FUNCTION ITERATE::WALK>
<39> #<COMPILED-FUNCTION ITERATE::WALK-IF>
<40> #<COMPILED-FUNCTION ITERATE::WALK-SPECIAL-FORM>
<41> #<COMPILED-FUNCTION ITERATE::WALK>
<42> #<COMPILED-FUNCTION ITERATE::WALK-LIST-NCONCING>
<43> #<COMPILED-FUNCTION ITERATE::WALK-LIST>
<44> #<COMPILED-FUNCTION ITER>
<45> #<SYSTEM-FUNCTION FUNCALL> 3
<46> #<COMPILED-FUNCTION SYSTEM::C-FORM>
<47> #<COMPILED-FUNCTION SYSTEM::C-FORM>
<48> #<COMPILED-FUNCTION SYSTEM::C-PROGN>
<49> #<COMPILED-FUNCTION SYSTEM::C-FORM>
<50> #<COMPILED-FUNCTION SYSTEM::C-BLOCK>
<51> #<COMPILED-FUNCTION SYSTEM::C-FORM>
<52> #<COMPILED-FUNCTION SYSTEM::C-PROGN>
<53> #<COMPILED-FUNCTION SYSTEM::C-FORM>
<54> #<COMPILED-FUNCTION SYSTEM::C-LAMBDABODY>
<55> #<COMPILED-FUNCTION SYSTEM::C-FUNCTION>
<56> #<COMPILED-FUNCTION SYSTEM::C-FORM>
<57> #<COMPILED-FUNCTION SYSTEM::C-DIRECT-FUNCTION-CALL>
<58> #<COMPILED-FUNCTION SYSTEM::C-GLOBAL-FUNCTION-CALL>
<59> #<COMPILED-FUNCTION SYSTEM::C-FORM>
<60> #<COMPILED-FUNCTION SYSTEM::C-PROGN>
<61> #<COMPILED-FUNCTION SYSTEM::C-FORM>
<62> #<COMPILED-FUNCTION SYSTEM::C-LET/LET*>
<63> #<COMPILED-FUNCTION #:|(DEFCONSTANT C-FORM-TABLE (LET # # ...))-168-1|>
<64> #<COMPILED-FUNCTION SYSTEM::C-FORM>
<65> #<COMPILED-FUNCTION SYSTEM::C-PROGN>
<66> #<COMPILED-FUNCTION SYSTEM::C-FORM>
<67> #<COMPILED-FUNCTION SYSTEM::C-LAMBDABODY>
<68> #<COMPILED-FUNCTION SYSTEM::COMPILE-LAMBDABODY>
<69> #<COMPILED-FUNCTION SYSTEM::COMPILE-TOPLEVEL-FORM>
<70> #<COMPILED-FUNCTION SYSTEM::COMPILE-TOPLEVEL-FORM>
<71> #<COMPILED-FUNCTION COMPILE-FILE>
<72> #<SPECIAL-OPERATOR MULTIPLE-VALUE-BIND>
EVAL frame for form 
(MULTIPLE-VALUE-BIND (ASDF::OUTPUT ASDF::WARNINGS-P ASDF::FAILURE-P)
 (COMPILE-FILE ASDF:SOURCE-FILE :OUTPUT-FILE ASDF::OUTPUT-FILE)
 (WHEN ASDF::WARNINGS-P
  (CASE (ASDF:OPERATION-ON-WARNINGS ASDF:OPERATION)
   (:WARN
    (WARN "~@<COMPILE-FILE warned while performing ~A on ~A.~@:>" ASDF:OPERATION
     ASDF::C))
   (:ERROR
    (ERROR 'ASDF:COMPILE-WARNED :COMPONENT ASDF::C :OPERATION ASDF:OPERATION))
   (:IGNORE NIL)))
 (WHEN ASDF::FAILURE-P
  (CASE (ASDF:OPERATION-ON-FAILURE ASDF:OPERATION)
   (:WARN
    (WARN "~@<COMPILE-FILE failed while performing ~A on ~A.~@:>" ASDF:OPERATION
     ASDF::C))
   (:ERROR
    (ERROR 'ASDF:COMPILE-FAILED :COMPONENT ASDF::C :OPERATION ASDF:OPERATION))
   (:IGNORE NIL)))
 (UNLESS ASDF::OUTPUT
  (ERROR 'ASDF:COMPILE-ERROR :COMPONENT ASDF::C :OPERATION ASDF:OPERATION)))


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
I need a new toy.
Tail of black dog keeps good time.
Pounce! Good dog! Good dog!



More information about the bese-devel mailing list