-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Description
I am trying to build julia on Ubuntu 18.04 LTS, ppc64le (IBM POWER8), and came across the following error of "ELF load command alignment not page-aligned".
Any comment ?
root@5b95ee340ef3:/tmp/julia# git checkout tags/v1.2.0
root@5b95ee340ef3:/tmp/julia# nohup make -j8 &
...
Serialization ── 1.911660 seconds
Libdl ────────── 0.074467 seconds
Markdown ─────── 1.986755 seconds
error during bootstrap:
LoadError("sysimg.jl", 16, LoadError("/tmp/julia/usr/share/julia/stdlib/v1.2/LibGit2/src/LibGit2.jl", 21, LoadError("/tmp/julia/usr/share/julia/stdlib/v1.2/LibGit2/src/utils.jl", 44, ErrorException("error compiling version: could not load library "libgit2"\nlibcurl.so.4: ELF load command alignment not page-aligned"))))
rec_backtrace at /tmp/julia/src/stackwalk.c:94
record_backtrace at /tmp/julia/src/task.c:219 [inlined]
...