unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49076] [PATCH] gnu: dune-bootstrap: Update to 2.8.5.
@ 2021-06-17 19:15 Xinglu Chen
  2021-06-18 12:57 ` bug#49076: " Julien Lepiller
  0 siblings, 1 reply; 6+ messages in thread
From: Xinglu Chen @ 2021-06-17 19:15 UTC (permalink / raw)
  To: 49076; +Cc: Julien Lepiller

* gnu/packages/ocaml.scm (dune-bootstrap): Update to 2.8.5.
---
This would result in a rebuild of all the OCaml packages, there are only
around 200 of them, so I think its OK to target ’master’.

  ~/src/guix $ guix package -A ^ocaml | wc -l
  200

 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 dcfe8ce391..7dd9338458 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1589,7 +1589,7 @@ full_split, cut, rcut, etc..")
 (define dune-bootstrap
   (package
     (name "dune")
-    (version "2.7.1")
+    (version "2.8.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1598,7 +1598,7 @@ full_split, cut, rcut, etc..")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "10qgx83fq8b522y9mpllrp0l5cgmr2bs5s7aix5img21hlbm34in"))))
+                "0a1jj6njzsfjgklsirs6a79079wg4jhy6n888vg3dgp44awwq5jn"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:tests? #f; require odoc

base-commit: 99529872738d8da71570fa224ec7f1393c32c9b5
-- 
2.32.0






^ permalink raw reply related	[flat|nested] 6+ messages in thread

* bug#49076: [PATCH] gnu: dune-bootstrap: Update to 2.8.5.
  2021-06-17 19:15 [bug#49076] [PATCH] gnu: dune-bootstrap: Update to 2.8.5 Xinglu Chen
@ 2021-06-18 12:57 ` Julien Lepiller
  2021-06-18 13:42   ` [bug#49076] " Xinglu Chen
  0 siblings, 1 reply; 6+ messages in thread
From: Julien Lepiller @ 2021-06-18 12:57 UTC (permalink / raw)
  To: 49076-done

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

Oops, didn't send to tre right address. Pushed to master, thanks.

Le 17 juin 2021 15:15:53 GMT-04:00, Xinglu Chen <public@yoctocell.xyz> a écrit :
>* gnu/packages/ocaml.scm (dune-bootstrap): Update to 2.8.5.
>---
>This would result in a rebuild of all the OCaml packages, there are
>only
>around 200 of them, so I think its OK to target ’master’.
>
>  ~/src/guix $ guix package -A ^ocaml | wc -l
>  200
>
> 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 dcfe8ce391..7dd9338458 100644
>--- a/gnu/packages/ocaml.scm
>+++ b/gnu/packages/ocaml.scm
>@@ -1589,7 +1589,7 @@ full_split, cut, rcut, etc..")
> (define dune-bootstrap
>   (package
>     (name "dune")
>-    (version "2.7.1")
>+    (version "2.8.5")
>     (source (origin
>               (method git-fetch)
>               (uri (git-reference
>@@ -1598,7 +1598,7 @@ full_split, cut, rcut, etc..")
>               (file-name (git-file-name name version))
>               (sha256
>                (base32
>-               
>"10qgx83fq8b522y9mpllrp0l5cgmr2bs5s7aix5img21hlbm34in"))))
>+               
>"0a1jj6njzsfjgklsirs6a79079wg4jhy6n888vg3dgp44awwq5jn"))))
>     (build-system ocaml-build-system)
>     (arguments
>      `(#:tests? #f; require odoc
>
>base-commit: 99529872738d8da71570fa224ec7f1393c32c9b5
>-- 
>2.32.0

[-- Attachment #2: Type: text/html, Size: 1681 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#49076] [PATCH] gnu: dune-bootstrap: Update to 2.8.5.
  2021-06-18 12:57 ` bug#49076: " Julien Lepiller
@ 2021-06-18 13:42   ` Xinglu Chen
  2021-06-18 15:19     ` Julien Lepiller
  2021-06-19  8:46     ` pukkamustard
  0 siblings, 2 replies; 6+ messages in thread
From: Xinglu Chen @ 2021-06-18 13:42 UTC (permalink / raw)
  To: Julien Lepiller, 49076-done

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

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?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#49076] [PATCH] gnu: dune-bootstrap: Update to 2.8.5.
  2021-06-18 13:42   ` [bug#49076] " Xinglu Chen
@ 2021-06-18 15:19     ` Julien Lepiller
  2021-06-19  8:46     ` pukkamustard
  1 sibling, 0 replies; 6+ messages in thread
From: Julien Lepiller @ 2021-06-18 15:19 UTC (permalink / raw)
  To: Xinglu Chen, 49076

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

Weird, I know they built fine locally. No idea.

Le 18 juin 2021 09:42:20 GMT-04:00, Xinglu Chen <public@yoctocell.xyz> a écrit :
>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?

[-- Attachment #2: Type: text/html, Size: 1929 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#49076] [PATCH] gnu: dune-bootstrap: Update to 2.8.5.
  2021-06-18 13:42   ` [bug#49076] " Xinglu Chen
  2021-06-18 15:19     ` Julien Lepiller
@ 2021-06-19  8:46     ` pukkamustard
  2021-06-19 10:33       ` Julien Lepiller
  1 sibling, 1 reply; 6+ messages in thread
From: pukkamustard @ 2021-06-19  8:46 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 49076-done, julien, 49076

[-- 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?


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#49076] [PATCH] gnu: dune-bootstrap: Update to 2.8.5.
  2021-06-19  8:46     ` pukkamustard
@ 2021-06-19 10:33       ` Julien Lepiller
  0 siblings, 0 replies; 6+ messages in thread
From: Julien Lepiller @ 2021-06-19 10:33 UTC (permalink / raw)
  To: pukkamustard; +Cc: 49076-done, Xinglu Chen

Le Sat, 19 Jun 2021 08:46:08 +0000,
pukkamustard <pukkamustard@posteo.net> a écrit :

> 
> 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.
> 

Thanks for the patch, pushed as e93f6b693b5b328a2fa6d03da26ff5ad7a7926a0




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-19 10:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2021-06-19 10:33       ` Julien Lepiller

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).