On Tuesday 26 of November 2013 06:59:38 François Andriot wrote:
Hello, when building TQT3 grom GIT today, I have the
following FTBFS:
g++ -luuid -fno-exceptions -o ../../bin/tqassistant
.obj/debug-shared-mt/main.o .obj/debug-shared-mt/helpwindow.o
.obj/debug-shared-mt/topicchooserimpl.o
.obj/debug-shared-mt/docuparser.o .obj/debug-shared-mt/helpdialogimpl.o
.obj/debug-shared-mt/settingsdialogimpl.o .obj/debug-shared-mt/index.o
.obj/debug-shared-mt/profile.o .obj/debug-shared-mt/config.o
.obj/debug-shared-mt/mainwindow.o .obj/debug-shared-mt/topicchooser.o
.obj/debug-shared-mt/finddialog.o .obj/debug-shared-mt/helpdialog.o
.obj/debug-shared-mt/settingsdialog.o
.obj/debug-shared-mt/tabbedbrowser.o
.obj/debug-shared-mt/qmake_image_collection.o
.obj/debug-shared-mt/moc_helpwindow.o
.obj/debug-shared-mt/moc_topicchooserimpl.o
.obj/debug-shared-mt/moc_helpdialogimpl.o
.obj/debug-shared-mt/moc_settingsdialogimpl.o
.obj/debug-shared-mt/moc_index.o .obj/debug-shared-mt/moc_mainwindow.o
.obj/debug-shared-mt/moc_topicchooser.o
.obj/debug-shared-mt/moc_finddialog.o
.obj/debug-shared-mt/moc_helpdialog.o
.obj/debug-shared-mt/moc_settingsdialog.o
.obj/debug-shared-mt/moc_tabbedbrowser.o -L/usr/lib64/mysql
-L/usr/lib64 -L/usr/lib64
-L/dev/shm/BUILD.mga3.x86_64/trinity-tqt3-14.0.0~pre181+534275de/lib
-L/usr/X11R6/lib64 -luuid -ltqt-mt -ljpeg -lpng -lz -lXi -lXrender
-lXrandr -lXcursor -lXinerama -lXft -lfreetype -lfontconfig -lXext -lX11
-lm -lSM -lICE -ldl -lpthread
.obj/debug-shared-mt/helpdialogimpl.o: dans la fonction «
HelpDialog::eventFilter(TQObject*, TQEvent*) »:
/dev/shm/BUILD.mga3.x86_64/trinity-tqt3-14.0.0~pre181+534275de/tools/assist
ant/helpdialogimpl.cpp:707: référence indéfinie vers «
TQApplication::sendEvent(TQObject*, TQEvent*) » collect2: erreur: ld a
retourné 1 code d'état d'exécution
make[2]: *** [../../bin/tqassistant] Erreur 1
make[2] : on quitte le répertoire «
/dev/shm/BUILD.mga3.x86_64/trinity-tqt3-14.0.0~pre181+534275de/tools/assist
ant »
make[1]: *** [sub-assistant] Erreur 2
make[1] : on quitte le répertoire «
/dev/shm/BUILD.mga3.x86_64/trinity-tqt3-14.0.0~pre181+534275de/tools »
make: *** [sub-tools] Erreur 2
It looks like it's due tu commit eeaba432
<http://www.trinitydesktop.org/patches/1385367736:eeaba432771e0706f7d25da66
3123aad6f4e5b85.diff>
François
This is weird. I built tqt yesterday and the problem did not occur. Today I
tried to rebuild again - with deb package from nighly-builds and again
without any problems.
But maybe I see difference - I build with the option: -glibmainloop
I'll try another rebuild without this option.
Slávek