Re: gnu: Add CLISP.

2015-02-13 Thread Taylan Ulrich Bayırlı/Kammer
Eric Bavier bav...@member.fsf.org writes: Could you use a more descriptive phase name? E.g. patch-sh-and-pwd? [...] Ditto. Several other packages use chdir or chdir-to-source Done. If you know more specifically why parallel builds fail, could you comment on that? Race conditions, or not

Re: gnu: Add CLISP.

2015-02-13 Thread Taylan Ulrich Bayırlı/Kammer
Mark H Weaver m...@netris.org writes: PS: It might now be possible to bootstrap sbcl from source code using either clisp or ecl. Any takers? It's my intention to work on that next. Consider it under progress until I report success or failure. (Sometimes the work seems overwhelming and

Re: gnu: Add CLISP.

2015-02-13 Thread Eric Bavier
From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= taylanbayi...@gmail.com Date: Thu, 12 Feb 2015 22:19:52 +0100 Subject: [PATCH] gnu: Add CLISP. I agree with all of Eric's feedback, with one exception: +(description GNU CLISP is an implementation of ANSI Common Lisp

gnu: Add CLISP.

2015-02-12 Thread Taylan Ulrich Bayırlı/Kammer
From 6201470b3e6c2410be7f38d8cc1cc99c3b13f0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= taylanbayi...@gmail.com Date: Thu, 12 Feb 2015 22:19:52 +0100 Subject: [PATCH] gnu: Add CLISP. * gnu/packages/lisp.scm (clisp): New variable. --- gnu/packages

Re: gnu: Add CLISP.

2015-02-12 Thread Eric Bavier
Subject: [PATCH] gnu: Add CLISP. * gnu/packages/lisp.scm (clisp): New variable. [...] +(arguments + '(#:phases + (alist-cons-after +'unpack 'post-unpack Could you use a more descriptive phase name? E.g. patch-sh-and-pwd? +(alist-cons-before + 'build