https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-cpp/glog-0.6.0 fails tests on stable arm. Discovered on: arm (internal ref: arm_at)
Created attachment 797650 [details] build.log build log and emerge --info
Created attachment 797653 [details] LastTest.log LastTest.log
https://github.com/google/glog/issues/845 Does the same failure in symbolize_unittest occur in glog-0.5.0?
(In reply to Arfrever Frehtes Taifersar Arahesis from comment #3) > https://github.com/google/glog/issues/845 > > > Does the same failure in symbolize_unittest occur in glog-0.5.0? no, 0.5.0 passes tests
Agostino Sarubbo also tested glog-0.6.0 with 2 changes: > Adding 'set_target_properties (symbolize_unittest PROPERTIES CXX_VISIBILITY_PRESET default)' to CMakeLists.txt symbolize_unittest:TestWithReturnAddress() fails in the same way. > Configuring glog with -DWITH_TLS=OFF symbolize_unittest:TestWithReturnAddress() passes.
it fails also on x86
Created attachment 799585 [details] build.log (ppc64, 0.6.0) Fails 2 tests more on ppc64: 82% tests passed, 3 tests failed out of 17 Total Test time (real) = 14.35 sec The following tests FAILED: 1 - logging_custom_prefix (Subprocess aborted) 3 - logging (Subprocess aborted) 7 - symbolize (Subprocess aborted) Errors while running CTest
Created attachment 799587 [details] LastTest.log (ppc64, 0.6.0)
Created attachment 898115 [details] lzip tarball : emerge_--info.txt emerge_-pv1_glog-0.6.0.txt /var/tmp/portage/dev-cpp/glog-0.6.0/{temp/**,work/**.log} /var/log/portage/elog/dev-cpp/glog-0.6.0:20240722-144740.log /etc/portage/** It also fails on amd64 ... I guess it doesn't depend on an arch.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1744bb015d407629860df1065037870ebfb034 commit 5c1744bb015d407629860df1065037870ebfb034 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2024-11-28 22:05:10 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2024-11-28 22:05:29 +0000 dev-cpp/glog: Disable broken symbolize patch, try fix logging test Closes: https://bugs.gentoo.org/863599 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> .../files/glog-0.6.0-disable-symbolize-test.patch | 30 ++++++++++++++++++ .../files/glog-0.6.0-try-fix-logging-test.patch | 36 ++++++++++++++++++++++ dev-cpp/glog/glog-0.6.0.ebuild | 13 ++++++-- 3 files changed, 76 insertions(+), 3 deletions(-)
Tried something there. Tests passed for me on amd64, please re-open with new logs if you get new ones.
logging_custom_prefix (Subprocess aborted) and logging (Subprocess aborted) still fail on ppc64.
Created attachment 920863 [details] build.log (ppc64, 0.6.0)
Created attachment 920864 [details] LastTest.log (ppc64, 0.6.0)