Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 878543

Summary: >=gnome-extra/gnome-software-43.0[flatpak] should depend on >=sys-apps/flatpak-1.14.0-r1
Product: Gentoo Linux Reporter: Wesley Luiz <wesleyluiz>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal CC: zmedico
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=876804
Whiteboard:
Package list:
Runtime testing required: ---

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(-)