No camlp5 yet, and perl4caml fails to build.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 17 Apr 2020 22:17:11 +0000 (23:17 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 17 Apr 2020 22:17:11 +0000 (23:17 +0100)
Goalfile

index 553b0b3..2b0baee 100644 (file)
--- 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 = {