-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opam on windows passes Windows-style filepath to tar #2502
Comments
|
the same opam version, I could still repro this.
I think on windows, tar should take |
It does, or rather it will: dra27@ee1e59b |
Thanks! I'm now making a shim to tar as a workaround. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original at protz/ocaml-installer#45 but referencing it here too.
I've used the ocaml-installer to install OCaml+Cygwin+opam on my Windows 10 machine. When I do "opam install cmdliner", tar is given a Windows-style filepath
to unpack the package, and falls over.
Even I can't repro it. The exact same setup works fine on my laptop, where tar is invoked as "tar xfj /home/sishtiaq/...".
Any hints on what to look for, how I get more info out of it, who's likely to be passing the wrong path to tar, etc appreciated.
The text was updated successfully, but these errors were encountered: