Coq not in fact fixes, disable + deps again.
[fedora-ocaml-rebuild.git] / Goalfile
index fed4668..3e2800d 100644 (file)
--- a/Goalfile
+++ b/Goalfile
@@ -26,12 +26,32 @@ let fedora-ignored = [ "ocaml-srpm-macros", "ocaml" ]
 
 # All OCaml-related source package names
 let other-packages = [
-    "alt-ergo", "apron", "brltty", "coccinelle", "coq",
-    "frama-c", "gappalib-coq", "graphviz", "hevea", "hivex",
-    "libguestfs", "libnbd", "nbdkit", "opam", "plplot",
-    "virt-top", "virt-v2v", "why3", "z3",
+    "alt-ergo", "apron", "brltty",
+    "graphviz", "hevea", "hivex",
+    "libguestfs", "libnbd", "opam",
+    "virt-top", "virt-v2v",
+
     # no OCaml code, but needs to be rebuilt after Coq
-    "flocq"
+    #"flocq"
+
+    # Coq problems:
+    # https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/6I2CB4KNAZXH6TKX5WQZJ3ZQGBIOCNJK/
+    # "coq", "frama-c", "gappalib-coq",
+    # "why3", "zenon",
+    # "flocq",
+
+    # causes stack overflow in goals expr_to_shell_string
+    # when handling EList.  Is the list returned too long?
+    # "nbdkit",
+
+    # plplot FTBFS for unrelated reasons
+    # "plplot",
+
+    # https://bugzilla.redhat.com/show_bug.cgi?id=1792740
+    # "z3",
+
+    # Coccinelle uses -unsafe-string.
+    # "coccinelle",
 ]
 pure function get-source-packages () returning strings = {
     cd %fedora-dir
@@ -41,5 +61,5 @@ pure function get-source-packages () returning strings = {
 }
 let fedora-source-packages = get-source-packages ()
 
-# Main goal: Rebuild all packages.
+# Main goal: Rebuild all packages in Koji.
 goal all = : wrap ("*koji-built", fedora-source-packages)