[release] 9.3.0 backports - #22316
Draft
gares wants to merge 5 commits into
Draft
Conversation
Cygwin's pkgconf 3.0.4-1 (released 2026-07-26) moved the compiled-in
personality search path to
/usr/lib/pkgconfig/personality.d:/usr/share/pkgconfig/personality.d
(verified via strings on libpkgconf8; the 2.5.1-1 libpkgconf7 used
/etc/pkgconfig/personality.d), but the package still installs the
mingw-w64 personality files under /etc/pkgconfig/personality.d. As a
result `pkgconf --personality=x86_64-w64-mingw32 gmp` silently falls
back to the native personality, finds no gmp.pc, and exits 1, so
conf-mingw-w64-gmp-{i686,x86_64} and conf-mingw-w64-zlib-x86_64 fail
to install and every Windows CI run has been red since 2026-07-26.
pkgconf also consults $XDG_DATA_DIRS/pkgconfig/personality.d, so
exporting XDG_DATA_DIRS=/etc:/usr/local/share:/usr/share for the
Windows job restores the personality lookup without touching the
Cygwin installation. Remove when Cygwin ships a fixed pkgconf
packaging.
Signed-off-by: Onyeka Obi <[email protected]>
(cherry picked from commit cc4df6c)
…conf 3.0.4-1 personality path bug
Member
Author
|
@coqbot run full ci |
Member
Author
|
@coqbot run full ci |
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.
No description provided.