[armedbear-devel] SVN r13600 breaks clean trunk Build

Mark Evenson evenson.not.org at gmail.com
Tue Sep 20 08:00:31 UTC 2011


Unfortunately, the recent commit to fix the compilation of circularity
in FASL has broken the compilation of jvm.lisp when building from
scratch.  It is not immediately obvious to me how to fix this, as
it seems to involve the forms emitted by the compiler.

…
; Compiling /home/evenson/work/abcl/src/org/armedbear/lisp/jvm.lisp ...
; (IN-PACKAGE "JVM")
; Loading /home/evenson/work/abcl/src/org/armedbear/lisp/compiler-error.lisp ...
; Loaded /home/evenson/work/abcl/src/org/armedbear/lisp/compiler-error.lisp (0.0010 seconds)
; Loading /home/evenson/work/abcl/src/org/armedbear/lisp/jvm-instructions.lisp ...
; Loaded /home/evenson/work/abcl/src/org/armedbear/lisp/jvm-instructions.lisp (0.074 seconds)
; Loading /home/evenson/work/abcl/src/org/armedbear/lisp/jvm-class-file.lisp ...
; Loaded /home/evenson/work/abcl/src/org/armedbear/lisp/jvm-class-file.lisp (0.095 seconds)
; (DEFVAR *CLOSURE-VARIABLES* ...)
; (DEFVAR *ENABLE-DFORMAT* ...)
; (DEFVAR *CALLBACKS* ...)
; (DECLAIM (INLINE INVOKE-CALLBACKS))
; (DEFUN INVOKE-CALLBACKS ...)
; (DEFMACRO DFORMAT ...)
; (DECLAIM (INLINE U2 ...))
; (DEFKNOWN U2 ...)
; (DEFUN U2 ...)
; (DEFKNOWN S1 ...)
; (DEFUN S1 ...)
; (DEFKNOWN S2 ...)
; (DEFUN S2 ...)
; (DEFMACRO WITH-SAVED-COMPILER-POLICY ...)
; (DEFVAR *COMPILER-DEBUG* ...)
; (DEFVAR *POOL* ...)
; (DEFVAR *STATIC-CODE* ...)
; (DEFVAR *CLASS-FILE* ...)
; (DEFVAR *EXTERNALIZED-OBJECTS* ...)
; (DEFVAR *DECLARED-FUNCTIONS* ...)
; (DEFSTRUCT (ABCL-CLASS-FILE # ...) ...)
; (DEFUN CLASS-NAME-FROM-FILESPEC ...)
; (DEFUN MAKE-UNIQUE-CLASS-NAME ...)
69.461 seconds real time
150877519 cons cells
PROGRAM-ERROR: Wrong number of arguments for #<DUMP-OBJECT {1BE20C}>.


--
"A screaming comes across the sky.  It has happened before, but there is nothing to compare to it now."








More information about the armedbear-devel mailing list