You are not logged in.
Hi all, I want to ask for help, after updating the program on June 26-27, written in qt, ceased to start:
/usr/bin/qutim: symbol lookup error: /usr/lib/qutim/plugins/liboldsoundtheme.so: undefined symbol: _ZN12QDomDocumentC1Ev
/usr/bin/qutim: symbol lookup error: /usr/lib/qutim/plugins/libplistconfig.so: undefined symbol: _ZN12QDomDocumentC1Ev
Program exited with code 0177.
I was not alone: https://bugs.launchpad.net/qutim/+bug/802739
and all users archlinux faced with this disaster, users of other distributions that do not have problemma help to catch the problem package.
thanks in advance
Last edited by Dganic (2011-07-04 18:24:58)
Offline
try rebuilding qutim
Offline
This is the first thing I did, but not the problem, the problem in a certain package which has been updated and created this bug, as in other distributions, this bug is not observed
Offline
As sad as it but the bug is still in force, and it is specific only to users of Arc, in the programs and libraries which use xml
Offline
Hello. I solved this problem. In PKGBUILD in build() function override LDFLAGS environment variable to LDFLAGS="-Wl,--hash-style=gnu". Problem in ld option "-Wl,--as-needed"
Offline