| Summary: | Build issue: kdenetwork 3.5.13.1 FTBFS | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Francois Andriot <albator78> |
| Component: | tdenetwork | Assignee: | Slávek Banko <slavek.banko> |
| Status: | RESOLVED FIXED | ||
| Severity: | blocker | CC: | bugwatch, darrella |
| Priority: | P5 | ||
| Version: | 3.5.13 [Trinity] | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Attachments: | Fix build errors | ||
The faulty commit is here: http://git.trinitydesktop.org/cgit/tdenetwork/commit/kopete/protocols/sms/services/smsclient.cpp?h=origin/v3.5.13-sru&id=9fbf68c99ab807aa13dfc984e6e7fc51b6358c12 Created attachment 833 [details]
Fix build errors
Grrr, one of the patches that I have used for Debian, I forgot to integrate into GIT :(
OK it builds now, thank you. To the final tarballs were patch incorporated. The GIT version tagged v3.5.13.1 unfortunately remains without this patch, because additional changes to tag are practically unfeasible. |
In file "kopete/protocols/sms/services/smsclient.cpp", line 62 (and others), there is a missing closing parenthesis: 62 TQString provider = c->readEntry(TQString("%1:%2").arg("SMSClient").arg("ProviderName"); See log below: Building CXX object kopete/protocols/sms/services/CMakeFiles/kopetesmsservices-static.dir/smsclient.cpp.o cd /home/albator/rpmbuild/BUILD/BUILD.fc15.i386/kdenetwork-3.5.13.1/build/kopete/protocols/sms/services && /usr/lib/ccache/c++ -DHAVE_CONFIG_H -DHAVE_LIBV4L1_VIDEODEV_H -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -DQT_NO_ASCII_CAST -DQT_CLEAN_NAMESPACE -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -DQT_THREAD_SUPPORT -D_REENTRANT -include tqt.h -I/home/albator/rpmbuild/BUILD/BUILD.fc15.i386/kdenetwork-3.5.13.1/build/kopete/protocols/sms/services -I/home/albator/rpmbuild/BUILD/BUILD.fc15.i386/kdenetwork-3.5.13.1/kopete/protocols/sms/services/.. -I/home/albator/rpmbuild/BUILD/BUILD.fc15.i386/kdenetwork-3.5.13.1/kopete/libkopete -I/opt/trinity/include/tde -I/usr/lib/qt-3.3/include -I/opt/trinity/include/tqt -fPIC -o CMakeFiles/kopetesmsservices-static.dir/smsclient.cpp.o -c /home/albator/rpmbuild/BUILD/BUILD.fc15.i386/kdenetwork-3.5.13.1/kopete/protocols/sms/services/smsclient.cpp /home/albator/rpmbuild/BUILD/BUILD.fc15.i386/kdenetwork-3.5.13.1/kopete/protocols/sms/services/smsclient.cpp: In member function 'virtual void SMSClient::send(const Kopete::Message&)': /home/albator/rpmbuild/BUILD/BUILD.fc15.i386/kdenetwork-3.5.13.1/kopete/protocols/sms/services/smsclient.cpp:62:87: error: expected ')' before ';' token /home/albator/rpmbuild/BUILD/BUILD.fc15.i386/kdenetwork-3.5.13.1/kopete/protocols/sms/services/smsclient.cpp:70:89: error: expected ')' before ';' token /home/albator/rpmbuild/BUILD/BUILD.fc15.i386/kdenetwork-3.5.13.1/kopete/protocols/sms/services/smsclient.cpp: In member function 'QWidget* SMSClient::configureWidget(QWidget*)': /home/albator/rpmbuild/BUILD/BUILD.fc15.i386/kdenetwork-3.5.13.1/kopete/protocols/sms/services/smsclient.cpp:100:101: error: expected ')' before ';' token /home/albator/rpmbuild/BUILD/BUILD.fc15.i386/kdenetwork-3.5.13.1/kopete/protocols/sms/services/smsclient.cpp:107:105: error: expected ')' before ';' token make[2]: *** [kopete/protocols/sms/services/CMakeFiles/kopetesmsservices-static.dir/smsclient.cpp.o] Error 1 make[2]: Leaving directory `/home/albator/rpmbuild/BUILD/BUILD.fc15.i386/kdenetwork-3.5.13.1/build' make[1]: *** [kopete/protocols/sms/services/CMakeFiles/kopetesmsservices-static.dir/all] Error 2 make[1]: Leaving directory `/home/albator/rpmbuild/BUILD/BUILD.fc15.i386/kdenetwork-3.5.13.1/build' make: *** [all] Error 2