From c1703c946feffa0aae4eed10b6f834b7bc0aab42 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 17 Apr 2020 23:17:11 +0100 Subject: [PATCH] No camlp5 yet, and perl4caml fails to build. --- Goalfile | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Goalfile b/Goalfile index 553b0b3..2b0baee 100644 --- a/Goalfile +++ b/Goalfile @@ -21,12 +21,18 @@ let fedora-rebuild-name = "OCaml 4.11.0 pre-release" # they have been rebuilt. let fedora-ignored = [ "ocaml-srpm-macros", "ocaml", + + # Not updated yet for OCaml 4.11. + "ocaml-camlp5", + + # https://github.com/ocaml/ocaml/issues/9461 + "ocaml-perl4caml", ] # All OCaml-related source package names let other-packages = [ "alt-ergo", "apron", "brltty", "coccinelle", - "graphviz", "haxe", "hevea", "hivex", + "graphviz", "hevea", "hivex", "laby", "libguestfs", "libnbd", "opam", "utop", @@ -35,16 +41,20 @@ let other-packages = [ # For Coq: "coq", "frama-c", "gappalib-coq", - "why3", "zenon", + "zenon", "flocq", # Causes a cyclic dependency between libnbd <-> nbdkit. We need # to fix this in goals itself, but in the meantime disable nbdkit # and build it by hand. - # "nbdkit", + #"nbdkit", # https://bugzilla.redhat.com/show_bug.cgi?id=1797853 # "plplot", + + # These packages require camlp5 which has not been updated for 4.11. + #"haxe", + #"why3", ] pure function get-source-packages () returning strings = { -- 1.8.3.1