Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 807688 - net-im/pidgin-2.14.6-r1 fails tests
Summary: net-im/pidgin-2.14.6-r1 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-11 11:38 UTC by Mart Raudsepp
Modified: 2021-09-17 11:15 UTC (History)
0 users

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


Attachments
build.log (build.log,855.08 KB, text/plain)
2021-08-11 11:50 UTC, Mart Raudsepp
Details
test-suite.log (test-suite.log,538 bytes, text/plain)
2021-08-11 11:50 UTC, Mart Raudsepp
Details
potential fix (pidgin-tests.patch,489 bytes, patch)
2021-08-11 11:56 UTC, Mart Raudsepp
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mart Raudsepp gentoo-dev 2021-08-11 11:38:28 UTC
FAIL: check_libpurple
=====================

error: XDG_RUNTIME_DIR not set in the environment.

(check_libpurple:234): GStreamer-CRITICAL **: 14:29:15.797: gst_element_message_full_with_details: assertion 'GST_IS_ELEMENT (element)' failed
FAIL check_libpurple (exit status: 133)


Replacing "default" with "xdg_src_prepare" fixes the issue about XDG_RUNTIME_DIR, as expected, but the gst error is still there and tests still fail.
Comment 1 Mart Raudsepp gentoo-dev 2021-08-11 11:50:21 UTC
Created attachment 732244 [details]
build.log
Comment 2 Mart Raudsepp gentoo-dev 2021-08-11 11:50:58 UTC
Created attachment 732247 [details]
test-suite.log
Comment 3 Mart Raudsepp gentoo-dev 2021-08-11 11:56:23 UTC
Created attachment 732250 [details, diff]
potential fix

gdb reveals it's the typical v4l2 gstreamer plugin issue, so something like attached here is one way to fix it for users that have gst-plugins-v4l2 installed
Comment 4 Larry the Git Cow gentoo-dev 2021-08-11 12:03:46 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7018d10adf6706e041cabd888b1ad4a89d869f29

commit 7018d10adf6706e041cabd888b1ad4a89d869f29
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2021-08-11 12:02:42 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2021-08-11 12:03:31 +0000

    net-im/pidgin: Attempt to fix test failure
    
    Bug: https://bugs.gentoo.org/807688
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 net-im/pidgin/pidgin-2.14.6-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 5 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2021-09-17 11:15:39 UTC
Should be fixed