-
Notifications
You must be signed in to change notification settings - Fork 525
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
Case sensitive path issue on Linux #816
Comments
do you have a minimal paket.dependencies file which reproduces this on "paket update"? |
I think this is it:
|
Mhm I tried to reproduce via #818 - no luck |
Similar issue when simply running paket install on Paket itself:
Stack trace:
|
In fact the paket.lock file has FsCheck.Nunit while the paket.dependencies file has FsCheck.NUnit |
could please try latest version. there is a chance that I fixed this together with somthing else |
Same thing on 1.5.3, thx. |
sorry for playing ping-pong here, but I can't reproduce. I think I found an issue with might lead to this behaviour. Could you please retry and tell me if it is fixed (or if you get a new error). |
That did it. Thanks for fixing. |
Doing a paket update:
[..]
FsUnit 1.3.0.1 unzipped to /tmp/mono-nix/monodevelop-5.9/packages/FsUnit
FSharp.Compiler.Service 0.0.85 unzipped to /tmp/mono-nix/monodevelop-5.9/packages/FSharp.Compiler.Service
Paket failed with:
Directory '/tmp/mono-nix/monodevelop-5.9/packages/FSUnit' not found.
(Note the lower case s in the first print and the capital S in the second)
Renaming the directory works around the issue.
The text was updated successfully, but these errors were encountered: