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
This failed for me on 1.10 but works in 1.9.4
julia> args = get_default_args() Downloaded artifact: GCCBootstrap-x86_64-w64-mingw32.v4.8.5.x86_64-linux-musl.unpacked Downloaded artifact: GCCBootstrap-x86_64-w64-mingw32.v4.8.5.x86_64-linux-musl.unpacked ERROR: Unable to automatically download/install artifact 'GCCBootstrap-x86_64-w64-mingw32.v4.8.5.x86_64-linux-musl.unpacked' from sources listed in 'C:\Users\beasont\.julia\packages\Clang\kNxXb\Artifacts.toml'. Sources attempted: - https://pkg.julialang.org/artifact/217a1339fc81b7388fc8af3fc8a05bca7b7ced19 Error: Tree Hash Mismatch! Expected git-tree-sha1: 217a1339fc81b7388fc8af3fc8a05bca7b7ced19 Calculated git-tree-sha1: f8d7dda78e299523328b794263cf4f48952d631a - https://github.com/JuliaPackaging/Yggdrasil/releases/download/GCCBootstrap-v4.8.5+3/GCCBootstrap-x86_64-w64-mingw32.v4.8.5.x86_64-linux-musl.unpacked.tar.gz Error: Tree Hash Mismatch! Expected git-tree-sha1: 217a1339fc81b7388fc8af3fc8a05bca7b7ced19 Calculated git-tree-sha1: f8d7dda78e299523328b794263cf4f48952d631a Stacktrace: [1] error(s::String) @ Base .\error.jl:35 [2] ensure_artifact_installed(name::String, meta::Dict{String, Any}, artifacts_toml::String; platform::Base.BinaryPlatforms.Platform, verbose::Bool, quiet_download::Bool, io::Base.TTY) @ Pkg.Artifacts C:\Users\beasont\.julia\juliaup\julia-1.10.0+0.x64.w64.mingw32\share\julia\stdlib\v1.10\Pkg\src\Artifacts.jl:422 [3] ensure_artifact_installed(name::String, meta::Dict{String, Any}, artifacts_toml::String) @ Clang.JLLEnvs C:\Users\beasont\.julia\packages\Clang\kNxXb\src\shards\JLLEnvs.jl:129 [5] get_system_dirs(triple::String, version::VersionNumber) @ Clang.JLLEnvs C:\Users\beasont\.julia\packages\Clang\kNxXb\src\shards\JLLEnvs.jl:119 [inlined] [6] get_default_args(triple::String) @ Clang.Generators C:\Users\beasont\.julia\packages\Clang\kNxXb\src\generator\context.jl:240 [7] top-level scope @ REPL[11]:1
and here is under 1.9.4
julia> args = get_default_args() Downloaded artifact: GCCBootstrap-x86_64-w64-mingw32.v4.8.5.x86_64-linux-musl.unpacked 5-element Vector{String}: "-isystemC:\\Users\\beasont\\.julia" ⋯ 61 bytes ⋯ "86_64-w64-mingw32\\4.8.5\\include" "-isystemC:\\Users\\beasont\\.julia" ⋯ 67 bytes ⋯ "w64-mingw32\\4.8.5\\include-fixed" "-isystemC:\\Users\\beasont\\.julia" ⋯ 47 bytes ⋯ "ed19\\x86_64-w64-mingw32\\include" "-isystemC:\\Users\\beasont\\.julia" ⋯ 56 bytes ⋯ "64-w64-mingw32\\sys-root\\include" "--target=x86_64-w64-windows-gnu"
The text was updated successfully, but these errors were encountered:
looks like BBB's Artifacts.toml has been updated recently.
https://github.com/JuliaPackaging/BinaryBuilderBase.jl/blob/a4ef056f979007f806ff3980dc6e592f9dd4dd1b/Artifacts.toml#L2762-L2771
Sorry, something went wrong.
replace Artifacts.toml in Clang.jl with the new one in BBB should fix the issue.
Successfully merging a pull request may close this issue.
This failed for me on 1.10 but works in 1.9.4
and here is under 1.9.4
The text was updated successfully, but these errors were encountered: