[Bug 269703] deskutils/gnome-calendar: cannot start because mixing libsoup2 and libsoup3

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 20 Feb 2023 05:03:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269703

            Bug ID: 269703
           Summary: deskutils/gnome-calendar:  cannot start because mixing
                    libsoup2 and libsoup3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome@FreeBSD.org
          Reporter: dufresnep@zoho.com
             Flags: maintainer-feedback?(gnome@FreeBSD.org)
          Assignee: gnome@FreeBSD.org

paul2@dufresnep:~ $ gnome-calendar 

(process:2759): libsoup-ERROR **: 23:54:41.829: libsoup2 symbols detected.
Using libsoup2 and libsoup3 in the same process is not supported.
Trace/BPT trap (core dumped)
paul2@dufresnep:~ $ whereis gnome-calendar
gnome-calendar: /usr/local/bin/gnome-calendar
/usr/ports/deskutils/gnome-calendar
paul2@dufresnep:~ $ ldd /usr/local/bin/gnome-cal
/usr/local/bin/gnome-calculator  /usr/local/bin/gnome-calendar   
paul2@dufresnep:~ $ ldd /usr/local/bin/gnome-calendar |grep -i soup
        libsoup-2.4.so.1 => /usr/local/lib/libsoup-2.4.so.1 (0x16d457df9000)
        libsoup-3.0.so.0 => /usr/local/lib/libsoup-3.0.so.0 (0x16d483ba8000)
paul2@dufresnep:~ $ 

See similar bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269676
which was fixed by:
-               libgeocode-glib.so:net/geocode-glib \
+               libgeocode-glib-2.so:net/geocode-glib2 \

don't know if it apply at all in this case.

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