-
Notifications
You must be signed in to change notification settings - Fork 585
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
Paket install gives error FS0192, FAKE Caching Error #2362
Comments
I think this should be solved with the next release ( |
@Thorium Consider upgrading to the new Fake 5 runner ;) |
Thanks for the quick reply. This is an old library and I'm not maintainer, just wanted to help others with a PR, but that goes too complex now. |
@Thorium Well apparently not even the latest version of fake 4 is used:
Latest is: 4.64.17 |
Didn't help... |
It's probably easier to rewrite the build (ie create a new script and copy over the code one by one) then trying to get that old state running again. |
Description
System-wide Paket install fails with
error FS0192: internal error: null: convTypeRefAux
, with noteCACHING ERROR - please open a issue on FAKE and /cc @matthid
.Initially reported on Paket fsprojects/Paket#3625 since it's their installation script, but they said I should indeed come here. @matthid
Versions:
Ubuntu 18.04
mono 6.0.0.313
msbuild 16.0.0.0
fsharpc 10.2.3 for F# 4.5
FAKE version: 5.8.4 off of nuget?
Repro steps
Please see https://nextjournal.com/mpd/paketmono-install for my minimalized attempt.
Expected behavior
A working system-wide Paket installation is created.
Actual behavior
I'm completely new to this whole ecosystem, so I may be confused as to what I'm supposed to be installing, but this seemed like it should work.
The text was updated successfully, but these errors were encountered: