Comment 3Fedora Update System
2022-08-23 01:16:09 UTC
FEDORA-2022-deb2092ec6 has been pushed to the Fedora 36 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-deb2092ec6`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-deb2092ec6
See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
Comment 4Fedora Update System
2022-08-24 20:31:11 UTC
FEDORA-2022-deb2092ec6 has been pushed to the Fedora 36 stable repository.
If problem still persists, please make note of it in this bug report.
Since r12-2560, LSan and TSan are enabled on s390x: libsanitizer/configure.tgt: s390*-*-linux*) if test x$ac_cv_sizeof_void_p = x8; then TSAN_SUPPORTED=yes LSAN_SUPPORTED=yes TSAN_TARGET_DEPENDENT_OBJECTS=tsan_rtl_s390x.lo fi We should consider building them in Fedora (and DTS): --- a/gcc.spec +++ b/gcc.spec @@ -62,12 +62,12 @@ %else %global build_libasan 0 %endif -%ifarch x86_64 ppc64 ppc64le aarch64 +%ifarch x86_64 ppc64 ppc64le aarch64 s390x %global build_libtsan 1 %else %global build_libtsan 0 %endif -%ifarch x86_64 ppc64 ppc64le aarch64 +%ifarch x86_64 ppc64 ppc64le aarch64 s390x %global build_liblsan 1 %else %global build_liblsan 0