You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #13422 introduced a new test, whether GCC 17 is needed depending on intl version. The test is wrong, it always checks for 17. So the build fails on older platforms like RHEL 7 due to older GCC. Build worked for 8.2.18, fails for 8.2.19.
In configure the line is:
if test "$PKG_CONFIG icu-uc --atleast-version=74"
which always results in taking the "then" branch. The simpler