Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 915616 - media-sound/quodlibet-4.6.0 fails to start due to missing net-libs/libsoup:3.0
Summary: media-sound/quodlibet-4.6.0 fails to start due to missing net-libs/libsoup:3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-10-12 02:34 UTC by glyphimor
Modified: 2024-01-17 06:34 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 glyphimor 2023-10-12 02:34:24 UTC
Upgraded from media-sound/quodlibet-4.5.0-r1 to 4.6.0 and now quodlibet fails to  start:

Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.11/quodlibet", line 14, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/lib/python3.11/site-packages/quodlibet/main.py", line 35, in main
    quodlibet.init()
  File "/usr/lib/python3.11/site-packages/quodlibet/_init.py", line 56, in init
    _init_gtk()
  File "/usr/lib/python3.11/site-packages/quodlibet/_init.py", line 246, in _init_gtk
    gi.require_version('Soup', '3.0')
  File "/usr/lib/python3.11/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available for version %s' %
ValueError: Namespace Soup not available for version 3.0

The ebuild currently has an rdepend on net-libs/libsoup:2.4[introspection], the same as the ebuild for 4.5.0-r1. I accordingly already have libsoup-2.74.3 installed. I ran

emerge -1 libsoup:3.0

to install net-libs/libsoup-3.4.2, and quodlibet now starts and runs successfully.
Comment 1 Larry the Git Cow gentoo-dev 2024-01-17 06:34:48 UTC
The bug has been closed via the following commit(s):

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

commit 40584e779a9a95ff57bcdad1f23b3854818945e0
Author:     Cristian Othón Martínez Vera <cfuga@cfuga.mx>
AuthorDate: 2024-01-16 23:16:21 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-01-17 06:33:42 +0000

    media-sound/quodlibet: fix dependency on correct net-libs/libsoup slot
    
    Since version 4.6.0, Quod Libet depends on net-libs/libsoup slot 3
    
    https://github.com/quodlibet/quodlibet/blob/quodlibet-4.6/NEWS.rst
    
    Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx>
    Closes: https://bugs.gentoo.org/915616
    Closes: https://github.com/gentoo/gentoo/pull/34847
    Signed-off-by: Sam James <sam@gentoo.org>

 media-sound/quodlibet/quodlibet-4.6.0-r1.ebuild | 58 +++++++++++++++++++++++++
 1 file changed, 58 insertions(+)