From 34c9d6884ebf41cbec447d6e017d1092f830c258 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 29 Apr 2019 16:21:44 +0100 Subject: [PATCH] Block ocaml-camlp4, ocaml-camlp5, ocaml-zarith from OCaml 4.08 rebuild. camlp4/5 need porting. zarith seems to have FTBFS problems unrelated to OCaml version. --- fedora_ocaml_rebuild.ml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 5f17887..1103ebb 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -30,6 +30,8 @@ let yum_repo = "koji-rawhide" *) let blocked = [ "ocaml-camlp4"; (* not ported to 4.08 yet *) + "ocaml-camlp5"; (* not ported to 4.08 yet *) + "ocaml-zarith"; (* build failures, seemingly unrelated *) ] let blocked pkg = List.mem pkg blocked -- 1.8.3.1