commit: 8817970734f51bcda47750812c4d9a03e11ee20b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 19 11:51:37 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 19 11:51:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88179707
profiles: mask =sys-devel/gcc-13.0.1_pre20230419 Last-minute libstdc++ symbol versioning magic causes e.g. mold, cmake to segfault: - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108969 - https://bugzilla.redhat.com/show_bug.cgi?id=2187768#c4 13.0.1_pre20230419 was GCC 13.1 RC1. RC2 will be made when this is fixed. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index bd248a5d737e..57ea191b99a6 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2023-04-19) +# Last-minute libstdc++ symbol versioning magic causes e.g. mold, cmake +# to segfault: +# - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108969 +# - https://bugzilla.redhat.com/show_bug.cgi?id=2187768#c4 +# 13.0.1_pre20230419 was GCC 13.1 RC1. RC2 will be made when this is fixed. +=sys-devel/gcc-13.0.1_pre20230419 + # Michał Górny <[email protected]> (2023-04-18) # Breaks ABI without SOVERSION bump, effectively preventing # xfce4-terminal from starting.
