Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 783081 - net-wireless/gnome-bluetooth-3.34.5 fails tests
Summary: net-wireless/gnome-bluetooth-3.34.5 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-16 06:58 UTC by Agostino Sarubbo
Modified: 2021-04-17 22:49 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,117.16 KB, text/plain)
2021-04-16 06:58 UTC, Agostino Sarubbo
Details
1-testlog.txt (1-testlog.txt,15.07 KB, text/plain)
2021-04-16 06:58 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 2021-04-16 06:58:22 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-wireless/gnome-bluetooth-3.34.5 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-16 06:58:25 UTC
Created attachment 700056 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-16 06:58:26 UTC
Created attachment 700059 [details]
1-testlog.txt

1-testlog.txt
Comment 3 Matt Turner gentoo-dev 2021-04-16 16:05:22 UTC
Looks like a missing dependency:

Traceback (most recent call last):
  File "/var/tmp/portage/net-wireless/gnome-bluetooth-3.34.5/work/gnome-bluetooth-3.34.5/tests/integration-test", line 19, in <module>
    import dbus
ModuleNotFoundError: No module named 'dbus'
Comment 4 Matt Turner gentoo-dev 2021-04-16 16:29:15 UTC
Needs dbus-python and dbusmock.
Comment 5 Larry the Git Cow gentoo-dev 2021-04-17 22:49:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a4a4f0466ffa6a2c8af0f568b70ab7f1d07f1f

commit 99a4a4f0466ffa6a2c8af0f568b70ab7f1d07f1f
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2021-04-17 22:43:41 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2021-04-17 22:48:54 +0000

    net-wireless/gnome-bluetooth: Add missing test dependencies
    
    Closes: https://bugs.gentoo.org/783081
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 .../gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild  | 23 ++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)