Disable Coq, libguestfs, virt-v2v.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 22 Apr 2020 19:25:48 +0000 (20:25 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 22 Apr 2020 19:25:48 +0000 (20:25 +0100)
Goalfile

index 96b1453..8f5bb74 100644 (file)
--- a/Goalfile
+++ b/Goalfile
@@ -24,6 +24,8 @@ let fedora-ignored = [
 
     # Not updated yet for OCaml 4.11.
     "ocaml-camlp5",
+    # Depends on camlp5:
+    "ocaml-lablgtk3",
 ]
 
 # All OCaml-related source package names
@@ -31,15 +33,16 @@ let other-packages = [
     "alt-ergo", "apron", "brltty", "coccinelle",
     "graphviz", "hevea", "hivex",
     "laby",
-    "libguestfs", "libnbd", "opam",
+    "libnbd", "opam",
     "utop",
-    "virt-top", "virt-v2v",
+    "virt-top",
     "z3",
 
     # For Coq:
-    "coq", "frama-c", "gappalib-coq",
-    "zenon",
-    "flocq",
+    # 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
@@ -52,6 +55,9 @@ let other-packages = [
     # 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 = {