Skip to content

Instantly share code, notes, and snippets.

@ali-ramadhan
Created December 10, 2019 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ali-ramadhan/6a36885905a3f245e7dedb418a867116 to your computer and use it in GitHub Desktop.
Save ali-ramadhan/6a36885905a3f245e7dedb418a867116 to your computer and use it in GitHub Desktop.
Conda.jl fails on Power9
Building NCDatasets → `~/.julia/packages/NCDatasets/6tnso/deps/build.log`
┌ Error: Error building `NCDatasets`:
│ PREFIX=/home/alir/.julia/conda/3
│ Unpacking payload ...
│ /home/alir/.julia/conda/3/installer.sh: line 351: /home/alir/.julia/conda/3/conda.exe: cannot execute binary file
│ /home/alir/.julia/conda/3/installer.sh: line 353: /home/alir/.julia/conda/3/conda.exe: cannot execute binary file
│ [ Info: Downloading miniconda installer ...
│ [ Info: Installing miniconda ...
│ ERROR: LoadError: failed process: Process(`/home/alir/.julia/conda/3/installer.sh -b -f -p /home/alir/.julia/conda/3`, ProcessExited(1)) [1]
│ Stacktrace:
│ [1] pipeline_error at ./process.jl:525 [inlined]
│ [2] #run#565(::Bool, ::typeof(run), ::Cmd) at ./process.jl:440
│ [3] run at ./process.jl:438 [inlined]
│ [4] _install_conda(::Symbol, ::Bool) at /home/alir/.julia/packages/Conda/kLXeC/src/Conda.jl:165
│ [5] _install_conda at /home/alir/.julia/packages/Conda/kLXeC/src/Conda.jl:152 [inlined]
│ [6] parseconda(::Cmd, ::Symbol) at /home/alir/.julia/packages/Conda/kLXeC/src/Conda.jl:119
│ [7] search(::String, ::Symbol) at /home/alir/.julia/packages/Conda/kLXeC/src/Conda.jl:257
│ [8] exists(::String, ::Symbol) at /home/alir/.julia/packages/Conda/kLXeC/src/Conda.jl:281
│ [9] package_available at /home/alir/.julia/packages/CondaBinDeps/gR9KR/src/bindeps_conda.jl:19 [inlined]
│ [10] can_provide(::CondaBinDeps.EnvManager{Symbol("/home/alir/.julia/conda/3")}, ::Dict{Symbol,Any}, ::BinDeps.LibraryDependency) at /home/alir/.julia/packages/BinDeps/ZEval/src/dependencies.jl:792
│ [11] #_find_library#42(::Type, ::typeof(BinDeps._find_library), ::BinDeps.LibraryDependency) at /home/alir/.julia/packages/BinDeps/ZEval/src/dependencies.jl:649
│ [12] _find_library at /home/alir/.julia/packages/BinDeps/ZEval/src/dependencies.jl:643 [inlined]
│ [13] satisfy!(::BinDeps.LibraryDependency, ::Array{DataType,1}) at /home/alir/.julia/packages/BinDeps/ZEval/src/dependencies.jl:922 (repeats 2 times)
│ [14] top-level scope at /home/alir/.julia/packages/BinDeps/ZEval/src/dependencies.jl:977
│ [15] include at ./boot.jl:328 [inlined]
│ [16] include_relative(::Module, ::String) at ./loading.jl:1105
│ [17] include(::Module, ::String) at ./Base.jl:31
│ [18] include(::String) at ./client.jl:424
│ [19] top-level scope at none:5
│ in expression starting at /home/alir/.julia/packages/NCDatasets/6tnso/deps/build.jl:39
└ @ Pkg.Operations /home/vchuravy/builds/julia/usr/share/julia/stdlib/v1.3/Pkg/src/backwards_compatible_isolation.jl:649
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment