Hi;
I was getting the following svn error when I updated to KDE 4.6beta1:
[~/llvm]> svn up At revision 120409. svn: symbol lookup error: /usr/lib64/libkdecore.so.5: undefined symbol: _ZN9QListData6removeEi
svn depending on KDE seemed weird so I checkout the spec, there is a package called libsvn_auth_kwallet-1-0 for KWallet integration. Checked my system and it wasn't installed, I _installed_ it and the error was gone. Any idea whats going on here?
Regards, ismail
2010/11/30 İsmail Dönmez ismail@namtrac.org:
Hi;
I was getting the following svn error when I updated to KDE 4.6beta1:
[~/llvm]> svn up At revision 120409. svn: symbol lookup error: /usr/lib64/libkdecore.so.5: undefined symbol: _ZN9QListData6removeEi
svn depending on KDE seemed weird so I checkout the spec, there is a package called libsvn_auth_kwallet-1-0 for KWallet integration. Checked my system and it wasn't installed, I _installed_ it and the error was gone. Any idea whats going on here?
Regards, ismail
That is likely to be a packaging problem. subversion is capable of storing passwords using DE tools (in this case - KWallet), but it is not a requirement, it's a recommendation.Maybe your zypper does not install Recommended packages by default?
Hi;
2010/11/30 Александр Мелентьев alex239@gmail.com:
2010/11/30 İsmail Dönmez ismail@namtrac.org:
Hi;
I was getting the following svn error when I updated to KDE 4.6beta1:
[~/llvm]> svn up At revision 120409. svn: symbol lookup error: /usr/lib64/libkdecore.so.5: undefined symbol: _ZN9QListData6removeEi
svn depending on KDE seemed weird so I checkout the spec, there is a package called libsvn_auth_kwallet-1-0 for KWallet integration. Checked my system and it wasn't installed, I _installed_ it and the error was gone. Any idea whats going on here?
Regards, ismail
That is likely to be a packaging problem. subversion is capable of storing passwords using DE tools (in this case - KWallet), but it is not a requirement, it's a recommendation.Maybe your zypper does not install Recommended packages by default?
A Recommended package as the name suggests is optional, it shouldn't break operation of the main package if not installed.
Regards, ismail
On Tue, 2010-11-30 at 10:58 +0200, İsmail Dönmez wrote:
Hi;
2010/11/30 Александр Мелентьев alex239@gmail.com:
2010/11/30 İsmail Dönmez ismail@namtrac.org:
Hi;
I was getting the following svn error when I updated to KDE 4.6beta1:
[~/llvm]> svn up At revision 120409. svn: symbol lookup error: /usr/lib64/libkdecore.so.5: undefined symbol: _ZN9QListData6removeEi
svn depending on KDE seemed weird so I checkout the spec, there is a package called libsvn_auth_kwallet-1-0 for KWallet integration. Checked my system and it wasn't installed, I _installed_ it and the error was gone. Any idea whats going on here?
Regards, ismail
That is likely to be a packaging problem. subversion is capable of storing passwords using DE tools (in this case - KWallet), but it is not a requirement, it's a recommendation.Maybe your zypper does not install Recommended packages by default?
A Recommended package as the name suggests is optional, it shouldn't break operation of the main package if not installed.
Well spotted. I have been seeing the same in openSUSE 11.4. For me it always happened at the end of whatever subversion was doing. So the actual svn command always seemed to complete ok. Just the mysterious message. It was on my todo list to find the cause. Thanks for the info!
-- Roger Oberholtzer
Firefox says the same thing at exit:
/usr/lib64/firefox/firefox: symbol lookup error: /usr/lib64/libkdecore.so.5: undefined symbol: _ZN9QListData6removeEi
On Tue, Nov 30, 2010 at 10:16 AM, İsmail Dönmez ismail@namtrac.org wrote:
Hi;
I was getting the following svn error when I updated to KDE 4.6beta1:
[~/llvm]> svn up At revision 120409. svn: symbol lookup error: /usr/lib64/libkdecore.so.5: undefined symbol: _ZN9QListData6removeEi
svn depending on KDE seemed weird so I checkout the spec, there is a package called libsvn_auth_kwallet-1-0 for KWallet integration. Checked my system and it wasn't installed, I _installed_ it and the error was gone. Any idea whats going on here?
Regards, ismail
Hi,
I had the same problem a few days ago and found out that the problem is that libkdecore imports a symbol from libQtCore but does something wrong...
doing LD_PRELOAD=/usr/lib/libQtCore.so.4.7.0 git svn rebase
solved the issue for me (the exact version of libQtCore might differ for you ;)
i found the library exporting the symbol in question by doing ~/bin/myobjdump: #!/bin/sh # # used to search the symbol (_ZN9QListData6removeEi) in all shared libraries loaded by a process (kmix) # lsof |grep kmix|grep ".so"|sed "s/.* (/.*)$/\1/"|xargs -L1 ~/bin/myobjdump |grep _ZN9QListData6removeEi #
objdump -T $@ | sed "s|$| ($@)|"
I'm sure there is a better way, but hey it worked :)
kind regards cobexer
2010/11/30 İsmail Dönmez ismail@namtrac.org:
Firefox says the same thing at exit:
/usr/lib64/firefox/firefox: symbol lookup error: /usr/lib64/libkdecore.so.5: undefined symbol: _ZN9QListData6removeEi
On Tue, Nov 30, 2010 at 10:16 AM, İsmail Dönmez ismail@namtrac.org wrote:
Hi;
I was getting the following svn error when I updated to KDE 4.6beta1:
[~/llvm]> svn up At revision 120409. svn: symbol lookup error: /usr/lib64/libkdecore.so.5: undefined symbol: _ZN9QListData6removeEi
svn depending on KDE seemed weird so I checkout the spec, there is a package called libsvn_auth_kwallet-1-0 for KWallet integration. Checked my system and it wasn't installed, I _installed_ it and the error was gone. Any idea whats going on here?
Regards, ismail
-- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org