-
-
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
Bug report: make install
does not copy libLLVM-8jl.so
on Linux Environment (Julia-1.5 Dev)
#34264
Comments
|
Still same error happens
|
Ah ... I've found this issue occurs when we set |
Apparently, today's julia
|
This is also an issue on the v1.4.0 release. |
I think Julia 1.5(in the future) will solve this problem. |
I am on Fdora 32 and just updated Julia and now I get the error:
|
@sanderjson How did you install Julia? |
I have it installed with dnf What worked in the end: Edit: I do have the nalimilan/julia copr enabled |
What exact version of the package do you have? |
@nalimilan now I have julia-1.4.0-2.fc32.x86_64 - had the same issues this morning.
|
Ah, there was a bad interaction between the fix I had applied in 1.4.0 and the fix that was backported in 1.4.1. Should be fixed in the new version I just built. |
This error occurs build source from scratch. Below is my prescription to solve the issue: Here is my https://github.com/Julia-Embedded/jlcross/blob/master/rpi3/Dockerfile-v1.4.0#L34 |
It is fixed on Julia 1.4.1 and 1.5.0-dev, we didn't cache it early enough for |
working as intended |
It seems like this problem is back? julia-1.4.2-1.fc32.x86_64 gives the same error (Fedora 32). I installed through dnf install julia. |
make install
does not copylibLLVM-8jl.so
(which wll be generated by runningmake
command) on linux environment, I can't run Julia that will be installed bymake install
.libLLVM-8jl.so
manually to directorypath/to/prefix/lib/julia/
it will be alright on Linux environment.How to Reproduce
The text was updated successfully, but these errors were encountered: