From clbuild at gustad.com Thu Sep 23 12:54:16 2010 From: clbuild at gustad.com (Petter Gustad) Date: Thu, 23 Sep 2010 14:54:16 +0200 (CEST) Subject: [clbuild-devel] compile-implementation sbcl Message-ID: <20100923.145416.22855607873213217.petter@pangea.home.gustad.com> It appears to be a problem with how clbuild organize the fasl's and where sbcl locates the constants.lisp-temp file: darcs get http://common-lisp.net/project/clbuild/clbuild cd clbuild chmod a+x clbuild ./clbuild update sbcl ./clbuild compile-implementation sbcl ./clbuild lisp --eval "(progn (print (lisp-implementation-version)) (asdf:oos 'asdf:load-op :sb-posix))" "1.0.42.52" debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread #: failed to find the TRUENAME of /home/petter/.fasls/sbcl-1.0.42.52-linux-x86-64/tmp/clbuild-test/clbuild/target/lib/sbcl/sb-posix/constants.lisp-temp: No such file or directory Have this issue been resolved in some development branch or elsewhere? How do you avoid this problem if you're using clbuild/sbcl/sb-posix? Thanks //Petter From david at lichteblau.com Thu Sep 23 13:30:17 2010 From: david at lichteblau.com (David Lichteblau) Date: Thu, 23 Sep 2010 15:30:17 +0200 Subject: [clbuild-devel] compile-implementation sbcl In-Reply-To: <20100923.145416.22855607873213217.petter@pangea.home.gustad.com> References: <20100923.145416.22855607873213217.petter@pangea.home.gustad.com> Message-ID: <20100923133016.GB14899@radon> Quoting Petter Gustad (clbuild at gustad.com): > It appears to be a problem with how clbuild organize the fasl's and > where sbcl locates the constants.lisp-temp file: Based on the error message, it looks to me like ASDF is looking for SBCL's contribs in the wrong place. clbuild sets up ASDF is a pretty straight-forward (and probably also old-fashioned way). Presumably that means that it works only with normal ASDF, not the ASDF2 that SBCL includes these days. I'm not running ASDF2 yet, but if anyone can confirm whether it works (and if not, provide patches), then please let me know. d. From clbuild at gustad.com Tue Sep 28 19:27:16 2010 From: clbuild at gustad.com (Petter Gustad) Date: Tue, 28 Sep 2010 21:27:16 +0200 (CEST) Subject: [clbuild-devel] git.b9.com Message-ID: <20100928.212716.1052232009945282527.petter@pangea.home.gustad.com> Anybody else experience problems with git.b9.com right now? : pangea clbuild; ./clbuild install cl-base64 MISMATCH: cl-base64 was installed from /home/petter/projects/lisp-libraries/clbuild/source/cl-base64 git://git.b9.com/cl-base64.git, current is git://git.b9.com/cl-base64.git UPDATE git pull cl-base64 /home/petter/projects/lisp-libraries/clbuild/source/cl-base64 git.b9.com[0: 216.184.11.2]: errno=Connection refused fatal: unable to connect a socket (Connection refused) error: update was interrupted. Use "clbuild update --resume" to retry. (See also "clbuild skip PROJECT"). //Petter