Closed h3rb-ts closed 1 year ago
Attempting to reach directly via Chrome the https with 12002 error code did not succeed.
Obviously the Russian and Chinese mirrors are not working due to geopolitical reasons. Visiting the initial mirror, msys2.org link to grep 3.0.2, reveals the file has an incorrect name, that does not match 👍 error: https://repo.msys2.org/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz: failed: status code 404
[gradle-doc-8.1-2-any.pkg.tar.zst](https://repo.msys2.org/msys/x86_64/gradle-doc-8.1-2-any.pkg.tar.zst) 20-Apr-2023 21:06 14M
[gradle-doc-8.1-2-any.pkg.tar.zst.sig](https://repo.msys2.org/msys/x86_64/gradle-doc-8.1-2-any.pkg.tar.zst.sig) 22-Apr-2023 12:36 566
[gradle-doc-8.1.1-1-any.pkg.tar.zst](https://repo.msys2.org/msys/x86_64/gradle-doc-8.1.1-1-any.pkg.tar.zst) 24-Apr-2023 17:48 14M
[gradle-doc-8.1.1-1-any.pkg.tar.zst.sig](https://repo.msys2.org/msys/x86_64/gradle-doc-8.1.1-1-any.pkg.tar.zst.sig) 26-Apr-2023 18:45 566
[grep-1~3.0-3-x86_64.pkg.tar.zst](https://repo.msys2.org/msys/x86_64/grep-1~3.0-3-x86_64.pkg.tar.zst) 17-Oct-2021 18:51 243K
[grep-1~3.0-3-x86_64.pkg.tar.zst.sig](https://repo.msys2.org/msys/x86_64/grep-1~3.0-3-x86_64.pkg.tar.zst.sig) 17-Oct-2021 19:15 566
[grep-1~3.0-5-x86_64.pkg.tar.zst](https://repo.msys2.org/msys/x86_64/grep-1~3.0-5-x86_64.pkg.tar.zst) 22-Oct-2022 18:27 244K
[grep-1~3.0-5-x86_64.pkg.tar.zst.sig](https://repo.msys2.org/msys/x86_64/grep-1~3.0-5-x86_64.pkg.tar.zst.sig) 23-Oct-2022 09:51 566
[grep-1~3.0-6-x86_64.pkg.tar.zst](https://repo.msys2.org/msys/x86_64/grep-1~3.0-6-x86_64.pkg.tar.zst) 15-Nov-2022 17:32 244K
[grep-1~3.0-6-x86_64.pkg.tar.zst.sig](https://repo.msys2.org/msys/x86_64/grep-1~3.0-6-x86_64.pkg.tar.zst.sig) 17-Nov-2022 07:59 566
[grep-3.6-1-x86_64.pkg.tar.zst](https://repo.msys2.org/msys/x86_64/grep-3.6-1-x86_64.pkg.tar.zst) 17-Jul-2021 16:01 237K
[grep-3.6-1-x86_64.pkg.tar.zst.sig](https://repo.msys2.org/msys/x86_64/grep-3.6-1-x86_64.pkg.tar.zst.sig) 17-Jul-2021 16:03 566
[grml-zsh-config-0.17.4-1-any.pkg.tar.zst](https://repo.msys2.org/msys/x86_64/grml-zsh-config-0.17.4-1-any.pkg.tar.zst) 14-Jul-2020 10:18 81K
[grml-zsh-config-0.17.4-1-any.pkg.tar.zst.sig](https://repo.msys2.org/msys/x86_64/grml-zsh-config-0.17.4-1-any.pkg.tar.zst.sig) 14-Jul-2020 10:18 119
[grml-zsh-config-0.19.0-1-any.pkg.tar.zst](https://repo.msys2.org/msys/x86_64/grml-zsh-config-0.19.0-1-any.pkg.tar.zst) 03-Sep-2021 17:42 44K
[grml-zsh-config-0.19.0-1-any.pkg.tar.zst.sig](https://repo.msys2.org/msys/x86_64/grml-zsh-config-0.19.0-1-any.pkg.tar.zst.sig) 09-Sep-2021 17:32 566
error: https://repo.msys2.org/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz: failed: status code 404
Nothing geopolitical. Cf. https://github.com/microsoft/vcpkg/pull/29067.
File has 1~ inserted into it on the fileservice. The geopolitics are the unreachable secondary mirrors.
File has 1~ inserted into it on the fileservice.
No, it is really a different build/package.
The geopolitics are the unreachable secondary mirrors.
Mirrors change, so the list must be updated, too. Cf. https://packages.msys2.org/mirrors for insight into current options.
@h3rb-ts Sorry, you can temporarily solve this problem by using a proxy server.
@h3rb-ts Sorry, you can temporarily solve this problem by using a proxy server.
No. How can a proxy help with removed packages?
error: Failed to download from mirror set
error: https://repo.msys2.org/msys/x86_64/grep-3.0-2-x86_64.pkg.tar.xz: failed: status code 404|
Access the mirror through a proxy.
Proxies don't fix 404. repo.msys2.org isn't just a mirror, but the original server. The package was removed because it was updated a long time ago. You will get more issue reports once people no longer get the package from local asset cache. That's why I added this issue to the series of embarassing incidents in #29067.
I had this issue because the VS came with the preinstalled vcpkg that had a vcpkg_acquire_msys file with links to the deleted files. I uninstalled the VS and installed it once again with the vcpkg being unmarked (it comes as additional options in the right side panel). This resolved the issue.
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.
Operating system
x64-windows
Compiler
MSVC
Steps to reproduce the behavior
Failure logs
Additional context
No response