Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 889274 - media-gfx/xdot-1.2-r1 fails tests (DASH-SYSTEM): RuntimeError: Gtk couldnt be initialized Use Gtk.init_check() if you want to handle this case
Summary: media-gfx/xdot-1.2-r1 fails tests (DASH-SYSTEM): RuntimeError: Gtk couldnt be...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-01 12:16 UTC by Agostino Sarubbo
Modified: 2023-04-11 01:28 UTC (History)
0 users

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


Attachments
build.log (build.log,74.42 KB, text/plain)
2023-01-01 12:16 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-01-01 12:16:10 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-gfx/xdot-1.2-r1 fails tests (DASH-SYSTEM).
Discovered on: amd64 (internal ref: dash_tinderbox)

NOTE:
(DASH-SYSTEM) in the summary means that the bug was found on a machine that runs /bin/sh as dash but this bug MAY or MAY NOT BE related to dash.
Comment 1 Agostino Sarubbo gentoo-dev 2023-01-01 12:16:12 UTC
Created attachment 846396 [details]
build.log

build log and emerge --info
Comment 2 Matt Turner gentoo-dev 2023-04-11 01:13:11 UTC
The build log shows that x11-libs/gtk+ was built with USE="-X wayland", and xdot's src_test uses virtx, so I suspect we need "test? ( x11-libs/gtk+[X] )" in DEPEND.
Comment 3 Larry the Git Cow gentoo-dev 2023-04-11 01:28:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1022595c02eb29bbe85434b0ead8c6261e5093b7

commit 1022595c02eb29bbe85434b0ead8c6261e5093b7
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2023-04-11 01:18:19 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2023-04-11 01:28:41 +0000

    media-gfx/xdot: Depend on gtk+[X] for tests
    
    Closes: https://bugs.gentoo.org/889274
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 media-gfx/xdot/xdot-1.2-r1.ebuild | 2 +-
 media-gfx/xdot/xdot-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)