-
Notifications
You must be signed in to change notification settings - Fork 462
Closed
Labels
Milestone
Description
Building Zarith fails with:
ocamlfind install -destdir "/home/ali/HoTT/outputs/out/lib/ocaml/4.14.1/site-lib/" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa zarith_version.cmx z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
ocamlfind: Bad configuration: Cannot mkdir /home/ali/HoTT/outputs/out/lib/ocaml/4.14.1/site-lib/zarith because a path component does not exist or is not a directory
This is using DUNE_PKG_OVERRIDE_OCAML=1 for the lock and build. And the following dune-project:
(lang dune 3.11)
(package
(name foo)
(dependencies
(zarith (= 1.13))))