https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-cpp/gtest-1.14.0 fails tests. Discovered on: arm (internal ref: tinderbox_arm) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Created attachment 885527 [details] build.log build log and emerge --info
Created attachment 885528 [details] 1-LastTest.log.xz 1-LastTest.log (compressed because it exceeds attachment limit, use 'xzless' to read it)
https://salsa.debian.org/debian/googletest/-/blob/master/debian/rules?ref_type=heads#L6 ...? I wonder if they mean this? (They also do https://salsa.debian.org/debian/googletest/-/commit/8ae6af68d69aa9cd287fdfa7f86f240483d074e1)
I'll try to setup a stage3 arm chroot environment and see if I can reproduce with qemu.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58b8c8536d5e5f8453fcf7e04f2505b2a627a67 commit f58b8c8536d5e5f8453fcf7e04f2505b2a627a67 Author: Peter Levine <plevine457@gmail.com> AuthorDate: 2024-06-17 06:18:59 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-06-18 02:08:52 +0000 dev-cpp/gtest: fix test failure with -O2/-O3 on arm hardfloat arch Testing on arm hardfloat architecture with -O2/-O3 causes a unittest to fail. Do like Debian does and replace with -O1 until upstream addresses it. Closes: https://bugs.gentoo.org/925093 Suggested-by: Sam James <sam@gentoo.org> Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> dev-cpp/gtest/gtest-1.14.0-r1.ebuild | 76 ++++++++++++++++++++++++++++++++++++ dev-cpp/gtest/gtest-9999.ebuild | 6 ++- 2 files changed, 81 insertions(+), 1 deletion(-)