Re: Moving KDots to KDE Review

2015-04-09 Thread Minh Ngo
Hi Ian, Possibly it's because of the different stdlib (clang in Linux requires gcc, but on Mac maybe it uses other stdlib implementation), but I'm not sure about Mac. Is it possible to treat these errors as warnings? In the point.hpp the thing I did is just implemented a class Point that

Re: Help please with some builds in the new jenkins-ci for KDE Cont..

2015-04-09 Thread Martin Klapetek
On Apr 9, 2015 6:31 AM, sgcl...@kubuntu.org wrote: On Thursday, April 09, 2015 12:54:40 AM Martin Klapetek wrote: Hey, On Wed, Apr 8, 2015 at 10:08 PM, Scarlett Clark sgcl...@kubuntu.org wrote: Hello all, I am to the point now with my ci that I just need help with some of these

Re: Strigi usage in KF5 world

2015-04-09 Thread Albert Astals Cid
El Dimecres, 8 d'abril de 2015, a les 19:49:37, šumski va escriure: On Monday 06 of April 2015 15:26:43 Albert Astals Cid wrote: El Diumenge, 5 d'abril de 2015, a les 20:47:03, šumski va escriure: Hi all, In review 120393 [1] it was suggested to remove all code that hasn't compiled

Re: Jenkins CI build help please

2015-04-09 Thread Albert Astals Cid
El Dijous, 9 d'abril de 2015, a les 10:37:03, Scarlett Clark va escriure: Next up is wacomtablet: Which branch is that? You say it's kde4 and then it's using e-c-m? Cheers, Albert *17:18:49* -- Could NOT find XCB_XINPUT (missing: XCB_XINPUT_LIBRARY XCB_XINPUT_INCLUDE_DIR) *17:18:49*

Re: Moving User Manager back to playground

2015-04-09 Thread Vishesh Handa
On Thu, Apr 9, 2015 at 9:08 PM, Marco Martin notm...@gmail.com wrote: uuh, did it end up in the release then? Only during the beta. I think this was for Kubuntu. The plan as discussed during the Plasma sprint was to the move the user-manager code into plasma-desktop, and merge it into the

Re: Jenkins CI build help please

2015-04-09 Thread Martin Gräßlin
On Thursday 09 April 2015 10:37:03 Scarlett Clark wrote: Anyone have a clue what I need to install on *ubuntu system to achieve this depend? CC'd my fellow packagers @ kubuntu-devel as well, they are much smarter than I am. sure I have a clue, but you won't like it: xcb-input simply doesn't

Moving User Manager back to playground

2015-04-09 Thread Vishesh Handa
Hey guys It seems that 'user-manager' was moved into the kde/workspace subdirectory a couple of months ago, even though it was clearly blocked during the review process in kde-core-devel. I'm going to ask the system-admin request to move it back there. If you have any objections please let me

Re: Moving User Manager back to playground

2015-04-09 Thread Marco Martin
On Thursday 09 April 2015 18:59:23 Vishesh Handa wrote: Hey guys It seems that 'user-manager' was moved into the kde/workspace subdirectory a couple of months ago, even though it was clearly blocked during the review process in kde-core-devel. I'm going to ask the system-admin request to

Re: Moving User Manager back to playground

2015-04-09 Thread Jonathan Riddell
On Thu, Apr 09, 2015 at 10:31:41PM +0200, Vishesh Handa wrote: On Thu, Apr 9, 2015 at 10:02 PM, Jonathan Riddell j...@jriddell.org wrote: Ug please don't.A It'll mess up my release scripts and the translations.A Stuff in playground shouldn't get releases but this does

Jenkins CI build help please

2015-04-09 Thread Scarlett Clark
Next up is wacomtablet: *17:18:49* -- Could NOT find XCB_XINPUT (missing: XCB_XINPUT_LIBRARY XCB_XINPUT_INCLUDE_DIR) *17:18:49* CMake Error at /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:138 (message): *17:18:49* Could NOT find XCB (missing: XINPUT) (found version

Re: Moving KDots to KDE Review

2015-04-09 Thread Ian Wadham
Hi Minh, On 06/04/2015, at 11:30 PM, Minh Ngo wrote: Here is the patch. Checked with clang 3.5.0, qt 4.8.6, KDE Development Platform 4.14.6 Thanks very much for the patch, Minh. I tried it, but unfortunately the same errors persisted. In file included from

Re: Moving User Manager back to playground

2015-04-09 Thread Vishesh Handa
On Thu, Apr 9, 2015 at 10:02 PM, Jonathan Riddell j...@jriddell.org wrote: Ug please don't. It'll mess up my release scripts and the translations. Stuff in playground shouldn't get releases but this does get beta releases as part of Plasma so Plasma is the obvious place to have it. I see

Help please with some builds in the new jenkins-ci for KDE Cont.. again

2015-04-09 Thread sgclark
On Wednesday, April 08, 2015 01:53:05 PM Scarlett Clark wrote: Hello all, I am to the point now with my ci that I just need help with some of these builds. While I am learning fast, some of these failures are stumpers. Choqok requires qoauth which I finally got to compile. Thanks. But choqok

Re: Help please with some builds in the new jenkins-ci for KDE Cont.. again

2015-04-09 Thread Aleix Pol
On Thu, Apr 9, 2015 at 7:06 AM, Ben Cooksley bcooks...@kde.org wrote: On Thu, Apr 9, 2015 at 11:06 AM, Aleix Pol aleix...@kde.org wrote: On Wed, Apr 8, 2015 at 10:53 PM, Scarlett Clark sgcl...@kubuntu.org wrote: Hello all, I am to the point now with my ci that I just need help with some of

Re: Jenkins CI help for compile failures!

2015-04-09 Thread Jeremy Whiting
kspeech is deprecated, we need to remove it's use in knights looks like. It's interface file never got released with kf5. On Thu, Apr 9, 2015 at 12:29 PM, Scarlett Clark sgcl...@kubuntu.org wrote: KF5 knights fails to compile with: 23:47:49 make[2]: *** No rule to make target

Re: Help please with some builds in the new jenkins-ci for KDE Cont.. again

2015-04-09 Thread Scarlett Clark
On 04/09/2015 04:08 AM, Aleix Pol wrote: On Thu, Apr 9, 2015 at 7:06 AM, Ben Cooksley bcooks...@kde.org wrote: On Thu, Apr 9, 2015 at 11:06 AM, Aleix Pol aleix...@kde.org wrote: On Wed, Apr 8, 2015 at 10:53 PM, Scarlett Clark sgcl...@kubuntu.org wrote: Hello all, I am to the point now with

Re: Moving User Manager back to playground

2015-04-09 Thread Vishesh Handa
On Thu, Apr 9, 2015 at 10:45 PM, Jonathan Riddell j...@jriddell.org wrote: On Thu, Apr 09, 2015 at 10:31:41PM +0200, Vishesh Handa wrote: On Thu, Apr 9, 2015 at 10:02 PM, Jonathan Riddell j...@jriddell.org wrote: Ug please don't.A It'll mess up my release scripts and the