-
Notifications
You must be signed in to change notification settings - Fork 13
Base.InitError(mod=:LibGit2, error=ErrorException("error initializing LibGit2 module")) #17
Comments
I have this problem as well - but only on Scientific Linux (7.4), not on Ubuntu 17.04. Both are using the exact same Julia build (the official 0.6.0 amd64 binaries), and the latest version of this repository. How odd. |
I have the same issue on Arch Linux using Julia v0.6.0. |
Can you post the Julia version, which commit of |
Here's a full transcript:
The exact same procedure, with the exact same commit and julia version worked just fine for me on Ubuntu 17.04. |
Same issue on Gentoo Linux, Kernel 4.12.0. Using Julia 0.6.1-pre.0 and static-julia master (82d86fe). Build output:
Executing ./hello:
|
@tjol @jpsamaroo Are you using the generic Julia binaries from julialang.org? |
Yes. |
I'm able to easily reproduce this in a clean virtual machine:
|
I'm not using pre-packaged binaries, I'm building everything from source. Currently, all of my 0.6 Gentoo systems are having this same issue with static-julia master. |
I solved it on linux |
To add to @joaquimg 's reply, when using julia compiled from source, do the following (this command is assuming the julia directory is (Of course, this obviously should be fixed in a cleaner way 😄) |
I get this error running "hello":
Compilation completes without any problem. Julia 0.6, Linux
The text was updated successfully, but these errors were encountered: