Re: Using CLISP instead of CCL to bootstrap SBCL

2019-09-05 Thread Mark H Weaver
Hi Pierre, Pierre Neidhardt writes: > I've updated SBCL to build against CLISP. > > So now Next is back on the bootstrappability road! Thanks very much for taking care of this! Mark

Re: Using CLISP instead of CCL to bootstrap SBCL

2019-09-05 Thread Pierre Neidhardt
I've updated SBCL to build against CLISP. So now Next is back on the bootstrappability road! -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: Using CLISP instead of CCL to bootstrap SBCL

2019-09-03 Thread Ludovic Courtès
Hi, Pierre Neidhardt skribis: > I had a look into this, and it seems that CCL cannot currently be built > without itself :( That’s what Mark was hinting at, and that’s something people here and at have been trying hard to fix, so let’s not spoil it! ;-) Ludo’.

Re: Using CLISP instead of CCL to bootstrap SBCL

2019-09-02 Thread Pierre Neidhardt
Hmmm, after some reading it seems that CMUCL suffers from the same issue as CCL: https://gitlab.common-lisp.net/cmucl/cmucl/wikis/InstallingCmucl I'd need to test to make sure though. -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: Using CLISP instead of CCL to bootstrap SBCL

2019-09-02 Thread Pierre Neidhardt
So CCL might be a lost cause. I've asked SBCL if it's OK to use CLISP 2.49 or ECL: https://bugs.launchpad.net/sbcl/+bug/1842319 Note that we could also try with CMUCL, which we need to package. Cheers! -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: Using CLISP instead of CCL to bootstrap SBCL

2019-09-02 Thread Pierre Neidhardt
I had a look into this, and it seems that CCL cannot currently be built without itself :( I've opened an issue on GitHub: https://github.com/Clozure/ccl/issues/222 -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: Using CLISP instead of CCL to bootstrap SBCL

2019-08-30 Thread Guillaume Le Vaillant
Hi, According to the NEWS file, SBCL 1.5.0 and later can also be bootstrapped using ECL: --- changes in sbcl-1.5.0 relative to sbcl-1.4.16: [...] * build enhancement: new host quirks mechanism, support for building under ABCL and ECL (as well as CCL, CMUCL, CLISP and SBCL itself)

Re: Using CLISP instead of CCL to bootstrap SBCL

2019-08-30 Thread Pierre Neidhardt
Hi Mark, First of all, thanks for your interest in Next! :) If you look at the sbcl package, you'll see this comment which I copy-pasted from SBCL "INSTALL" file: --8<---cut here---start->8--- ;; From INSTALL: ;; Supported build hosts are:

Using CLISP instead of CCL to bootstrap SBCL

2019-08-29 Thread Mark H Weaver
Hi Pierre, I just noticed that last November, you changed our SBCL package to use CCL for bootstrapping. Previously, it used CLISP. commit 4bddcae94bb9d19112354f8f0b93f6e381e67768 Author: Pierre Neidhardt Date: Sat Nov 24 18:33:55 2018 +0100 gnu: sbcl: Update to 1.4.13.