-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Cannot build julia-1.9.1-full.tar.gz
#50127
Comments
Cc: @vchuravy and @KristofferC Need help with this please? |
So this was meant to be fixed by #49022 and I see @nalimilan made a comment after merge https://github.com/JuliaLang/julia/pull/49022/files#r1162526538 that I didn't see. |
The cmake file seems to expect that the
On top of that we don't follow the naming convention. Possible fixes:
@nalimilan any preferences? |
We can patch 1.9.1-full right after unpacking it. Will simply applying @nalimilan's suggestion work? |
As @nalimilan pointed out that is not fully sufficient. You need to also do what I described #50127 (comment) |
Successfully built Julia 1.9.1 from the full tarball ( Now I simply need a little help to automate the second and third steps below so that we can un-tar the full tarball, use Steps:
~/julia-1.9.1$ ln -s deps/srccache/ittapi-0014aec56fea2f30c1374f40861e1bccdd53d0cb/ittapi deps/srccache/ittapi-0014aec56fea2f30c1374f40861e1bccdd53d0cb
The |
Thanks for finding the solution! It doesn't sound too hard to automate these steps. For step 2, can't you just call |
Thanks for the tip on where to add step 2. Trying that now. I'll open a PR to |
For this I would prefer a patch in deps/llvm.mk like in the good old times. |
Example please @vchuravy? |
Here's what I ended up doing:
When applied to the unzipped |
Unfortunately, I then get:
Suggestions welcome. |
So it seems that in the Nix build, |
Turns out to be #46530. |
So now, it builds fine on x86_64, Linux (Ubuntu) and also on Nix. Latest failure is on
|
Thanks to @gbaraldi for pointing me at NixOS/nixpkgs#158730. This error probably is unrelated to Julia. Hopefully, we're pretty much done with this issue! |
And now it is #48820. I do not have a Mac, so need some help here. |
Sorry, I don't understand how that issue is related. Is it blocking you from fixing this issue? Doesn't #50252 fix it? |
Yes, we have not yet been able to get the full 1.9.1 tarball to build on Darwin. #50252 only had fixes for Linux. |
We haven't yet solved the full tarball build issue for Mac. I'm going to close this anyway, as this remaining problem is covered by #48820. |
CMake Error at lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt:20 (message): git clone https://github.com/intel/ittapi.git failed with No such file or directory, please clone https://github.com/intel/ittapi.git -- Configuring incomplete, errors occurred!
@vchuravy had asked to check the value for
WITH_ITTAPI
. It's set to 0, as in the 1.9.1 tagged commit. Changing it to 1 did not help.LLVM's
CMakeCache.txt
contained:There exists
deps/srccache/ittapi-0014aec56fea2f30c1374f40861e1bccdd53d0cb.tar.gz
, but it hasn't been extracted?The text was updated successfully, but these errors were encountered: