I get the following error when trying to build Julia master on Windows 10 
x64 using either msys2 or Cygwin.
llvm[3]: Building Intrinsics.gen.tmp from Intrinsics.td
Makefile:23: recipe for target 
'/c/julia/deps/build/llvm-3.7.1/build_Release/lib/IR/Release/Intrinsics.gen.tmp'
 
failed
make[3]: *** [/c/julia/deps/build/llvm-3.7.1/build_Release/lib/IR/Release/
Intrinsics.gen.tmp] Segmentation fault
/c/julia/deps/srccache/llvm-3.7.1/Makefile.rules:880: recipe for target 
'all' failed
make[2]: *** [all] Error 1
Makefile:765: recipe for target 
'build/llvm-3.7.1/build_Release/Release/lib/libLLVMCodeGen.a' failed
make[1]: *** [build/llvm-3.7.1/build_Release/Release/lib/libLLVMCodeGen.a] 
Error 2
Makefile:81: recipe for target 'julia-deps' failed
make: *** [julia-deps] Error 2

Unsure if this is an isolated case or not.


Also see below is trying to build llvm svn on ubuntu 15.04. It builds fine 
but ironically fails a copy. Unsure if this is an llvm or Julia issue.
Installing: /home/michaelwl/julia/usr-staging/build/llvm-svn/build_Release+
Asserts/home/michaelwl/julia/usr/lib/cmake/llvm/./HandleLLVMStdlib.cmake
cp: cannot stat ‘/home/michaelwl/julia/usr-staging/llvm-svn/build_Release+
Asserts/home/michaelwl/julia/usr/*’: No such file or directory
Makefile:784: recipe for target 
'/home/michaelwl/julia/usr/lib/libLLVMCodeGen.a' failed
make[1]: *** [/home/michaelwl/julia/usr/lib/libLLVMCodeGen.a] Error 1
Makefile:81: recipe for target 'julia-deps' failed
make: *** [julia-deps] Error 2
michaelwl@ubuntu:~/julia$ 

Would appreciate any advice to solve these!
Thanks
Michael Louwrens

Reply via email to