-
Notifications
You must be signed in to change notification settings - Fork 78
Cannot build .olean file on NFS #718
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
Comments
I experienced the same issue. I also had *.tlean.lock and *.ast.json.lock files. Their permission was set as |
@ge9 you are commenting on an issue about a completely obsolete piece of software. Are you sure you really want to use Lean 3? |
Actually not, I was just trying to port https://github.com/openai/miniF2F to Lean 4 (since many theorems are missing from https://github.com/yangky11/miniF2F-lean4), with https://github.com/leanprover-community/mathport. I don't think this (possible) bug should be fixed, but posted the message just for someone's help. Sorry |
There is nothing to be sorry about, don’t worry. I was only trying to help you not wasting time on a badly outdated version of Lean. |
And I’m afraid I can confirm nobody will work on this issue. Support for Lean 3 ended almost one year ago. |
Okay, that's fine. Thank you for your help! |
Prerequisites
or feature requests.
Description
I store mathlib on an NFS server. When I use
leanpkg build
to build it, there are not have.olean
files, but have many files*.olean. lock
files with size 0.Steps to Reproduce
Versions
The text was updated successfully, but these errors were encountered: