unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: pukkamustard <pukkamustard@posteo.net>
To: Xinglu Chen <public@yoctocell.xyz>
Cc: 49076-done@debbugs.gnu.org, julien@lepiller.eu, 49076@debbugs.gnu.org
Subject: [bug#49076] [PATCH] gnu: dune-bootstrap: Update to 2.8.5.
Date: Sat, 19 Jun 2021 08:46:08 +0000	[thread overview]
Message-ID: <86czsii65x.fsf@posteo.net> (raw)
In-Reply-To: <87im2b70hv.fsf@yoctocell.xyz>

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]


Hi,

I can confirm that `ocaml-mdx` is currently not building for me 
locally.

It seems to be that something in the dune 2.8 format changed and 
was breaking tests. This was fixed in ocaml-mdx 
(https://github.com/realworldocaml/mdx/pull/314) which is in 
ocaml-mdx 0.8. Simply updating ocaml-mdx to 0.9 (the latest) makes 
ocaml-mdx build again. Patch for that is attached.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Update-ocaml-mdx-to-1.9.0.patch --]
[-- Type: text/x-patch, Size: 1118 bytes --]

From a898e50a063dd2bcbce252b21ad9aafe5b5099a7 Mon Sep 17 00:00:00 2001
From: pukkamustard <pukkamustard@posteo.net>
Date: Sat, 19 Jun 2021 10:53:02 +0200
Subject: [PATCH] gnu: Update ocaml-mdx to 1.9.0.

* gnu/packages/ocaml.scm (ocaml-mdx): Update to 1.9.0.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index a8432ebbfe..a47267916c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6745,7 +6745,7 @@ variants.")
 (define-public ocaml-mdx
   (package
     (name "ocaml-mdx")
-    (version "1.7.0")
+    (version "1.9.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6754,7 +6754,7 @@ variants.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "10avyv99xkfqdq3gmq8gps770jpibbfslg97sbhgmp0dpwikz49d"))))
+                "0fhwaci8j73fx9xqapa9iv9xwjx73r6p8wh9xg6brnfbqkc38d5b"))))
     (build-system dune-build-system)
     (inputs
      `(("ocaml-fmt" ,ocaml-fmt)
-- 
2.32.0


[-- Attachment #3: Type: text/plain, Size: 1570 bytes --]


I don't yet understand what was changed in the dune format that 
caused this break and if that also affects other packages.

-pukkamustard


Xinglu Chen <public@yoctocell.xyz> writes:

> On Fri, Jun 18 2021, Julien Lepiller wrote:
>
>> Oops, didn't send to tre right address. Pushed to master, 
>> thanks.
>
> Great!
>
> I see that CI is not able to build some packages, but I tried 
> building
> them locally and it worked fine.  Excerpt from 
> <cuirass@gnu.org>:
>
> --8<---------------cut 
> here---------------start------------->8---
> Build ocaml-integers.x86_64-linux on master is broken.
> Build ocaml4.09-dune-configurator.aarch64-linux on master is 
> broken.
> Build ocaml-cppo.x86_64-linux on master is broken.
> Build ocaml-syntax-shims.x86_64-linux on master is broken.
> Build r-mbkmeans.i686-linux on master is broken.
> Build ocaml-version.x86_64-linux on master is broken.
> Build ocaml-ppx-derivers.x86_64-linux on master is broken.
> Build ocaml-cairo2.x86_64-linux on master is broken.
> Build r-rhdf5filters.i686-linux on master is broken.
> Build ocaml-mmap.x86_64-linux on master is broken.
> Build r-xbioc.x86_64-linux on master is fixed.
> Build ocaml-num.x86_64-linux on master is broken.
> Build ocaml-graphics.x86_64-linux on master is broken.
> Build ocaml-csv.x86_64-linux on master is broken.
> Build r-do-db.x86_64-linux on master is fixed.
> Build r-biomart.x86_64-linux on master is fixed.
> Build ocaml-camomile.x86_64-linux on master is broken.
> --8<---------------cut 
> here---------------end--------------->8---
>
> Any ideas?


  parent reply	other threads:[~2021-06-19  8:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-17 19:15 [bug#49076] [PATCH] gnu: dune-bootstrap: Update to 2.8.5 Xinglu Chen
2021-06-18 12:57 ` bug#49076: " Julien Lepiller
2021-06-18 13:42   ` [bug#49076] " Xinglu Chen
2021-06-18 15:19     ` Julien Lepiller
2021-06-19  8:46     ` pukkamustard [this message]
2021-06-19 10:33       ` Julien Lepiller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86czsii65x.fsf@posteo.net \
    --to=pukkamustard@posteo.net \
    --cc=49076-done@debbugs.gnu.org \
    --cc=49076@debbugs.gnu.org \
    --cc=julien@lepiller.eu \
    --cc=public@yoctocell.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).