[Bug 269434] x11/gnome-shell libsoup-ERROR Using libsoup2 and libsoup3 in the same process is not supported.

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 17 Feb 2023 08:59:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269434

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |regression

--- Comment #1 from Jan Beich <jbeich@FreeBSD.org> ---
Also reported in
https://forums.freebsd.org/threads/update-broke-my-desktop-using-libsoup2-and-libsoup3-in-the-same-process-is-not-supported.88017/

Regressed by ports aa321b47d44b via sysutils/gnome-settings-daemon. Reverting
that commit breaks deskutils/gnome-initial-setup, fixes
deskutils/gnome-calendar and doesn't affect deskutils/gnome-maps +
deskutils/gnome-weather.

$ /usr/local/libexec/gsd-datetime
(process:12345): libsoup-ERROR **: libsoup2 symbols detected. Using libsoup2
and libsoup3 in the same process is not supported.
Trace/BPT trap

$ ldd -a /usr/local/libexec/gsd-datetime
/usr/local/libexec/gsd-datetime:
        libgeocode-glib.so.0 => /usr/local/lib/libgeocode-glib.so.0
(0x8234d7000)
/usr/local/lib/libgeocode-glib.so.0:
        libsoup-2.4.so.1 => /usr/local/lib/libsoup-2.4.so.1 (0x82a479000)
/usr/local/lib/libgweather-4.so.0:
        libgeocode-glib-2.so.0 => /usr/local/lib/libgeocode-glib-2.so.0
(0x82eeb0000)
        libsoup-3.0.so.0 => /usr/local/lib/libsoup-3.0.so.0 (0x82f022000)
/usr/local/lib/libgeocode-glib-2.so.0:
        libsoup-3.0.so.0 => /usr/local/lib/libsoup-3.0.so.0 (0x82dbfe000)

-- 
You are receiving this mail because:
You are the assignee for the bug.