[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PCL/CLOS running on 7.2?
- To: CommonLoops.pa@Xerox.COM
- Subject: PCL/CLOS running on 7.2?
- From: Francois F. Ingrand <Felix@AI.SRI.COM>
- Date: Tue, 31 May 88 09:53 PDT
- Included-msgs: <19880528031851.2.LISP-MACHINE@UNICORN.AI.SRI.COM>, The message of 27 May 88 20:18 PDT from Postmaster@BISHOP.AI.SRI.COM, The message of 27 May 88 20:18 PDT from A Lisp Machine
- Redistributed: CommonLoops.pa
I compile the last version of PCL, using patch rel-7-2-patches.lisp (instead
of rel-7-patches.lisp).
The compilation went fine...
But here is the result of loading test.lisp (on a fresh machine) with only
PCL/CLOS loaded.
Command: Load File SENTINEL-ROCK:>pcl>src>test.lisp
Loading SENTINEL-ROCK:>pcl>src>test.lisp.newest into package PCL
Testing Memory Block Primitives...OK
Testing Class Wrapper Caching...OK
Testing Flushing Class-Wrapper caches...OK
Testing Class Wrapper Caching... (80% hit) OK
Testing types for early classes...OK
Testing types for late classes...OK
Testing built-in-class-of...
Trap: The array given to the ZL:AR-1 instruction, #<ART-Q-10.-10. #o44714662>,
was 2-dimensional; the function expect
ed a 1-dimensional one.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
Trap: The second argument given to the ZL:MEMQ instruction, #<Table 60/120
#o115110016>, was not a cons, or NIL.
After that, you fall into the cold load stream, with an error message saying
that there are two many errors.
Anybody got PCL/CLOS running on 7.2?
Thanks in advance,
Felix