From: Richard W.M. Jones Date: Wed, 26 Feb 2020 13:57:54 +0000 (+0000) Subject: Remove nbdkit, built by hand. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=e049819feae6f2ec42b63a7f58eb524ff75e3e5e;hp=a52ba40a9c80fc9efff6340d3253a95e508eb360;p=fedora-ocaml-rebuild.git Remove nbdkit, built by hand. Breaks a cycle libnbd <-> nbdkit. --- diff --git a/Goalfile b/Goalfile index 86e7992..3bd6c85 100644 --- a/Goalfile +++ b/Goalfile @@ -26,7 +26,7 @@ let fedora-ignored = [ let other-packages = [ "alt-ergo", "apron", "brltty", "graphviz", "hevea", "hivex", - "libguestfs", "libnbd", "nbdkit", + "libguestfs", "libnbd", "opam", "plplot", "virt-top", "virt-v2v", @@ -43,7 +43,13 @@ let other-packages = [ # Coccinelle uses -unsafe-string. # "coccinelle", + + # Causes a cyclic dependency between libnbd <-> nbdkit. We need + # to fix this in goals itself, but in the meantime disable nbdkit + # and build it by hand. + # "nbdkit", ] + pure function get-source-packages () returning strings = { cd %fedora-dir for f in ocaml* %other-packages; do