guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#69904] [PATCH 04/10] gnu: Add cl-boost-json.


From: Guillaume Le Vaillant
Subject: [bug#69904] [PATCH 04/10] gnu: Add cl-boost-json.
Date: Wed, 20 Mar 2024 12:56:22 +0000

Sharlatan Hellseher <sharlatanus@gmail.com> skribis:

> +;; FIXME: Failed to build on ECL: "fORMFEED" is an illegal character name.An
> +;; error occurred during initialization:
> +;;
> +;; (define-public ecl-boost-json
> +;;  (sbcl-package->ecl-package sbcl-boost-json))

Apparently '#\formfeed' in "decode.lisp" should be replaced by '#\page'.

Even in SBCL:

--8<---------------cut here---------------start------------->8---
* #\formfeed
#\Page
--8<---------------cut here---------------end--------------->8---

You could also report this upstream.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]