commit:     d6788adfff00dacda8c3f1a19d806dad5ba80e89
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 19 01:16:12 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 01:16:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6788adf

toolchain.eclass: add TODO for collecting differing bootstrap objects

Add a TODO for bootstrap comparison failures, where we should include the 
stage2 & stage3
differing objects to avoid having to ask reporters to manually collect...

Bug: https://bugs.gentoo.org/904426
Bug: https://bugs.gentoo.org/920719
Bug: https://bugs.gentoo.org/932789
Bug: https://bugs.gentoo.org/947752
Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/toolchain.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index df5daeb6dfe4..a52fd268c8e8 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -3153,6 +3153,8 @@ XGCC() { get_make_var GCC_FOR_TARGET ; }
 
 has toolchain_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS+=" 
toolchain_death_notice"
 toolchain_death_notice() {
+       # TODO: For bootstrap comparison failures, include the stage2 & stage3
+       # differing objects to avoid having to ask reporters to manually 
collect...
        local dir
        for dir in "${WORKDIR}"/build-jit "${WORKDIR}"/build ; do
                if [[ -e "${dir}" ]] ; then

Reply via email to