Disable Coq, libguestfs, virt-v2v.
[fedora-ocaml-rebuild.git] / Goalfile
index 86e7992..8f5bb74 100644 (file)
--- a/Goalfile
+++ b/Goalfile
@@ -5,11 +5,12 @@ include "fedora.gl"
 let fedora-dir = "%HOME/d/fedora"
 
 let fedora-branch = "master"
-let fedora-tag = "f33-build-side-19773"
+#let fedora-branch = "f32"
+let fedora-tag = "f33-build-side-21752"
 
 # The magic string that must appear in %changelog when the
 # package has been rebuilt.
-let fedora-rebuild-name = "OCaml 4.10.0 final."
+let fedora-rebuild-name = "OCaml 4.11.0 pre-release attempt 2"
 
 # Packages that are blocked.  Any dependent packages are also blocked
 # automatically.
@@ -20,30 +21,45 @@ let fedora-rebuild-name = "OCaml 4.10.0 final."
 # they have been rebuilt.
 let fedora-ignored = [
     "ocaml-srpm-macros", "ocaml",
+
+    # Not updated yet for OCaml 4.11.
+    "ocaml-camlp5",
+    # Depends on camlp5:
+    "ocaml-lablgtk3",
 ]
 
 # All OCaml-related source package names
 let other-packages = [
-    "alt-ergo", "apron", "brltty",
+    "alt-ergo", "apron", "brltty", "coccinelle",
     "graphviz", "hevea", "hivex",
-    "libguestfs", "libnbd", "nbdkit",
-    "opam",
-    "plplot",
-    "virt-top", "virt-v2v",
+    "laby",
+    "libnbd", "opam",
+    "utop",
+    "virt-top",
     "z3",
 
-    # no OCaml code, but needs to be rebuilt after Coq
-    #"flocq"
+    # For Coq:
+    # Depends on lablgtk3:
+    #"coq", "frama-c", "gappalib-coq",
+    #"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",
 
-    # Coq problems:
-    # https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/6I2CB4KNAZXH6TKX5WQZJ3ZQGBIOCNJK/
-    # "coq", "frama-c", "gappalib-coq",
-    # "why3", "zenon",
-    # "flocq",
+    # https://bugzilla.redhat.com/show_bug.cgi?id=1797853
+    # "plplot",
 
-    # Coccinelle uses -unsafe-string.
-    # "coccinelle",
+    # These packages require camlp5 which has not been updated for 4.11.
+    #"haxe",
+    #"why3",
+
+    # https://bugzilla.redhat.com/show_bug.cgi?id=1826925
+    #"libguestfs", "virt-v2v",
 ]
+
 pure function get-source-packages () returning strings = {
     cd %fedora-dir
     for f in ocaml* %other-packages; do