Hi,
Using cmucl 19a I've a problem with gray streams. It seems that in the
file gray-streams-library.x86f is redefined the function
CHARACTER-OUTPUT-STREAM-LISP-STREAM that is locked.
How can I use gray streams without this problem?
Thanks.
Giannandrea
Attempt to modify the locked package LISP, by
redefining function CHARACTER-OUTPUT-STREAM-LISP-STREAM
[Condition of type LISP::PACKAGE-LOCKED-ERROR]
Restarts:
0: [CONTINUE] Ignore the lock and continue
1: [UNLOCK-PACKAGE] Disable package's definition-lock, then continue
2: [UNLOCK-ALL] Disable all package locks, then continue
3: [CONTINUE] Return NIL from load of
#p"/usr/local/lib/cmucl/lib/subsystems/gray-streams-library.x86f".
4: [RETRY] Retry performing #<ASDF:LOAD-OP NIL {58C94085}> on
#<ACL-COMPAT-SYSTEM::PRECOMPILED-FILE "gray-streams-library.x86f"
{58ED3FCD}>.
5: [ACCEPT] Continue, treating #<ASDF:LOAD-OP NIL {58C94085}> on
#<ACL-COMPAT-SYSTEM::PRECOMPILED-FILE "gray-streams-library.x86f"
{58ED3FCD}>
as having been successful.
6: [RETRY] Retry installation
7: [ABORT] Abort handling SLIME request.
8: [ABORT] Return to Top-Level.