| Paste number 88577: | closure-html load error |
| Pasted by: | mishoo |
| When: | 10 months, 3 weeks ago |
| Share: | Tweet this! | http://paste.lisp.org/+1WCH |
| Channel: | #lisp |
| Paste contents: |
DLWEB> (asdf:oos 'asdf:load-op :closure-html)
; loading system definition from /opt/clbuild/systems/closure-html.asd
; into #<PACKAGE "ASDF0">
; registering #<SYSTEM CLOSURE-HTML {B91AD21}> as CLOSURE-HTML
; loading system definition from /opt/clbuild/systems/closure-common.asd
; into #<PACKAGE "ASDF0">
;;; Checking for wide character support...; in: LAMBDA NIL
; (FORMAT T " yes, using UTF-16.~%")
; ==>
; " yes, using UTF-16.~%"
;
; note: deleting unreachable code
; (PUSHNEW :RUNE-IS-UTF-16 *FEATURES*)
; --> LET* ADJOIN
; ==>
; *FEATURES*
;
; note: deleting unreachable code
; (PUSHNEW :RUNE-IS-CHARACTER *FEATURES*)
; --> LET* ADJOIN
; ==>
; *FEATURES*
;
; note: deleting unreachable code
; (FORMAT T " no, reverting to octet strings.~%")
; ==>
; " no, reverting to octet strings.~%"
;
; note: deleting unreachable code
;
; compilation unit finished
; printed 4 notes
WARNING: Lisp implementation doesn't use UTF-16, but accepts surrogate code points.
yes, using code points.
;;; Building Closure with CHARACTER RUNES
; registering #<SYSTEM :CLOSURE-COMMON {BD394F9}> as CLOSURE-COMMON
; compiling file "/home/mishoo/lisp/clbuild/source/closure-common/package.lisp" (written 12 OCT 2009 04:46:33 PM):
; compilation aborted because of fatal error:
; READ failure in COMPILE-FILE:
; SB-INT:SIMPLE-READER-ERROR at 616 (line 19, column 15) on #<SB-SYS:FD-STREAM for "file /home/mishoo/lisp/clbuild/source/closure-common/package.lisp" {B3AAE39}>:
; no dispatch function defined for #\R
; compilation aborted after 0:00:00
WARNING:
COMPILE-FILE warned while performing #<COMPILE-OP NIL {BD70B01}> on
#<CLOSURE-SOURCE-FILE "package" {DCE1841}>.
WARNING:
COMPILE-FILE failed while performing #<COMPILE-OP NIL {BD70B01}> on
#<CLOSURE-SOURCE-FILE "package" {DCE1841}>.
This paste has no annotations.