During the build of Qt5/5.15.5-GCCcore-11.3.0 on my Ubuntu 22.04 system, I got the following error:
/failure_signal_handler.cc: In function 'bool absl::SetupAlternateStackOnce()':
../../../../git/src/3rdparty/chromium/third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc:138:32: error: no matching function for call to 'max(long int, int)'
Apparently, it's related to the glibc version:
https://bugs.gentoo.org/811312
That bug report also contains two patches, and they solved the issue for me. I don't know if it makes sense to always include them in the easyconfig, but at least I wanted to report the issue here in case other people run into the same issue.
During the build of
Qt5/5.15.5-GCCcore-11.3.0on my Ubuntu 22.04 system, I got the following error:Apparently, it's related to the glibc version:
https://bugs.gentoo.org/811312
That bug report also contains two patches, and they solved the issue for me. I don't know if it makes sense to always include them in the easyconfig, but at least I wanted to report the issue here in case other people run into the same issue.