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

[no subject]



To:       CommonLoops (CommonLoops@xerox.com)
From:     Doug Rand (DOUG@ENX.PRIME.COM)
Date:     25 Mar 87  10:46 AM
Subject:  Problem Loading BRAID1 binary in Lucid CL

I find that I get the following error message after
(pcl::compile-pcl) if I don't delete the pcl and walker packages:

Loading binary of BRAID1...
;;; Warning: Redefining GET-STATIC-SLOT--CLASS
;;; Warning: Redefining GET-DYNAMIC-SLOT--CLASS
;;; Warning: Redefining REMOVE-DYNAMIC-SLOT--CLASS
;;; Warning: Redefining structure ESSENTIAL-SLOTD
;;; Warning: Redefining SLOTD-POSITION
;;; Warning: Redefining SLOTD-MEMBER
;;; Warning: Redefining SLOTD-ASSOC
;;; Warning: Redefining structure DS-OPTIONS
>>Error: Can't add an early method to ordinary lisp function.

LOAD-METHOD-1:
   Required arg 0 (GENERIC-FUNCTION-NAME): MAKE-DS-OPTIONS
   Required arg 1 (METHOD-TYPE-SPECIFIERS): (BASIC-CLASS)
   Required arg 2 (METHOD-ARGLIST): (CLASS NAME)
   Required arg 3 (OPTIONS): NIL
   Required arg 4 (DOCUMENTATION): NIL

:A    Abort to Lisp Top Level
-> :A
Back to Lisp Top Level

And I get this other (related?) message if I first clean house and
delete the pcl and walker packages:

Loading binary of BOOT...
Loading binary of BRAID1...
>>Error: #<Unknown-Object 97BC00E> is not a funcallable-instance

SET-FUNCALLABLE-INSTANCE-FUNCTION:
   Required arg 0 (FIN): #<Unknown-Object 97BC00E>
   Required arg 1 (NEW-VALUE): #<Compiled-Function 965C48A>

:A    Abort to Lisp Top Level
-> :A
Back to Lisp Top Level

> (dribble)

This also happens with a fresh copy of LISP.  The stack above this
error is also in process of LOAD-METHOD-1 on make-ds-options.

Has anyone successfully compiled and loaded the new PCL on Lucid?

Doug (doug@enx.prime.com, dougr@eddie.mit.edu)