Bug#568818: Verified, and workaround

2010-02-09 Thread Fredrik Tolf
This happens to me too. I am able to work around it be replacing SWANK-LOADER::BINARY-PATHNAME with the following definition: (defun binary-pathname (src-pathname binary-dir) Return the pathname where SRC-PATHNAME's binary should be compiled. (declare (ignore binary-dir)) (let ((cfp

Bug#568818: Verified, and workaround

2010-02-09 Thread Faré
Dear Fredrik, note that ASDF has undergone massive surgery recently. The functions that you note are present in the cl-asdf 2:1.502-1 currently in Debian, as Gary King imported ASDF-Binary-Locations into ASDF (which was generally considered an improvement upon its existence as a hard-to-configure