Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 750872 - media-sound/lollypop-1.2.35 requires dev-libs/totem-pl-parser [introspection]
Summary: media-sound/lollypop-1.2.35 requires dev-libs/totem-pl-parser [introspection]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on: 835969
Blocks:
  Show dependency tree
 
Reported: 2020-10-23 15:48 UTC by Walter Hüttenmeyer
Modified: 2022-03-25 13:29 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Hüttenmeyer 2020-10-23 15:48:19 UTC
Lollypop does not start, the message is:

$ lollypop 
Traceback (most recent call last):
  File "/usr/bin/lollypop", line 45, in <module>
    from lollypop.application import Application
  File "/usr/lib/python3.7/site-packages/lollypop/application.py", line 17, in <module>
    gi.require_version("TotemPlParser", "1.0")
  File "/usr/lib/python3.7/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace TotemPlParser not available

This can be solved by re-emerging dev-libs/totem-pl-parser with the USEFLAG "introspection" enabled.
ebuild media-sound/lollypop should depend on dev-libs/totem-pl-parser [introspection].

Reproducible: Always

Steps to Reproduce:
1. Start lollypop
2. ?
3. Profit.
Actual Results:  
Lollypop does not start

Expected Results:  
Lollypop shoud start and display the GUI
Comment 1 Larry the Git Cow gentoo-dev 2022-02-27 14:10:32 UTC
The bug has been referenced in the following commit(s):

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

commit 8aed6972f97e38ddfb718ca8fcaedc8f20a0a4eb
Author:     Yuan Liao <liaoyuan@gmail.com>
AuthorDate: 2022-01-29 06:38:29 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2022-02-27 14:10:30 +0000

    media-sound/lollypop: Add 1.4.29, Python 3.10 and test; clean up deps
    
    Bug: https://bugs.gentoo.org/750872
    Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/24008
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 media-sound/lollypop/Manifest               |  1 +
 media-sound/lollypop/lollypop-1.4.29.ebuild | 70 +++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+)