X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fedora_ocaml_rebuild.ml;h=6967812228324aadfd12079e4a7ef228891b00e1;hb=e092d6a53db69dbde869c46e9ebd07b1d0db2783;hp=817a5cd84a7bf2f6b51930ba9ee81b62f12c8a65;hpb=a4417e762a17f252cf97e0cf1552209d3b002dda;p=goaljobs-goals.git diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 817a5cd..6967812 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -23,15 +23,10 @@ let yum_repo = "koji-rawhide" * dependent packages. *) let blocked = [ - "ocaml-mikmatch"; (* build failure on 4.02.0 *) - "ocaml-omake"; (* build failure on 4.02.0 with hevea *) - "ocaml-p3l"; (* build failure on 4.02.0 -warn-error A *) "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 @@ -42,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,8 +45,11 @@ let ignored pkg = List.mem pkg ignored let source_packages = let dirs = shlines "cd %s && ls -1d ocaml*" fedora_dir in dirs @ [ "alt-ergo"; "apron"; "brltty"; "coccinelle"; "coq"; - "cduce"; "frama-c"; "gappalib-coq"; "graphviz"; "hivex"; - "js-of-ocaml"; "llvm"; "plplot"; "why3"; "xen"; "virt-top" ] + "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"; + "virt-dmesg" ] (* Dependencies of each package. (pkg, [deps ...]) *) let pkg_deps = dependencies branch source_packages