-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Please upgrade rust to 1.45.2 #6758
Comments
1.46.0 :'( |
probably because nobody has submitted an update pr and the current packagers are still busy trying to update the other packages as well |
If you want to help, you can edit this file in a fork and open a pr for it https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-rust/PKGBUILD The main changes should be to the pkgver and checking if the patch files are still needed, or if they need to be updated or if new patches need to be applied if something else broke. The final change of sha256sums can be autoupdated using updpkgsums @lazka or @Biswa96 can probably comment more since they know more about PKGBUILDS than I do |
Someone needs to do the work. |
I find rust support compile on MSYS2: https://github.com/rust-lang/rust#mingw But I can't compile on my PC, anyone can help? ./x.py build
downloading https://static.rust-lang.org/dist/2020-08-03/rust-std-1.45.2-x86_64-pc-windows-gnu.tar.xz
extracting C:/Users/abcfy/projects/MINGW-packages/mingw-w64-rust/rustc-1.46.0-src/build/cache/2020-08-03/rust-std-1.45.2-x86_64-pc-windows-gnu.tar.xz
Traceback (most recent call last):
File "./x.py", line 11, in <module>
bootstrap.main()
File "C:/Users/abcfy/projects/MINGW-packages/mingw-w64-rust/rustc-1.46.0-src/src/bootstrap/bootstrap.py", line 981, in main
bootstrap(help_triggered)
File "C:/Users/abcfy/projects/MINGW-packages/mingw-w64-rust/rustc-1.46.0-src/src/bootstrap/bootstrap.py", line 945, in bootstrap
build.download_stage0()
File "C:/Users/abcfy/projects/MINGW-packages/mingw-w64-rust/rustc-1.46.0-src/src/bootstrap/bootstrap.py", line 386, in download_stage0
self._download_stage0_helper(filename, pattern, tarball_suffix)
File "C:/Users/abcfy/projects/MINGW-packages/mingw-w64-rust/rustc-1.46.0-src/src/bootstrap/bootstrap.py", line 441, in _download_stage0_helper
unpack(tarball, tarball_suffix, self.bin_root(), match=pattern, verbose=self.verbose)
File "C:/Users/abcfy/projects/MINGW-packages/mingw-w64-rust/rustc-1.46.0-src/src/bootstrap/bootstrap.py", line 123, in unpack
tar.extract(member, dst)
File "D:/msys64/mingw64/lib/python3.8/tarfile.py", line 2067, in extract
self._extract_member(tarinfo, os.path.join(path, tarinfo.name),
File "D:/msys64/mingw64/lib/python3.8/tarfile.py", line 2139, in _extract_member
self.makefile(tarinfo, targetpath)
File "D:/msys64/mingw64/lib/python3.8/tarfile.py", line 2180, in makefile
with bltn_open(targetpath, "wb") as target:
FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/abcfy/projects/MINGW-packages/mingw-w64-rust/rustc-1.46.0-src/build/x86_64-pc-windows-gnu/stage0/rust-std-1.45.2-x86_64-pc-windows-gnu/rust-std-x86_64-pc-windows-gnu/lib/rustlib/x86_64-pc-windows-gnu/lib/librustc_std_workspace_std-3ba04ca44a839e11.rlib'
|
This path has 262 characters but Windows limits paths to 260 characters. I've already opened #6932 |
New version 1.45.2 has been released: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html. Please upgrade.
The text was updated successfully, but these errors were encountered: