Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831170 - gnome-base/nautilus-41.2 fails tests: test-nautilus-search-engine-tracker
Summary: gnome-base/nautilus-41.2 fails tests: test-nautilus-search-engine-tracker
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: 2022-01-14 08:17 UTC by Agostino Sarubbo
Modified: 2022-12-02 22:18 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,535.02 KB, text/plain)
2022-01-14 08:17 UTC, Agostino Sarubbo
Details
1-testlog.txt (1-testlog.txt,973.85 KB, text/plain)
2022-01-14 08:17 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 2022-01-14 08:17:07 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: gnome-base/nautilus-41.2 fails tests.
Discovered on: amd64 (internal ref: ci)

NOTE:
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-14 08:17:09 UTC
Created attachment 762110 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-14 08:17:11 UTC
Created attachment 762111 [details]
1-testlog.txt

1-testlog.txt
Comment 3 Georgy Yakovlev archtester gentoo-dev 2022-01-14 21:21:07 UTC
stderr:
Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/usr/lib64/tracker-3.0/trackertestutils/__main__.py", line 40, in <module>
    from gi.repository import Gio
ModuleNotFoundError: No module named 'gi'


probably similar situation to:
https://bugs.gentoo.org/831068

tracker:3
needs a dependency on dev-python/pygobject


from gi.repository import Gio
from gi.repository import GLib

from:

https://gitlab.gnome.org/GNOME/tracker/-/blob/master/utils/trackertestutils/__main__.py#L40


not exactly nautilus bug. missing dep in tracker:3
Comment 4 Larry the Git Cow gentoo-dev 2022-03-27 18:58:29 UTC
The bug has been referenced in the following commit(s):

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

commit c0aa0dd46966297dd899be20e7d65b940a08b1d7
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2022-03-27 18:31:55 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2022-03-27 18:46:58 +0000

    gnome-base/nautilus: Version bump to 42.0
    
    Bug: https://bugs.gentoo.org/831170
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 gnome-base/nautilus/Manifest                       |   1 +
 .../nautilus/files/42.0-optional-gstreamer.patch   |  57 +++++++++++
 gnome-base/nautilus/nautilus-42.0.ebuild           | 114 +++++++++++++++++++++
 3 files changed, 172 insertions(+)