Tim,
I noticed that the recommends for kopete on Debian and Ubuntu packages stated qca-tls. It should now be tqca-tls? Can I fix it?
Slavek --
On Thursday 22 of November 2012 19:39:56 Slávek Banko wrote:
Tim,
I noticed that the recommends for kopete on Debian and Ubuntu packages stated qca-tls. It should now be tqca-tls? Can I fix it?
Slavek
During testing of the patches from bug 1040, I found that with tqca-tls it is more interesting than I expected. For kopete is still used qca-tls - I think that's wrong for use with TQt3. But using patches from bug 1040 that change the QCA => TQCA occurs FTBFS with automake. CMake is fine.
What to do?
Slavek --
During testing of the patches from bug 1040, I found that with tqca-tls it is more interesting than I expected. For kopete is still used qca-tls - I think that's wrong for use with TQt3. But using patches from bug 1040 that change the QCA => TQCA occurs FTBFS with automake. CMake is fine.
What to do?
I thought the tqt3integration "macros" were supposed to fix code on-the-fly when built against tqt3.
Darrell
On Friday 23 of November 2012 02:35:30 Darrell Anderson wrote:
During testing of the patches from bug 1040, I found that with tqca-tls it is more interesting than I expected. For kopete is still used qca-tls
- I think that's wrong for use with TQt3. But using patches from bug 1040
that change the QCA => TQCA occurs FTBFS with automake. CMake is fine.
What to do?
I thought the tqt3integration "macros" were supposed to fix code on-the-fly when built against tqt3.
Darrell
I believe that tqt macros do renaming tqt => qt when building with Qt3. Not vice versa.
Slavek --
On Friday 23 of November 2012 01:47:38 Slávek Banko wrote:
On Thursday 22 of November 2012 19:39:56 Slávek Banko wrote:
Tim,
I noticed that the recommends for kopete on Debian and Ubuntu packages stated qca-tls. It should now be tqca-tls? Can I fix it?
Slavek
During testing of the patches from bug 1040, I found that with tqca-tls it is more interesting than I expected. For kopete is still used qca-tls - I think that's wrong for use with TQt3. But using patches from bug 1040 that change the QCA => TQCA occurs FTBFS with automake. CMake is fine.
What to do?
Slavek
Ok, I found the cause FTBFS with automake - was simple. Makefile.am in kopete/protocols/jabber/libiris/iris/xmpp-core contain METASOURCES = AUTO, but also contain specific rules for "securestream.moc".
I tried to prepare a patch that could possibly reduce the number of duplicate "qcaprovider.h", changes QCA => TQCA and also solves FTBFS mentioned above. See attachment 1013 in bug report 1040.
Slavek --