[Openmcl-devel] Broken build

Ron Garret ron at flownet.com
Fri Mar 26 03:06:04 PDT 2010


From a clean checkout of the trunk...

Rebuilding Clozure Common Lisp using Version 1.5-dev-r13523M-trunk  (DarwinX8632)
;Building lisp-kernel ...
;Kernel built successfully.

...

;Loading #P"/Users/ron/devel/ccl/trunk/cocoa-ide/fasls/xinspector.dx32fsl"...
> Error: Objective-C runtime exception: 
>        *** -[NSKeyedUnarchiver initForReadingWithData:]: non-keyed archive cannot be decoded by NSKeyedUnarchiver
> While executing: CCL::CHECK-NS-EXCEPTION, in process Initial(0).


;;;
;;; #<PROCESS Initial(0) [Active] #xC05D0CE> requires access to Shared Terminal Input
;;; Type (:y 0) to yield control to this thread.
;;;
(:y 0)



And not sure if this is related or not, but it's also kinda weird:

Welcome to Clozure Common Lisp Version 1.5-dev-r13559M-trunk  (DarwinX8664)!
? (require :cl-json)
;Loading #P"/Users/ron/devel/lisp-code/asdf/cl-json.asd"...
:CL-JSON
NIL
? (use-package :json)
T
? (encode-json '((1 . 2)))
> Error: Fault during read of memory address #x15
> While executing: #<STANDARD-METHOD ENCODE-JSON (LIST)>, in process listener(1).




More information about the Openmcl-devel mailing list