Re: Cherry picking SMB changes from kde-runtime master to frameworks. Err...

2013-12-01 Thread Dawit A
On Sat, Nov 30, 2013 at 9:25 PM, Mark Gaiser mark...@gmail.com wrote:

 Hi,

 I don't even know if cherry picking is the right approach so it might
 be better if i explain what i want to do. You, git gurus, surely can
 share how i need to get there, right? :)

 In recent months Dawit (in cc) has added quite some nice optimizations
 to the SMB kioslave. He' done with those changes now so i'd like to
 pull those into the frameworks branch and update my porting patch to
 get that slave working on Qt5/KF5.

 The question is: What is the best way to get those changes from master
 to frameworks? You can easily see the changes by checking out the
 master branch (kde-runtime) and typing:
 git log --stat b21dc0a.. kioslave/smb/

 @Dawit, are those all the changes you made? Or did you also do
 something related but outside the smb folder?


Yes, 6c0de32 being the one about the optimization.
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Cherry picking SMB changes from kde-runtime master to frameworks. Err...

2013-12-01 Thread David Faure
On Sunday 01 December 2013 03:25:08 Mark Gaiser wrote:
 In recent months Dawit (in cc) has added quite some nice optimizations
 to the SMB kioslave. He' done with those changes now so i'd like to
 pull those into the frameworks branch 

Indeed, we never merged master into frameworks, for kde-runtime, so a whole 
bunch of bugfixes were not merged.

I just did the merge, since it involved fixing some conflicts in various places.

Since you asked, here are the git commands I used.

 5096  1.12.2013 09:51  0:01  cd 5/kde-runtime
 5097  1.12.2013 09:51  0:06  git up
 5100  1.12.2013 09:52  0:00  git merge origin/master

CONFLICT (modify/delete): plasma/tools/plasmapkg/main.cpp deleted in HEAD and 
modified in origin/master. Version origin/master of 
plasma/tools/plasmapkg/main.cpp left in tree.
CONFLICT (modify/delete): 
plasma/scriptengines/javascript/data/plasma-scriptengine-applet-simple-javascript.desktop
 deleted in HEAD and modified in origin/master. Version origin/master of 
plasma/scriptengines/javascript/data/plasma-scriptengine-applet-simple-javascript.desktop
 left in tree.
CONFLICT (modify/delete): 
plasma/scriptengines/javascript/data/plasma-packagestructure-javascript-addon.desktop
 deleted in HEAD and modified in origin/master. Version origin/master of 
plasma/scriptengines/javascript/data/plasma-packagestructure-javascript-addon.desktop
 left in tree.
CONFLICT (modify/delete): 
plasma/declarativeimports/qtextracomponents/mouseeventlistener.h deleted in 
HEAD and modified in origin/master. Version origin/master of 
plasma/declarativeimports/qtextracomponents/mouseeventlistener.h left in tree.
CONFLICT (modify/delete): 
plasma/declarativeimports/qtextracomponents/mouseeventlistener.cpp deleted in 
HEAD and modified in origin/master. Version origin/master of 
plasma/declarativeimports/qtextracomponents/mouseeventlistener.cpp left in tree.
CONFLICT (modify/delete): 
plasma/declarativeimports/plasmacomponents/qml/ToolButton.qml deleted in HEAD 
and modified in origin/master. Version origin/master of 
plasma/declarativeimports/plasmacomponents/qml/ToolButton.qml left in tree.
Removing kwalletd/kwalletopenloop.h
Removing kwalletd/kwalletopenloop.cpp
Auto-merging kwalletd/CMakeLists.txt
Auto-merging ktimezoned/ktimezonedbase.h
CONFLICT (content): Merge conflict in ktimezoned/ktimezonedbase.h
Auto-merging kioslave/trash/discspaceutil.cpp
CONFLICT (content): Merge conflict in kioslave/trash/discspaceutil.cpp
Removing kioslave/thumbnail/icoutils.cpp
Auto-merging kioslave/thumbnail/CMakeLists.txt
CONFLICT (content): Merge conflict in kioslave/thumbnail/CMakeLists.txt
Auto-merging kioexec/main.cpp
CONFLICT (content): Merge conflict in kioexec/main.cpp
Auto-merging kglobalaccel/kglobalacceld.cpp
Recorded preimage for 'kioexec/main.cpp'
Recorded preimage for 'kioslave/thumbnail/CMakeLists.txt'
Recorded preimage for 'kioslave/trash/discspaceutil.cpp'
Recorded preimage for 'ktimezoned/ktimezonedbase.h'
Automatic merge failed; fix conflicts and then commit the result.

 5023  1.12.2013 09:55  1:50  git log -p origin/master 
kioslave/thumbnail/CMakeLists.txt
 5104  1.12.2013 09:55  1:13  vi kioslave/thumbnail/CMakeLists.txt
 5105  1.12.2013 09:56  0:00  git add kioslave/thumbnail/CMakeLists.txt
 5106  1.12.2013 09:56  0:14  vi kioslave/trash/discspaceutil.cpp
 5107  1.12.2013 09:56  0:00  git add kioslave/trash/discspaceutil.cpp
 5109  1.12.2013 09:57  0:16  git log -p origin/master 
ktimezoned/ktimezonedbase.h
 5110  1.12.2013 09:57  0:13  vi ktimezoned/ktimezonedbase.h
 5111  1.12.2013 09:57  0:00  git add ktimezoned/ktimezonedbase.h
 5025  1.12.2013 09:58  0:06  git log -p origin/master kioexec/CMakeLists.txt
 5113  1.12.2013 09:58  0:00  git rm -r plasma
 5114  1.12.2013 09:58  0:01  git diff
 5115  1.12.2013 09:58  0:17  git diff --cached
 5026  1.12.2013 09:58  1:13  git log -p origin/master kioexec/main.cpp
 5116  1.12.2013 09:58  1:18  vi kioexec/main.cpp
 5118  1.12.2013 09:59  0:00  git add kioexec/main.cpp
 5119  1.12.2013 09:59  0:04  git diff --cached kioexec/main.cpp
 5027  1.12.2013 10:00  0:02  make -j8
 5033  1.12.2013 10:01  1:17  git commit
 5034  1.12.2013 10:03  0:07  git wup  [*]
 5035  1.12.2013 10:03  0:08  git push

wup = log --stat @{u}.. # what will push actually push

-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE, in particular KDE Frameworks 5

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Build failed in Jenkins: kdelibs_frameworks_qt5 #1805

2013-12-01 Thread KDE CI System
See http://build.kde.org/job/kdelibs_frameworks_qt5/1805/changes

Changes:

[faure] Remove now unused KDELibs4Config.cmake

--
Started by user Ben Cooksley
Building remotely on LinuxSlave - 4 in workspace 
http://build.kde.org/job/kdelibs_frameworks_qt5/ws/
Running Prebuild steps
[kdelibs_frameworks_qt5] $ /bin/sh -xe /tmp/hudson5444555193323555625.sh
+ /home/jenkins/scripts/setup-env.sh

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

Branch jenkins set up to track remote branch frameworks from origin.

== Cleaning Source Tree

HEAD is now at 1631e4c Remove now unused KDELibs4Config.cmake
Removing build/
Success build forhudson.tasks.Shell@1ba6b4ee
Fetching changes from the remote Git repository
Fetching upstream changes from git://anongit.kde.org/kdelibs
Checking out Revision 1631e4c7ca73bb245d1d20458fd9abc61cbd7997 
(refs/heads/jenkins)
[kdelibs_frameworks_qt5] $ /bin/sh -xe /tmp/hudson7283203641455136481.sh
+ /home/jenkins/scripts/execute-job.sh

KDE Continuous Integration Build
== Building Project: kdelibs - Branch frameworks
== Build Dependencies:
 attica - Branch master
 strigiutils - Branch master
 phonon - Branch master
 polkit-qt-1 - Branch qt5
 strigidaemon - Branch master
 extra-cmake-modules - Branch master
 libstreams - Branch master
 qt5 - Branch stable
 strigiclient - Branch master
 libstreamanalyzer - Branch master

== Applying Patches
=== No patches to apply

== Syncing Dependencies from Master Server


== Configuring Build

-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
Configure step exited with non-zero code, assuming failure to configure for 
project kdelibs.
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
Recording test results
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Cherry picking SMB changes from kde-runtime master to frameworks. Err...

2013-12-01 Thread Mark Gaiser
On Sun, Dec 1, 2013 at 10:09 AM, David Faure fa...@kde.org wrote:
 On Sunday 01 December 2013 03:25:08 Mark Gaiser wrote:
 In recent months Dawit (in cc) has added quite some nice optimizations
 to the SMB kioslave. He' done with those changes now so i'd like to
 pull those into the frameworks branch

 Indeed, we never merged master into frameworks, for kde-runtime, so a whole 
 bunch of bugfixes were not merged.

 I just did the merge, since it involved fixing some conflicts in various 
 places.

 Since you asked, here are the git commands I used.

  5096  1.12.2013 09:51  0:01  cd 5/kde-runtime
  5097  1.12.2013 09:51  0:06  git up
  5100  1.12.2013 09:52  0:00  git merge origin/master

 CONFLICT (modify/delete): plasma/tools/plasmapkg/main.cpp deleted in HEAD and 
 modified in origin/master. Version origin/master of 
 plasma/tools/plasmapkg/main.cpp left in tree.
 CONFLICT (modify/delete): 
 plasma/scriptengines/javascript/data/plasma-scriptengine-applet-simple-javascript.desktop
  deleted in HEAD and modified in origin/master. Version origin/master of 
 plasma/scriptengines/javascript/data/plasma-scriptengine-applet-simple-javascript.desktop
  left in tree.
 CONFLICT (modify/delete): 
 plasma/scriptengines/javascript/data/plasma-packagestructure-javascript-addon.desktop
  deleted in HEAD and modified in origin/master. Version origin/master of 
 plasma/scriptengines/javascript/data/plasma-packagestructure-javascript-addon.desktop
  left in tree.
 CONFLICT (modify/delete): 
 plasma/declarativeimports/qtextracomponents/mouseeventlistener.h deleted in 
 HEAD and modified in origin/master. Version origin/master of 
 plasma/declarativeimports/qtextracomponents/mouseeventlistener.h left in tree.
 CONFLICT (modify/delete): 
 plasma/declarativeimports/qtextracomponents/mouseeventlistener.cpp deleted in 
 HEAD and modified in origin/master. Version origin/master of 
 plasma/declarativeimports/qtextracomponents/mouseeventlistener.cpp left in 
 tree.
 CONFLICT (modify/delete): 
 plasma/declarativeimports/plasmacomponents/qml/ToolButton.qml deleted in HEAD 
 and modified in origin/master. Version origin/master of 
 plasma/declarativeimports/plasmacomponents/qml/ToolButton.qml left in tree.
 Removing kwalletd/kwalletopenloop.h
 Removing kwalletd/kwalletopenloop.cpp
 Auto-merging kwalletd/CMakeLists.txt
 Auto-merging ktimezoned/ktimezonedbase.h
 CONFLICT (content): Merge conflict in ktimezoned/ktimezonedbase.h
 Auto-merging kioslave/trash/discspaceutil.cpp
 CONFLICT (content): Merge conflict in kioslave/trash/discspaceutil.cpp
 Removing kioslave/thumbnail/icoutils.cpp
 Auto-merging kioslave/thumbnail/CMakeLists.txt
 CONFLICT (content): Merge conflict in kioslave/thumbnail/CMakeLists.txt
 Auto-merging kioexec/main.cpp
 CONFLICT (content): Merge conflict in kioexec/main.cpp
 Auto-merging kglobalaccel/kglobalacceld.cpp
 Recorded preimage for 'kioexec/main.cpp'
 Recorded preimage for 'kioslave/thumbnail/CMakeLists.txt'
 Recorded preimage for 'kioslave/trash/discspaceutil.cpp'
 Recorded preimage for 'ktimezoned/ktimezonedbase.h'
 Automatic merge failed; fix conflicts and then commit the result.

  5023  1.12.2013 09:55  1:50  git log -p origin/master 
 kioslave/thumbnail/CMakeLists.txt
  5104  1.12.2013 09:55  1:13  vi kioslave/thumbnail/CMakeLists.txt
  5105  1.12.2013 09:56  0:00  git add kioslave/thumbnail/CMakeLists.txt
  5106  1.12.2013 09:56  0:14  vi kioslave/trash/discspaceutil.cpp
  5107  1.12.2013 09:56  0:00  git add kioslave/trash/discspaceutil.cpp
  5109  1.12.2013 09:57  0:16  git log -p origin/master 
 ktimezoned/ktimezonedbase.h
  5110  1.12.2013 09:57  0:13  vi ktimezoned/ktimezonedbase.h
  5111  1.12.2013 09:57  0:00  git add ktimezoned/ktimezonedbase.h
  5025  1.12.2013 09:58  0:06  git log -p origin/master kioexec/CMakeLists.txt
  5113  1.12.2013 09:58  0:00  git rm -r plasma
  5114  1.12.2013 09:58  0:01  git diff
  5115  1.12.2013 09:58  0:17  git diff --cached
  5026  1.12.2013 09:58  1:13  git log -p origin/master kioexec/main.cpp
  5116  1.12.2013 09:58  1:18  vi kioexec/main.cpp
  5118  1.12.2013 09:59  0:00  git add kioexec/main.cpp
  5119  1.12.2013 09:59  0:04  git diff --cached kioexec/main.cpp
  5027  1.12.2013 10:00  0:02  make -j8
  5033  1.12.2013 10:01  1:17  git commit
  5034  1.12.2013 10:03  0:07  git wup  [*]
  5035  1.12.2013 10:03  0:08  git push

 wup = log --stat @{u}.. # what will push actually push

 --
 David Faure, fa...@kde.org, http://www.davidfaure.fr
 Working on KDE, in particular KDE Frameworks 5


Hi David,

Thank you very much for that!
I was expecting something like merging only the smb folder or
cherry-picking some changes, but no full merge. Thank you for taking
care of that :)

I like git wup!

Cheers,
Mark
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


KToolInvokation

2013-12-01 Thread Dominik Haumann
Hi Aleix,


KToolInvocation::invokeHelp() was removed. We used it like this:

  KToolInvocation::invokeHelp(advanced-editing-tools-commandline,kate);

According to https://git.reviewboard.kde.org/r/111298/, is the preferred 
replacement to go with something along this lines:

  QUrl u(help://kate/advanced-editing-tools-commandline); // ???

  QString helpcenter = QStandardPaths::findExecutable(khelpcenter);
  if (! helpcenter.isEmpty())
QProcess::startDetached(helpcenter, QStringList(u.toString()));
  }


Unfortunately, the porting docs about KDE 4 - KF5 are basically non-existent.
That makes it rather hard to find a correct solution...

Greetings,
Dominik
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: KToolInvokation

2013-12-01 Thread Kevin Ottens
On Sunday 01 December 2013 18:42:58 Dominik Haumann wrote:
 Hi Aleix,
 
 
 KToolInvocation::invokeHelp() was removed. We used it like this:
 
   KToolInvocation::invokeHelp(advanced-editing-tools-commandline,kate);
 
 According to https://git.reviewboard.kde.org/r/111298/, is the preferred
 replacement to go with something along this lines:
 
   QUrl u(help://kate/advanced-editing-tools-commandline); // ???
 
   QString helpcenter = QStandardPaths::findExecutable(khelpcenter);
   if (! helpcenter.isEmpty())
 QProcess::startDetached(helpcenter, QStringList(u.toString()));
   }
 
 
 Unfortunately, the porting docs about KDE 4 - KF5 are basically
 non-existent. That makes it rather hard to find a correct solution...

Clearly something wrong regarding the documentation. The intent was to go 
through QDesktopServices using a help:/ based URL (so you wouldn't need to do 
the khelpcenter dance by hand). If the doc is not up to date it should be 
fixed of course.

IIRC Aleix worked on that task, so seek if help in case of need.

Regards.
-- 
Kévin Ottens, http://ervin.ipsquad.net

KDAB - proud supporter of KDE, http://www.kdab.com



signature.asc
Description: This is a digitally signed message part.
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: KToolInvokation

2013-12-01 Thread Martin Graesslin
On Sunday 01 December 2013 18:42:58 Dominik Haumann wrote:
 Hi Aleix,
 
 
 KToolInvocation::invokeHelp() was removed. We used it like this:
 
   KToolInvocation::invokeHelp(advanced-editing-tools-commandline,kate);
 
 According to https://git.reviewboard.kde.org/r/111298/, is the preferred
 replacement to go with something along this lines:
 
   QUrl u(help://kate/advanced-editing-tools-commandline); // ???
 
   QString helpcenter = QStandardPaths::findExecutable(khelpcenter);
   if (! helpcenter.isEmpty())
 QProcess::startDetached(helpcenter, QStringList(u.toString()));
   }
 
 
 Unfortunately, the porting docs about KDE 4 - KF5 are basically
 non-existent. That makes it rather hard to find a correct solution...
But that one is in there:
KToolInvocation::invokeHelp is now KHelpClient::invokeHelp, in the kwidgets 
framework. (see KDE5PORTING.html in toplevel kdelibs.git)

and it works, I ported one case of KToolInvocation::invokeHelp() last week

Cheers
Martin

signature.asc
Description: This is a digitally signed message part.
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Dialogs, QPT and Qt5

2013-12-01 Thread Kevin Ottens
Hello,

On Friday 29 November 2013 21:05:42 Albert Astals Cid wrote:
 El Divendres, 29 de novembre de 2013, a les 12:22:48, Kevin Ottens va
 escriure:
  Overall my point is that it's mostly features which really belongs
  upstream.

 Right, but they don't exist at the moment, do they?

Nope. They're not really gone either in the interim. It's not a shame for an 
application to keep using kde4support for a little while if needed. We got 
apps using kde3support for a while.

 Why do you hate those features and need to kill them now?

I hope you realize that painting that in love/hate is overly simplistic.

 What about apps that use those features? What are we going to tell the
 developers?

If it's really essential to them: help us get the feature upstream, use 
kde4support in the meantime.

And to get back to the set of features mentioned initially. We can have all of 
them without kde4support (KFontChooser being available in kwidgetsaddons) 
except two:
 * Having a revert button in QColorDialog to get back to the default color;
 * Loading a list of palettes in QColorDialog.

AFAICT both don't have API, but are features provided by the GUI. So if/once 
we upstream applications will get it as Qt releases are rolled out. Nothing to 
block a release for IMO.

Regards.
-- 
Kévin Ottens, http://ervin.ipsquad.net

KDAB - proud supporter of KDE, http://www.kdab.com


signature.asc
Description: This is a digitally signed message part.
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: KToolInvokation

2013-12-01 Thread Dominik Haumann
On Sunday 01 December 2013 19:26:22 Martin Graesslin wrote:
 On Sunday 01 December 2013 18:42:58 Dominik Haumann wrote:
  Hi Aleix,
  
  KToolInvocation::invokeHelp() was removed. We used it like this:
KToolInvocation::invokeHelp(advanced-editing-tools-commandline,kate)
;
  
  According to https://git.reviewboard.kde.org/r/111298/, is the preferred
  
  replacement to go with something along this lines:
QUrl u(help://kate/advanced-editing-tools-commandline); // ???

QString helpcenter = QStandardPaths::findExecutable(khelpcenter);
if (! helpcenter.isEmpty())

  QProcess::startDetached(helpcenter, QStringList(u.toString()));

}
  
  Unfortunately, the porting docs about KDE 4 - KF5 are basically
  non-existent. That makes it rather hard to find a correct solution...
 
 But that one is in there:
 KToolInvocation::invokeHelp is now KHelpClient::invokeHelp, in the kwidgets
 framework. (see KDE5PORTING.html in toplevel kdelibs.git)
 
 and it works, I ported one case of KToolInvocation::invokeHelp() last week

Indeed, there you got me ;) But thanks a lot for the hint. More questions will 
probably come ;)

Greetings,
Dominik
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Build failed in Jenkins: kdelibs_stable #947

2013-12-01 Thread KDE CI System
See http://build.kde.org/job/kdelibs_stable/947/

--
Started by user Ben Cooksley
Building remotely on LinuxSlave - 4 in workspace 
http://build.kde.org/job/kdelibs_stable/ws/
Running Prebuild steps
[kdelibs_stable] $ /bin/sh -xe /tmp/hudson1447357043746615096.sh
+ /home/jenkins/scripts/setup-env.sh

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

From git://anongit.kde.org/kdelibs
   f6770f2..cac3537  frameworks - origin/frameworks
Branch jenkins set up to track remote branch KDE/4.11 from origin.

== Cleaning Source Tree

HEAD is now at 33e9dbf Merge remote-tracking branch 'origin/KDE/4.11' into 
KDE/4.12
Removing build/
Removing install/
Success build forhudson.tasks.Shell@7e288edf
Fetching changes from the remote Git repository
Fetching upstream changes from git://anongit.kde.org/kdelibs
Checking out Revision 64a7238c3c082b174e47c3896d6eb0f5c52ab461 
(refs/heads/jenkins)
[kdelibs_stable] $ /bin/sh -xe /tmp/hudson8857953814283885948.sh
+ /home/jenkins/scripts/execute-job.sh

KDE Continuous Integration Build
== Building Project: kdelibs - Branch KDE/4.11
== Build Dependencies:
 qt - Branch 4.8
 strigidaemon - Branch master
 soprano - Branch master
 libstreams - Branch master
 automoc - Branch master
 strigiutils - Branch master
 libstreamanalyzer - Branch master
 phonon - Branch master
 strigiclient - Branch master
 kdesupport-svn - Branch master
 polkit-qt-1 - Branch master
 cmake - Branch master
 attica - Branch master

== Applying Patches
=== No patches to apply

== Syncing Dependencies from Master Server

rsync: change_dir 
/srv/jenkins/install/linux/x86_64/g++/stable-qt4/general/kdesupport-svn 
failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 
23) at main.c(1530) [Receiver=3.0.9]
Syncing dependencies from master server for project kdelibs failed.
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Build failed in Jenkins: kdelibs_frameworks_qt5 #1808

2013-12-01 Thread KDE CI System
See http://build.kde.org/job/kdelibs_frameworks_qt5/1808/

--
Started by user Ben Cooksley
Building remotely on LinuxSlave - 3 in workspace 
http://build.kde.org/job/kdelibs_frameworks_qt5/ws/
Running Prebuild steps
[kdelibs_frameworks_qt5] $ /bin/sh -xe /tmp/hudson5355790588247465077.sh
+ /home/jenkins/scripts/setup-env.sh

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

From git://anongit.kde.org/kdelibs
   3a6edd8..64a7238  KDE/4.11   - origin/KDE/4.11
   05bd371..33e9dbf  KDE/4.12   - origin/KDE/4.12
   4748eef..cac3537  frameworks - origin/frameworks
   09619ec..95c8101  master - origin/master
From git://anongit.kde.org/kdelibs
 * [new tag] v4.11.97   - v4.11.97
Branch jenkins set up to track remote branch frameworks from origin.

== Cleaning Source Tree

HEAD is now at 4748eef KDE4Support modularization
Removing build/
Success build forhudson.tasks.Shell@1ba6b4ee
Fetching changes from the remote Git repository
Fetching upstream changes from git://anongit.kde.org/kdelibs
Checking out Revision cac3537c4078023566e91132992d9942a7762581 
(refs/heads/jenkins)
[kdelibs_frameworks_qt5] $ /bin/sh -xe /tmp/hudson9159270914627770165.sh
+ /home/jenkins/scripts/execute-job.sh

KDE Continuous Integration Build
== Building Project: kdelibs - Branch frameworks
== Build Dependencies:
 cmake - Branch master
 polkit-qt-1 - Branch qt5
 qt5 - Branch stable
 extra-cmake-modules - Branch master
 strigiclient - Branch master
 libstreams - Branch master
 libstreamanalyzer - Branch master
 strigidaemon - Branch master
 strigiutils - Branch master
 phonon - Branch master
 attica - Branch master

== Applying Patches
=== No patches to apply

== Syncing Dependencies from Master Server

rsync: change_dir 
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/kdesupport/polkit-qt-1 failed: 
No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 
23) at main.c(1530) [Receiver=3.0.9]
Syncing dependencies from master server for project kdelibs failed.
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
Recording test results
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Build failed in Jenkins: kdelibs_stable #949

2013-12-01 Thread KDE CI System
See http://build.kde.org/job/kdelibs_stable/949/

--
[...truncated 8201 lines...]
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 
http://build.kde.org/job/kdelibs_stable/ws/kdeui/tests
   used as include directory in directory 

Build failed in Jenkins: kdelibs_stable #950

2013-12-01 Thread KDE CI System
See http://build.kde.org/job/kdelibs_stable/950/

--
Started by user Ben Cooksley
Building remotely on LinuxSlave - 4 in workspace 
http://build.kde.org/job/kdelibs_stable/ws/
Running Prebuild steps
[kdelibs_stable] $ /bin/sh -xe /tmp/hudson5579541340955977907.sh
+ /home/jenkins/scripts/setup-env.sh

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

Branch jenkins set up to track remote branch KDE/4.11 from origin.

== Cleaning Source Tree

HEAD is now at 64a7238 Make KLimitedIODevice::bytesAvailable return the numbers 
of bytesAvaliable to read
Removing build/
Success build forhudson.tasks.Shell@7e288edf
Fetching changes from the remote Git repository
Fetching upstream changes from git://anongit.kde.org/kdelibs
Checking out Revision 64a7238c3c082b174e47c3896d6eb0f5c52ab461 
(refs/heads/jenkins)
[kdelibs_stable] $ /bin/sh -xe /tmp/hudson5015002808053242401.sh
+ /home/jenkins/scripts/execute-job.sh

KDE Continuous Integration Build
== Building Project: kdelibs - Branch KDE/4.11
== Build Dependencies:
 strigidaemon - Branch master
 qt - Branch 4.8
 grantlee - Branch master
 libstreamanalyzer - Branch master
 strigiutils - Branch master
 soprano - Branch master
 libstreams - Branch master
 strigiclient - Branch master
 cmake - Branch master
 shared-desktop-ontologies - Branch master
 automoc - Branch master
 kdesupport-svn - Branch master
 phonon - Branch master
 polkit-qt-1 - Branch master
 attica - Branch master
 qca - Branch master

== Applying Patches
=== No patches to apply

== Syncing Dependencies from Master Server

rsync: change_dir 
/srv/jenkins/install/linux/x86_64/g++/stable-qt4/kdesupport/qca failed: No 
such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 
23) at main.c(1530) [Receiver=3.0.9]
Syncing dependencies from master server for project kdelibs failed.
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Build failed in Jenkins: kdelibs_frameworks_qt5 #1810

2013-12-01 Thread KDE CI System
See http://build.kde.org/job/kdelibs_frameworks_qt5/1810/

--
Started by user Ben Cooksley
Building remotely on LinuxSlave - 1 in workspace 
http://build.kde.org/job/kdelibs_frameworks_qt5/ws/
Running Prebuild steps
[kdelibs_frameworks_qt5] $ /bin/sh -xe /tmp/hudson1810492025998452282.sh
+ /home/jenkins/scripts/setup-env.sh

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

Branch jenkins set up to track remote branch frameworks from origin.

== Cleaning Source Tree

HEAD is now at cac3537 Move KRun::processDesktopExec to a new class, 
DesktopExecParser.
Removing build/
Success build forhudson.tasks.Shell@1ba6b4ee
Fetching changes from the remote Git repository
Fetching upstream changes from git://anongit.kde.org/kdelibs
Checking out Revision cac3537c4078023566e91132992d9942a7762581 
(refs/heads/jenkins)
[kdelibs_frameworks_qt5] $ /bin/sh -xe /tmp/hudson2740355151413075328.sh
+ /home/jenkins/scripts/execute-job.sh

KDE Continuous Integration Build
== Building Project: kdelibs - Branch frameworks
== Build Dependencies:
 polkit-qt-1 - Branch qt5
 strigidaemon - Branch master
 qca - Branch master
 qt5 - Branch stable
 extra-cmake-modules - Branch master
 cmake - Branch master
 libstreamanalyzer - Branch master
 strigiclient - Branch master
 strigiutils - Branch master
 libstreams - Branch master
 phonon - Branch master
 attica - Branch master

== Applying Patches
=== No patches to apply

== Syncing Dependencies from Master Server

rsync: change_dir 
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/kdesupport/qca failed: No such 
file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 
23) at main.c(1530) [Receiver=3.0.9]
Syncing dependencies from master server for project kdelibs failed.
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Skipping Cobertura coverage report as build was not UNSTABLE or better ...
Recording test results
___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel