taylanbayi...@gmail.com (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’.

Reply via email to