X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fedora_ocaml_rebuild.ml;h=b2beaf2d4125a34f58c65be4d6d92cc00b721c37;hb=8cae00a8520af703b4e843c5ffdff001b0f31f00;hp=09b74f28db5ff8682cb8a46a921684f9232d8012;hpb=9f71b20d1be216a9b573bd9eb0784fe92e5d4e46;p=goaljobs-goals.git diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 09b74f2..b2beaf2 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -25,13 +25,13 @@ let yum_repo = "koji-rawhide" let blocked = [ "ocaml-bitstring"; (* needs upstream fix for 4.02.0 *) - (* ocaml-labltk needs to be packaged. Unfortunately because there - * is no spec file, ocaml-labltk doesn't appear in the list of - * source packages, and so is filtered out of all the dependency - * checks as if it were a non-OCaml package. Therefore we currently - * also have to list all packages that depend on it. - *) - "ocaml-labltk"; (* BRed by: *) "ocaml-lablgl"; "ocaml-ocamlnet"; "planets"; + "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"; (* complex build failure *) ] let blocked pkg = List.mem pkg blocked @@ -40,8 +40,12 @@ let ignored = [ "ocaml-srpm-macros"; (* don't need to build this *) "ocaml"; (* rebuilt by hand *) "ocaml-findlib"; (* rebuilt by hand *) - "ocaml-lwt"; "ocaml-react"; (* loganjerry is handling *) + "ocaml-camlidl"; (* rebuilt by orionp *) "whenjobs"; (* obsolete *) + "libguestfs"; (* rebuilt by hand *) + "graphviz"; (* rebuilt by hand *) + "xen"; (* already done *) + "plplot"; (* already done *) ] let ignored pkg = List.mem pkg ignored