X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fedora_ocaml_rebuild.ml;h=c167834c2924d0ae120769c8c89bb71b41b35806;hb=e1faf14f3230840b4c60c317ea974e7c84eb340b;hp=977d5c38716a173f72a8882a6a09df4933409fb9;hpb=c36fbb4f855aab0d0a2f919aa3fe6158ca050bd6;p=goaljobs-goals.git diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 977d5c3..c167834 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -23,11 +23,10 @@ let yum_repo = "koji-rawhide" * dependent packages. *) let blocked = [ - "ocaml-omake"; (* build failure on 4.02.0 with hevea *) + "ocaml-omake"; (* build failure (warnings) *) "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 *) ] @@ -40,7 +39,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