Re-enable nbdkit.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 25 Feb 2020 11:02:09 +0000 (11:02 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 25 Feb 2020 11:03:57 +0000 (11:03 +0000)
I wrote all the code here, I should fix whatever the problem is (I
believe it's a circular dependency between nbdkit <-> libnbd).

Goalfile

index 8c3783f..5c016c8 100644 (file)
--- a/Goalfile
+++ b/Goalfile
@@ -30,7 +30,7 @@ let fedora-ignored = [
 let other-packages = [
     "alt-ergo", "apron", "brltty",
     "graphviz", "hevea", "hivex",
-    "libguestfs", "libnbd",
+    "libguestfs", "libnbd", "nbdkit",
     "virt-top", "virt-v2v",
 
     # no OCaml code, but needs to be rebuilt after Coq
@@ -42,10 +42,6 @@ let other-packages = [
     # "why3", "zenon",
     # "flocq",
 
-    # causes stack overflow in goals expr_to_shell_string
-    # when handling EList.  Is the list returned too long?
-    # "nbdkit",
-
     # plplot FTBFS for unrelated reasons
     # "plplot",