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

Bug 819087

Summary: app-admin/rsyslog-8.2110.0 fails tests (omfwd_fast_imuxsock)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Maciej Barć <xgqt>
Status: RESOLVED FIXED    
Severity: normal CC: maintainer-needed, sam
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/rsyslog/rsyslog/issues/4714
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
1-test-suite.log

Description Agostino Sarubbo gentoo-dev 2021-10-21 04:38:23 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-admin/rsyslog-8.2110.0 fails tests.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-10-21 04:38:26 UTC
Created attachment 745959 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-10-21 04:38:27 UTC
Created attachment 745962 [details]
1-test-suite.log

1-test-suite.log
Comment 3 Agostino Sarubbo gentoo-dev 2021-10-21 04:38:28 UTC
Possible context of error(s):

./configure: line 17117: lsb_release: command not found
Comment 4 Thomas Deutschmann (RETIRED) gentoo-dev 2021-10-21 14:03:38 UTC
I wonder how you run into this. I didn't run into any test failures myself and upstream fix is to check for liblogging_stdlog presence but we have

> DEPEND="${RDEPEND}
>         test? (
>                 >=dev-libs/liblogging-1.0.1[stdlog]
>         )"
> 

From you build.log I also see

> dev-libs/liblogging-1.0.6:0/0 -rfc3195 stdlog -systemd
Comment 5 Larry the Git Cow gentoo-dev 2021-10-21 18:08:30 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb5670d27a2b131f998c55dec0d3c53b41ba86e

commit 1fb5670d27a2b131f998c55dec0d3c53b41ba86e
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2021-10-21 15:18:49 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2021-10-21 18:08:16 +0000

    app-admin/rsyslog: skip omfwd_fast_imuxsock when running without dev-libs/liblogging[stdlog]
    
    Bug: https://bugs.gentoo.org/819087
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 ...og-8.2110.0-skip-omfwd_fast_imuxsock-test.patch | 29 ++++++++++++++++++++++
 app-admin/rsyslog/rsyslog-8.2110.0.ebuild          |  8 +++---
 2 files changed, 33 insertions(+), 4 deletions(-)
Comment 6 Maciej Barć gentoo-dev 2022-10-19 20:01:02 UTC
Commit referencing this bug said:
> skip omfwd_fast_imuxsock when running without dev-libs/liblogging[stdlog]
so this bug should have been closed instead.