Build failed in Jenkins: kde-baseapps_frameworks_qt5 #6

KDE CI System null at kde.org
Fri Mar 28 23:55:33 UTC 2014


See <http://build.kde.org/job/kde-baseapps_frameworks_qt5/6/>

------------------------------------------
[...truncated 444 lines...]
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/lib/konq/favicons/favicons.cpp>: In member function ‘void FavIconsModule::forceDownloadHostIcon(const KUrl&)’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/lib/konq/favicons/favicons.cpp>:219:10: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kurl.h:109) [-Wdeprecated-declarations]
     KUrl iconURL = KUrl(url, QLatin1String("/favicon.ico"));
          ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/lib/konq/favicons/favicons.cpp>: At global scope:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/lib/konq/favicons/favicons.cpp>:224:94: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
 void FavIconsModule::startDownload(const QString &hostOrURL, bool isHost, const KUrl &iconURL)
                                                                                              ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/lib/konq/favicons/favicons.cpp>: In member function ‘void FavIconsModule::slotData(KIO::Job*, const QByteArray&)’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/lib/konq/favicons/favicons.cpp>:252:81: warning: ‘QDebug operator<<(QDebug, const QUrl&)’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kdebug.h:257) [-Wdeprecated-declarations]
         kDebug(dfavi()) << "Favicon too big, aborting download of" << tjob->url();
                                                                                 ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/lib/konq/favicons/favicons.cpp>:255:20: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kurl.h:109) [-Wdeprecated-declarations]
         const KUrl iconURL = tjob->url();
                    ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/lib/konq/favicons/favicons.cpp>: In member function ‘void FavIconsModule::slotResult(KJob*)’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/lib/konq/favicons/favicons.cpp>:268:16: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kurl.h:109) [-Wdeprecated-declarations]
     const KUrl iconURL = tjob->url();
                ^
Linking CXX executable kdepasswd
Generating moc_knewmenu.cpp
Generating moc_konq_copytomenu_p.cpp
Generating moc_konq_dndpopupmenuplugin.cpp
Generating moc_konq_historyloader.cpp
Generating moc_konq_operations.cpp
Generating moc_konq_popupmenu.cpp
Generating moc_konq_popupmenuplugin.cpp
Generating moc_konq_statusbarmessagelabel.cpp
Generating moc_kversioncontrolplugin.cpp
Generating moc_kversioncontrolplugin2.cpp
[ 34%] Built target konq_automoc
[ 35%] Building CXX object kdialog/CMakeFiles/kdialog.dir/kdialog_automoc.cpp.o
[ 37%] Building CXX object lib/konq/favicons/CMakeFiles/kded_favicons.dir/kded_favicons_automoc.cpp.o
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>:191:44: warning: ‘KCmdLineArgs’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kcmdlineargs.h:284) [-Wdeprecated-declarations]
 static int directCommand(KCmdLineArgs *args)
                                            ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>: In function ‘int directCommand(KCmdLineArgs*)’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>:199:19: warning: ‘KCmdLineArgs’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kcmdlineargs.h:284) [-Wdeprecated-declarations]
     KCmdLineArgs *qtargs = KCmdLineArgs::parsedArgs("qt"); // --title is a qt option
                   ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>:379:16: warning: ‘KCmdLineArgs’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kcmdlineargs.h:284) [-Wdeprecated-declarations]
  KCmdLineArgs *kdeargs = KCmdLineArgs::parsedArgs("kde");
                ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>:563:19: warning: ‘KFileDialog’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kfiledialog.h:74) [-Wdeprecated-declarations]
  KFileDialog dlg( startDir, filter, 0 );
                   ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>:609:74: warning: ‘KFileItem::KFileItem(mode_t, mode_t, const QUrl&, bool)’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kio/inst/include/KF5/KIOCore/kfileitem.h:104) [-Wdeprecated-declarations]
      KFileItem kfi(KFileItem::Unknown, KFileItem::Unknown, KUrl(startDir));
                                                                          ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>:612:19: warning: ‘KFileDialog’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kfiledialog.h:74) [-Wdeprecated-declarations]
  KFileDialog dlg( specialDir ? startDir : QString(), filter, 0 );
                   ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>:622:11: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kurl.h:109) [-Wdeprecated-declarations]
      KUrl result = dlg.selectedUrl();
           ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>:631:30: warning: ‘static void KRecentDocument::add(const QString&, bool)’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kio/inst/include/KF5/KIOCore/krecentdocument.h:91) [-Wdeprecated-declarations]
   KRecentDocument::add(result);
                              ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>:649:7: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kurl.h:109) [-Wdeprecated-declarations]
  KUrl url;
       ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>:650:29: warning: ‘KDirSelectDialog’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kdirselectdialog.h:36) [-Wdeprecated-declarations]
  KDirSelectDialog myDialog( startDir, true, 0 );
                             ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>:679:19: warning: ‘KFileDialog’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kfiledialog.h:74) [-Wdeprecated-declarations]
  KFileDialog dlg( startDir, filter, 0 );
                   ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>:693:17: warning: ‘List’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kurl.h:143) [-Wdeprecated-declarations]
      KUrl::List result = dlg.selectedUrls();
                 ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>:699:11: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kurl.h:109) [-Wdeprecated-declarations]
      KUrl result = dlg.selectedUrl();
           ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>:785:25: warning: ‘KColorDialog’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kcolordialog.h:211) [-Wdeprecated-declarations]
         KColorDialog dlg((QWidget*)0L, true);
                         ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>: In function ‘int main(int, char**)’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>:844:24: warning: ‘K4AboutData’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/k4aboutdata.h:197) [-Wdeprecated-declarations]
   K4AboutData aboutData( "kdialog", 0, ki18n("KDialog"),
                        ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>:860:19: warning: ‘KCmdLineOptions’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kcmdlineargs.h:51) [-Wdeprecated-declarations]
   KCmdLineOptions options;
                   ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>:910:16: warning: ‘KApplication’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kapplication.h:76) [-Wdeprecated-declarations]
   KApplication app;
                ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/kdialog.cpp>:912:17: warning: ‘KCmdLineArgs’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kcmdlineargs.h:284) [-Wdeprecated-declarations]
   KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
                 ^
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/lib64/libKF5KDE4Support.so.4.97.0: undefined reference to `KPluginFactory::KPluginFactory(char const*, QObject*)'
collect2: error: ld returned 1 exit status
make[2]: *** [kdepasswd/kdepasswd] Error 1
make[1]: *** [kdepasswd/CMakeFiles/kdepasswd.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/klistboxdialog.cpp>: In constructor ‘KListBoxDialog::KListBoxDialog(const QString&, QWidget*)’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/klistboxdialog.cpp>:33:10: warning: ‘KVBox’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kvbox.h:36) [-Wdeprecated-declarations]
   KVBox *page = new KVBox(this);
          ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/klistboxdialog.cpp>:33:21: warning: ‘KVBox’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kvbox.h:36) [-Wdeprecated-declarations]
   KVBox *page = new KVBox(this);
                     ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>:53:6: warning: unused parameter ‘dlg’ [-Wunused-parameter]
 void Widgets::handleXGeometry(QWidget * dlg)
      ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>: In function ‘bool Widgets::inputBox(QWidget*, const QString&, const QString&, const QString&, QString&)’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>:77:37: warning: ‘QString KInputDialog::getText(const QString&, const QString&, const QString&, bool*, QWidget*, QValidator*, const QString&, const QString&, const QStringList&)’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kinputdialog.h:72) [-Wdeprecated-declarations]
   const QString str = KInputDialog::getText( title, text, init, &ok, parent, 0, 0, QString() );
                                     ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>:77:94: warning: ‘QString KInputDialog::getText(const QString&, const QString&, const QString&, bool*, QWidget*, QValidator*, const QString&, const QString&, const QStringList&)’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kinputdialog.h:72) [-Wdeprecated-declarations]
   const QString str = KInputDialog::getText( title, text, init, &ok, parent, 0, 0, QString() );
                                                                                              ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>: In function ‘int Widgets::textBox(QWidget*, int, int, const QString&, const QString&)’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>:101:23: warning: ‘KDialog’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kdialog.h:128) [-Wdeprecated-declarations]
   KDialog dlg( parent );
                       ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>:107:10: warning: ‘KVBox’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kvbox.h:36) [-Wdeprecated-declarations]
   KVBox* vbox = new KVBox(&dlg);
          ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>:107:21: warning: ‘KVBox’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kvbox.h:36) [-Wdeprecated-declarations]
   KVBox* vbox = new KVBox(&dlg);
                     ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>: In function ‘int Widgets::textInputBox(QWidget*, int, int, const QString&, const QString&, const QString&, QString&)’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>:140:23: warning: ‘KDialog’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kdialog.h:128) [-Wdeprecated-declarations]
   KDialog dlg( parent );
                       ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>:146:10: warning: ‘KVBox’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kvbox.h:36) [-Wdeprecated-declarations]
   KVBox* vbox = new KVBox(&dlg);
          ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>:146:21: warning: ‘KVBox’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kvbox.h:36) [-Wdeprecated-declarations]
   KVBox* vbox = new KVBox(&dlg);
                     ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>: In function ‘bool Widgets::comboBox(QWidget*, const QString&, const QString&, const QStringList&, const QString&, QString&)’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>:175:23: warning: ‘KDialog’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kdialog.h:128) [-Wdeprecated-declarations]
   KDialog dlg( parent );
                       ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>:182:10: warning: ‘KVBox’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kvbox.h:36) [-Wdeprecated-declarations]
   KVBox* vbox = new KVBox( &dlg );
          ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>:182:21: warning: ‘KVBox’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kvbox.h:36) [-Wdeprecated-declarations]
   KVBox* vbox = new KVBox( &dlg );
                     ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>: In function ‘bool Widgets::slider(QWidget*, const QString&, const QString&, int, int, int, int&)’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>:316:25: warning: ‘KDialog’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kdialog.h:128) [-Wdeprecated-declarations]
     KDialog dlg( parent );
                         ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>:323:12: warning: ‘KVBox’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kvbox.h:36) [-Wdeprecated-declarations]
     KVBox* vbox = new KVBox( &dlg );
            ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>:323:23: warning: ‘KVBox’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kvbox.h:36) [-Wdeprecated-declarations]
     KVBox* vbox = new KVBox( &dlg );
                       ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>: In function ‘bool Widgets::calendar(QWidget*, const QString&, const QString&, QDate&)’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>:347:25: warning: ‘KDialog’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kdialog.h:128) [-Wdeprecated-declarations]
     KDialog dlg( parent );
                         ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>:354:12: warning: ‘KVBox’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kvbox.h:36) [-Wdeprecated-declarations]
     KVBox* vbox = new KVBox( &dlg );
            ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/widgets.cpp>:354:23: warning: ‘KVBox’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kvbox.h:36) [-Wdeprecated-declarations]
     KVBox* vbox = new KVBox( &dlg );
                       ^
In file included from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/kdialog/progressdialog.cpp>:23:0:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/kdialog/progressdialogadaptor.h>:52:50: warning: ‘KProgressDialog’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kprogressdialog.h:48) [-Wdeprecated-declarations]
     ProgressDialogAdaptor(KProgressDialog *parent);
                                                  ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/kdialog/progressdialogadaptor.h>:55:38: warning: ‘KProgressDialog’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kprogressdialog.h:48) [-Wdeprecated-declarations]
     inline KProgressDialog *parent() const
                                      ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/kdialog/progressdialogadaptor.h>: In member function ‘KProgressDialog* ProgressDialogAdaptor::parent() const’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/kdialog/progressdialogadaptor.h>:56:42: warning: ‘KProgressDialog’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kprogressdialog.h:48) [-Wdeprecated-declarations]
     { return static_cast<KProgressDialog *>(QObject::parent()); }
                                          ^
In file included from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/kdialog/progressdialogadaptor.cpp>:11:0:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/kdialog/progressdialogadaptor.h>:52:50: warning: ‘KProgressDialog’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kprogressdialog.h:48) [-Wdeprecated-declarations]
     ProgressDialogAdaptor(KProgressDialog *parent);
                                                  ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/kdialog/progressdialogadaptor.h>:55:38: warning: ‘KProgressDialog’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kprogressdialog.h:48) [-Wdeprecated-declarations]
     inline KProgressDialog *parent() const
                                      ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/kdialog/progressdialogadaptor.h>: In member function ‘KProgressDialog* ProgressDialogAdaptor::parent() const’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/kdialog/progressdialogadaptor.h>:56:42: warning: ‘KProgressDialog’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kprogressdialog.h:48) [-Wdeprecated-declarations]
     { return static_cast<KProgressDialog *>(QObject::parent()); }
                                          ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/kdialog/progressdialogadaptor.cpp>: At global scope:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/kdialog/progressdialogadaptor.cpp>:24:69: warning: ‘KProgressDialog’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kprogressdialog.h:48) [-Wdeprecated-declarations]
 ProgressDialogAdaptor::ProgressDialogAdaptor(KProgressDialog *parent)
                                                                     ^
In file included from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/moc_favicons.cpp>:9:0,
                 from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/kded_favicons_automoc.cpp>:2:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/../../../../lib/konq/favicons/favicons.h>:65:39: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
     QString iconForUrl(const KUrl &url);
                                       ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/../../../../lib/konq/favicons/favicons.h>:76:60: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
     void setIconForUrl(const KUrl &url, const KUrl &iconURL);
                                                            ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/../../../../lib/konq/favicons/favicons.h>:76:60: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/../../../../lib/konq/favicons/favicons.h>:84:42: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
     void downloadHostIcon(const KUrl &url);
                                          ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/../../../../lib/konq/favicons/favicons.h>:95:47: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
     void forceDownloadHostIcon(const KUrl &url);
                                               ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/../../../../lib/konq/favicons/favicons.h>:115:59: warning: ‘KUrl’ is deprecated [-Wdeprecated-declarations]
     void startDownload(const QString &, bool, const KUrl &);
                                                           ^
In file included from <http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/kded_favicons_automoc.cpp>:2:0:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/moc_favicons.cpp>: In static member function ‘static void FavIconsModule::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)’:
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/moc_favicons.cpp>:126:79: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kurl.h:109) [-Wdeprecated-declarations]
         case 3: { QString _r = _t->iconForUrl((*reinterpret_cast< const KUrl(*)>(_a[1])));
                                                                               ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/moc_favicons.cpp>:128:67: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kurl.h:109) [-Wdeprecated-declarations]
         case 4: _t->setIconForUrl((*reinterpret_cast< const KUrl(*)>(_a[1])),(*reinterpret_cast< const KUrl(*)>(_a[2]))); break;
                                                                   ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/moc_favicons.cpp>:128:110: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kurl.h:109) [-Wdeprecated-declarations]
         case 4: _t->setIconForUrl((*reinterpret_cast< const KUrl(*)>(_a[1])),(*reinterpret_cast< const KUrl(*)>(_a[2]))); break;
                                                                                                              ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/moc_favicons.cpp>:129:70: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kurl.h:109) [-Wdeprecated-declarations]
         case 5: _t->downloadHostIcon((*reinterpret_cast< const KUrl(*)>(_a[1]))); break;
                                                                      ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/moc_favicons.cpp>:130:75: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kurl.h:109) [-Wdeprecated-declarations]
         case 6: _t->forceDownloadHostIcon((*reinterpret_cast< const KUrl(*)>(_a[1]))); break;
                                                                           ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/moc_favicons.cpp>:144:69: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kurl.h:109) [-Wdeprecated-declarations]
                 *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< KUrl >(); break;
                                                                     ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/moc_favicons.cpp>:152:69: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kurl.h:109) [-Wdeprecated-declarations]
                 *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< KUrl >(); break;
                                                                     ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/moc_favicons.cpp>:159:69: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kurl.h:109) [-Wdeprecated-declarations]
                 *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< KUrl >(); break;
                                                                     ^
<http://build.kde.org/job/kde-baseapps_frameworks_qt5/ws/build/lib/konq/favicons/moc_favicons.cpp>:166:69: warning: ‘KUrl’ is deprecated (declared at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/include/KF5/KDE4Support/kurl.h:109) [-Wdeprecated-declarations]
                 *reinterpret_cast<int*>(_a[0]) = qRegisterMetaType< KUrl >(); break;
                                                                     ^
Linking CXX shared module kded_favicons.so
Linking CXX executable kdialog
[ 37%] Built target kded_favicons
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kde4support/inst/lib64/libKF5KDE4Support.so.4.97.0: undefined reference to `KPluginFactory::KPluginFactory(char const*, QObject*)'
collect2: error: ld returned 1 exit status
make[2]: *** [kdialog/kdialog] Error 1
make[1]: *** [kdialog/CMakeFiles/kdialog.dir/all] Error 2
make: *** [all] Error 2
Compiliation step exited with non-zero code, assuming failure to build from source for project kde-baseapps.
Build step 'Execute shell' marked build as failure
[File exists] check if file exists [build/JUnitTestResults.xml]
Run condition [File exists] preventing perform for step [Publish JUnit test result report]
[File exists] check if file exists [build/cppcheck.xml]
Run condition [File exists] preventing perform for step [Publish Cppcheck results]
[WARNINGS] Skipping publisher since build result is FAILURE


More information about the Kde-frameworks-devel mailing list