-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.Category: This is a bug.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Description
Trying to build latest sources on SPARC Solaris and ./x.py
fails with:
downloading https://static.rust-lang.org/dist/2022-01-28/rust-std-beta-sparcv9-sun-solaris.tar.xz
###################################################################################################################################################################### 100.0%extracting /builds/psumbera/rustc-test/build/cache/2022-01-28/rust-std-beta-sparcv9-sun-solaris.tar.xz
Traceback (most recent call last):
File "./x.py", line 27, in <module>
bootstrap.main()
File "/builds/psumbera/rustc-test/src/bootstrap/bootstrap.py", line 1325, in main
bootstrap(help_triggered)
File "/builds/psumbera/rustc-test/src/bootstrap/bootstrap.py", line 1291, in bootstrap
build.download_toolchain()
File "/builds/psumbera/rustc-test/src/bootstrap/bootstrap.py", line 456, in download_toolchain
self._download_component_helper(filename, "rustc", tarball_suffix, stage0)
File "/builds/psumbera/rustc-test/src/bootstrap/bootstrap.py", line 600, in _download_component_helper
do_verify=stage0,
File "/builds/psumbera/rustc-test/src/bootstrap/bootstrap.py", line 73, in get
raise RuntimeError("src/stage0.json doesn't contain a checksum for {}".format(url))
RuntimeError: src/stage0.json doesn't contain a checksum for dist/2022-01-28/rustc-beta-sparcv9-sun-solaris.tar.xz
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.Category: This is a bug.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)