Update all MSYS2 packages and remove vanished i686 Fortran#51512
Draft
BillyONeal wants to merge 1 commit intomicrosoft:masterfrom
Draft
Update all MSYS2 packages and remove vanished i686 Fortran#51512BillyONeal wants to merge 1 commit intomicrosoft:masterfrom
BillyONeal wants to merge 1 commit intomicrosoft:masterfrom
Conversation
Refresh all tracked MSYS2 package URLs and hashes using the vcpkg-ci-msys2[update-all] overlay test port. Remove mingw-w64-i686-gcc-fortran and mingw-w64-i686-gcc-libgfortran declarations along with all their i686 dependency packages from vcpkg_find_fortran.cmake, as these packages have been permanently dropped from the MSYS2 repositories. The x86 Fortran code path now emits a FATAL_ERROR directing users to provide an external compiler or target x64 instead. Also remove the i686-gcc-fortran entry from the vcpkg-ci-msys2 test port's PACKAGES list so the checker no longer scans for it. This change was authored by Claude Opus 4.6. MSYS2 reported that they're dropping 32 bit packages over time here: https://www.msys2.org/news/#2023-12-13-starting-to-drop-some-32-bit-packages and the current builds now explicitly disable it for i686: https://github.com/msys2/MINGW-packages/blob/190f9c50bc261e3561e02da5f5fb17bf41e892f4/mingw-w64-gcc/PKGBUILD#L8-L22 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
I believe this must be switched from the mingw64 environment to the ucrt64 environment. |
Member
Author
|
Drafting because when I want to thoughtfully consider dg0yt's feedback when it isn't the weekend |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refresh all tracked MSYS2 package URLs and hashes using the vcpkg-ci-msys2[update-all] overlay test port.
Remove mingw-w64-i686-gcc-fortran and mingw-w64-i686-gcc-libgfortran declarations along with all their i686 dependency packages from vcpkg_find_fortran.cmake, as these packages have been permanently dropped from the MSYS2 repositories. The x86 Fortran code path now emits a FATAL_ERROR directing users to provide an external compiler or target x64 instead.
Also remove the i686-gcc-fortran entry from the vcpkg-ci-msys2 test port's PACKAGES list so the checker no longer scans for it.
This change was authored by Claude Opus 4.6.
MSYS2 reported that they're dropping 32 bit packages over time here: https://www.msys2.org/news/#2023-12-13-starting-to-drop-some-32-bit-packages
and the current builds now explicitly disable it for i686: https://github.com/msys2/MINGW-packages/blob/190f9c50bc261e3561e02da5f5fb17bf41e892f4/mingw-w64-gcc/PKGBUILD#L8-L22
(I expect there to be a lot of x86-windows fallout here but I'm just letting the build lab chew on it for now)
/cc @Neumann-A @dg0yt