This is an auto-filled bug because dev-libs/log4cpp fails tests. The issue was originally discovered on amd64, but it may be reproducible on other arches as well. If you think that a different summary clarifies the issue better, feel free to change it. Attached build log and emerge --info. NOTE: If you need further logs, feel free to ask..
Created attachment 638988 [details] build.log build log and emerge --info
/var/tmp/portage/dev-libs/log4cpp-1.1.3/work/log4cpp/tests/testDailyRollingFileAppender.cpp:235:7: error: ‘stime’ was not declared in this scope; did you mean ‘ctime’? 235 | if (stime(&now) == -1) { | ^~~~~ | ctime This is the key here. stime was removed in glibc 2.31. Should be a simple fix. https://wiki.gentoo.org/wiki/Glibc_2.31_porting_notes/stime_removal
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed371a9e678b50b7a0998d1c7a91cae9c48aa32 commit aed371a9e678b50b7a0998d1c7a91cae9c48aa32 Author: Stephan Hartmann <stha09@googlemail.com> AuthorDate: 2020-07-11 17:22:31 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2020-07-11 17:34:07 +0000 dev-libs/log4cpp: fix test with glibc-2.31 Closes: https://bugs.gentoo.org/723022 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Stephan Hartmann <stha09@googlemail.com> Closes: https://github.com/gentoo/gentoo/pull/16667 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> .../log4cpp/files/log4cpp-1.1-glibc-2.31.patch | 22 ++++++++++++++++++++++ dev-libs/log4cpp/log4cpp-1.1.3.ebuild | 3 ++- 2 files changed, 24 insertions(+), 1 deletion(-)