You are not logged in.

#1 2022-09-29 00:36:28

gearhead
Member
Registered: 2018-03-24
Posts: 56

glib2 update breaks luakit (and more?) was:luakit fails to run

I installed luakit and put in a known good userconf.lua in ~.config/luakit/ and when I try to start luakit, I get:

$ luakit
[    0.075989] W [glib]: (unknown): Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
                 
[    0.076135] W [glib]: (unknown): Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
                 
[    0.076211] W [glib]: (unknown): Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
                 
[    0.076287] W [glib]: (unknown): Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
                 
[    0.076364] W [glib]: (unknown): Error loading plugin: libhunspell-1.7.so.0: cannot open shared object file: No such file or directory
                 
[    0.076648] I [core/luah]: Loading rc: /etc/xdg/luakit/rc.lua
[    0.081732] W [glib]: GLib: g_regex_new: assertion '(compile_options & ~G_REGEX_COMPILE_MASK) == 0' failed
[    0.081744] W [glib]: GLib: g_regex_replace_eval: assertion 'regex != NULL' failed
[    0.081780] E [core/common/lualib]: Lua error: attempt to concatenate a nil value
                 Traceback:
                 (1) [C]                                     in function traceback
                 (2) /usr/share/luakit/lib/modes.lua:36      in function new_mode
                 (3) /usr/share/luakit/lib/modes.lua:139     in main chunk
                 (4) [C]                                     in function require
                 (5) /usr/share/luakit/lib/log_chrome.lua:14 in main chunk
                 (6) [C]                                     in function require
                 (7) /etc/xdg/luakit/rc.lua:50               in main chunk
[    0.081797] W [core/luah]: loading rc '/etc/xdg/luakit/rc.lua' failed, falling back...
[    0.071995] W [glib]: (unknown): Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
                 
[    0.072156] W [glib]: (unknown): Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
                 
[    0.072269] W [glib]: (unknown): Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
                 
[    0.072362] W [glib]: (unknown): Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
                 
[    0.072452] W [glib]: (unknown): Error loading plugin: libhunspell-1.7.so.0: cannot open shared object file: No such file or directory
                 
[    0.072745] F [core/luakit]: couldn't find rc file

there is a config file there:

$ la -al /etc/xdg/luakit/rc.lu
-rw-r--r-- 1 root root 6658 Sep  1 07:32 /etc/xdg/luakit/rc.lua

Fresh install of luakit on a fully up to date arch install.

Last edited by gearhead (2022-09-29 12:43:11)

Offline

#2 2022-09-29 12:42:23

gearhead
Member
Registered: 2018-03-24
Posts: 56

Re: glib2 update breaks luakit (and more?) was:luakit fails to run

If I revert glib2, luakit starts to work again. The culprit appears to be glib2 updated from 2.72.3-3 to 2.74.0-2. When this is reverted, luakit works again.

Offline

#3 2022-10-15 05:52:52

gpc
Member
Registered: 2017-02-23
Posts: 6

Re: glib2 update breaks luakit (and more?) was:luakit fails to run

Mine also stops working if I upgrade glib2 (2.72.3-3 => 2.74.0-1)

Last edited by gpc (2022-10-15 05:53:34)

Offline

#4 2022-10-15 10:59:43

stronnag
Member
Registered: 2011-01-25
Posts: 60

Re: glib2 update breaks luakit (and more?) was:luakit fails to run

It breaks other things as well.  I have an application using libgdl (gnome dock library) which no longer works correctly (gdl significantly disfunctional with glib2 2.74).

Offline

Board footer

Powered by FluxBB