diskuv / dkml-installer-ocaml

The Windows-friendly distribution of OCaml
Apache License 2.0
62 stars 2 forks source link

Cannot create switch to mounted newtork drive #42

Closed ysalmon closed 1 year ago

ysalmon commented 1 year ago

I managed to install the prerelease of Diskuv OCaml.

When I say opam switch create k:\\OCaml 5.0.0, where k: is a network drive mounted to a UNC server, things actually happen in C:\\Users\\yann\\UNC\\VBOXSVR\\MVshare\\OCaml, and nothing is written to k: (compilation fails because "flexlink does not work", but that is another issue).

The opam installation from fdopen did not exhibit this behaviour.

jonahbeckford commented 1 year ago

The UNC server bug is unrelated to Diskuv OCaml. You aren't seeing anything with fdopen because it does not use the newer Opam 2.2. You'll need to file a bug with https://github.com/ocaml/opam and make sure to report your opam --version in it.

By the way: