gvfs: Undefined symbol: g_once_init_enter_pointer

  • Done
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • snikta
Owner
unassigned
Submitted by
snikta
Severity
normal

Debbugs page

snikta wrote 1 weeks ago
(address . bug-guix@gnu.org)
02fa8e898a2bc0e91882ecf7fcdc6efb@bahnhof.se
Librewolf and Icedove won't start. Produces the following error:

~/.guix-home/profile/bin/librewolf: symbol lookup error:
/gnu/store/v0h69p8333gb4v3qx2yjzqs18xb67gz9-gvfs-1.56.1/lib/gvfs/libgvfscommon.so:
undefined symbol: g_once_init_enter_pointer
Maxim Cournoyer wrote 1 weeks ago
(name . snikta)(address . snikta@bahnhof.se)(address . 76754@debbugs.gnu.org)
877c53h5fj.fsf@gmail.com
Hi,

snikta <snikta@bahnhof.se> writes:

Toggle quote (6 lines)
> Librewolf and Icedove won't start. Produces the following error:
>
> ~/.guix-home/profile/bin/librewolf: symbol lookup error:
> /gnu/store/v0h69p8333gb4v3qx2yjzqs18xb67gz9-gvfs-1.56.1/lib/gvfs/libgvfscommon.so:
> undefined symbol: g_once_init_enter_pointer

This happens post-upgrade of newly merged GNOME upgrade, which comes
with core updates such as glib. It should go away if you reboot (I've
had it as well).

--
Thanks,
Maxim
Maxim Cournoyer wrote 7 days ago
(name . snikta)(address . snikta@bahnhof.se)(address . 76754-done@debbugs.gnu.org)
87wmd356x6.fsf@gmail.com
Hi,

snikta <snikta@bahnhof.se> writes:

Toggle quote (6 lines)
> Librewolf and Icedove won't start. Produces the following error:
>
> ~/.guix-home/profile/bin/librewolf: symbol lookup error:
> /gnu/store/v0h69p8333gb4v3qx2yjzqs18xb67gz9-gvfs-1.56.1/lib/gvfs/libgvfscommon.so:
> undefined symbol: g_once_init_enter_pointer

Closing, as I don't know what could be done on our side to fix this. If
someone has idea, please chime in!

The current requirement for users when upgrading their system with
incompatible library versions is to reboot their machine, which can
sometimes now be done rather quickly with

Toggle snippet (3 lines)
sudo reboot --kexec

--
Thanks,
Maxim
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76754@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76754
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help