By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 1241 - Build issue: kdenetwork 3.5.13.1 FTBFS
Summary: Build issue: kdenetwork 3.5.13.1 FTBFS
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdenetwork (show other bugs)
Version: 3.5.13 [Trinity]
Hardware: All Linux
: P5 blocker
Assignee: Slávek Banko
URL:
Depends on:
Blocks:
 
Reported: 2012-09-30 04:33 CDT by Francois Andriot
Modified: 2012-10-19 15:21 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
Fix build errors (2.51 KB, patch)
2012-09-30 04:43 CDT, Slávek Banko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Francois Andriot 2012-09-30 04:33:19 CDT
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
Comment 2 Slávek Banko 2012-09-30 04:43:17 CDT
Created attachment 833 [details]
Fix build errors

Grrr, one of the patches that I have used for Debian, I forgot to integrate into GIT :(
Comment 3 Francois Andriot 2012-09-30 05:04:37 CDT
OK it builds now, thank you.
Comment 4 Slávek Banko 2012-10-01 11:11:02 CDT
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.