https://bugs.winehq.org/show_bug.cgi?id=55545
Bug ID: 55545 Summary: Rustup cannot download information related to toolchains Product: Wine Version: 8.15 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: lorenzofer@live.it Distribution: ArchLinux
Created attachment 75105 --> https://bugs.winehq.org/attachment.cgi?id=75105 WINEDEBUG=+secur32,+winsock,+wininet,+crpyt log
Hi.
Try to install a Rust toolchain using rustup fails with error: could not download file from 'https://static.rust-lang.org/dist/channel-rust-stable.toml' to 'C:\users\lorenzo.rustup\tmp\wfcpd9ms_ve5wz19_file.toml': error decoding response body: operation timed out: operation timed out
Used: https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init....
The 32bit (i686) version advance a bit further, but fails to download the tolchain
Attaching a WINEDEBUG=+secur32,+winsock,+wininet,+crpyt log
https://bugs.winehq.org/show_bug.cgi?id=55545
Lorenzo Ferrillo lorenzofer@live.it changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://static.rust-lang.or | |g/rustup/dist/x86_64-pc-win | |dows-msvc/rustup-init.exe CC| |lorenzofer@live.it
https://bugs.winehq.org/show_bug.cgi?id=55545
--- Comment #1 from Lorenzo Ferrillo lorenzofer@live.it --- using RUSTUP_USE_CURL=1 in the environment is a workaround, the problem seems confined to reqwest
https://bugs.winehq.org/show_bug.cgi?id=55545
--- Comment #2 from Lorenzo Ferrillo lorenzofer@live.it --- setting RUSTUP_USE_RUSTLS=1 is another workaround
https://bugs.winehq.org/show_bug.cgi?id=55545
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source