Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 863599 - dev-cpp/glog-0.6.0 fails tests on stable arm/x86
Summary: dev-cpp/glog-0.6.0 fails tests on stable arm/x86
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Arfrever Frehtes Taifersar Arahesis
URL: https://github.com/google/glog/issues...
Whiteboard:
Keywords:
Depends on:
Blocks: 862975
  Show dependency tree
 
Reported: 2022-08-04 11:41 UTC by Agostino Sarubbo
Modified: 2023-03-14 10:10 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,88.65 KB, text/plain)
2022-08-04 11:41 UTC, Agostino Sarubbo
Details
LastTest.log (LastTest.log,70.53 KB, text/plain)
2022-08-04 11:41 UTC, Agostino Sarubbo
Details
build.log (ppc64, 0.6.0) (glog-0.6.0:20220814-095716.log,30.60 KB, text/plain)
2022-08-14 10:14 UTC, ernsteiswuerfel
Details
LastTest.log (ppc64, 0.6.0) (LastTest.log,57.15 KB, text/plain)
2022-08-14 10:15 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
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)