updated msys and rack, now can't build

I’ll test later or tomorrow, thanks :slight_smile:

It’s a shame the changelog states they only updated Curl and OpenSSL.

Some of the other stuff mentioned sounds really cool :slight_smile:

Edit: tested and it built fine :slight_smile:

Now that Rack 2.6.0 fixes building dependencies with MSYS, the downgrader repository will be archived and the msysbuildfix branch will be deleted when Rack 2.6.0 final drops.

How to reenable GCC updates?

If you went the downgrader route and used preventgccupgrade.sh

Open the

<yourmsysinstalldir>/etc/pacman.conf

file with your favorite text editor.

Remove the following lines:

IgnorePkg = mingw-w64-x86_64-gcc

IgnorePkg = mingw-w64-x86_64-gcc-libs

Save the file.

And… that’s it, update your GCC and enjoy :slight_smile:

2 Likes