-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Build error: chksquare
not defined
#241
Comments
Building without version info completely breaks compat, best to not do it. There's an old Julia issue on this. |
So there should be an explicit error given in this case, not an obscure error from Compat? |
It's fine if you're on a release tag. Without git it's a little harder to tell whether or not that's the case. |
I tried to narrow down a bug by checking out several commits of Julia. Unfortunately as soon as I was on a commit without release tag, this error occurred. |
did you set |
I work from a git clone, and I did not set |
no, |
julia> Base.GIT_VERSION_INFO not too sure how HEAD got detached. . . would that have caused it? |
julia5 |
did you possibly make a local tag? that would modify |
No, I didn't create a new tag. |
wait - I sent you the wrong information here. When I had the |
are you using a shallow clone? does |
Doesn't sound like there's anything actionable here. Anyone feel free to re-open if that's not the case. |
I see this error when building Compat with a recent master checkout of Julia:
I believe these lines cause the problem:
because
That is, my Julia build does not know which version it has.
The text was updated successfully, but these errors were encountered: