commit:     6c73b4acbae2ef7475471d1869b509d77ee980da
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 08:20:53 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 08:21:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c73b4ac

toolchain.eclass: another death_hooks fix

Hopefully the last.

Bug: https://bugs.gentoo.org/948045
Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/toolchain.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index ad4703fc550e..7068fc452dbe 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -3159,7 +3159,7 @@ toolchain_death_notice() {
                        pushd "${WORKDIR}" >/dev/null
                        (echo '' | $(tc-getCC ${CTARGET}) ${CFLAGS} -v -E - 
2>&1) > "${dir}"/gccinfo.log
                        [[ -e "${T}"/build.log ]] && cp "${T}"/build.log 
"${dir}"
-                       tar -arf "${WORKDIR}"/gcc-build-logs.tar.xz \
+                       tar -arf "${WORKDIR}"/gcc-build-logs.tar \
                                "${dir#${WORKDIR}/}"/gccinfo.log 
"${dir#${WORKDIR}/}"/build.log $(find -name "${dir#${WORKDIR}/}"/config.log)
                        rm "${dir#${WORKDIR}/}"/gccinfo.log 
"${dir#${WORKDIR}/}"/build.log
                        eerror

Reply via email to