trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: December 2013

Re: [trinity-devel] tqt FTBFS: something about TQAssistantClient

From: Michele Calgaro <michele.calgaro@...>
Date: Sun, 8 Dec 2013 06:48:08 +0000 (GMT)
>>  > x86_64-pc-linux-gnu-g++ -luuid -fno-exceptions -Wl,-O1 -Wl,--as-needed

>>  > -o ../../../bin/tqdesigner .obj/release-shared-mt/main.o -L/usr/lib64
>>  > -L/var/tmp/portage/dev-qt/tqt-3.9999/work/tqt-3.9999/lib
>>  > -L/usr/X11R6/lib64
>>  > -L/var/tmp/portage/dev-qt/tqt-3.9999/work/tqt-3.9999/lib -L/usr/lib64
>>  > -ltqtdesignercore -ltqui -ltqassistantclient -luuid -ltqt-mt -lmng
>>  > -ljpeg -lpng -lz -lXi -lXrender -lXrandr -lXcursor -lXinerama -lXft
>>  > -lfreetype -lfontconfig -lXext -lX11 -lm -lSM -lICE -ldl -lpthread
>>  > 
> /var/tmp/portage/dev-qt/tqt-3.9999/work/tqt-3.9999/lib/libtqtdesignercore
>>  >.a(mainwindow.o): In function `MainWindow::MainWindow(bool, bool, 
> TQString
>>  > const&)': mainwindow.cpp:(.text+0x15bd5): undefined reference 
> to
>>  > `TQAssistantClient::TQAssistantClient(TQString const&, TQObject*, 
> char
>>  > const*)'
>>  >
>>  >
>>  > Full Build log is in the attach.
>> 
>>  Hello,
>>  If you have TQT3 already installed on the system you are compiling it,
>>  try removing the installed version first, then build.
>>  It solved the FTBFS for me some days ago.
>> 
>>  François
>> 
> 
> I believe that this is a different case. I have a completely clean machine 
> (base image for pbuilder). When I build tqt as standard deb package, is built 
> successully. When I use the patch 1360 from bug report 1560, occurs FTBFS. 
> Both cases are on the same clean machine.
> 
> Slávek
> 

I have just completed a full rebuild on Debian/Jessie (all pbuilder builds in clean environment)
using the GIT sources of Friday.
1) I had no problem with tqt3. 
2) tqtinterface needed a patch (bug 1757)
3) adept needed a patch (bug 1760), but this was strictly related to Debian/Jessie since libwibble has been recently updated in this distribution
4) tdevelop doesn't build and interestingly it is something related to tqassistantclient. I haven't got the time to look at that properly yet, but the obvious patch or remaning -lqassistantclient to -ltqassistantclient is not enough. I will work on this as soon as I have enough time
5) koffice, kopete-otr, ktechlab also failed, but I haven't even look up the reason yet :)

The problems with TQAssistantClient seems to come after commit 5445c25f on Dec 02.

Cheers
  Michele