Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2023 02:44:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 269434] x11/gnome-shell libsoup-ERROR Using libsoup2 and libsoup3 in the same process is not supported.
Message-ID:  <bug-269434-6497-IrvDtrQarJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269434-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269434-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269434

--- Comment #6 from Paul Dufresne <dufresnep@zoho.com> ---
I did:
portmaster devel/glib20
to rebuild with debugging:
paul@dufresnep:/usr/home/paul $ cat /etc/make.conf
WITH_DEBUG=3DYES
DEBUG_FLAGS=3D -g -O0
paul@dufresnep:/usr/home/paul $=20

And now I see much better the problem:
Script started on Sat Feb 18 21:29:22 2023
Command: lldb --no-use-colors --core gnome-shell.core gnome-shell
(lldb) target create "gnome-shell" --core "gnome-shell.core"
Core file '/home/paul/gnome-shell.core' (x86_64) was loaded.
(lldb) bt
* thread #1, name =3D 'gnome-shell', stop reason =3D signal SIGTRAP
  * frame #0: 0x000000082474c314 libglib-2.0.so.0`_g_log_abort(breakpoint=
=3D1) at
gmessages.c:563:5
    frame #1: 0x000000082474cafa
libglib-2.0.so.0`g_log_structured_array(log_level=3DG_LOG_LEVEL_ERROR,
fields=3D0x00000008202794f0, n_fields=3D4) at gmessages.c:2000:5
    frame #2: 0x000000082474bff9
libglib-2.0.so.0`g_log_default_handler(log_domain=3D"", log_level=3D6,
message=3D"libsoup2 symbols detected. Using libsoup2 and libsoup3 in the sa=
me
process is not supported.", unused_data=3D0x0000000000000000) at
gmessages.c:3312:3
    frame #3: 0x00000000002043e2 gnome-shell`default_log_handler(log_domain=
=3D"",
log_level=3D6, message=3D"libsoup2 symbols detected. Using libsoup2 and lib=
soup3 in
the same process is not supported.", data=3D0x0000000000000000) at main.c:2=
97:5
    frame #4: 0x000000082474bb59 libglib-2.0.so.0`g_logv(log_domain=3D"",
log_level=3DG_LOG_LEVEL_ERROR, format=3D"", args=3D0x0000000820279b70) at
gmessages.c:1402:11
    frame #5: 0x000000082474b5f5 libglib-2.0.so.0`g_log(log_domain=3D"",
log_level=3DG_LOG_LEVEL_ERROR, format=3D"") at gmessages.c:1471:3
    frame #6: 0x00000008d7c73807 libsoup-3.0.so.0`___lldb_unnamed_symbol285=
5 +
119
    frame #7: 0x00003410395d80ad ld-elf.so.1
    frame #8: 0x00003410395dc846 ld-elf.so.1
    frame #9: 0x00003410395d909e ld-elf.so.1
    frame #10: 0x0000000833c4f549
libgmodule-2.0.so.0`_g_module_open(file_name=3D"libgweather-4.so.0", bind_l=
azy=3D1,
bind_local=3D0, error=3D0x0000000000000000) at gmodule-dl.c:138:12
    frame #11: 0x0000000833c4ed31
libgmodule-2.0.so.0`g_module_open_full(file_name=3D"libgweather-4.so.0",
flags=3DG_MODULE_BIND_LAZY, error=3D0x0000000000000000) at gmodule.c:614:12
    frame #12: 0x0000000833c4fadf
libgmodule-2.0.so.0`g_module_open(file_name=3D"libgweather-4.so.0",
flags=3DG_MODULE_BIND_LAZY) at gmodule.c:698:10

So I think the module compiled with libsoup2 woudld be:
libgweather-4.so.0

paul@dufresnep:/usr/ports/net/libgweather4 $ cat
/usr/ports/net/libgweather4/Makefile | grep -i soup
                libsoup-3.0.so:devel/libsoup3
paul@dufresnep:/usr/ports/net/libgweather4 $=20

which would seems ok but according to:
https://ports.freebsd.org/cgi/ports.cgi?query=3D^libgweather4-4.2.0&stype=
=3Dname
it would require libsoup-2.74.3

so I am still a bit confused.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269434-6497-IrvDtrQarJ>