commit: ce548775e7a22d17639dcabc9b834b60bd1a01b1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jul 7 15:52:15 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jul 7 20:57:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce548775
toolchain.eclass: link to wiki page in src_test messages Bug: https://bugs.gentoo.org/959688 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/toolchain.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 12a1ec24132b..8d495776ab43 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -2575,6 +2575,7 @@ toolchain_src_test() { # the failures are tolerable or not, so we bail out. eerror "No reference test data at ${manifest}!" eerror "GCC's tests require a baseline to compare with for any reasonable interpretation of results." + eerror "See https://wiki.gentoo.org/wiki/Project:Toolchain/sys-devel/gcc#Test_suite for details." if [[ -n ${GCC_TESTS_IGNORE_NO_BASELINE} ]] ; then eerror "GCC_TESTS_IGNORE_NO_BASELINE is set, ignoring test result and creating a new baseline..."
