[opensuse-packaging] Help with undefined symbol in clementine.
Can anybody give me a pointer about where I can find the library that exports "_ZN6QMutex12lockInternalEv" I'm working on a bug with Tumbleweed clementine which I can't reproduce and the reporter hasn't been able to supply a gdb output of any use yet. Clementine uses a host of libraries, isn't there a way to search my system for a lib that exports the above function? Maybe somebody recognises it? Thanks Dave -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi; On 03/29/2012 11:22 AM, Dave Plater wrote:
Can anybody give me a pointer about where I can find the library that exports "_ZN6QMutex12lockInternalEv" I'm working on a bug with Tumbleweed clementine which I can't reproduce and the reporter hasn't been able to supply a gdb output of any use yet. Clementine uses a host of libraries, isn't there a way to search my system for a lib that exports the above function? Maybe somebody recognises it?
First decode the symbol;
c++filt _ZN6QMutex12lockInternalEv QMutex::lockInternal()
So its from Qt4, my guess is clementine is compiled with a different version of Qt4 thats on your system. Regards. - -- Ismail Dönmez - openSUSE Booster SUSE LINUX Products GmbH Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJPdCwsAAoJEJrs5hT7LFEcExQH/0xlbWH2gvGM9FpH65PD892X dsOXpujM1jRk1oANLiCUFCNsfKRUbMdzT7ndY1o/fnDiNIckjlNk8bKhOTCbGCg5 571mr2Xmw+oSEXOX9jOyRuAsEsYfcP6YPg4ruIGGCSjG95X2Z2c0Zb61jX04/2Zy vFxhWBrGfQUefUXZKI7d85PCj+a8r9z8EAcC1F/23QIUn3gx7mYyoPWq52AVV/P5 iavOo/3xadFyCETyICgpWudgFoRdHkkhhj//AoRglsEAwsgwEyHXg+ujYqL4ZurM 68WdyyPIoZ/8chEZ2DmdHXiqFDAhRQpFeh87xL++qcbVGng92vT+7ej/blAsbbw= =fkpN -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
First decode the symbol;
c++filt _ZN6QMutex12lockInternalEv QMutex::lockInternal()
So its from Qt4, my guess is clementine is compiled with a different version of Qt4 thats on your system.
Regards.
- -- Ismail Dönmez - openSUSE Booster Thanks, that saves me from grepping blindly through /usr/include but now I've got to find out where the bug (bnc#754513) reporter got an incompatible libqt4 from, it must be an older version than clementine was built against as I'm sure that Tumbleweed has an uptodate qt4. Must have a look at Tumbleweed, I'll get the reporter to list his qt packages via "zypper se -si qt" should make a good summary of all
On 03/29/2012 11:32 AM, Ismail Dönmez wrote: things qt. Maybe "kde4-config --version" will help too. Thanks for needed help Dave -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
Dave Plater
-
Ismail Dönmez