[Prev][Next][Index][Thread]

problem building cl-http




I have recently downloaded your code for cl-http from your web site.
While building it problems occurred. Below is the output in a dribble
file. Building was done on a sparc2 running sunos with allegro cl.
Thanks you for your help!

dribbling to file "/scratch/html-lisp.dir/cl-http-58-12/building-results"
 
NIL
[2] HTTP1(8): :cd /scratch/html-lisp.dir/cl-http-58-12
/scratch/html-lisp.dir/cl-http-58-12/
[2] HTTP1(9): :pop
Previous error: "/scratch/html-lisp.dir/cl-http-58-12/server/html2.fasl" does not exist, cannot load

[changing package from "HTTP" to "COMMON-LISP-USER"]
[1] USER(10): :pop
USER(11): :cd /scratch/html-lisp.dir/cl-http-58-12
/scratch/html-lisp.dir/cl-http-58-12/
USER(12): :ld acl/start
; Loading /scratch/html-lisp.dir/cl-http-58-12/acl/start.lisp.
;   Loading /scratch/html-lisp.dir/cl-http-58-12/acl/server/sysdcl.lisp.
;   Loading /scratch/html-lisp.dir/cl-http-58-12/acl/translations.lisp.
;   Loading /scratch/html-lisp.dir/cl-http-58-12/acl/clim-sys/sysdcl.lisp.
;   Loading /scratch/html-lisp.dir/cl-http-58-12/acl/client/sysdcl.lisp.
Compile CL-HTTP just in case (y/n)? y
; Loading system: "HTTP Server".
;   Loading product for module: "html2".
; Compiling system: "HTTP Server".
;   Compiling system: "Portable CLIM-SYS package".
;   Compiling module "html2" because the product file does not exist.
; --- Compiling file /scratch/html-lisp.dir/cl-http-58-12/server/html2.lisp ---
; Compiling %WRITE-COMMAND-KEY-ARG
; Compiling %WRITE-COMMAND-ARGS
; Compiling ISSUE-COMMAND*
; Compiling ISSUE-COMMAND
; Compiling %ISSUE-COMMAND
; Compiling ENVIRONMENT
; Compiling WITH-ENVIRONMENT
; Compiling %WITH-ENVIRONMENT
; Compiling WITH-COMMENT
; Compiling COMMENT
; Compiling TOKEN-FOR-SPECIAL-CHAR
; Compiling WRITE-STRING-QUOTING-SPECIALS
; Compiling   (FLET WRITE-STRING-QUOTING-SPECIALS %TOKEN-SPEC-FOR-SPECIAL-CHAR)
; Compiling   (FLET WRITE-STRING-QUOTING-SPECIALS WRITE-PART)
; Compiling SPECIAL-CHAR-FOR-TOKEN
; Compiling WRITE-CHAR-QUOTING-SPECIALS
; Compiling READ-CHAR-UNQUOTING-SPECIALS
Warning: tag EXCL::END-LOOP is never referenced
Warning: tag EXCL::END-LOOP is never referenced
; Compiling %WRITE-ANCHOR-COMMAND-ARGUMENTS
; Compiling %NOTE-ANCHOR
; Compiling NOTE-ANCHOR
; Compiling WITH-ANCHOR-NOTED
; Compiling %DECLARE-LINK
; Compiling DECLARE-LINK
; Compiling DECLARE-BASE-REFERENCE
; Compiling %NOTE-IMAGE
; Compiling   (FLET %NOTE-IMAGE WRITE-ELEMENT)
; Compiling     (FLET (FLET %NOTE-IMAGE WRITE-ELEMENT) ALIGNMENT-VALUE)
; Compiling IMAGE
; Compiling WITH-HTML-DOCUMENT
; Compiling WITH-DOCUMENT-PREAMBLE
; Compiling WITH-DOCUMENT-BODY
; Compiling DECLARE-TITLE
; Compiling DECLARE-META-INFO
; Compiling DECLARE-NEXT-IDENTIFIER
; Compiling DECLARE-SEARCH-INDEX
; Compiling SECTION-HEADING
; Compiling WITH-SECTION-HEADING
; Compiling BREAK-LINE
; Compiling HORIZONTAL-LINE
; Compiling NEW-PARAGRAPH
; Compiling WITH-PARAGRAPH
; Compiling PARAGRAPH-STYLE-COMMAND
; Compiling WITH-PARAGRAPH-STYLE
; Compiling WITH-VERBATIM-TEXT
; Compiling ENUMERATE-PLAIN-ITEM
; Compiling ENUMERATE-DEFINITION-ITEM
; Compiling   (FLET ENUMERATE-DEFINITION-ITEM WRITE-DD)
; Compiling ENUMERATE-NORMAL-ITEM
; Compiling ENUMERATING-ITEM
; Compiling ENUMERATION-STYLE-COMMANDS
; Compiling WITH-ENUMERATION
; Compiling ENUMERATE-ITEM-LIST
; Compiling   (:INTERNAL ENUMERATE-ITEM-LIST 0)
; Compiling RENDITION-COMMAND
; Compiling WITH-RENDITION
; Compiling EMPHASIS-COMMAND
; Compiling WITH-EMPHASIS
; Compiling (METHOD UNREGISTER (INPUT-TYPE))
; Compiling   (:INTERNAL (METHOD UNREGISTER (INPUT-TYPE)) 0)
; Compiling (METHOD REGISTER (INPUT-TYPE))
; Compiling   (:INTERNAL (METHOD REGISTER (INPUT-TYPE)) 0)
; Compiling (METHOD INITIALIZE-INPUT-TYPE (INPUT-TYPE))
; Compiling MAKE-INPUT-TYPE-CODE
; Compiling DEFINE-INPUT-TYPE
; Compiling (METHOD CHECK-VALUE-TYPE (INPUT-TYPE T))
; Compiling   (:INTERNAL (METHOD CHECK-VALUE-TYPE (INPUT-TYPE T)) 0)
; Compiling VERIFY-QUERY-NAME
; Compiling %GET-INPUT-TYPE-EVENT-TAG
; Compiling %WRITE-INPUT-TYPE-EVENT-ARG
; Compiling %COLLECT-INPUT-TYPE-EVENTS
; Compiling WITH-EVENT-HANDLERS
; Compiling WRITE-STANDARD-INPUT-TYPE-ARGS
; Compiling (METHOD STANDARD-INPUT-TYPE-ARGS-WRITER (INPUT-TYPE T T))
; Compiling   (:INTERNAL (METHOD STANDARD-INPUT-TYPE-ARGS-WRITER (INPUT-TYPE T T)) 0)
; Compiling     (FLET (:INTERNAL (METHOD STANDARD-INPUT-TYPE-ARGS-WRITER (INPUT-TYPE T T)) 0)
;                 WRITE-STANDARD-ARGS)
; Compiling GET-INPUT-TYPE
; Compiling (METHOD ACCEPT-INPUT (SYMBOL T))
; Compiling %ACCEPT-INPUT-WRITE-PREAMBLE
; Compiling (METHOD ACCEPT-INPUT (HIDDEN T))
; Compiling   (:INTERNAL (METHOD ACCEPT-INPUT (HIDDEN T)) 0)
; While compiling (:TOP-LEVEL-FORM "html2.lisp" 103):
Error: Can't get template for "INPUT"
  [condition type: PROGRAM-ERROR]

Restart actions (select using :continue):
 0: retry the compilation of /scratch/html-lisp.dir/cl-http-58-12/server/html2.lisp
 1: continue compiling /scratch/html-lisp.dir/cl-http-58-12/server/html2.lisp but generate no output
    file
 2: retry the load of acl/start

[changing package from "COMMON-LISP-USER" to "HTML2"]
[1] HTML(13): (dribble)


Follow-Ups: