You are not logged in.

#1 2011-08-19 09:53:46

zorkfandm
Member
From: WV
Registered: 2011-03-09
Posts: 26

[SOLVED] SMplayer issue, possibly others...

Did a full upgrade yesterday, and now smplayer is failing to run with the following error

smplayer: symbol lookup error: /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so: undefined symbol: g_module_make_resident

.

Other programs (cardapio from AUR) are showing similar gtk bugs, but I haven't had a chance to investigate. Advice/ideas?

Last edited by zorkfandm (2011-10-19 20:24:24)

Offline

#2 2011-08-20 10:08:47

lemanski6
Member
Registered: 2011-05-02
Posts: 15

Re: [SOLVED] SMplayer issue, possibly others...

I've got this problem too both on GNOME and Xfce.
I guess the apps are failing to open a theme, but no matter what theme i select, i get the same error.
I've tried this, but nothing.
Everything worked ok untill yesterdays upgrade.

Edit:
I guess the issue is with gtk-engines.
If i run SMPlayer with

LD_PRELOAD=/usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so smplayer

i have no problems, but how to make this permanent.

Last edited by lemanski6 (2011-08-20 10:47:21)

Offline

#3 2011-08-20 13:28:00

zorkfandm
Member
From: WV
Registered: 2011-03-09
Posts: 26

Re: [SOLVED] SMplayer issue, possibly others...

That worked for running smplayer, but I agree that it seems more like a hack than a fix. I've tried it on a couple programs that also broke (cardapio and sunflower) but to no avail.

EDIT: I'm on 64 bit Arch, GNOME 3 without shell, running compiz

Last edited by zorkfandm (2011-08-20 13:28:56)

Offline

#4 2011-08-22 13:23:51

MickST
Member
Registered: 2010-02-26
Posts: 54

Re: [SOLVED] SMplayer issue, possibly others...

I'm having the same issue with VLC in a 64-bit Arch machine too.

Offline

#5 2011-08-23 16:30:09

lemanski6
Member
Registered: 2011-05-02
Posts: 15

Re: [SOLVED] SMplayer issue, possibly others...

The problem is with the gnutls package.
This worked for me:

sudo ln -s /usr/lib/libgnutls.so.28.0.1 /usr/lib/libgnutls.so.26

Offline

#6 2011-09-07 01:41:49

zorkfandm
Member
From: WV
Registered: 2011-03-09
Posts: 26

Re: [SOLVED] SMplayer issue, possibly others...

This bug happened again with the new update. Workaround is the same command but with libgnutls.so.28.0.2 instead of 28.0.1.

Offline

#7 2011-10-18 10:58:49

zorkfandm
Member
From: WV
Registered: 2011-03-09
Posts: 26

Re: [SOLVED] SMplayer issue, possibly others...

Update: this gets broken every time gnutls is updated, since the current build of SMplayer seems to rely on libgnutls.so.26. Should I file this as an official bug report?

Offline

#8 2011-10-18 13:15:53

marvn
Member
From: Prague
Registered: 2010-01-05
Posts: 84

Re: [SOLVED] SMplayer issue, possibly others...

zorkfandm wrote:

Update: this gets broken every time gnutls is updated, since the current build of SMplayer seems to rely on libgnutls.so.26. Should I file this as an official bug report?

smplayer is in extra, so I think you should

btw. wierd thing, I have smplayer-svn installed and it doesn't use the libgnutls library at all

└─(:() $)─> ldd /usr/bin/smplayer                                                                                                                                       
        linux-vdso.so.1 =>  (0x00007fffa29ff000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00007f4d6eb93000)
        libQtXml.so.4 => /usr/lib/libQtXml.so.4 (0x00007f4d6e950000)
        libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0x00007f4d6dcc5000)
        libQtNetwork.so.4 => /usr/lib/libQtNetwork.so.4 (0x00007f4d6d991000)
        libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0x00007f4d6d505000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00007f4d6d2e8000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f4d6cfdd000)
        libm.so.6 => /lib/libm.so.6 (0x00007f4d6cd5b000)
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f4d6cb45000)
        libc.so.6 => /lib/libc.so.6 (0x00007f4d6c7e5000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007f4d6c4f0000)
        libpng14.so.14 => /usr/lib/libpng14.so.14 (0x00007f4d6c2c7000)
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007f4d6c02b000)
        libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x00007f4d6bddb000)
        libSM.so.6 => /usr/lib/libSM.so.6 (0x00007f4d6bbd4000)
        libICE.so.6 => /usr/lib/libICE.so.6 (0x00007f4d6b9b9000)
        libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00007f4d6b7af000)
        libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007f4d6b57b000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f4d6b369000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f4d6b02d000)
        libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007f4d6add1000)
        libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007f4d6aa1c000)
        libdl.so.2 => /lib/libdl.so.2 (0x00007f4d6a818000)
        libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x00007f4d6a613000)
        librt.so.1 => /lib/librt.so.1 (0x00007f4d6a40b000)
        /lib/ld-linux-x86-64.so.2 (0x00007f4d6edac000)
        libpcre.so.0 => /lib/libpcre.so.0 (0x00007f4d6a1cd000)
        libbz2.so.1.0 => /lib/libbz2.so.1.0 (0x00007f4d69fbd000)
        libffi.so.5 => /usr/lib/libffi.so.5 (0x00007f4d69db5000)
        libuuid.so.1 => /lib/libuuid.so.1 (0x00007f4d69bb0000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007f4d69987000)
        libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f4d6976c000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f4d6956a000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f4d69365000)

core i5 4590, x86_64, nvidia 970

Offline

#9 2011-10-19 12:09:32

maevius
Member
From: Greece
Registered: 2009-09-10
Posts: 135
Website

Re: [SOLVED] SMplayer issue, possibly others...

marvn wrote:
zorkfandm wrote:

Update: this gets broken every time gnutls is updated, since the current build of SMplayer seems to rely on libgnutls.so.26. Should I file this as an official bug report?

smplayer is in extra, so I think you should

btw. wierd thing, I have smplayer-svn installed and it doesn't use the libgnutls library at all

Neither does smplayer from extra.

Offline

#10 2011-10-19 20:23:38

zorkfandm
Member
From: WV
Registered: 2011-03-09
Posts: 26

Re: [SOLVED] SMplayer issue, possibly others...

Problem answered: an AUR package had replaced gnome-vfs with gnome-vfs-libgcrypt, and so llibgnomevfs-2.so.0 was not updated correctly.

Offline

Board footer

Powered by FluxBB