Julien Lepiller writes: > Trying to build ocaml-mirage-crypto, I get errors during the tests: > > ocamlopt tests/test_symmetric_runner.exe (exit 2) > > Error: Files > /gnu/store/id3dchcsw5gijsnn73kw5sn9ymjj90ai-ocaml-eqaf-0.7/lib/ocaml/site-lib/eqaf/bigstring/eqaf_bigstring.cmxa > and > /gnu/store/id3dchcsw5gijsnn73kw5sn9ymjj90ai-ocaml-eqaf-0.7/lib/ocaml/site-lib/eqaf/eqaf.cmxa > make inconsistent assumptions over implementation Eqaf > > this seems to indicate Eqaf did not build properly? Does it build for > you? This seems to be fixed with the patch for using dune release mode (https://issues.guix.gnu.org/49868#17). > also, minor but there's a typo in the synopsis "provding" -> > "providing". Attached fixed patch for ocaml-mirage. I can resubmit the entire series if that is easier.