Block ocaml-camlimages.
[goaljobs-goals.git] / fedora_ocaml_rebuild.ml
index 6e3925c..6967812 100644 (file)
@@ -26,6 +26,7 @@ let blocked = [
   "ocaml-pa-do";                        (* build failure, complex *)
   "frama-c";                            (* build failure *)
   "gappalib-coq";                       (* build failure in configure script *)
+  "ocaml-camlimages";                   (* build failure, conflicting C types in header files *)
 ]
 let blocked pkg = List.mem pkg blocked
 
@@ -47,7 +48,8 @@ let source_packages =
            "cduce"; "frama-c"; "gappalib-coq"; "graphviz"; "hevea"; "hivex";
            "js-of-ocaml"; "llvm"; "plplot"; "virt-top"; "why3"; "xen";
            "flocq" (* no OCaml code, but needs to be rebuilt after Coq *);
-           "guestfs-browser" ]
+           "guestfs-browser";
+           "virt-dmesg" ]
 
 (* Dependencies of each package.  (pkg, [deps ...]) *)
 let pkg_deps = dependencies branch source_packages