GNU bug report logs - #63947
Bug when building ocaml-dune-build-info for ocaml5.0

Previous Next

Package: guix;

Reported by: "Benjamin" <benjamin <at> uvy.fr>

Date: Wed, 7 Jun 2023 15:56:01 UTC

Severity: normal

Full log


View this message in rfc822 format

From: "Benjamin" <benjamin <at> uvy.fr>
To: <63947 <at> debbugs.gnu.org>
Subject: bug#63947: Bug when building ocaml-dune-build-info for ocaml5.0
Date: Thu, 08 Jun 2023 09:26:07 +0200
After digging a bit more, I could fix this issue by modifying the
definition of ocaml-dune-build-info with this patch.

The problem might have come from the non standard definition  of dune
package using properties only.


diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f0b8f9e912..40a820b90e 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -9538,7 +9538,7 @@ (define-public ocaml-fix

 (define-public ocaml-dune-build-info
   (package
-    (inherit dune)
+    (inherit dune-bootstrap)
     (name "ocaml-dune-build-info")
     (build-system dune-build-system)
     (arguments





This bug report was last modified 2 years and 8 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.