Matt Topol

Results 140 comments of Matt Topol

Anyone familiar enough with `MSYS2` and `MinGW` to help out here? The error is: ``` :: Proceed with installation? [Y/n] :: Retrieving packages... error: failed retrieving file 'mingw-w64-x86_64-gcc-objc-12.2.0-4-any.pkg.tar.zst' from mirror.msys2.org...

@pitrou looks like it still failed to load those packages via mingw which then caused the test failures. The error `exit status 0xc0000139` is Windows `MinGW` saying that it couldn't...

@cyb70289 @pitrou It looks like the current failure on the mingw64 cgo build is attributable to an existing issue with the MSYS2 mingw64 build having an issue loading libaws dlls...

@kou If you add the mingw64 path to your System level path, reboot, and then try running an exe through the Run Dialog (windows key+R) or through file explorer, then...

@pitrou if you don't have any objections, i'll merge this tomorrow.

@pitrou The plan is that this would only go to 11.0.0, the maint-10.0.0 branch was already created right? So merges to master won't get included in the RC? > Question:...

CC @guyuqi I figured out how to make it work! :smile:

Hmm, you said in your case `go` was already installed on the system right? If `go` already exists on the system, at line 398 it looks like it checks for...