Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 878543 - >=gnome-extra/gnome-software-43.0[flatpak] should depend on >=sys-apps/flatpak-1.14.0-r1
Summary: >=gnome-extra/gnome-software-43.0[flatpak] should depend on >=sys-apps/flatpa...
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-10-28 15:59 UTC by Wesley Luiz
Modified: 2023-01-18 20:22 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 Wesley Luiz 2022-10-28 15:59:42 UTC
Dear maintainers, the current unstable versions of GNOME Software is linked against libsoup 3, while the stabilized version of Flatpak is linked against libsoup 2; because of this GNOME Software won't start. The ebuilds for GNOME Software 43 should depend on >=sys-apps/flatpak-1.14.0-r1 which is linked against libcurl instead of libsoup 2.

If users tries to use >=gnome-extra/gnome-software-43.0 with <sys-apps/flatpak-1.14.0-r1 they will face errors similar to this one:
15:23:20:745 libsoup libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.
Trace/breakpoint trap
Comment 1 invra 2023-01-18 17:24:14 UTC
I encountered the same exact error today. builting gnome-extra/gnome-software-43.3 with the flatpak flag will cause this error:
libsoup libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.
 I have  sys-apps/flatpak-1.12.3-r1
Comment 2 Larry the Git Cow gentoo-dev 2023-01-18 20:22:16 UTC
The bug has been closed via the following commit(s):

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

commit b219532f98fb899184dff2c5d081e8e39bfa1251
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2023-01-18 20:10:07 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2023-01-18 20:22:04 +0000

    gnome-extra/gnome-software: raise flatpak dep for libsoup:3 compat
    
    Closes: https://bugs.gentoo.org/878543
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 gnome-extra/gnome-software/gnome-software-43.2.ebuild | 4 ++--
 gnome-extra/gnome-software/gnome-software-43.3.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)