Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 863599

Summary: dev-cpp/glog-0.6.0 fails tests on stable arm/x86
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Arfrever Frehtes Taifersar Arahesis <arfrever.fta>
Status: CONFIRMED ---    
Severity: normal CC: amd64, cjk
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/google/glog/issues/845
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 862975    
Attachments: build.log
LastTest.log
build.log (ppc64, 0.6.0)
LastTest.log (ppc64, 0.6.0)

Description Agostino Sarubbo gentoo-dev 2022-08-04 11:41:31 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2022-08-04 11:41:32 UTC
Created attachment 797650 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-08-04 11:41:33 UTC
Created attachment 797653 [details]
LastTest.log

LastTest.log
Comment 3 Arfrever Frehtes Taifersar Arahesis 2022-08-04 15:27:49 UTC
https://github.com/google/glog/issues/845


Does the same failure in symbolize_unittest occur in glog-0.5.0?
Comment 4 Agostino Sarubbo gentoo-dev 2022-08-05 07:24:51 UTC
(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
Comment 5 Arfrever Frehtes Taifersar Arahesis 2022-08-05 08:13:50 UTC
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.
Comment 6 Agostino Sarubbo gentoo-dev 2022-08-12 12:32:18 UTC
it fails also on x86
Comment 7 ernsteiswuerfel archtester 2022-08-14 10:14:41 UTC
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
Comment 8 ernsteiswuerfel archtester 2022-08-14 10:15:07 UTC
Created attachment 799587 [details]
LastTest.log (ppc64, 0.6.0)