GNU bug report logs - #51866
OCaml4.07: build fail because Dune version

Previous Next

Package: guix;

Reported by: zimoun <zimon.toutoune <at> gmail.com>

Date: Mon, 15 Nov 2021 13:01:01 UTC

Severity: normal

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51866 in the body.
You can then email your comments to 51866 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to julien <at> lepiller.eu, bug-guix <at> gnu.org:
bug#51866; Package guix. (Mon, 15 Nov 2021 13:01:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to zimoun <zimon.toutoune <at> gmail.com>:
New bug report received and forwarded. Copy sent to julien <at> lepiller.eu, bug-guix <at> gnu.org. (Mon, 15 Nov 2021 13:01:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: OCaml4.07: build fail because Dune version
Date: Mon, 15 Nov 2021 13:59:53 +0100
Hi,

These OCaml packages fail to build because some issue with Dune
versions, respectively:

--8<---------------cut here---------------start------------->8---
ocaml4.07-charinfo-width
ocaml4.07-core
ocaml4.07-core-kernel
ocaml4.07-ezjsonm
ocaml4.07-lambda-term
ocaml4.07-merlin
ocaml4.07-odoc
ocaml4.07-piqi
ocaml4.07-piqilib
ocaml4.07-ppx-expect
ocaml4.07-ppx-jane
ocaml4.07-sedlex
ocaml4.07-spawn
ocaml4.07-splittable-random
ocaml4.07-sqlite3
ocaml4.07-uri
ocaml4.07-utop
ocaml4.07-zed
--8<---------------cut here---------------end--------------->8---

fails because:

--8<---------------cut here---------------start------------->8---
Error: Version 2.0 of dune is not supported.
Error: Version 2.0 of dune is not supported.
Error: Version 2.0 of dune is not supported.
Error: Version 2.0 of dune is not supported.
Error: Version 2.7 of dune is not supported.
Error: Version 2.0 of dune is not supported.
Error: Version 2.7 of dune is not supported.
Error: Version 2.7 of dune is not supported.
Error: Version 2.7 of dune is not supported.
Error: Version 2.0 of dune is not supported.
Error: Version 2.0 of dune is not supported.
Error: Version 2.7 of dune is not supported.
Error: Version 2.0 of dune is not supported.
Error: Version 2.0 of dune is not supported.
Error: Version 2.7 of dune is not supported.
Error: Version 2.0 of dune is not supported.
Error: Version 2.7 of dune is not supported.
Error: Version 2.0 of dune is not supported.
--8<---------------cut here---------------end--------------->8---


From my understanding, more or more cases like this will happen.  The
question is: do we try to fix?  Or do we plan to remove ’ocaml4.07-’
packages?


Cheers,
simon




Information forwarded to bug-guix <at> gnu.org:
bug#51866; Package guix. (Mon, 15 Nov 2021 13:19:02 GMT) Full text and rfc822 format available.

Message #8 received at 51866 <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: debbugs-submit <at> debbugs.gnu.org, zimoun <zimon.toutoune <at> gmail.com>,
 51866 <at> debbugs.gnu.org
Subject: Re: bug#51866: OCaml4.07: build fail because Dune version
Date: Mon, 15 Nov 2021 08:18:33 -0500
[Message part 1 (text/plain, inline)]
I plan to get rid of ocaml4.07* at some point. For that, I'll need to import a bunch of packages (ocaml-core and friends, at least). Will see if I have enough time for that.

Le 15 novembre 2021 07:59:53 GMT-05:00, zimoun <zimon.toutoune <at> gmail.com> a écrit :
>Hi,
>
>These OCaml packages fail to build because some issue with Dune
>versions, respectively:
>
>--8<---------------cut here---------------start------------->8---
>ocaml4.07-charinfo-width
>ocaml4.07-core
>ocaml4.07-core-kernel
>ocaml4.07-ezjsonm
>ocaml4.07-lambda-term
>ocaml4.07-merlin
>ocaml4.07-odoc
>ocaml4.07-piqi
>ocaml4.07-piqilib
>ocaml4.07-ppx-expect
>ocaml4.07-ppx-jane
>ocaml4.07-sedlex
>ocaml4.07-spawn
>ocaml4.07-splittable-random
>ocaml4.07-sqlite3
>ocaml4.07-uri
>ocaml4.07-utop
>ocaml4.07-zed
>--8<---------------cut here---------------end--------------->8---
>
>fails because:
>
>--8<---------------cut here---------------start------------->8---
>Error: Version 2.0 of dune is not supported.
>Error: Version 2.0 of dune is not supported.
>Error: Version 2.0 of dune is not supported.
>Error: Version 2.0 of dune is not supported.
>Error: Version 2.7 of dune is not supported.
>Error: Version 2.0 of dune is not supported.
>Error: Version 2.7 of dune is not supported.
>Error: Version 2.7 of dune is not supported.
>Error: Version 2.7 of dune is not supported.
>Error: Version 2.0 of dune is not supported.
>Error: Version 2.0 of dune is not supported.
>Error: Version 2.7 of dune is not supported.
>Error: Version 2.0 of dune is not supported.
>Error: Version 2.0 of dune is not supported.
>Error: Version 2.7 of dune is not supported.
>Error: Version 2.0 of dune is not supported.
>Error: Version 2.7 of dune is not supported.
>Error: Version 2.0 of dune is not supported.
>--8<---------------cut here---------------end--------------->8---
>
>
>From my understanding, more or more cases like this will happen.  The
>question is: do we try to fix?  Or do we plan to remove ’ocaml4.07-’
>packages?
>
>
>Cheers,
>simon
>
>
[Message part 2 (text/html, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#51866; Package guix. (Mon, 15 Nov 2021 13:31:01 GMT) Full text and rfc822 format available.

Message #11 received at 51866 <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 51866 <at> debbugs.gnu.org
Subject: Re: bug#51866: OCaml4.07: build fail because Dune version
Date: Mon, 15 Nov 2021 14:30:31 +0100
Hi,

On lun., 15 nov. 2021 at 08:18, Julien Lepiller <julien <at> lepiller.eu> wrote:

> I plan to get rid of ocaml4.07* at some point. For that, I'll need to
> import a bunch of packages (ocaml-core and friends, at least). Will
> see if I have enough time for that.

Ok.



> Le 15 novembre 2021 07:59:53 GMT-05:00, zimoun <zimon.toutoune <at> gmail.com> a écrit :

> These OCaml packages fail to build because some issue with Dune
> versions, respectively:

Considering these packages,

> --8<---------------cut here---------------start------------->8---
> ocaml4.07-charinfo-width
> ocaml4.07-core
> ocaml4.07-core-kernel
> ocaml4.07-ezjsonm
> ocaml4.07-lambda-term
> ocaml4.07-merlin
> ocaml4.07-odoc
> ocaml4.07-piqi
> ocaml4.07-piqilib
> ocaml4.07-ppx-expect
> ocaml4.07-ppx-jane
> ocaml4.07-sedlex
> ocaml4.07-spawn
> ocaml4.07-splittable-random
> ocaml4.07-sqlite3
> ocaml4.07-uri
> ocaml4.07-utop
> ocaml4.07-zed
> --8<---------------cut here---------------end--------------->8---

then “guix refresh -l” says:

--8<---------------cut here---------------start------------->8---
ocaml4.07-charinfo-width Construire le (1) paquet suivant s'assure que les 4 paquets dépendants sont reconstruits : bap <at> 2.0.0
ocaml4.07-core Pas de paquets dépendants autres que lui-même : ocaml4.07-core <at> 0.11.3
ocaml4.07-core-kernel Construire les 2 paquets suivants s'assure que les 2 paquets dépendants sont reconstruits : bap <at> 2.0.0 ocaml4.07-core <at> 0.11.3
ocaml4.07-ezjsonm Un seul paquet dépendant : bap <at> 2.0.0
ocaml4.07-lambda-term Construire le (1) paquet suivant s'assure que les 2 paquets dépendants sont reconstruits : bap <at> 2.0.0
ocaml4.07-merlin Pas de paquets dépendants autres que lui-même : ocaml4.07-merlin <at> 3.2.2
ocaml4.07-odoc Construire les 2 paquets suivants s'assure que les 7 paquets dépendants sont reconstruits : bap <at> 2.0.0 pplacer <at> 1.1.alpha19
ocaml4.07-piqi Un seul paquet dépendant : bap <at> 2.0.0
ocaml4.07-piqilib Construire le (1) paquet suivant s'assure que les 2 paquets dépendants sont reconstruits : bap <at> 2.0.0
ocaml4.07-ppx-expect Construire les 2 paquets suivants s'assure que les 10 paquets dépendants sont reconstruits : ocaml4.07-core <at> 0.11.3 bap <at> 2.0.0
ocaml4.07-ppx-jane Construire les 2 paquets suivants s'assure que les 4 paquets dépendants sont reconstruits : bap <at> 2.0.0 ocaml4.07-core <at> 0.11.3
ocaml4.07-sedlex Construire le (1) paquet suivant s'assure que les 3 paquets dépendants sont reconstruits : bap <at> 2.0.0
ocaml4.07-spawn Un seul paquet dépendant : ocaml4.07-core <at> 0.11.3
ocaml4.07-splittable-random Construire les 2 paquets suivants s'assure que les 3 paquets dépendants sont reconstruits : bap <at> 2.0.0 ocaml4.07-core <at> 0.11.3
ocaml4.07-sqlite3 Un seul paquet dépendant : pplacer <at> 1.1.alpha19
ocaml4.07-uri Un seul paquet dépendant : bap <at> 2.0.0
ocaml4.07-utop Un seul paquet dépendant : bap <at> 2.0.0
ocaml4.07-zed Construire le (1) paquet suivant s'assure que les 3 paquets dépendants sont reconstruits : bap <at> 2.0.0
--8<---------------cut here---------------end--------------->8---

Therefore, it seems safe to remove ocaml4.07-core.  About pplacer,
patch#51351 temporally fixes the issue.  It remains the package ’bap’; I
am not knowledgeable to have an opinion about the remove of such.


1: <http://issues.guix.gnu.org/issue/51351>


Cheers,
simon




Reply sent to Julien Lepiller <julien <at> lepiller.eu>:
You have taken responsibility. (Fri, 19 Nov 2021 23:31:02 GMT) Full text and rfc822 format available.

Notification sent to zimoun <zimon.toutoune <at> gmail.com>:
bug acknowledged by developer. (Fri, 19 Nov 2021 23:31:02 GMT) Full text and rfc822 format available.

Message #16 received at 51866-done <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: zimoun <zimon.toutoune <at> gmail.com>
Cc: 51866-done <at> debbugs.gnu.org
Subject: Re: bug#51866: OCaml4.07: build fail because Dune version
Date: Sat, 20 Nov 2021 00:30:21 +0100
I just pushed fixes to master, so now everything listed in "guix
refresh -l ocaml <at> 4.07" builds without issues. Closing :)




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 18 Dec 2021 12:24:08 GMT) Full text and rfc822 format available.

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

Previous Next


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