Hi Andreas, On Thu, Jun 18, 2020 at 10:46:10AM +0200, Andreas Tille wrote: > On Thu, Jun 18, 2020 at 10:11:26AM +0200, Ralf Treinen wrote: > > > > This is strange. After installing libmcl-ocaml-dev, ocamlfind should be > > be able to see it: > > > > $ ocamlfind list | grep mcl > > mcl (version: 12-068~oasis4) > > I get > > $ ocamlfind list | grep mcl > findlib: [WARNING] cannot read directory /usr/lib/ocaml/METAS: No such file > or directory > mcl (version: 12-068~oasis4)
/usr/lib/ocaml/METAS is one the repositories where ocamlfind looks for META files. Maybe you just happen to have no ocaml library installed that uses that directory. If that is the case you might try to create an empty directory /usr/lib/ocaml/METAS. Does this solve the issue for you? -Ralf.

