-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
julia_13 doesn't build #82008
Comments
I have tried reproducing test failures locally, and, curiously, while I can reproduce them via |
Does it also kind-of-work if you disable the tests, like 1.3? |
No; it complains about missing Update: If I manually copy over Update 2: And, if run from the REPL, all tests pass except for
Now to test with 1.4.1 Update 3: Same results with 1.4.1 |
For those who are frustrated by this, dropping in
into the packages list of a fully-loaded FHS works. I run julia in a FHS anyways, because libraries need it, so it's not a big drawback. |
@olynch |
I just came across this as well. Here's my complete log: https://gist.github.com/samuela/a04e336f8fb89926517acb5888c2c6d4. Are there any updates on getting julia to build? |
Are there any updates on getting julia to build?
If you are willing no to have the tests run automatically during the build, you can disable the check phase and the build itself works (apparently) fine.
Many of the failing tests are known upstream to be kind of suboptimally done but happen to run on the upstream testing infrastructure fine. I think we never got completely sure if it is all of the failing tests, though.
|
Oh interesting. Have we filed issues on the julia project for these failures? I'd be interested in working towards getting a working julia 1.5 derivation up. |
Oh interesting. Have we filed issues on the julia project for these failures? I'd be interested in working towards getting a working julia 1.5 derivation up.
Nope, there were already some…
Probably some of the issues were fixed after 1.5
|
Describe the bug
I haven't tried to build it on my local machine (because it would take forever), but it doesn't build on hydra: https://hydra.nixos.org/build/113989863/nixlog/1/tail. I don't know if people are working on this; is there current information that I could use to debug this?
Maintainer information:
The text was updated successfully, but these errors were encountered: