[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add CCL.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: Add CCL. |
Date: |
Mon, 23 Feb 2015 22:46:06 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
address@hidden (Taylan Ulrich "Bayırlı/Kammer") skribis:
> This uses a precompiled lisp heap image, which cannot be generated
> without already having another version of itself (not even another CL
> implementation), so it's perfect breeding ground for a Thompson
> hack. :-)
>
> I've been told to wait for Ludovic's input on whether the package is
> acceptable, due to the heap image issue, so postpone reviewing it if you
> want.
I think this is an unfortunate but common bootstrapping problem for
compilers (MIT/GNU Scheme, GCJ/ECJ/IcedTea, GHC, etc.) and there’s not
much we can do about it when the upstream maintainers don’t provide a
way to bootstrap from source. So I think that’s not great, but that’s
acceptable.
[...]
> + (match (%current-system)
> + ((or "i686-linux" "x86_64-linux")
> + "0mr653q5px05lr11z2mk551m5g47b4wq96vbfibpp0qlc9jp58lc")
> + ("armhf"
> +
> "1py02irpmi2qz5rq3h33wfv6impf15z8i2rign6hvhlqn7s99wwh"))))))))
Please add a ‘supported-systems’ field that lists those 3 systems.
OK to push with this change.
> + (license (list license:lgpl2.1
> + license:clarified-artistic)))) ;TRIVIAL-LDAP package
TRIVIAL-LDAP?
Thanks!
Ludo’.
- [PATCH] gnu: Add CCL., Taylan Ulrich Bayırlı/Kammer, 2015/02/15
- Re: [PATCH] gnu: Add CCL.,
Ludovic Courtès <=