Block ocaml-yojson
[goaljobs-goals.git] / fedora_ocaml_rebuild.ml
index 436b76e..c4bedeb 100644 (file)
@@ -29,6 +29,10 @@ let yum_repo = "koji-rawhide"
  * dependent packages.
  *)
 let blocked = [
+  "ocaml-camlp4";   (* not ported to 4.08 yet *)
+  "ocaml-camlp5";   (* not ported to 4.08 yet *)
+  "ocaml-zarith";   (* build failures, seemingly unrelated *)
+  "ocaml-yojson";   (* seems to require some proper attention *)
 ]
 let blocked pkg = List.mem pkg blocked
 
@@ -49,7 +53,7 @@ let source_packages =
   " fedora_dir in
   dirs @ [ "alt-ergo"; "apron"; "brltty"; "coccinelle"; "coq";
            "cduce"; "frama-c"; "gappalib-coq"; "graphviz"; "hevea"; "hivex";
-           "plplot"; "virt-top"; "why3"; "z3";
+           "opam"; "plplot"; "virt-top"; "why3"; "z3";
            "flocq" (* no OCaml code, but needs to be rebuilt after Coq *);
            "guestfs-browser"; "libguestfs" ]