That did not add any verbosity in my case. But.... hey everyone, thanks for help. My problem went away: I got a fresh CCL via SVN and did a fresh build. Not sure if the fresher CCL or the updates in the tool chain (gcc, m4, as, whatnot) did the trick, or cosmic rays, but this no longer happens. That's life on the trunk. Thanks anyhow, Mark
----- Original message ----- From: Luís Oliveira luismbo@gmail.com To: "Mark H. David" mhd@yv.org Cc: Stas Boukarev stassats@gmail.com, "slime-devel" slime-devel@common-lisp.net, "openmcl-devel Development" openmcl-devel@clozure.com Subject: Re: [Openmcl-devel] SLIME repl-thread dies randomly during compilation on CCL/ARM Linux Date: Fri, 12 Jun 2015 01:25:02 +0100
On Thu, Jun 11, 2015 at 7:31 PM, Mark H. David mhd@yv.org wrote:
(:write-string "To load "compute-kernel":\n Load 1 ASDF system:\n compute-kernel\n") (:write-string "; Loading "compute-kernel"\n") (:write-string ".")
Try setting quicklisp-client:*quickload-verbose* to t before loading your code. (Or change your call to quickload to have :verbose t.) Maybe that'll give you more hints.
Cheers,