From 1ec5e10001ec428619a231757b58a03699582174 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 23 Jul 2014 22:10:49 +0100 Subject: [PATCH] More Fedora OCaml 4.02 beta build failures. --- fedora_ocaml_rebuild.ml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index d556dfb..aa48e10 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -31,6 +31,8 @@ let blocked = [ "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-ocamlgraph"; (* build failure on 4.02.0 *) + "cduce"; (* complex build failure *) ] let blocked pkg = List.mem pkg blocked @@ -44,6 +46,7 @@ let ignored = [ "libguestfs"; (* rebuilt by hand *) "graphviz"; (* rebuilt by hand *) "xen"; (* already done *) + "plplot"; (* already done *) ] let ignored pkg = List.mem pkg ignored -- 1.8.3.1