<div dir="ltr">Hi,<div><br></div><div>I've been using cl-redis with ecl without problems, but recently i have some trouble when installing on new systems.</div><div><br></div><div>rutil is a dependency installed by quicklisp when doing quickload on cl-redis, and i've been getting:</div><div><br></div><div><div>"There is no method on the generic function PRINT-OBJECT that agrees on qualifiers NIL and specializers (HASH-TABLE T)"</div></div><div><br></div><div>This is the ecl that's installed via apt-get, ecl-13.5.1.</div><div><br></div><div>I did notice that sbcl finds the method correctly when doing "(find-method #'print-object nil '(hash-table t))", while ecl also gives the error above.</div><div><br></div><div>Any idea on how to further investigate this?</div><div><br></div><div>Thanks in advance!</div><div><br></div></div>