X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fedora_ocaml_rebuild.ml;h=6967812228324aadfd12079e4a7ef228891b00e1;hb=e092d6a53db69dbde869c46e9ebd07b1d0db2783;hp=977d5c38716a173f72a8882a6a09df4933409fb9;hpb=c36fbb4f855aab0d0a2f919aa3fe6158ca050bd6;p=goaljobs-goals.git diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 977d5c3..6967812 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -23,13 +23,10 @@ let yum_repo = "koji-rawhide" * dependent packages. *) let blocked = [ - "ocaml-omake"; (* build failure on 4.02.0 with hevea *) "ocaml-pa-do"; (* build failure, complex *) - "ocaml-lwt"; (* build failure on 4.02.0 *) - "ocaml-preludeml"; (* build failure *) - "cduce"; (* broken again with latest 4.02 *) "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 @@ -40,7 +37,6 @@ let ignored = [ "whenjobs"; (* obsolete *) "libguestfs"; (* rebuilt by hand *) "graphviz"; (* rebuilt by hand *) - "xen"; (* already done *) "plplot"; (* already done *) ] let ignored pkg = List.mem pkg ignored @@ -51,7 +47,9 @@ let source_packages = dirs @ [ "alt-ergo"; "apron"; "brltty"; "coccinelle"; "coq"; "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 *) ] + "flocq" (* no OCaml code, but needs to be rebuilt after Coq *); + "guestfs-browser"; + "virt-dmesg" ] (* Dependencies of each package. (pkg, [deps ...]) *) let pkg_deps = dependencies branch source_packages