Build failed in Jenkins: kio_master_qt5 #120

KDE CI System null at kde.org
Wed Mar 26 18:19:28 UTC 2014


See <http://build.kde.org/job/kio_master_qt5/120/changes>

Changes:

[aleixpol] kpasswdserver as KDED module.

[aleixpol] compile fix by Nick Katsamas <nkat at forthnet.gr>

[aleixpol] Shut the compiler up. (DA)

[aleixpol] Make all members protected.

[aleixpol] Change in the sequence number returned. This fixes some authentication problems with ftp.

[aleixpol] Fill in password when provided.

[aleixpol] Keep better track which windows use authentication info

[aleixpol] Some docu about the sequence number stuff, extracted from Waldo's mail :)

[aleixpol] Use debug areas.

[aleixpol] Suppress authentication prompt when listing directories for URL completion.

[aleixpol] compile warning fixes

[aleixpol] - Replace deprecated KURL::isMalformed with KURL::isValid.

[aleixpol] fixed some collisions...

[aleixpol] - Allow different user logins to the same resource/location.

[aleixpol] Implemented KWallet support in KIO authentication dialogs.

[aleixpol] Don't prompt if we don't need to

[aleixpol] Support for saving login+password, needed for e.g. HTTP auth dialogs. Only bit missing: for some reason kio_http's line about keepPassword=true is commented out, I just mailed Dawit to ask why.

[aleixpol] Fixed merging error Fixed restoration of password into dialog Don't leak wallet Don't save into wallet if there's no "keep password" checkbox at all (why can slaves choose whether there should be one??)

[aleixpol] I had forgotten the setFolder() calls, and the sync is unnecessary. It works now.

[aleixpol] Reuse the wallet pointer, so that we don't ask for the wallet password twice.

[aleixpol] CVS_SILENT it works, so remove debug output

[aleixpol] CVS_SILENT oops, strange place for a '}'

[aleixpol] fix export's

[aleixpol] Fix for #92928

[aleixpol] Little refactoring: move some wallet-code to separate methods

[aleixpol] Support for multiple username/password pairs in the wallet for the KIO password dialog. The popup now shows an (editable) combobox when more than one usernames are available. FEATURE: 76803

[aleixpol] X11 is the right ifdef for X11 calls :)

[aleixpol] Ok, this was one of our "showstoppers" here at SAP (combined with a kio_ldap commit that will follow).

[aleixpol] Fix a memory leak - untested at this point. Feedback appreciated so I can backport.

[aleixpol] Keep the Wallet opened (but without leaks this time), so that the user has to open it only once, and after that it can fill any password dialogs for you. BUG: 103028

[aleixpol] Fixed "Passwords for different http-auth realms should be saved separately in kdewallet" BUG: 76422

[aleixpol] update FSF address

[aleixpol] Better implementation of "store HTTP passwords according to their realm", so that the wallet doesn't need to be opened in the non-protected parts of the website. CCBUG: 76422 BUG: 104948

[aleixpol] merging kde4 branch into trunk - will have to double check if this worked perfectly

[aleixpol] remove $id's here as well

[aleixpol] Use QLatin1String when it's possible

[aleixpol] QByteArray

[aleixpol] qt3_support--

[aleixpol] SVN_SILENT: fix typo

[aleixpol] - use x11 header only when compiling for x11 - added required type cast for win32

[aleixpol] QString::null->QString() .clear() etc.

[aleixpol] Fix header #include <kded/kdedmodule.h>-> #include <kdedmodule.h>

[aleixpol] experimental cmake files for building kdelibs using cmake, as discussed on kde-buildsystem at kde.org

[aleixpol] Convert signals: -> Q_SIGNALS: and slots: -> Q_SLOTS: (TT macros) (to avoid clashes with boost signals and with python's use of "slots" in its headers) as explain me David. There is just a problem with this file "kbookmarkmanager.h" when I try to add Q_SIGNALS: we can't compile (Pb with ASYNC macro I think)

[aleixpol] Change KURL to KUrl as requested by David (As that QUrl) I add a typedef KUrl KURL; to make compile other module

[aleixpol] -use ${QT_INCLUDES} instead of ${QT_INCLUDE_DIR} everywhere -manual fixes, dcop/ and kdecore/ compile now

[aleixpol] Add "KDE4_LIB_INSTALL_DIR" as discussed with alexander to fix install lib on x86_64

[aleixpol] s/kdDebug/kDebug s/kdWarning/kWarning s/kdError/kError s/kdFatal/kFatal s/kdBacktrace/kBacktrace s/kdClearDebugConfig/kClearDebugConfig

[aleixpol] Now we can install .la lib into good directory before it installed la lib just in /usr/lib/kde4

[aleixpol] Now we specify lib dir now we can specify /usr/lib directory and not jsut usr/lib/kde4 for la lib (necessary for .la installed into /usr/lib)

[aleixpol] -changed kde4_create_libtool_file (target dir_relative_to_libdir) to kde4_install_libtool_file(dir_relative_to_install_prefix target) -added variable KDE4_PLUGIN_INSTALL_DIR, used usually for installing plugins -changed am2cmake accordingly -edited FindLibXml2.cmake and FindLibArt so that they work correctly with CMAKE_INSTALL_PATH -changed generated_findpackage_file accordingly -some minor formatting changes

[aleixpol] -renamed the KDE4_something_DIR to something_INSTALL_DIR except KDE4_INCLUDE_DIR, since this is used for compiling and not for installing -change the detection of KDE4_MODULE_DIR to use CMAKE_CURRENT_LIST_FILE I could not commit to kio/kssl/kssl/, so this may break installing there

[aleixpol] deprecated--

[aleixpol] Q3Dict->QHash

[aleixpol] QList qt3support--

[aleixpol] -rename QT_AND_KDECORE_LIBS to KDE4_KDECORE_LIBS -rename KDE4_xxx_LIBRARIES to KDE4_xxx_LIBS for less typing -find more KDE4_xxx_LIBS -add QT_QTFOO_LIBRARY_RELEASE to FindQt4.cmake

[aleixpol] Using ${KDE4_INCLUDE_DIR} in kdelibs files is wrong. The installed kdelibs headers should not be used. This commit also sets CMAKE_INCLUDE_CURRENT_DIR at the toplevel and removes many CMAKE_CURRENT_SOURCE_DIR (but not all)

[aleixpol] -remove kde4_create_doxygen_docs() in kdelibs -compile the kaccel x11 stuff only on UNIX except OS X -some minor cosmetics

[aleixpol] KURL : convert bool to enum in function names

[aleixpol] "a" -> 'a', patch by Christian Spiel <e9800675 stud4.tuwien.ac.at>

[aleixpol] kde4_header and kde4_footer() are gone now

[aleixpol] Since no objections were raised in kde-core-devel, I am merging the kdelibs4-dbus branch back into trunk. KDELibs compiles, links and installs with this, but obviously all other modules will fail to build. Let the porting commence.

[aleixpol] Remove "name" argument from KDEDModule constructor and create_xyz() entry point methods; no need for it to go through everyone's code, we can just let kded call setModuleName directly.

[aleixpol] Port to the new QtDBus API, including regeneration of the interface and adaptor files.

[aleixpol] windowsid is a qlonglong

[aleixpol] Revert thiago's merge to kdelibs /trunk that broke lotsa stuff for now.

[aleixpol] - re-apply Thiago's patch, now that qt-copy is up-to-date with a Qt 4.2 snapshot

[aleixpol] -remove the old makefile.am contents from the cmake files in kdelibs -add MacroLogFeature.cmake to the MacroLibrary

[aleixpol] Commit big work on build system with Alex: install_* -> install Summary: we can install everything everywhere.

[aleixpol] Export those methods to DBus. In kded modules, slots must be marked as Q_SCRIPTABLE to be exported, since kdedmodule uses ExportSlots [=> only scriptable ones]

[aleixpol] port to new qt 4.2 snapshot

[aleixpol] stop using the implicit constructor KGuiItem::KGuiItem(QString)

[aleixpol] dont install the libtool files for the plugins anymore

[aleixpol] Necessary to change KDE4_AUTOMOC macro to support enable-final argument

[aleixpol] Apply Alex patch (now we can use enable-final argument some module compiles with enable-final now) As discussed with Alex it's not necessary to have program name into automoc macro

[aleixpol] Include also the application's user timestamp in KIO job information. Helps with focus with when clicking an URL in KMail that pops up the authentication dialog.

[aleixpol] Huge renaming of Dlg to Dialog in file- and classnames

[aleixpol] Merge branches/work/kdelibs_kpassworddialog/

[aleixpol] simplify

[aleixpol] i18n

[aleixpol] include cleanup

[aleixpol] Merge libkwalletclient into libkdeui (since it only requires kdecore + qtgui); a lib for one class (which kio uses anyway) is overkill.

[aleixpol] Uses Q3PtrList::compareItems

[aleixpol] runtime can be compiled on its own now

[aleixpol] remove kde4_automoc()

[aleixpol] Adapt to new KWarning/kFatal/kDebug api

[aleixpol] Updated kded module readme Moved kpasswdserver.desktop together with the kded module (kdebase/runtime) Ported all kdebase kded modules to KPluginFactory Fixed the "Bus" -> "D-Bus" typo in soliduiserver.h too [now grepped all of kde, it hasn't been copied elsewhere]

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] DocPath => X-DocPath ServiceTypes => X-KDE-ServiceTypes Keywords => X-KDE-Keywords

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Introducing X-KDE-DBus-ModuleName property for Services of the Type KDEDModule. Contains the Name of the corresponding DBus Module as advertised by the org.kde.kded/kded method loadedModules.

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Pass the new KIO::AuthInfo extra-fields "domain" and "anonymous" to KPasswordDialog; Optionally disable caching and KWallet storage when the KIO::AuthInfo extra-field "bypass-cache-and-kwallet" is set to true; For better readability rename struct AuthInfo to struct AuthInfoContainer and AuthInfoList to AuthInfoContainerList; Instead of cloning all the fields one by one, KIO::AuthInfo is now a member of struct AuthInfoContainer.

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Don't cache bogus 'cancelled' auth info. User enters url to password protected site - this starts background list job for autocompletion. Then users hits enter which starts second ioslave. First slave asks kpasswdserver for authentication data with <NoAuthPrompt> set. kpasswdserver caches 'cancelled' auth info for the site. Then second ioslave asks for authinfo - instead of prompting user, previously cached info is returned. Result: 'cancelled' error in konqueror. The fix is to not cache 'cancelled' info if user was not actually prompted.

[aleixpol] fix link

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file, second try)

[aleixpol] Replace XSetTransientForHint() with KWindowSystem::setMainWindow() to make it work again.

[aleixpol] don't call setMainWindow on windows since windowId is qlonglong and WId is a pointer to HWND__

[aleixpol] little fix to use setMainWindow on windows

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] some small renovations; I'm also pretty sure that the waiting requests business is what breaks my HTTP pipelining code, which fires requests in bursts...

[aleixpol] remove all of the redundant names in kDebug() and use foreach() to remove some lines of code.

[aleixpol] fix build, sorry, forgot to compile-test.

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Fix iterator

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Make it possible to clear the http auth for a website via a dbus call to kpasswdserver. That way you can login with another username/password to that site without closing the browser first.

[aleixpol] code cleanup (simpler use of QDataStream), and add missing data in last createReply call (kde3 code had the authinfo in that reply, although not the seqnr). However I have no idea what this really fixes, maelcum says delayed replies seem to work already... but he okayed this commit, he'll keep an eye on whether anything breaks.

[aleixpol] Make the user part optional.

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Add asynchronous queryAuthInfoAsync and checkAuthInfoAsync calls to kpasswdserver.

[aleixpol] Use QList<Request*> instead of Q3PtrList<Request>.

[aleixpol] Add the D-Bus interface xml and make kpasswdserver use an adaptor instead of exporting based on Q_SCRIPTABLE.

[aleixpol] Add an addAuthInfo that uses the new KIO::AuthInfo QDBusArgument.

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Move the returned KIO::AuthInfo into the right scope. Previously the (already deleted) AuthInfo object was passed back which sometimes lead to crashes.

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Guard to allow processRequest() to only run once. This can be triggered by sending 2 queryAuthInfoAsync requests almost concurrently and leads to 2 password dialogs opening.

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Use own debug area

[aleixpol] only check the anon field if no user/pass is given acked by lemma

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Fix many kded modules' names and comments, as discussed earlier on k-c-d.

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Apply Mike's latest port of kpasswdserver away from qt3support, with the unittests I wrote for it in order to find possible porting bugs. Didn't really find any in this version, but fixed a memleak that was there before, and a possible crash.

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file, second try)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] - Do not make an exception for an empty username string when deciding to show an error dialog. There is nothing special about empty username strings even for protocols like ftp that support anonymous logins.

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] - made kdebase-runtime compile for wince

[aleixpol] - removed linking against wcecompat

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file, second try)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Delete the item after removing it from the QList, not before.

[aleixpol] - Added a flag, skip-auto-caching to prevent queryAuthInfo from automatically caching password information when the user checks "Remember password".

[aleixpol] Only keep the password in KPasswdServer indefinitely if we are unable to save it in the wallet. Otherwise, expire it on window close if a window-id was supplied or when the timer times out.

[aleixpol] - Remove registration of KIO::AuthInfo's meta type. It is done when KIO::AuthInfo is created.

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Partially revert commit ac8db2eb9ba6798573eee08e904ca5b778d502f8 by restoring the call to KIO::AuthInfo::registerMetaTypes.

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] When adding a new auth item, remove all matching items instead of just one in case duplicates exist. If duplicates are allowed to exist, then their removal in other functions (inside of a for loop) will cause the now infamous KIO::AuthInfo dtor crash.

[aleixpol] Fix logic error that causes a single authentication item to be potentially stored multiple times and cause a hard to debug crash.

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Do not block requests for a password prompt from two different windows unless the request is for the same key (read: host and port#).

[aleixpol] To avoid user confusion, hide the "Remember password" checkbox whenever the wallet is disabled.

[aleixpol] Use QScopedPointer to hold the request variable so that it does not get deleted prematurely and cause a crash.

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Disable use of KWallet from the KPasswdserver unit test.

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Added support for hiding username line which is not set by default. Makes it possible to only show the password entry for things like ssh keys that require a passpharse. (cherry picked from commit f36e5edfb47ac41787ecf2bd5140b25ba07ad921)

[aleixpol] - Use QDialog::open instead of QDialog::exec to prevent one password dialog from blocking other password dialogs. - When the request url contains a username, but the user changes that username in the password dialog, update the key under which the password is stored (username is used in creation of such key). - Added the unit test listed in the TODOs along with several more that exercise the changes stated above.

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Fix build for Windows by using C-Style casts

[aleixpol] Do not cast to HWND on non Windows Systems

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] In password-asking context, 'authentication' is more proper term than 'authorization'.

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Make the test more correct

[aleixpol] SVN_SILENT made messages (.desktop file)

[aleixpol] Simple porting to KF5

[aleixpol] Make KPasswdServer compile

[aleixpol] Port cmake scripts away from kde4_* macros

[aleixpol] Drop KDE4Support dependency from kpasswdserver

[aleixpol] Make it compile back

------------------------------------------
Started by remote host 127.0.0.1 with note: Triggered by commit
Building remotely on LinuxSlave - 4 (PACKAGER LINBUILDER) in workspace <http://build.kde.org/job/kio_master_qt5/ws/>
Running Prebuild steps
[kio_master_qt5] $ /bin/sh -xe /tmp/hudson6255897489062526477.sh
+ /home/jenkins/scripts/setup-env.sh

Preparing to perform KDE Continuous Integration build
== Setting Up Sources

>From git://anongit.kde.org/kio
   08548e2..2ede6e5  master     -> origin/master
Branch jenkins set up to track remote branch master from origin.

== Cleaning Source Tree

HEAD is now at 08548e2 kcookiejar: use WId instead of long/qulonglong
Removing build/
Success build forhudson.tasks.Shell at 5f5acf77
Fetching changes from the remote Git repository
Fetching upstream changes from git://anongit.kde.org/kio
Checking out Revision 2ede6e5c0b78b6ae68e2d76cf12b3c602cf3f221 (refs/heads/jenkins)
Run condition [File exists] enabling prebuild for step [Publish JUnit test result report]
Run condition [File exists] enabling prebuild for step [Publish Cppcheck results]
[kio_master_qt5] $ /bin/sh -xe /tmp/hudson8651970365068883031.sh
+ /home/jenkins/scripts/execute-job.sh

KDE Continuous Integration Build
== Building Project: kio - Branch master
== Build Dependencies:
==== kconfigwidgets - Branch master
==== kdoctools - Branch master
==== attica - Branch master
==== kauth - Branch master
==== kcrash - Branch master
==== ki18n - Branch master
==== kjobwidgets - Branch master
==== extra-cmake-modules - Branch master
==== knotifications - Branch master
==== kdbusaddons - Branch master
==== kcodecs - Branch master
==== kcoreaddons - Branch master
==== ktextwidgets - Branch master
==== karchive - Branch master
==== polkit-qt-1 - Branch qt5
==== cmake - Branch master
==== kservice - Branch master
==== phonon - Branch master
==== sonnet - Branch master
==== kxmlgui - Branch master
==== kwindowsystem - Branch master
==== kiconthemes - Branch master
==== solid - Branch master
==== kitemviews - Branch master
==== kglobalaccel - Branch master
==== kbookmarks - Branch master
==== kguiaddons - Branch master
==== kcompletion - Branch master
==== kwidgetsaddons - Branch master
==== kconfig - Branch master
==== qt5 - Branch stable

== Applying Patches
=== No patches to apply

== Syncing Dependencies from Master Server


== Configuring Build

-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /home/jenkins/bin/cc
-- Check for working C compiler: /home/jenkins/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /home/jenkins/bin/c++
-- Check for working CXX compiler: /home/jenkins/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at CMakeLists.txt:48 (find_package):
  By not providing "FindKF5Wallet.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "KF5Wallet", but CMake did not find one.

  Could not find a package configuration file provided by "KF5Wallet"
  (requested version 4.97.0) with any of the following names:

    KF5WalletConfig.cmake
    kf5wallet-config.cmake

  Add the installation prefix of "KF5Wallet" to CMAKE_PREFIX_PATH or set
  "KF5Wallet_DIR" to a directory containing one of the above files.  If
  "KF5Wallet" provides a separate development package or SDK, be sure it has
  been installed.


-- Configuring incomplete, errors occurred!
See also "<http://build.kde.org/job/kio_master_qt5/ws/build/CMakeFiles/CMakeOutput.log".>
Configure step exited with non-zero code, assuming failure to configure for project kio.
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