Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[IM] psi - ebuild z bajerami! (0.10) [muc, url]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3 ... , 19, 20, 21  Next  
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
waltharius
Guru
Guru


Joined: 07 Apr 2005
Posts: 349

PostPosted: Mon May 15, 2006 5:37 pm    Post subject: Reply with quote

Sorry ale nadal nie wiem gdzie tego szukać... src/options/... gdzie się znajduje? Bo na pewno nie w /, chyba, że ja jestem ślepy :? Może to i lamerskie ale zwyczajnie nie wiem gdzie to jest :oops:
_________________
" " 8)
Sed quis custodiet ipsos Custodes?
Back to top
View user's profile Send private message
yoshi314
l33t
l33t


Joined: 30 Dec 2004
Posts: 850
Location: PL

PostPosted: Mon May 15, 2006 7:29 pm    Post subject: Reply with quote

/var/tmp/portage/psi-0.10/work/psi-0.10/src/options/opt_messages-ui.ui

na samym koncu pliku
_________________
~amd64
shrink your /usr/portage with squashfs+aufs
Back to top
View user's profile Send private message
waltharius
Guru
Guru


Joined: 07 Apr 2005
Posts: 349

PostPosted: Mon May 15, 2006 7:40 pm    Post subject: Reply with quote

Dzięki. Ja szukałem w pliku opt_messages.ui.ui.h. Co zresztą napisałem wcześniej :D
Dzięki za pomoc i

pozdrawiam

walth
_________________
" " 8)
Sed quis custodiet ipsos Custodes?
Back to top
View user's profile Send private message
Robert W.
Guru
Guru


Joined: 13 Jul 2004
Posts: 365
Location: Kobyłka

PostPosted: Mon May 15, 2006 8:45 pm    Post subject: Reply with quote

waltharius wrote:
Dzięki. Ja szukałem w pliku opt_messages.ui.ui.h. Co zresztą napisałem wcześniej :D
Tu masz działające rozwiązanie:https://forums.gentoo.org/viewtopic-t-458434-highlight-psi.html
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Sat Jun 10, 2006 1:42 am    Post subject: Reply with quote

Jest jakaś szansa ze na gcc 4.1 się to skompiluje? W/w rozwiązania nie pomagają:/
Back to top
View user's profile Send private message
Robert W.
Guru
Guru


Joined: 13 Jul 2004
Posts: 365
Location: Kobyłka

PostPosted: Sat Jun 10, 2006 6:27 am    Post subject: Reply with quote

kfiaciarka wrote:
Jest jakaś szansa ze na gcc 4.1 się to skompiluje? W/w rozwiązania nie pomagają:/
Używając sposobu wskazanego w moim poprzednim poście, skompilowałem psi również na gcc 4.1.1.
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Sat Jun 10, 2006 10:14 am    Post subject: Reply with quote

najpierw mam błąd
Code:

.ui/opt_messages-ui.cpp:23:29: error: fortuneslistbox.h: No such file or directory
make[1]: *** [.obj/opt_messages-ui.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [sub-src] Error 2

!!! ERROR: net-im/psi-0.10 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  psi-0.10.ebuild, line 271:   Called die

!!! Make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


Wtedy ide do tego w/w pliku i kasuje tą sekcje includehints. Następnie robie FEATURES="keepwork" emerge --resume net-im/psi. Po pewnym czasie otrzymuję nastepujący błąd:
Code:
 
Session management error: Could not open network socket
.obj/httppoll.o: In function `hpk(int, QString const&)':
httppoll.cpp:(.text+0x63a): undefined reference to `QCA::SHA1::SHA1()'
httppoll.cpp:(.text+0x646): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
httppoll.cpp:(.text+0x656): undefined reference to `QCA::Hash::final()'
httppoll.cpp:(.text+0x661): undefined reference to `QCA::Hash::~Hash()'
httppoll.cpp:(.text+0x74d): undefined reference to `QCA::Hash::~Hash()'
.obj/connector.o: In function `XMPP::AdvancedConnector::connectToServer(QString const&)':
connector.cpp:(.text+0x1988): undefined reference to `QCA::isSupported(int)'
connector.cpp:(.text+0x1c20): undefined reference to `QCA::insertProvider(QCAProvider*)'
.obj/tlshandler.o: In function `XMPP::QCATLSHandler::startClient(QString const&)':
tlshandler.cpp:(.text+0x107): undefined reference to `QCA::TLS::startClient(QString const&)'
.obj/tlshandler.o: In function `XMPP::QCATLSHandler::reset()':
tlshandler.cpp:(.text+0x141): undefined reference to `QCA::TLS::reset()'
.obj/tlshandler.o: In function `XMPP::QCATLSHandler::tls_readyReadOutgoing(int)':
tlshandler.cpp:(.text+0x4e0): undefined reference to `QCA::TLS::readOutgoing()'
.obj/tlshandler.o: In function `XMPP::QCATLSHandler::tls_readyRead()':
tlshandler.cpp:(.text+0x560): undefined reference to `QCA::TLS::read()'
.obj/tlshandler.o: In function `XMPP::QCATLSHandler::writeIncoming(QMemArray<char> const&)':
tlshandler.cpp:(.text+0xae): undefined reference to `QCA::TLS::writeIncoming(QMemArray<char> const&)'
.obj/tlshandler.o: In function `XMPP::QCATLSHandler::write(QMemArray<char> const&)':
tlshandler.cpp:(.text+0xce): undefined reference to `QCA::TLS::write(QMemArray<char> const&)'
.obj/simplesasl.o: In function `XMPP::SimpleSASLContext::clientTryAgain()':
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x604): undefined reference to `QCA::MD5::MD5()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x61b): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x635): undefined reference to `QCA::Hash::final()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x647): undefined reference to `QCA::Hash::~Hash()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x8b7): undefined reference to `QCA::MD5::MD5()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x8ce): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x8e8): undefined reference to `QCA::Hash::final()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x8fa): undefined reference to `QCA::Hash::~Hash()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x90d): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x9ba): undefined reference to `QCA::MD5::MD5()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x9d1): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x9eb): undefined reference to `QCA::Hash::final()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x9fd): undefined reference to `QCA::Hash::~Hash()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0xa25): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0xd5c): undefined reference to `QCA::MD5::MD5()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0xd73): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0xd8d): undefined reference to `QCA::Hash::final()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0xd9f): undefined reference to `QCA::Hash::~Hash()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0xdc7): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x16d0): undefined reference to `QCA::Hash::~Hash()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x1872): undefined reference to `QCA::Hash::~Hash()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x19c0): undefined reference to `QCA::Hash::~Hash()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x1a40): undefined reference to `QCA::Hash::~Hash()'
.obj/securestream.o: In function `SecureStream::layer_needWrite(QMemArray<char> const&)':
securestream.cpp:(.text+0x10ac): undefined reference to `QCA::SASL::write(QMemArray<char> const&)'
securestream.cpp:(.text+0x10cb): undefined reference to `QCA::TLS::write(QMemArray<char> const&)'
.obj/securestream.o: In function `SecureStream::layer_readyRead(QMemArray<char> const&)':
securestream.cpp:(.text+0x1249): undefined reference to `QCA::SASL::writeIncoming(QMemArray<char> const&)'
securestream.cpp:(.text+0x1268): undefined reference to `QCA::TLS::writeIncoming(QMemArray<char> const&)'
.obj/securestream.o: In function `SecureStream::bs_readyRead()':
securestream.cpp:(.text+0x1ca0): undefined reference to `QCA::SASL::writeIncoming(QMemArray<char> const&)'
securestream.cpp:(.text+0x1cb1): undefined reference to `QCA::TLS::writeIncoming(QMemArray<char> const&)'
.obj/securestream.o: In function `SecureLayer::qt_invoke(int, QUObject*)':
securestream.cpp:(.text+0x1dc1): undefined reference to `QCA::TLS::readOutgoing()'
securestream.cpp:(.text+0x1e7f): undefined reference to `QCA::SASL::read()'
securestream.cpp:(.text+0x1ea9): undefined reference to `QCA::SASL::readOutgoing()'
securestream.cpp:(.text+0x1eea): undefined reference to `QCA::TLS::readUnprocessed()'
securestream.cpp:(.text+0x1f11): undefined reference to `QCA::TLS::read()'
.obj/securestream.o: In function `SecureStream::write(QMemArray<char> const&)':
securestream.cpp:(.text+0x457): undefined reference to `QCA::TLS::write(QMemArray<char> const&)'
securestream.cpp:(.text+0x4cc): undefined reference to `QCA::SASL::write(QMemArray<char> const&)'
.obj/securestream.o: In function `SecureStream::closeTLS()':
securestream.cpp:(.text+0x4f8): undefined reference to `QCA::TLS::close()'
.obj/securestream.o: In function `SecureStream::insertData(QMemArray<char> const&)':
securestream.cpp:(.text+0x116d): undefined reference to `QCA::TLS::writeIncoming(QMemArray<char> const&)'
securestream.cpp:(.text+0x117e): undefined reference to `QCA::SASL::writeIncoming(QMemArray<char> const&)'
.obj/protocol.o: In function `XMPP::CoreProtocol::normalStep(QDomElement const&)':
protocol.cpp:(.text+0x6eb5): undefined reference to `QCA::isSupported(int)'
protocol.cpp:(.text+0x6ec6): undefined reference to `QCA::insertProvider(QCAProvider*)'
protocol.cpp:(.text+0x702c): undefined reference to `QCA::SHA1::SHA1()'
protocol.cpp:(.text+0x703f): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
protocol.cpp:(.text+0x7052): undefined reference to `QCA::Hash::final()'
protocol.cpp:(.text+0x705d): undefined reference to `QCA::Hash::~Hash()'
protocol.cpp:(.text+0x708b): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
protocol.cpp:(.text+0xafc5): undefined reference to `QCA::Hash::~Hash()'
.obj/stream.o: In function `XMPP::ClientStream::convertedSASLCond() const':
stream.cpp:(.text+0x3d1): undefined reference to `QCA::SASL::errorCondition() const'
.obj/stream.o: In function `XMPP::ClientStream::sasl_needParams(bool, bool, bool, bool)':
stream.cpp:(.text+0x603): undefined reference to `QCA::SASL::setAuthzid(QString const&)'
.obj/stream.o: In function `XMPP::ClientStream::reset(bool)':
stream.cpp:(.text+0xc5c): undefined reference to `QCA::TLS::reset()'
.obj/stream.o: In function `genId()':
stream.cpp:(.text+0xf71): undefined reference to `QCA::isSupported(int)'
stream.cpp:(.text+0xff1): undefined reference to `QCA::SHA1::SHA1()'
stream.cpp:(.text+0xffd): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
stream.cpp:(.text+0x100d): undefined reference to `QCA::Hash::final()'
stream.cpp:(.text+0x1018): undefined reference to `QCA::Hash::~Hash()'
stream.cpp:(.text+0x1024): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
stream.cpp:(.text+0x1060): undefined reference to `QCA::insertProvider(QCAProvider*)'
stream.cpp:(.text+0x109b): undefined reference to `QCA::Hash::~Hash()'
.obj/stream.o: In function `XMPP::ClientStream::handleNeed()':
stream.cpp:(.text+0x18ea): undefined reference to `QCA::SASL::putStep(QMemArray<char> const&)'
stream.cpp:(.text+0x190e): undefined reference to `QCA::isSupported(int)'
stream.cpp:(.text+0x1935): undefined reference to `QCA::SASL::SASL(QObject*)'
stream.cpp:(.text+0x1a48): undefined reference to `QCA::SASL::setRemoteAddr(QHostAddress const&, unsigned short)'
stream.cpp:(.text+0x1a64): undefined reference to `QCA::SASL::setAllowAnonymous(bool)'
stream.cpp:(.text+0x1a7a): undefined reference to `QCA::SASL::setAllowPlain(bool)'
stream.cpp:(.text+0x1a90): undefined reference to `QCA::SASL::setRequireMutualAuth(bool)'
stream.cpp:(.text+0x1aa5): undefined reference to `QCA::SASL::setMinimumSSF(int)'
stream.cpp:(.text+0x1aba): undefined reference to `QCA::SASL::setMaximumSSF(int)'
stream.cpp:(.text+0x1b5b): undefined reference to `QCA::SASL::startClient(QString const&, QString const&, QStringList const&, bool)'
stream.cpp:(.text+0x1c57): undefined reference to `QCA::SASL::setLocalAddr(QHostAddress const&, unsigned short)'
stream.cpp:(.text+0x1c6b): undefined reference to `QCA::isSupported(int)'
stream.cpp:(.text+0x1c7c): undefined reference to `QCA::insertProvider(QCAProvider*)'
stream.cpp:(.text+0x1cac): undefined reference to `QCA::insertProvider(QCAProvider*)'
.obj/stream.o: In function `XMPP::ClientStream::srvProcessNext()':
stream.cpp:(.text+0x1e29): undefined reference to `QCA::SASL::SASL(QObject*)'
stream.cpp:(.text+0x1ed0): undefined reference to `QCA::SASL::setMinimumSSF(int)'
stream.cpp:(.text+0x1ee7): undefined reference to `QCA::SASL::setMaximumSSF(int)'
stream.cpp:(.text+0x1f47): undefined reference to `QCA::SASL::startServer(QString const&, QString const&, QString const&, QStringList*)'
stream.cpp:(.text+0x214a): undefined reference to `QCA::SHA1::SHA1()'
stream.cpp:(.text+0x215a): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
stream.cpp:(.text+0x216a): undefined reference to `QCA::Hash::final()'
stream.cpp:(.text+0x2175): undefined reference to `QCA::Hash::~Hash()'
stream.cpp:(.text+0x219d): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
stream.cpp:(.text+0x2273): undefined reference to `QCA::SHA1::SHA1()'
stream.cpp:(.text+0x2283): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
stream.cpp:(.text+0x2293): undefined reference to `QCA::Hash::final()'
stream.cpp:(.text+0x229e): undefined reference to `QCA::Hash::~Hash()'
stream.cpp:(.text+0x22c6): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
stream.cpp:(.text+0x23d1): undefined reference to `QCA::SHA1::SHA1()'
stream.cpp:(.text+0x23e1): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
stream.cpp:(.text+0x23f1): undefined reference to `QCA::Hash::final()'
stream.cpp:(.text+0x23fc): undefined reference to `QCA::Hash::~Hash()'
stream.cpp:(.text+0x2424): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
stream.cpp:(.text+0x26de): undefined reference to `QCA::SASL::putStep(QMemArray<char> const&)'
stream.cpp:(.text+0x276c): undefined reference to `QCA::TLS::startServer()'
stream.cpp:(.text+0x282b): undefined reference to `QCA::SASL::putServerFirstStep(QString const&, QMemArray<char> const&)'
stream.cpp:(.text+0x2a05): undefined reference to `QCA::Hash::~Hash()'
stream.cpp:(.text+0x2a90): undefined reference to `QCA::Hash::~Hash()'
stream.cpp:(.text+0x2b2d): undefined reference to `QCA::Hash::~Hash()'
.obj/stream.o: In function `XMPP::ClientStream::sasl_authCheck(QString const&, QString const&)':
stream.cpp:(.text+0x2c02): undefined reference to `QCA::SASL::continueAfterAuthCheck()'
.obj/stream.o: In function `XMPP::ClientStream::sasl_authenticated()':
stream.cpp:(.text+0x4bf9): undefined reference to `QCA::SASL::ssf() const'
.obj/stream.o: In function `XMPP::ClientStream::sasl_needParams(bool, bool, bool, bool)':
stream.cpp:(.text+0x5ee): undefined reference to `QCA::SASL::continueAfterParams()'
.obj/stream.o: In function `XMPP::ClientStream::setRealm(QString const&)':
stream.cpp:(.text+0x6d3): undefined reference to `QCA::SASL::setRealm(QString const&)'
.obj/stream.o: In function `XMPP::ClientStream::setPassword(QString const&)':
stream.cpp:(.text+0x700): undefined reference to `QCA::SASL::setPassword(QString const&)'
.obj/stream.o: In function `XMPP::ClientStream::setUsername(QString const&)':
stream.cpp:(.text+0x733): undefined reference to `QCA::SASL::setUsername(QString const&)'
.obj/stream.o: In function `XMPP::ClientStream::continueAfterParams()':
stream.cpp:(.text+0x52e1): undefined reference to `QCA::SASL::continueAfterParams()'
.obj/s5b.o: In function `XMPP::S5BManager::S5BManager(XMPP::Client*)':
s5b.cpp:(.text+0x2480): undefined reference to `QCA::isSupported(int)'
s5b.cpp:(.text+0x2491): undefined reference to `QCA::insertProvider(QCAProvider*)'
.obj/s5b.o: In function `XMPP::S5BManager::S5BManager(XMPP::Client*)':
s5b.cpp:(.text+0x29c0): undefined reference to `QCA::isSupported(int)'
s5b.cpp:(.text+0x29d1): undefined reference to `QCA::insertProvider(QCAProvider*)'
.obj/s5b.o: In function `XMPP::makeKey(QString const&, XMPP::Jid const&, XMPP::Jid const&)':
s5b.cpp:(.text+0x71cc): undefined reference to `QCA::SHA1::SHA1()'
s5b.cpp:(.text+0x71d8): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
s5b.cpp:(.text+0x71e8): undefined reference to `QCA::Hash::final()'
s5b.cpp:(.text+0x71f3): undefined reference to `QCA::Hash::~Hash()'
s5b.cpp:(.text+0x7210): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
s5b.cpp:(.text+0x7315): undefined reference to `QCA::Hash::~Hash()'
.obj/iconset.o: In function `Iconset::Private::loadIcon(QDomElement const&, QString const&)':
iconset.cpp:(.text._ZN7Iconset7Private8loadIconERK11QDomElementRK7QString[Iconset::Private::loadIcon(QDomElement const&, QString const&)]+0x1bb3): undefined reference to `QCA::SHA1::SHA1()'
iconset.cpp:(.text._ZN7Iconset7Private8loadIconERK11QDomElementRK7QString[Iconset::Private::loadIcon(QDomElement const&, QString const&)]+0x1bc6): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
iconset.cpp:(.text._ZN7Iconset7Private8loadIconERK11QDomElementRK7QString[Iconset::Private::loadIcon(QDomElement const&, QString const&)]+0x1bd9): undefined reference to `QCA::Hash::final()'
iconset.cpp:(.text._ZN7Iconset7Private8loadIconERK11QDomElementRK7QString[Iconset::Private::loadIcon(QDomElement const&, QString const&)]+0x1be4): undefined reference to `QCA::Hash::~Hash()'
iconset.cpp:(.text._ZN7Iconset7Private8loadIconERK11QDomElementRK7QString[Iconset::Private::loadIcon(QDomElement const&, QString const&)]+0x1c12): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
iconset.cpp:(.text._ZN7Iconset7Private8loadIconERK11QDomElementRK7QString[Iconset::Private::loadIcon(QDomElement const&, QString const&)]+0x2426): undefined reference to `QCA::Hash::~Hash()'
.obj/main.o: In function `main':
main.cpp:(.text+0x3fa0): undefined reference to `QCA::isSupported(int)'
main.cpp:(.text+0x4075): undefined reference to `QCA::unloadAllPlugins()'
main.cpp:(.text+0x4209): undefined reference to `QCA::insertProvider(QCAProvider*)'
.obj/psiaccount.o: In function `getRootCerts(QStringList const&)':
psiaccount.cpp:(.text+0x7d9d): undefined reference to `QCA::Cert::Cert()'
psiaccount.cpp:(.text+0x7e7c): undefined reference to `QCA::Cert::fromDER(QMemArray<char> const&)'
psiaccount.cpp:(.text+0x7eea): undefined reference to `QCA::Cert::isNull() const'
psiaccount.cpp:(.text+0x7efa): undefined reference to `QCA::Cert::~Cert()'
psiaccount.cpp:(.text+0x8169): undefined reference to `QCA::Cert::~Cert()'
.obj/psiaccount.o: In function `PsiAccount::login()':
psiaccount.cpp:(.text+0xfc4a): undefined reference to `QCA::isSupported(int)'
psiaccount.cpp:(.text+0x102ff): undefined reference to `QCA::TLS::TLS(QObject*)'
psiaccount.cpp:(.text+0x10320): undefined reference to `QCA::TLS::setCertificateStore(QPtrList<QCA::Cert> const&)'
.obj/psiaccount.o: In function `PsiAccount::tls_handshaken()':
psiaccount.cpp:(.text+0x1550b): undefined reference to `QCA::TLS::peerCertificate() const'
psiaccount.cpp:(.text+0x1551b): undefined reference to `QCA::Cert::Cert(QCA::Cert const&)'
psiaccount.cpp:(.text+0x15533): undefined reference to `QCA::TLS::certificateValidityResult() const'
psiaccount.cpp:(.text+0x15568): undefined reference to `QCA::Cert::~Cert()'
psiaccount.cpp:(.text+0x15a1b): undefined reference to `QCA::Cert::~Cert()'
.obj/psiaccount.o: In function `QPtrList<QCA::Cert>::deleteItem(void*)':
psiaccount.cpp:(.text._ZN8QPtrListIN3QCA4CertEE10deleteItemEPv[QPtrList<QCA::Cert>::deleteItem(void*)]+0x1a): undefined reference to `QCA::Cert::~Cert()'
.obj/accountdlg.o: In function `getRootCerts(QStringList const&)':
accountdlg.cpp:(.text+0x176d): undefined reference to `QCA::Cert::Cert()'
accountdlg.cpp:(.text+0x184c): undefined reference to `QCA::Cert::fromDER(QMemArray<char> const&)'
accountdlg.cpp:(.text+0x18ba): undefined reference to `QCA::Cert::isNull() const'
accountdlg.cpp:(.text+0x18ca): undefined reference to `QCA::Cert::~Cert()'
accountdlg.cpp:(.text+0x1b65): undefined reference to `QCA::Cert::~Cert()'
.obj/accountdlg.o: In function `AccountRegDlg::sslToggled(bool)':
accountdlg.cpp:(.text+0x2528): undefined reference to `QCA::isSupported(int)'
.obj/accountdlg.o: In function `AccountModifyDlg::sslToggled(bool)':
accountdlg.cpp:(.text+0x4938): undefined reference to `QCA::isSupported(int)'
.obj/accountdlg.o: In function `MiniClient::connectToServer(XMPP::Jid const&, bool, QString const&, int, ProxyManager*, int, QString*)':
accountdlg.cpp:(.text+0x6db8): undefined reference to `QCA::TLS::TLS(QObject*)'
accountdlg.cpp:(.text+0x6dc7): undefined reference to `QCA::TLS::setCertificateStore(QPtrList<QCA::Cert> const&)'
.obj/accountdlg.o: In function `MiniClient::tls_handshaken()':
accountdlg.cpp:(.text+0x99a2): undefined reference to `QCA::TLS::peerCertificate() const'
accountdlg.cpp:(.text+0x99b2): undefined reference to `QCA::Cert::Cert(QCA::Cert const&)'
accountdlg.cpp:(.text+0x99c1): undefined reference to `QCA::TLS::certificateValidityResult() const'
accountdlg.cpp:(.text+0x9cf3): undefined reference to `QCA::Cert::~Cert()'
accountdlg.cpp:(.text+0x9deb): undefined reference to `QCA::Cert::~Cert()'
.obj/sslcertdlg.o: In function `SSLCertDlg::setCert(QCA::Cert const&, int)':
sslcertdlg.cpp:(.text+0x109c): undefined reference to `QCA::Cert::isNull() const'
sslcertdlg.cpp:(.text+0x114f): undefined reference to `QCA::Cert::notBefore() const'
sslcertdlg.cpp:(.text+0x1179): undefined reference to `QCA::Cert::notAfter() const'
sslcertdlg.cpp:(.text+0x11b1): undefined reference to `QCA::Cert::notBefore() const'
sslcertdlg.cpp:(.text+0x1263): undefined reference to `QCA::Cert::notAfter() const'
sslcertdlg.cpp:(.text+0x130f): undefined reference to `QCA::Cert::serialNumber() const'
sslcertdlg.cpp:(.text+0x138e): undefined reference to `QCA::Cert::subject() const'
sslcertdlg.cpp:(.text+0x14ca): undefined reference to `QCA::Cert::issuer() const'
sslcertdlg.cpp:(.text+0x1556): undefined reference to `QCA::Cert::issuer() const'
sslcertdlg.cpp:(.text+0x1799): undefined reference to `QCA::Cert::subject() const'
.obj/qwextend.o: In function `reparent_good(QWidget*, unsigned int, bool)':
qwextend.cpp:(.text+0x2bc): undefined reference to `qPRCreate(QWidget const*, unsigned long)'
qwextend.cpp:(.text+0x3cf): undefined reference to `qt_dnd_enable(QWidget*, bool)'
qwextend.cpp:(.text+0x522): undefined reference to `qt_XDestroyWindow(QWidget const*, _XDisplay*, unsigned long)'
collect2: ld returned 1 exit status
make[1]: *** [psi] Error 1
make: *** [sub-src] Error 2

!!! ERROR: net-im/psi-0.10 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  psi-0.10.ebuild, line 271:   Called die

!!! Make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Back to top
View user's profile Send private message
nelchael
Retired Dev
Retired Dev


Joined: 20 Mar 2004
Posts: 1948
Location: /dev/drzewo

PostPosted: Sat Jun 10, 2006 10:19 am    Post subject: Reply with quote

Poprawiona wersja + latka dla Audacious: http://overlays.gentoo.org/dev/nelchael/browser
_________________
[color=gray:17697d0166]http://dev.gentoo.org/~nelchael/[/color:17697d0166]

[size=14:17697d0166]>> [b:17697d0166]Zasady na f.g.o->Polish[/b:17697d0166] <<[/size:17697d0166]
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Sat Jun 10, 2006 10:56 am    Post subject: Reply with quote

tu macie to psi z paczami od razu (ja musiałem ręcznie sciagac) :
http://my.opera.com/Kfiaciarka/homes/files/psi_nelchael.tar.bz2
Back to top
View user's profile Send private message
nelchael
Retired Dev
Retired Dev


Joined: 20 Mar 2004
Posts: 1948
Location: /dev/drzewo

PostPosted: Sat Jun 10, 2006 11:19 am    Post subject: Reply with quote

kfiaciarka wrote:
tu macie to psi z paczami od razu (ja musiałem ręcznie sciagac) :
http://my.opera.com/Kfiaciarka/homes/files/psi_nelchael.tar.bz2


Wystarczylo zrobic
Code:
svn co ...
;)
_________________
[color=gray:17697d0166]http://dev.gentoo.org/~nelchael/[/color:17697d0166]

[size=14:17697d0166]>> [b:17697d0166]Zasady na f.g.o->Polish[/b:17697d0166] <<[/size:17697d0166]
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Sat Jun 10, 2006 11:20 am    Post subject: Reply with quote

nie pomyślałem:>
Kompilacja na gcc 4.1.0-r1 zakończyła sie od razu tym 2 błędem. Teraz sprawdze czy może się skompiluje na gcc 3.4.6.
Back to top
View user's profile Send private message
nelchael
Retired Dev
Retired Dev


Joined: 20 Mar 2004
Posts: 1948
Location: /dev/drzewo

PostPosted: Sat Jun 10, 2006 11:26 am    Post subject: Reply with quote

Skompilowalem to Psi gcc-4.1.1 i dziala ok.
_________________
[color=gray:17697d0166]http://dev.gentoo.org/~nelchael/[/color:17697d0166]

[size=14:17697d0166]>> [b:17697d0166]Zasady na f.g.o->Polish[/b:17697d0166] <<[/size:17697d0166]
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Sat Jun 10, 2006 11:33 am    Post subject: Reply with quote

Ale zapewne na innych flagach:)
Code:

# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=i686 -pipe -fomit-frame-pointer -mmmx -msse -msse2 -mfpmath=sse,387 -ftracer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
#CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden"
MAKEOPTS="-j2 -s"
AS_NEEDED="-Wl,--as-needed"
BDIRECT="-Wl,-Bdirect"
#LDFLAGS="-Wl,-O1,--sort-common $AS_NEEDED $BDIRECT"
AUTOCLEAN="yes"
CLEAN_DELAY="1"
#PORTAGE_STRIP_FLAGS="--strip-all --discard-all -R .comment -R .note"
LINGUAS="pl"
ALSA_CARDS="emu10k1"
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="nvidia"
PORTDIR_OVERLAY="/usr/local/portage" # /usr/local/xgl-coffee"
GENTOO_MIRRORS="http://gentoo.zie.pg.gda.pl http://gentoo.inf.elte.hu/ http://85.25.128.62"
ACCEPT_KEYWORDS="~x86"
FEATURES="sandbox -ccache digest parallel-fetch"
EMERGE_DEFAULT_OPTS="--alphabetical"
PORTAGE_NICENESS="19"
USE="alsa avi bitmap-fonts cairo cdr cdrom divx4linux dvd dvdr dvdread flash gif glitz gtk2 -gtk jpeg jpeg2k kde kdeenablefinal kdehiddenvisibility xcomposite kernel_linux linguas_pl mp3 mpeg nptl nptlonly nvidia ogg oggvorbis opengl png qt tga tiff truetype type1-fonts udev usb v4l vorbis wmf X xml2 xv xvid xpm -apache2 arts -ipv6 -gdbm berkdb -gnome -fortran motif oss pertty risky -xmms mmx sse sse2 pic -nls unicode -arts"

Na czas kompilacji psi specjalnie wyłączyłem to co może psuć, ale nie pomaga.
Nelchael - jaki masz march? Może dałoby radę binarke poczynić:)
Back to top
View user's profile Send private message
nelchael
Retired Dev
Retired Dev


Joined: 20 Mar 2004
Posts: 1948
Location: /dev/drzewo

PostPosted: Sat Jun 10, 2006 11:36 am    Post subject: Reply with quote

Code:
nelchael@nelchael ~$ cat /etc/make.conf

USE_PROCESSOR="mmx sse mmxext sse2"
USE_YES="X dri alsa nptl bash-completion bzip2 cups svg kdeenablefinal kdehiddenvisibility offensive ipv6 kde xml xml2 xinerama syslog musepack xscreensaver firefox"
USE_NO="-gpm -gtk -qt -arts -oss -gnome -motif -gif -sdl -samba -postgres -mysql -spell -encode -java -apache2 -tcpd -tetex -tiff -lcms -mng -curl -tcltk -xmms -esd -python -perl -expat -gd -eds"
USE="${USE_PROCESSOR} ${USE_YES} ${USE_NO}"

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -O2 -pipe"
CXXFLAGS="${CFLAGS}"

ACCEPT_KEYWORDS="~x86"

PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"

PORTDIR_OVERLAY="/home/nelchael/overlays/overlays-nelchael /home/nelchael/overlays/silvermedia /home/nelchael/overlays/gentoo-java/migration /home/nelchael/overlays/gentoo-java/migration-packages /home/nelchael/overlays/gentoo-java/gentoo-java-experimental/"

GENTOO_MIRRORS="http://gentoo.prz.rzeszow.pl http://gentoo.po.opole.pl http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"

AUTOCLEAN="yes"
CCACHE_SIZE="2048M"
EMERGE_DEFAULT_OPTS="--verbose"
FEATURES="-buildpkg -distcc -autoaddcvs -strict sandbox ccache cvs sign"
MAKEOPTS="-j2"
PORTAGE_GPG_KEY="0xBC555551"

INPUT_DEVICES="keyboard mouse synaptics"
VIDEO_CARDS="i810"

_________________
[color=gray:17697d0166]http://dev.gentoo.org/~nelchael/[/color:17697d0166]

[size=14:17697d0166]>> [b:17697d0166]Zasady na f.g.o->Polish[/b:17697d0166] <<[/size:17697d0166]
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Sat Jun 10, 2006 11:44 am    Post subject: Reply with quote

coś nowego :)
Code:

.ui/ui_profilenew.cpp: In constructor `ProfileNewUI::ProfileNewUI(QWidget*, const char*, bool, uint)':
.ui/ui_profilenew.cpp:39: error: invalid use of undefined type `struct PsiTextView'
.ui/ui_profilenew.h:20: error: forward declaration of `struct PsiTextView'
.ui/ui_profilenew.cpp:40: error: invalid use of undefined type `struct PsiTextView'
.ui/ui_profilenew.h:20: error: forward declaration of `struct PsiTextView'
.ui/ui_profilenew.cpp:40: error: invalid use of undefined type `struct PsiTextView'
.ui/ui_profilenew.h:20: error: forward declaration of `struct PsiTextView'
.ui/ui_profilenew.cpp:41: error: invalid use of undefined type `struct PsiTextView'
.ui/ui_profilenew.h:20: error: forward declaration of `struct PsiTextView'
.ui/ui_profilenew.cpp:42: error: invalid use of undefined type `struct PsiTextView'
.ui/ui_profilenew.h:20: error: forward declaration of `struct PsiTextView'
.ui/ui_profilenew.cpp:43: error: invalid use of undefined type `struct PsiTextView'
.ui/ui_profilenew.h:20: error: forward declaration of `struct PsiTextView'
.ui/ui_profilenew.cpp:44: error: no matching function for call to `QHBoxLayout::addWidget(PsiTextView*&)'
/usr/qt/3/include/qlayout.h:386: note: candidates are: void QBoxLayout::addWidget(QWidget*, int, int)
.ui/ui_profilenew.cpp:103: error: no matching function for call to `ProfileNewUI::setTabOrder(QCheckBox*&, PsiTextView*&)'
/usr/qt/3/include/qwidget.h:309: note: candidates are: static void QWidget::setTabOrder(QWidget*, QWidget*)
.ui/ui_profilenew.cpp: In member function `virtual void ProfileNewUI::languageChange()':
.ui/ui_profilenew.cpp:121: error: invalid use of undefined type `struct PsiTextView'
.ui/ui_profilenew.h:20: error: forward declaration of `struct PsiTextView'
make[1]: *** [.obj/ui_profilenew.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [sub-src] Error 2

!!! ERROR: net-im/psi-0.10 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  psi-0.10.ebuild, line 283:   Called die

!!! Make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.


Możliwe ze cos schrzanilem bo wybierałem profile 3.4.6 hardened:/ teraz na vanilla jeszcze raz spróbuje
Nic to nie dało:)
Back to top
View user's profile Send private message
Robert W.
Guru
Guru


Joined: 13 Jul 2004
Posts: 365
Location: Kobyłka

PostPosted: Sat Jun 10, 2006 1:01 pm    Post subject: Reply with quote

nelchael wrote:
Skompilowalem to Psi gcc-4.1.1 i dziala ok.
A co z tym błędem:
Code:
 * Applying libTeXFormula.diff ...

 * Failed Patch: libTeXFormula.diff !
 *  ( /var/tmp/portage/psi-0.10/work/0.10/libTeXFormula.diff )
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/psi-0.10/temp/libTeXFormula.diff-22546.out


!!! ERROR: net-im/psi-0.10 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_unpack
  ebuild.sh, line 711:   Called src_unpack
  psi-0.10.ebuild, line 241:   Called epatch '/var/tmp/portage/psi-0.10/work/0.10/libTeXFormula.diff'
  eutils.eclass, line 333:   Called die

!!! Failed Patch: libTeXFormula.diff!
!!! If you need support, post the topmost build error, and the call stack if relevant.

!!! This ebuild is from an overlay: '/usr/local/portage'
?
Back to top
View user's profile Send private message
nelchael
Retired Dev
Retired Dev


Joined: 20 Mar 2004
Posts: 1948
Location: /dev/drzewo

PostPosted: Sat Jun 10, 2006 1:06 pm    Post subject: Reply with quote

Nie mam pojecia - nie uzywam :]
_________________
[color=gray:17697d0166]http://dev.gentoo.org/~nelchael/[/color:17697d0166]

[size=14:17697d0166]>> [b:17697d0166]Zasady na f.g.o->Polish[/b:17697d0166] <<[/size:17697d0166]
Back to top
View user's profile Send private message
Robert W.
Guru
Guru


Joined: 13 Jul 2004
Posts: 365
Location: Kobyłka

PostPosted: Sat Jun 10, 2006 3:09 pm    Post subject: Reply with quote

nelchael wrote:
Wystarczylo zrobic
Code:
svn co ...
;)
A można dokładniej?
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Sat Jun 10, 2006 3:14 pm    Post subject: Reply with quote

svn co http://overlays.gentoo.org/svn/dev/nelchael/
Back to top
View user's profile Send private message
nelchael
Retired Dev
Retired Dev


Joined: 20 Mar 2004
Posts: 1948
Location: /dev/drzewo

PostPosted: Sat Jun 10, 2006 3:15 pm    Post subject: Reply with quote

Code:
svn co http://overlays.gentoo.org/svn/dev/nelchael/ /usr/local/overlays/nelchael

pozniej wystarczy
Code:
cd /usr/local/overlays/nelchael && svn up

_________________
[color=gray:17697d0166]http://dev.gentoo.org/~nelchael/[/color:17697d0166]

[size=14:17697d0166]>> [b:17697d0166]Zasady na f.g.o->Polish[/b:17697d0166] <<[/size:17697d0166]
Back to top
View user's profile Send private message
heavymetal
n00b
n00b


Joined: 20 Aug 2005
Posts: 15
Location: ~/ :]

PostPosted: Mon Jun 19, 2006 6:56 am    Post subject: Problem z kompilacją... Reply with quote

Witam!
Mam następujący problem przy kompilacji psi:
Quote:

g++ -c -pipe -Wall -W -march=i686 -O2 -pipe -D_REENTRANT -DMUCONF_HACK -DHAVE_XSS -DHAVE_DNOTIFY -DHAVE_GETHOSTBYNAME_R -DHAVE_CONFIG -DXMPP_TEST -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/opt/qt/mkspecs/linux-g++ -I/root/psi-ins/psi-0.10/src -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../cutestuff/util -I../cutestuff/network -Itools/trayicon -Itools/idle -Itools/systemwatch -Itools/mac_dock -Itools/zip -Itools/dirwatch -Itools/openpgp -Itools/globalaccel -Itools/advwidget -Itools/multilineinput -Itools/templates -I../iris/libidn -I../iris/include -I../iris/xmpp-core -I../iris/xmpp-im -I../iris/jabber -I../libpsi/iconset -I../libpsi/psiwidgets -I../libpsi/psipng -I/opt/qt/include -I/usr/X11R6/include -I.ui/ -I/root/psi-ins/psi-0.10/src -Ioptions -I.moc/ -o .obj/rc.o rc.cpp
adhoc.h:134: warning: 'class AHCommandServer' has virtual functions but non-virtual destructor
rc.h:29: warning: 'class RCCommandServer' has virtual functions but non-virtual destructor
rc.h:40: warning: 'class RCSetStatusServer' has virtual functions but non-virtual destructor
rc.h:49: warning: 'class RCForwardServer' has virtual functions but non-virtual destructor
rc.h:58: warning: 'class RCSetOptionsServer' has virtual functions but non-virtual destructor
rc.cpp: In member function 'virtual AHCommand RCSetStatusServer::execute(const AHCommand&, const XMPP::Jid&)':
rc.cpp:150: error: no matching function for call to 'PsiAccount::setStatus(XMPP::Status&, bool)'
psiaccount.h:244: note: candidates are: void PsiAccount::setStatus(const XMPP::Status&)
make[1]: *** [.obj/rc.o] Błąd 1
make[1]: Opuszczenie katalogu `/root/psi-ins/psi-0.10/src'
make: *** [sub-src] Błąd 2


Dzieje się takie coś tylko przy ręcznej kompilacji, tzn. patch-e nakładane ręcznie i kompilacja ręczna. Dystrybucja nie-gentoo :).
_________________
None....
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Sat Oct 07, 2006 8:26 pm    Post subject: Reply with quote

Code:
httppoll.cpp:(.text+0x9ba): undefined reference to `QCA::SHA1::SHA1()'
httppoll.cpp:(.text+0x9c6): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
httppoll.cpp:(.text+0x9d6): undefined reference to `QCA::Hash::final()'
httppoll.cpp:(.text+0x9e1): undefined reference to `QCA::Hash::~Hash()'
httppoll.cpp:(.text+0xa97): undefined reference to `QCA::Hash::~Hash()'
.obj/connector.o: In function `XMPP::AdvancedConnector::connectToServer(QString const&)':
connector.cpp:(.text+0x1cb8): undefined reference to `QCA::isSupported(int)'
connector.cpp:(.text+0x1f49): undefined reference to `QCA::insertProvider(QCAProvider*)'
.obj/tlshandler.o: In function `XMPP::QCATLSHandler::startClient(QString const&)':
tlshandler.cpp:(.text+0x107): undefined reference to `QCA::TLS::startClient(QString const&)'
.obj/tlshandler.o: In function `XMPP::QCATLSHandler::reset()':
tlshandler.cpp:(.text+0x141): undefined reference to `QCA::TLS::reset()'
.obj/tlshandler.o: In function `XMPP::QCATLSHandler::tls_readyReadOutgoing(int)':
tlshandler.cpp:(.text+0x4c0): undefined reference to `QCA::TLS::readOutgoing()'
.obj/tlshandler.o: In function `XMPP::QCATLSHandler::tls_readyRead()':
tlshandler.cpp:(.text+0x540): undefined reference to `QCA::TLS::read()'
.obj/tlshandler.o: In function `XMPP::QCATLSHandler::writeIncoming(QMemArray<char> const&)':
tlshandler.cpp:(.text+0xae): undefined reference to `QCA::TLS::writeIncoming(QMemArray<char> const&)'
.obj/tlshandler.o: In function `XMPP::QCATLSHandler::write(QMemArray<char> const&)':
tlshandler.cpp:(.text+0xce): undefined reference to `QCA::TLS::write(QMemArray<char> const&)'
.obj/simplesasl.o: In function `XMPP::SimpleSASLContext::clientTryAgain()':
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x60a): undefined reference to `QCA::MD5::MD5()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x621): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x63b): undefined reference to `QCA::Hash::final()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x64d): undefined reference to `QCA::Hash::~Hash()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x8c7): undefined reference to `QCA::MD5::MD5()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x8de): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x8f8): undefined reference to `QCA::Hash::final()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x90a): undefined reference to `QCA::Hash::~Hash()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x91d): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x9c8): undefined reference to `QCA::MD5::MD5()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x9df): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x9f9): undefined reference to `QCA::Hash::final()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0xa0b): undefined reference to `QCA::Hash::~Hash()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0xa32): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0xd62): undefined reference to `QCA::MD5::MD5()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0xd79): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0xd93): undefined reference to `QCA::Hash::final()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0xda5): undefined reference to `QCA::Hash::~Hash()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0xdcc): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x16a0): undefined reference to `QCA::Hash::~Hash()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x1852): undefined reference to `QCA::Hash::~Hash()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x19b2): undefined reference to `QCA::Hash::~Hash()'
simplesasl.cpp:(.text._ZN4XMPP17SimpleSASLContext14clientTryAgainEv[XMPP::SimpleSASLContext::clientTryAgain()]+0x1a30): undefined reference to `QCA::Hash::~Hash()'
.obj/securestream.o: In function `SecureStream::layer_needWrite(QMemArray<char> const&)':
securestream.cpp:(.text+0xfec): undefined reference to `QCA::SASL::write(QMemArray<char> const&)'
securestream.cpp:(.text+0x100b): undefined reference to `QCA::TLS::write(QMemArray<char> const&)'
.obj/securestream.o: In function `SecureStream::layer_readyRead(QMemArray<char> const&)':
securestream.cpp:(.text+0x10f9): undefined reference to `QCA::SASL::writeIncoming(QMemArray<char> const&)'
securestream.cpp:(.text+0x1118): undefined reference to `QCA::TLS::writeIncoming(QMemArray<char> const&)'
.obj/securestream.o: In function `SecureStream::bs_readyRead()':
securestream.cpp:(.text+0x1c1f): undefined reference to `QCA::SASL::writeIncoming(QMemArray<char> const&)'
securestream.cpp:(.text+0x1c30): undefined reference to `QCA::TLS::writeIncoming(QMemArray<char> const&)'
.obj/securestream.o: In function `SecureLayer::qt_invoke(int, QUObject*)':
securestream.cpp:(.text+0x1d41): undefined reference to `QCA::TLS::readOutgoing()'
securestream.cpp:(.text+0x1df0): undefined reference to `QCA::SASL::read()'
securestream.cpp:(.text+0x1e1a): undefined reference to `QCA::SASL::readOutgoing()'
securestream.cpp:(.text+0x1e5b): undefined reference to `QCA::TLS::readUnprocessed()'
securestream.cpp:(.text+0x1e82): undefined reference to `QCA::TLS::read()'
.obj/securestream.o: In function `SecureStream::closeTLS()':
securestream.cpp:(.text+0x1e8): undefined reference to `QCA::TLS::close()'
.obj/securestream.o: In function `SecureStream::write(QMemArray<char> const&)':
securestream.cpp:(.text+0x547): undefined reference to `QCA::TLS::write(QMemArray<char> const&)'
securestream.cpp:(.text+0x5bc): undefined reference to `QCA::SASL::write(QMemArray<char> const&)'
.obj/securestream.o: In function `SecureStream::insertData(QMemArray<char> const&)':
securestream.cpp:(.text+0x11ad): undefined reference to `QCA::TLS::writeIncoming(QMemArray<char> const&)'
securestream.cpp:(.text+0x11be): undefined reference to `QCA::SASL::writeIncoming(QMemArray<char> const&)'
.obj/protocol.o: In function `XMPP::CoreProtocol::normalStep(QDomElement const&)':
protocol.cpp:(.text+0x50bc): undefined reference to `QCA::isSupported(int)'
protocol.cpp:(.text+0x50cd): undefined reference to `QCA::insertProvider(QCAProvider*)'
protocol.cpp:(.text+0x5231): undefined reference to `QCA::SHA1::SHA1()'
protocol.cpp:(.text+0x5244): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
protocol.cpp:(.text+0x5257): undefined reference to `QCA::Hash::final()'
protocol.cpp:(.text+0x5262): undefined reference to `QCA::Hash::~Hash()'
protocol.cpp:(.text+0x528f): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
protocol.cpp:(.text+0x9954): undefined reference to `QCA::Hash::~Hash()'
.obj/stream.o: In function `XMPP::ClientStream::convertedSASLCond() const':
stream.cpp:(.text+0x471): undefined reference to `QCA::SASL::errorCondition() const'
.obj/stream.o: In function `XMPP::ClientStream::sasl_needParams(bool, bool, bool, bool)':
stream.cpp:(.text+0x6a9): undefined reference to `QCA::SASL::setAuthzid(QString const&)'
.obj/stream.o: In function `XMPP::ClientStream::reset(bool)':
stream.cpp:(.text+0x8cb): undefined reference to `QCA::TLS::reset()'
.obj/stream.o: In function `genId()':
stream.cpp:(.text+0xf31): undefined reference to `QCA::isSupported(int)'
stream.cpp:(.text+0xfb7): undefined reference to `QCA::SHA1::SHA1()'
stream.cpp:(.text+0xfc3): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
stream.cpp:(.text+0xfd3): undefined reference to `QCA::Hash::final()'
stream.cpp:(.text+0xfde): undefined reference to `QCA::Hash::~Hash()'
stream.cpp:(.text+0xfea): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
stream.cpp:(.text+0x1024): undefined reference to `QCA::insertProvider(QCAProvider*)'
stream.cpp:(.text+0x105d): undefined reference to `QCA::Hash::~Hash()'
.obj/stream.o: In function `XMPP::ClientStream::sasl_authCheck(QString const&, QString const&)':
stream.cpp:(.text+0x1513): undefined reference to `QCA::SASL::continueAfterAuthCheck()'
.obj/stream.o: In function `XMPP::ClientStream::handleNeed()':
stream.cpp:(.text+0x1b5a): undefined reference to `QCA::SASL::putStep(QMemArray<char> const&)'
stream.cpp:(.text+0x1b7d): undefined reference to `QCA::isSupported(int)'
stream.cpp:(.text+0x1ba6): undefined reference to `QCA::SASL::SASL(QObject*)'
stream.cpp:(.text+0x1cb1): undefined reference to `QCA::SASL::setRemoteAddr(QHostAddress const&, unsigned short)'
stream.cpp:(.text+0x1ccf): undefined reference to `QCA::SASL::setAllowAnonymous(bool)'
stream.cpp:(.text+0x1ce5): undefined reference to `QCA::SASL::setAllowPlain(bool)'
stream.cpp:(.text+0x1cfb): undefined reference to `QCA::SASL::setRequireMutualAuth(bool)'
stream.cpp:(.text+0x1d10): undefined reference to `QCA::SASL::setMinimumSSF(int)'
stream.cpp:(.text+0x1d25): undefined reference to `QCA::SASL::setMaximumSSF(int)'
stream.cpp:(.text+0x1de1): undefined reference to `QCA::SASL::startClient(QString const&, QString const&, QStringList const&, bool)'
stream.cpp:(.text+0x1e88): undefined reference to `QCA::SASL::setLocalAddr(QHostAddress const&, unsigned short)'
stream.cpp:(.text+0x1e9c): undefined reference to `QCA::isSupported(int)'
stream.cpp:(.text+0x1ead): undefined reference to `QCA::insertProvider(QCAProvider*)'
stream.cpp:(.text+0x1f19): undefined reference to `QCA::insertProvider(QCAProvider*)'
.obj/stream.o: In function `XMPP::ClientStream::srvProcessNext()':
stream.cpp:(.text+0x2093): undefined reference to `QCA::SASL::SASL(QObject*)'
stream.cpp:(.text+0x2134): undefined reference to `QCA::SASL::setMinimumSSF(int)'
stream.cpp:(.text+0x214a): undefined reference to `QCA::SASL::setMaximumSSF(int)'
stream.cpp:(.text+0x21a9): undefined reference to `QCA::SASL::startServer(QString const&, QString const&, QString const&, QStringList*)'
stream.cpp:(.text+0x23a5): undefined reference to `QCA::SHA1::SHA1()'
stream.cpp:(.text+0x23b5): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
stream.cpp:(.text+0x23c5): undefined reference to `QCA::Hash::final()'
stream.cpp:(.text+0x23d0): undefined reference to `QCA::Hash::~Hash()'
stream.cpp:(.text+0x23f7): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
stream.cpp:(.text+0x24ca): undefined reference to `QCA::SHA1::SHA1()'
stream.cpp:(.text+0x24da): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
stream.cpp:(.text+0x24ea): undefined reference to `QCA::Hash::final()'
stream.cpp:(.text+0x24f5): undefined reference to `QCA::Hash::~Hash()'
stream.cpp:(.text+0x251c): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
stream.cpp:(.text+0x2625): undefined reference to `QCA::SHA1::SHA1()'
stream.cpp:(.text+0x2635): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
stream.cpp:(.text+0x2645): undefined reference to `QCA::Hash::final()'
stream.cpp:(.text+0x2650): undefined reference to `QCA::Hash::~Hash()'
stream.cpp:(.text+0x2677): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
stream.cpp:(.text+0x292e): undefined reference to `QCA::SASL::putStep(QMemArray<char> const&)'
stream.cpp:(.text+0x29bb): undefined reference to `QCA::TLS::startServer()'
stream.cpp:(.text+0x2a33): undefined reference to `QCA::SASL::putServerFirstStep(QString const&, QMemArray<char> const&)'
stream.cpp:(.text+0x2c48): undefined reference to `QCA::Hash::~Hash()'
stream.cpp:(.text+0x2cd9): undefined reference to `QCA::Hash::~Hash()'
stream.cpp:(.text+0x2d77): undefined reference to `QCA::Hash::~Hash()'
.obj/stream.o: In function `XMPP::ClientStream::sasl_authenticated()':
stream.cpp:(.text+0x3549): undefined reference to `QCA::SASL::ssf() const'
.obj/stream.o: In function `XMPP::ClientStream::sasl_needParams(bool, bool, bool, bool)':
stream.cpp:(.text+0x694): undefined reference to `QCA::SASL::continueAfterParams()'
.obj/stream.o: In function `XMPP::ClientStream::setRealm(QString const&)':
stream.cpp:(.text+0x773): undefined reference to `QCA::SASL::setRealm(QString const&)'
.obj/stream.o: In function `XMPP::ClientStream::setPassword(QString const&)':
stream.cpp:(.text+0x7a4): undefined reference to `QCA::SASL::setPassword(QString const&)'
.obj/stream.o: In function `XMPP::ClientStream::setUsername(QString const&)':
stream.cpp:(.text+0x7d3): undefined reference to `QCA::SASL::setUsername(QString const&)'
.obj/stream.o: In function `XMPP::ClientStream::continueAfterParams()':
stream.cpp:(.text+0x3c51): undefined reference to `QCA::SASL::continueAfterParams()'
.obj/s5b.o: In function `XMPP::S5BManager::S5BManager(XMPP::Client*)':
s5b.cpp:(.text+0x2072): undefined reference to `QCA::isSupported(int)'
s5b.cpp:(.text+0x2083): undefined reference to `QCA::insertProvider(QCAProvider*)'
.obj/s5b.o: In function `XMPP::S5BManager::S5BManager(XMPP::Client*)':
s5b.cpp:(.text+0x22e2): undefined reference to `QCA::isSupported(int)'
s5b.cpp:(.text+0x22f3): undefined reference to `QCA::insertProvider(QCAProvider*)'
.obj/s5b.o: In function `XMPP::makeKey(QString const&, XMPP::Jid const&, XMPP::Jid const&)':
s5b.cpp:(.text+0x6b9f): undefined reference to `QCA::SHA1::SHA1()'
s5b.cpp:(.text+0x6bab): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
s5b.cpp:(.text+0x6bbb): undefined reference to `QCA::Hash::final()'
s5b.cpp:(.text+0x6bc6): undefined reference to `QCA::Hash::~Hash()'
s5b.cpp:(.text+0x6be6): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
s5b.cpp:(.text+0x6cb2): undefined reference to `QCA::Hash::~Hash()'
.obj/iconset.o: In function `Iconset::Private::loadIcon(QDomElement const&, QString const&)':
iconset.cpp:(.text._ZN7Iconset7Private8loadIconERK11QDomElementRK7QString[Iconset::Private::loadIcon(QDomElement const&, QString const&)]+0x1b59): undefined reference to `QCA::SHA1::SHA1()'
iconset.cpp:(.text._ZN7Iconset7Private8loadIconERK11QDomElementRK7QString[Iconset::Private::loadIcon(QDomElement const&, QString const&)]+0x1b6c): undefined reference to `QCA::Hash::update(QMemArray<char> const&)'
iconset.cpp:(.text._ZN7Iconset7Private8loadIconERK11QDomElementRK7QString[Iconset::Private::loadIcon(QDomElement const&, QString const&)]+0x1b7f): undefined reference to `QCA::Hash::final()'
iconset.cpp:(.text._ZN7Iconset7Private8loadIconERK11QDomElementRK7QString[Iconset::Private::loadIcon(QDomElement const&, QString const&)]+0x1b8a): undefined reference to `QCA::Hash::~Hash()'
iconset.cpp:(.text._ZN7Iconset7Private8loadIconERK11QDomElementRK7QString[Iconset::Private::loadIcon(QDomElement const&, QString const&)]+0x1bb7): undefined reference to `QCA::arrayToHex(QMemArray<char> const&)'
iconset.cpp:(.text._ZN7Iconset7Private8loadIconERK11QDomElementRK7QString[Iconset::Private::loadIcon(QDomElement const&, QString const&)]+0x228d): undefined reference to `QCA::Hash::~Hash()'
.obj/main.o: In function `main':
main.cpp:(.text+0x57ac): undefined reference to `QCA::isSupported(int)'
main.cpp:(.text+0x5887): undefined reference to `QCA::unloadAllPlugins()'
main.cpp:(.text+0x5a29): undefined reference to `QCA::insertProvider(QCAProvider*)'
.obj/psiaccount.o: In function `getRootCerts(QStringList const&)':
psiaccount.cpp:(.text+0x448d): undefined reference to `QCA::Cert::~Cert()'
psiaccount.cpp:(.text+0x450a): undefined reference to `QCA::Cert::Cert()'
psiaccount.cpp:(.text+0x45ea): undefined reference to `QCA::Cert::fromDER(QMemArray<char> const&)'
psiaccount.cpp:(.text+0x464b): undefined reference to `QCA::Cert::isNull() const'
psiaccount.cpp:(.text+0x48b4): undefined reference to `QCA::Cert::~Cert()'
.obj/psiaccount.o: In function `PsiAccount::login()':
psiaccount.cpp:(.text+0xba7a): undefined reference to `QCA::isSupported(int)'
psiaccount.cpp:(.text+0xbe90): undefined reference to `QCA::TLS::TLS(QObject*)'
psiaccount.cpp:(.text+0xbeb1): undefined reference to `QCA::TLS::setCertificateStore(QPtrList<QCA::Cert> const&)'
.obj/psiaccount.o: In function `PsiAccount::tls_handshaken()':
psiaccount.cpp:(.text+0x1966b): undefined reference to `QCA::TLS::peerCertificate() const'
psiaccount.cpp:(.text+0x1967b): undefined reference to `QCA::Cert::Cert(QCA::Cert const&)'
psiaccount.cpp:(.text+0x19693): undefined reference to `QCA::TLS::certificateValidityResult() const'
psiaccount.cpp:(.text+0x196c8): undefined reference to `QCA::Cert::~Cert()'
psiaccount.cpp:(.text+0x19b9b): undefined reference to `QCA::Cert::~Cert()'
.obj/psiaccount.o: In function `QPtrList<QCA::Cert>::deleteItem(void*)':
psiaccount.cpp:(.text._ZN8QPtrListIN3QCA4CertEE10deleteItemEPv[QPtrList<QCA::Cert>::deleteItem(void*)]+0x1a): undefined reference to `QCA::Cert::~Cert()'
.obj/accountdlg.o: In function `AccountRegDlg::sslToggled(bool)':
accountdlg.cpp:(.text+0x13e8): undefined reference to `QCA::isSupported(int)'
.obj/accountdlg.o: In function `getRootCerts(QStringList const&)':
accountdlg.cpp:(.text+0x2a29): undefined reference to `QCA::Cert::~Cert()'
accountdlg.cpp:(.text+0x2aa6): undefined reference to `QCA::Cert::Cert()'
accountdlg.cpp:(.text+0x2b86): undefined reference to `QCA::Cert::fromDER(QMemArray<char> const&)'
accountdlg.cpp:(.text+0x2bea): undefined reference to `QCA::Cert::isNull() const'
accountdlg.cpp:(.text+0x2df5): undefined reference to `QCA::Cert::~Cert()'
.obj/accountdlg.o: In function `AccountModifyDlg::sslToggled(bool)':
accountdlg.cpp:(.text+0x3328): undefined reference to `QCA::isSupported(int)'
.obj/accountdlg.o: In function `MiniClient::connectToServer(XMPP::Jid const&, bool, QString const&, int, ProxyManager*, int, QString*)':
accountdlg.cpp:(.text+0x86dd): undefined reference to `QCA::TLS::TLS(QObject*)'
accountdlg.cpp:(.text+0x86ec): undefined reference to `QCA::TLS::setCertificateStore(QPtrList<QCA::Cert> const&)'
.obj/accountdlg.o: In function `MiniClient::tls_handshaken()':
accountdlg.cpp:(.text+0x9b22): undefined reference to `QCA::TLS::peerCertificate() const'
accountdlg.cpp:(.text+0x9b32): undefined reference to `QCA::Cert::Cert(QCA::Cert const&)'
accountdlg.cpp:(.text+0x9b41): undefined reference to `QCA::TLS::certificateValidityResult() const'
accountdlg.cpp:(.text+0x9e73): undefined reference to `QCA::Cert::~Cert()'
accountdlg.cpp:(.text+0x9fe7): undefined reference to `QCA::Cert::~Cert()'
.obj/sslcertdlg.o: In function `SSLCertDlg::setCert(QCA::Cert const&, int)':
sslcertdlg.cpp:(.text+0x101c): undefined reference to `QCA::Cert::isNull() const'
sslcertdlg.cpp:(.text+0x10cf): undefined reference to `QCA::Cert::notBefore() const'
sslcertdlg.cpp:(.text+0x10f9): undefined reference to `QCA::Cert::notAfter() const'
sslcertdlg.cpp:(.text+0x1131): undefined reference to `QCA::Cert::notBefore() const'
sslcertdlg.cpp:(.text+0x11d6): undefined reference to `QCA::Cert::notAfter() const'
sslcertdlg.cpp:(.text+0x1277): undefined reference to `QCA::Cert::serialNumber() const'
sslcertdlg.cpp:(.text+0x12ed): undefined reference to `QCA::Cert::subject() const'
sslcertdlg.cpp:(.text+0x1405): undefined reference to `QCA::Cert::issuer() const'
.obj/qwextend.o: In function `reparent_good(QWidget*, unsigned int, bool)':
qwextend.cpp:(.text+0x396): undefined reference to `qPRCreate(QWidget const*, unsigned long)'
qwextend.cpp:(.text+0x54d): undefined reference to `qt_dnd_enable(QWidget*, bool)'
qwextend.cpp:(.text+0x640): undefined reference to `qt_XDestroyWindow(QWidget const*, _XDisplay*, unsigned long)'
collect2: ld returned 1 exit status
make[1]: *** [psi] Błąd 1
make: *** [sub-src] Błąd 2

!!! ERROR: net-im/psi-0.10-r1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  psi-0.10-r1.ebuild, line 278:   Called die

!!! Make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

!!! This ebuild is from an overlay: '/usr/local/overlays/nelchael'

tym razem juz normalny system :
Code:
Portage 2.1.2_pre2-r5 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r4, 2.6.18-gentoo i686)
=================================================================
System uname: 2.6.18-gentoo i686 AMD Athlon(tm) 64 Processor 2800+
Gentoo Base System version 1.12.5
Last Sync: Sat, 07 Oct 2006 03:00:09 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon64 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-O2 -march=athlon64 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig digest distlocks parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/"
LANG="pl_PL.UTF-8"
LC_ALL="pl_PL.UTF-8"
LINGUAS="pl"
MAKEOPTS="-j2 -s"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/xgl-coffee /usr/portage/local/layman/sunrise /usr/local/overlays/nelchael"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aac alsa avi berkdb bitmap-fonts cairo cdr cdrom cli crypt cups divx4linux dlloader dri dvd dvdr dvdread elibc_glibc encode esd flash fortran gif glitz gpm gtk hal imagemegick imlib input_devices_joystick input_devices_keyboard input_devices_mouse input_devices_vmmouse isdnlog jpeg jpeg2k kde kdeenablefinal kdehiddenvisibility kernel_linux libg++ linguas_pl mmx motif mp3 mpeg ncurses nls nptl nptlonly nvidia ogg oggvorbis opengl oss pam pcre perl pertty pic png ppds pppd python qt3 qt4 readline reflection risky sdl session slang spell spl sse sse2 ssl tcpd tga tiff truetype truetype-fonts type1-fonts udev unicode usb userland_GNU v4l video_cards_nv video_cards_nvidia video_cards_vmware vorbis wmf xcomposite xml xml2 xorg xpm xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Back to top
View user's profile Send private message
psycepa
Veteran
Veteran


Joined: 27 Dec 2004
Posts: 1637
Location: Poland

PostPosted: Sat Dec 30, 2006 11:12 pm    Post subject: Reply with quote

widzialem gdzies na forum a nie chce zakladac nowego watku o psi
chodzi mianowicie o psi 0.11
widzialem ebuilda na amd64 bodajze
a chcialbym wiedziec czy ktos moze uzywal tej wersji dla x86 ? jesli tak to jak sie sprawuje, to prawdopodobnie beta wiec interesuje mnie czy mozna jej normalnie na codzien uzywac ?
_________________
RLUNo. 376073
bo czytac, to trzeba ze zrozumieniem (c) by psycepa
"nigdy nie kloc sie z glupcem, najpierw sprowadzi cie do swojego poziomu a potem pokona doswiadczeniem"
"Life is complex. It has its real and imaginary part."
Back to top
View user's profile Send private message
n0rbi666
l33t
l33t


Joined: 04 Mar 2005
Posts: 707
Location: \Poland\Krakow

PostPosted: Sun Dec 31, 2006 9:11 am    Post subject: Reply with quote

psycepa wrote:
a chcialbym wiedziec czy ktos moze uzywal tej wersji dla x86 ? jesli tak to jak sie sprawuje, to prawdopodobnie beta wiec interesuje mnie czy mozna jej normalnie na codzien uzywac ?
Ja używam na codzień 0.11 (bo 0.10 nie chciało się skompilowac ;) )
Wrażenia - wszystko ok, działa, jednak z 2 czy 3 razy zdarzyło mu się wywalić (po prostu wyłączył się). Jednak trochę go już używam - więc problemów z tym nie widzę :)

..::Milu Edit: ort!
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Sun Dec 31, 2006 9:19 am    Post subject: Reply with quote

a ma te pacze z dodatkami? te dla 0.10 ?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) All times are GMT
Goto page Previous  1, 2, 3 ... , 19, 20, 21  Next
Page 20 of 21

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum