Date: Sun, 19 Feb 2023 05:51:28 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 269676] sysutils/gnome-settings-daemon datetime plugin should not be linked with libsoup v.2 Message-ID: <bug-269676-6497-MIZ9qHi3wB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-269676-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-269676-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome (Nobody) <gnome@FreeBSD.org> for maintainer-feedback: Bug 269676: sysutils/gnome-settings-daemon datetime plugin should not be li= nked with libsoup v.2 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269676 --- Description --- Now that https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269434 is fixed, I can start gnome. But when I clicked on Web Browser in the bottom panel, screen change to "Oh= no! Something bad happened." and gsd-datetime.core appears in my home directory. paul@dufresnep:/usr/home/paul $ cat gsd-datetime- gsd-datetime-1.txt gsd-datetime-2.txt=20 paul@dufresnep:/usr/home/paul $ cat gsd-datetime-2.txt=20 Script started on Sun Feb 19 00:02:53 2023 Command: lldb --core gsd-datetime.core /usr/local/libexec/gsd-datetime (lldb) target create "/usr/local/libexec/gsd-datetime" --core "gsd-datetime.core" Core file '/home/paul/gsd-datetime.core' (x86_64) was loaded. (lldb) bt * thread #1, name =3D 'gsd-datetime', stop reason =3D signal SIGTRAP * frame #0: 0x0000000823cd2314 libglib-2.0.so.0`_g_log_abort(breakpoint= =3D1) at gmessages.c:563:5 frame #1: 0x0000000823cd2afa libglib-2.0.so.0`g_log_structured_array(log_level=3DG_LOG_LEVEL_ERROR, fields=3D0x000000082079e820, n_fields=3D4) at gmessages.c:2000:5 frame #2: 0x0000000823cd1ff9 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: 0x0000000823cd1b59 libglib-2.0.so.0`g_logv(log_domain=3D"", log_level=3DG_LOG_LEVEL_ERROR, format=3D"", args=3D0x000000082079ee70) at gmessages.c:1402:11 frame #4: 0x0000000823cd15f5 libglib-2.0.so.0`g_log(log_domain=3D"", log_level=3DG_LOG_LEVEL_ERROR, format=3D"") at gmessages.c:1471:3 frame #5: 0x000000082d90f807 libsoup-3.0.so.0`___lldb_unnamed_symbol285= 5 + 119 frame #6: 0x00003ade2ba480ad ld-elf.so.1 frame #7: 0x00003ade2ba466ab ld-elf.so.1 (lldb) q Command exit status: 0 Script done on Sun Feb 19 00:04:21 2023 paul@dufresnep:/usr/home/paul $=20 It seems that the datetime plugins is linked with both soup2 and soup3: paul@dufresnep:/usr/home/paul $ ldd /usr/local/libexec/gsd-datetime|grep -i soup=20 libsoup-2.4.so.1 =3D> /usr/local/lib/libsoup-2.4.so.1 (0x2350c2690000) libsoup-3.0.so.0 =3D> /usr/local/lib/libsoup-3.0.so.0 (0x2350c73b7000) paul@dufresnep:/usr/home/paul $=20 I looked a bit at work directory after make to find an option linked to libsoup, but did not found anything... must be something somewhere. Now that gnome-shell always use libsoup3, I think gsd-datetime should not be linked with libsoup (v.2) anymore. But I don't know how yet.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269676-6497-MIZ9qHi3wB>