We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I got IOError after customise the compilers
IOError: could not spawn `docker inspect --type=image julia_binarybuilder_rootfs:v2022.4.15-e3d5d5`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Vector{Union{RawFD, IO}}) @ Base ./process.jl:128 [2] #760 @ ./process.jl:139 [inlined] [3] setup_stdios(f::Base.var"#760#761"{Cmd}, stdios::Vector{Union{RawFD, IO}}) @ Base ./process.jl:223 [4] _spawn @ ./process.jl:138 [inlined] [5] _spawn @ ./process.jl:133 [inlined] [6] success(cmd::Cmd) @ Base ./process.jl:536 [7] import_docker_image(rootfs::BinaryBuilderBase.CompilerShard, workspace_root::String; verbose::Bool) @ BinaryBuilderBase ~/.julia/packages/BinaryBuilderBase/utaC1/src/DockerRunner.jl:42 [8] import_docker_image @ ~/.julia/packages/BinaryBuilderBase/utaC1/src/DockerRunner.jl:40 [inlined] [9] BinaryBuilderBase.DockerRunner(workspace_root::String; cwd::String, platform::Platform, workspaces::Vector{Pair{String, String}}, extra_env::Dict{String, String}, verbose::Bool, compiler_wrapper_path::String, toolchains_path::String, src_name::String, shards::Nothing, kwargs::Base.Pairs{Symbol, Any, Tuple{Symbol, Symbol, Symbol}, NamedTuple{(:compilers, :preferred_gcc_version, :preferred_llvm_version), Tuple{Vector{Symbol}, VersionNumber, VersionNumber}}}) @ BinaryBuilderBase ~/.julia/packages/BinaryBuilderBase/utaC1/src/DockerRunner.jl:89 [10] step34(state::BinaryBuilder.Wizard.WizardState) @ BinaryBuilder.Wizard ~/.julia/packages/BinaryBuilder/0CUml/src/wizard/interactive_build.jl:533 [11] run_wizard(state::Nothing) @ BinaryBuilder.Wizard ~/.julia/packages/BinaryBuilder/0CUml/src/Wizard.jl:104 [12] run_wizard() @ BinaryBuilder.Wizard ~/.julia/packages/BinaryBuilder/0CUml/src/Wizard.jl:87 [13] top-level scope @ REPL[4]:1 [14] eval @ ./boot.jl:370 [inlined] [15] eval_user_input(ast::Any, backend::REPL.REPLBackend, mod::Module) @ REPL /Applications/Julia-1.9.app/Contents/Resources/julia/share/julia/stdlib/v1.9/REPL/src/REPL.jl:153 [16] repl_backend_loop(backend::REPL.REPLBackend, get_module::Function) @ REPL /Applications/Julia-1.9.app/Contents/Resources/julia/share/julia/stdlib/v1.9/REPL/src/REPL.jl:249 [17] start_repl_backend(backend::REPL.REPLBackend, consumer::Any; get_module::Function) @ REPL /Applications/Julia-1.9.app/Contents/Resources/julia/share/julia/stdlib/v1.9/REPL/src/REPL.jl:234 [18] run_repl(repl::REPL.AbstractREPL, consumer::Any; backend_on_current_task::Bool, backend::Any) @ REPL /Applications/Julia-1.9.app/Contents/Resources/julia/share/julia/stdlib/v1.9/REPL/src/REPL.jl:379 [19] run_repl(repl::REPL.AbstractREPL, consumer::Any) @ REPL /Applications/Julia-1.9.app/Contents/Resources/julia/share/julia/stdlib/v1.9/REPL/src/REPL.jl:365 [20] (::Base.var"#1017#1019"{Bool, Bool, Bool})(REPL::Module) @ Base ./client.jl:421 [21] #invokelatest#2 @ ./essentials.jl:816 [inlined] [22] invokelatest @ ./essentials.jl:813 [inlined] [23] run_main_repl(interactive::Bool, quiet::Bool, banner::Bool, history_file::Bool, color_set::Bool) @ Base ./client.jl:405 [24] exec_options(opts::Base.JLOptions) @ Base ./client.jl:322 [25] _start() @ Base ./client.jl:522 WizardState [step3]
The text was updated successfully, but these errors were encountered:
Do you have docker installed?
Sorry, something went wrong.
Member
problem solved after having docker installed. Many thanks!
No branches or pull requests
Hi, I got IOError after customise the compilers
The text was updated successfully, but these errors were encountered: