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
 these builds. While I am learning fast,
 some of these failures are stumpers.

 kde-runtime kf5 configures and pulls in all depends fine. But the build 
 never
 happens...
 20:34:24 == Commencing the Build
 20:34:24
 20:34:24
 20:34:24 == Installing the Build
 20:34:24
 20:34:24 make: *** No rule to make target 'install'.  Stop.

 It shouldn't be built anymore. I just pushed a commit so it's clear
 what happened.

 Please ensure kde-build-metadata is updated to reflect that
 kde-runtime does not have a kf5-qt5 / stable-kf5-qt5 entry anymore.

That's the case, no project is pointing to kde-runtime.

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


Re: Review Request 122706: A KCModule base for QML based KCMs

2015-04-09 Thread David Edmundson

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122706/#review78707
---


This is now obsoleted?

- David Edmundson


On Feb. 25, 2015, 5:40 p.m., Marco Martin wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/122706/
 ---
 
 (Updated Feb. 25, 2015, 5:40 p.m.)
 
 
 Review request for KDE Frameworks.
 
 
 Repository: kconfigwidgets
 
 
 Description
 ---
 
 this adds a new class called KCModuleQml
 it loads a KPackage with the same plugin name as the kcm, then loads its 
 mainscript qml file from it and puts it in a QQuickView used as main widget 
 of the KCM.
 
 It supports two ways of loading the qml:
 one is in the showevent of the KCM qwidget, this is compatible with current 
 Systemsettings and kcmshell.
 the other way is with the mainUi accessor/qproperty. This will make possible 
 for a pure QML version of systemsettings (accessing directly mainUi without 
 showing qwidgets)
 
 
 Diffs
 -
 
   CMakeLists.txt f3aaf18 
   src/CMakeLists.txt 10862c6 
   src/kcmoduleqml.h PRE-CREATION 
   src/kcmoduleqml.cpp PRE-CREATION 
 
 Diff: https://git.reviewboard.kde.org/r/122706/diff/
 
 
 Testing
 ---
 
 
 Thanks,
 
 Marco Martin
 


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


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
 '/srv/jenkins/install/ubuntu/x86_64/g++/kf5-

 qt5/frameworks/kdelibs4support/inst/share/dbus-1/interfaces/org.kde.KSpeech.xml',
 needed by 'src/kspeechinterface.cpp'.  Stop.
 23:47:49 make[2]: *** Waiting for unfinished jobs
 23:47:49 [ 26%] [ 28%] [ 30%] [ 32%] Generating ui_popup.h
 23:47:49 Generating ui_enginesettings.h
 23:47:49 Generating ui_customdifficultydialog.h
 23:47:49 Generating settings.h, settings.cpp
 23:47:49 CMakeFiles/Makefile2:107: recipe for target
 'src/CMakeFiles/knights.dir/all' failed
 23:47:49 make[1]: *** [src/CMakeFiles/knights.dir/all] Error 2
 23:47:49 Makefile:126: recipe for target 'all' failed
 23:47:49 make: *** [all] Error 2

 Thoughts? ideas?
 Thanks for your help,
 Scarlett


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


Jenkins CI help for compile failures!

2015-04-09 Thread Scarlett Clark
KF5 knights fails to compile with:
23:47:49 make[2]: *** No rule to make target 
'/srv/jenkins/install/ubuntu/x86_64/g++/kf5-
qt5/frameworks/kdelibs4support/inst/share/dbus-1/interfaces/org.kde.KSpeech.xml',
 
needed by 'src/kspeechinterface.cpp'.  Stop.
23:47:49 make[2]: *** Waiting for unfinished jobs
23:47:49 [ 26%] [ 28%] [ 30%] [ 32%] Generating ui_popup.h
23:47:49 Generating ui_enginesettings.h
23:47:49 Generating ui_customdifficultydialog.h
23:47:49 Generating settings.h, settings.cpp
23:47:49 CMakeFiles/Makefile2:107: recipe for target 
'src/CMakeFiles/knights.dir/all' failed
23:47:49 make[1]: *** [src/CMakeFiles/knights.dir/all] Error 2
23:47:49 Makefile:126: recipe for target 'all' failed
23:47:49 make: *** [all] Error 2

Thoughts? ideas?
Thanks for your help,
Scarlett

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


KDEPIM new KDE Jenkins CI help please

2015-04-09 Thread Scarlett Clark
kdepim fails on my new ci.
00:19:26   Could not find a package configuration file provided by
00:19:26   Qt5WebEngineWidgets with any of the following names:
00:19:26 
00:19:26 Qt5WebEngineWidgetsConfig.cmake
00:19:26 qt5webenginewidgets-config.cmake
00:19:26 
00:19:26   Add the installation prefix of Qt5WebEngineWidgets to 
CMAKE_PREFIX_PATH
00:19:26   or set Qt5WebEngineWidgets_DIR to a directory 
containing one of the above
00:19:26   files.  If Qt5WebEngineWidgets provides a separate 
development package or
00:19:26   SDK, be sure it has been installed.
00:19:26 Call Stack (most recent call first):
00:19:26   CMakeLists.txt:88 (find_package)
00:19:26 
00:19:26 
00:19:26 -- Configuring incomplete, errors occurred!
00:19:26 See also 
/home/jenkins/builds/kdepim/build/CMakeFiles/CMakeOutput.log.

qt 5.4.1 is brought in :
00:18:08  qt5 - Branch 5.4.1
and my google searches tell me that is where it is suppose to reside?
Hints.. thoughts?
Thanks for any help you can provide me.
Scarlett

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


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

2015-04-09 Thread Aleix Pol
On Thu, Apr 9, 2015 at 7:13 AM,  sgcl...@kubuntu.org wrote:
 On Thursday, April 09, 2015 01:00:42 AM Aleix Pol wrote:
 On Wed, Apr 8, 2015 at 7:34 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
  builds. While I am learning fast,
  some of these failures are stumpers.
 
  qoauth - google leads me to believe that qt5 uses qca and not QtCrypto
  and that I should pass
  CONFIG += crypto to qmake. alas that did not work and it still wants
  QtCrypto. Has anyone built this
  for qt5? Can you tell me what flags I need to pass? Editing files in our
  system is not an option.

 It feels weird what you are saying.
 - QtCrypto is the header that qca installs, don't ask me why it's not
 all called QtCrypto.
 - QOAuth uses QCA, not Qt5.

 Can you please show the error you are getting?
 In file included from interface.cpp:21:0:
 16:58:27 interface.h:33:20: fatal error: QtCrypto: No such file or directory
 16:58:27  #include QtCrypto
 16:58:27 ^
 16:58:27 compilation terminated.
 16:58:28 Makefile:697: recipe for target 'interface.o' failed
 16:58:28 make[1]: *** [interface.o] Error 1
 16:58:28 make[1]: Leaving directory '/home/jenkins/builds/qoauth/src'
 16:58:28 Makefile:43: recipe for target 'sub-src-make_first-ordered' failed
 16:58:28 make: *** [sub-src-make_first-ordered] Error 2
 16:58:28 Compiliation step exited with non-zero code, assuming failure to
 build from source for project qoauth.

Can you make sure that the information in this file in the prefix is correct?
prefix/lib/pkgconfig/qca2-qt5.pc

I just tried it and it builds fine here.

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


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

2015-04-09 Thread Scarlett Clark

Aha seems qca was not a depend and therefore not brought in.
Sometimes a second set of eyes is the trick, thank you so much!
Scarlett


On 04/09/2015 04:14 AM, Aleix Pol wrote:

On Thu, Apr 9, 2015 at 7:13 AM,  sgcl...@kubuntu.org wrote:

On Thursday, April 09, 2015 01:00:42 AM Aleix Pol wrote:

On Wed, Apr 8, 2015 at 7:34 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
builds. While I am learning fast,
some of these failures are stumpers.

qoauth - google leads me to believe that qt5 uses qca and not QtCrypto
and that I should pass
CONFIG += crypto to qmake. alas that did not work and it still wants
QtCrypto. Has anyone built this
for qt5? Can you tell me what flags I need to pass? Editing files in our
system is not an option.

It feels weird what you are saying.
- QtCrypto is the header that qca installs, don't ask me why it's not
all called QtCrypto.
- QOAuth uses QCA, not Qt5.

Can you please show the error you are getting?

In file included from interface.cpp:21:0:
16:58:27 interface.h:33:20: fatal error: QtCrypto: No such file or directory
16:58:27  #include QtCrypto
16:58:27 ^
16:58:27 compilation terminated.
16:58:28 Makefile:697: recipe for target 'interface.o' failed
16:58:28 make[1]: *** [interface.o] Error 1
16:58:28 make[1]: Leaving directory '/home/jenkins/builds/qoauth/src'
16:58:28 Makefile:43: recipe for target 'sub-src-make_first-ordered' failed
16:58:28 make: *** [sub-src-make_first-ordered] Error 2
16:58:28 Compiliation step exited with non-zero code, assuming failure to
build from source for project qoauth.

Can you make sure that the information in this file in the prefix is correct?
prefix/lib/pkgconfig/qca2-qt5.pc

I just tried it and it builds fine here.

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


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


Re: Review Request 120648: Encode the URIs which end up in DTD files

2015-04-09 Thread Patrick von Reth


 On April 3, 2015, 3:58 nachm., Andrius da Costa Ribas wrote:
  cmake/uriencode.cmake, line 15
  https://git.reviewboard.kde.org/r/120648/diff/2/?file=320784#file320784line15
 
  I've tried changing this to:
  
  execute_process(COMMAND perl -MURI::Escape -e print 
  uri_escape_utf8(\${escaped_uri}\, \^A-Za-z0-9\\-\\._~\\/:\);
  (...)
  
  it works here, but I'm not sure if it'd be the proper fix.

ah that whas the error, thanks I finally can compile kdoctools (atleast locally 
) again


- Patrick


---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/120648/#review78445
---


On Feb. 28, 2015, 10:02 nachm., Luigi Toscano wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/120648/
 ---
 
 (Updated Feb. 28, 2015, 10:02 nachm.)
 
 
 Review request for Build System, KDE Software on Mac OS X, KDE Frameworks, 
 and kdewin.
 
 
 Repository: kdoctools
 
 
 Description
 ---
 
 The URI need to be encoded, because some valid characters for
 filenames are not valid according RFC 2396.
 Easy way to trigger the issue: when the path contains spaces,
 as it happens on MacOSX builds.
 
 See also https://git.reviewboard.kde.org/r/120649/ for the twin review on 
 kdelibs4support.
 
 
 Diffs
 -
 
   cmake/uriencode.cmake PRE-CREATION 
   src/CMakeLists.txt 341ecf4 
 
 Diff: https://git.reviewboard.kde.org/r/120648/diff/
 
 
 Testing
 ---
 
 It compiles, but I can't properly test Mac and Windows scenarios
 
 
 Thanks,
 
 Luigi Toscano
 


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


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 1.10)
*17:18:49*  Call Stack (most recent call first):
*17:18:49* 
/usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:374 
(_FPHSA_FAILURE_MESSAGE)
*17:18:49* 
/srv/jenkins/install/ubuntu/x86_64/g++/kf5-qt5/kdesupport/extra-cmake-modules/inst/share/ECM/find-modules/FindXCB.cmake:173
 (find_package_handle_standard_args)
*17:18:49* CMakeLists.txt:17 (find_package)
*17:18:49*  
*17:18:49*  
*17:18:49*  -- Configuring incomplete, errors occurred!

*17:18:49*  See also 
/home/jenkins/builds/wacomtablet/build/CMakeFiles/CMakeOutput.log.

I have installed everything from the kubuntu packaging control file here:
Build-Depends: debhelper (= 7.3.16), cmake, kdelibs5-dev, pkg-kde-tools (= 
0.6.2),
 libxi-dev, libxrandr-dev, xserver-xorg-input-wacom, xvfb, xauth, dbus-x11

Well minus all the packaging and libs that are part of our build system. But 
you get the gist.
And it still does not compile. Note: this is kde4 - we kubuntu/debian has not 
ported this kf5 version
yet (unless they did it while I was not looking and hid it somewhere outside of 
our repos)

Here is a list of all the failed tries:
libxcb-composite0-dev libxcb-damage0-dev libxcb-dpms0-dev libraw-dev 
libxcb-image0-
dev libxcb-xkb-dev libxkbfile-dev

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.

thanks,
Scarlett


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


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

2015-04-09 Thread sgclark
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 builds. While I am learning fast,
  some of these failures are stumpers.
  
  I have been fighting with kaccounts-integration much to long. I 
did
  finally
  get it to find all its dependencies, including akonadi kf5, 
however...
  
  compile failure:
  19:56:27 In file included from /home/jenkins/builds/kaccounts-
  integration/tests/testakonadiaccounts.cpp:19:0:
  19:56:27 /home/jenkins/builds/kaccounts-
  
integration/tests/../src/daemon/akonadi/akonadiaccounts.h:25:33: 
fatal
  error:
  AkonadiCore/Attribute: No such file or directory
  19:56:27  #include AkonadiCore/Attribute
  19:56:27  ^
  19:56:27 compilation terminated.
 
 Akonadi is only optional in kaccounts-integration and given the 
current
 status
 of KF5 Akonadi (unreleased with no plans), I would just not bother 
with
 trying
 fix this particular issue.

Ok so yeah, I removed from the depends list and it is now built.
Thanks!
Scarlett

 
 Cheers

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


Re: Review Request 123178: [KCompletion] Delete condition inside KLineEdit::keyPressEvent that is already checked in a former condition

2015-04-09 Thread David Gil Oliva

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/123178/
---

(Updated April 9, 2015, 7:57 p.m.)


Status
--

This change has been marked as submitted.


Review request for KDE Frameworks.


Changes
---

Submitted with commit 7a3735e2bfcb506e820961199c37f5876a1de7fd by David Gil to 
branch master.


Repository: kcompletion


Description
---

The deleted condition checks whether completionMode is different
to KCompletion::CompletionNone. This condition is inside another condition
that checks the same. Therefore it's useless.

Besides, at the beginning of the method there are multiple else if conditions
that aren't actually related (they are independent and each one ends
with a return). Therefore, I have cleaned up the elses and left the ifs. I
think that way the method is cleaner and more readable (as readable as it
can be, given the length of it and the number of conditions).


Diffs
-

  src/klineedit.cpp 7c2d0f9 

Diff: https://git.reviewboard.kde.org/r/123178/diff/


Testing
---

Tests pass


Thanks,

David Gil Oliva

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


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 still refuses to find it. With other libs I had to set 

LIBDIR={instPrefix}/lib CMAKE_CONFIG_PATH={instPrefix}/lib/cmake

and then projects started finding them. However qoauth completely disregards 
these qmake flags and installs in lib64 anyway. It looks like it is hard coded 
to check platform  and append the 64. Anyway... I tried to give choqok the 
LIB_SUFFIX=64 flag and that did not work. I am officially out of ideas. Help 
please. Here is the error:

14:53:53 -- Found PkgConfig: /usr/bin/pkg-config (found version 0.28) 
14:53:53 CMake Error at 
/usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:138 
(message):
14:53:53   Could NOT find QtOAuth (missing: QTOAUTH_LIBRARY)
14:53:53 Call Stack (most recent call first):
14:53:53   
/usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:374 
(_FPHSA_FAILURE_MESSAGE)
14:53:53   cmake/modules/FindQtOAuth.cmake:34 
(find_package_handle_standard_args)
14:53:53   CMakeLists.txt:49 (find_package)
14:53:53 
14:53:53 
14:53:53 -- Configuring incomplete, errors occurred!
14:53:53 See also 
/home/jenkins/builds/choqok/build/CMakeFiles/CMakeOutput.log.
14:53:53 Configure step exited with non-zero code, assuming failure to 
configure for project choqok.



MLT: refuses to find its own files. /shrug.
03:43:15 == Configuring Build
03:43:15 
03:43:15 /home/jenkins/builds/mlt/configure: 152: 
/home/jenkins/builds/mlt/configure: cannot open mlt-config-template: No such 
file
03:43:15 cat: mlt-framework.pc.in: No such file or directory
03:43:15 cat: mlt++.pc.in: No such file or directory
03:43:15 GPLv3 license used
03:43:15 
03:43:15 == Commencing the Build
03:43:15 
03:43:15 make: *** No targets specified and no makefile found.  Stop.

However .. as you can see.. it is right there..
:~$ ls -l /home/jenkins/builds/mlt/
total 752
-rw-rw-r--  1 jenkins jenkins422 Apr  9 03:43 AUTHORS
drwxrwxr-x  2 jenkins jenkins   4096 Apr  9 03:43 build
-rw-rw-r--  1 jenkins jenkins 513635 Apr  9 03:43 ChangeLog
drwxrwxr-x  2 jenkins jenkins   4096 Apr  9 03:43 coccinelle
-rwxrwxr-x  1 jenkins jenkins  10297 Apr  9 03:43 configure
-rw-rw-r--  1 jenkins jenkins  26428 Apr  9 03:43 COPYING
drwxrwxr-x  2 jenkins jenkins   4096 Apr  9 03:43 demo
drwxrwxr-x  2 jenkins jenkins   4096 Apr  9 03:43 docs
-rw-rw-r--  1 jenkins jenkins  60611 Apr  9 03:43 Doxyfile
-rw-rw-r--  1 jenkins jenkins  17992 Apr  9 03:43 GPL
-rw-rw-r--  1 jenkins jenkins  35147 Apr  9 03:43 GPLv3
-rw-rw-r--  1 jenkins jenkins   1795 Apr  9 03:43 Makefile
-rw-rw-r--  1 jenkins jenkins838 Apr  9 03:43 mlt-config-template
-rw-rw-r--  1 jenkins jenkins133 Apr  9 03:43 mlt-framework.pc.in
-rw-rw-r--  1 jenkins jenkins151 Apr  9 03:43 mlt++.pc.in
-rw-rw-r--  1 jenkins jenkins  27678 Apr  9 03:43 NEWS
drwxrwxr-x  4 jenkins jenkins   4096 Apr  9 03:43 presets
drwxrwxr-x  2 jenkins jenkins   4096 Apr  9 03:43 profiles
-rw-rw-r--  1 jenkins jenkins   1504 Apr  9 03:43 README
-rwxrwxr-x  1 jenkins jenkins156 Apr  9 03:43 reconfigure
-rw-rw-r--  1 jenkins jenkins410 Apr  9 03:43 setenv
-rw-rw-r--  1 jenkins jenkins208 Apr  9 03:43 setenv_mc
drwxrwxr-x 10 jenkins jenkins   4096 Apr  9 03:43 src

This is an external depend  needed by kdeenlive so perhaps someone involved 
there could chime in here.

More coming I am sure..
Thanks everyone for your  help so far!
Scarlett


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


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*  CMake Error at
 /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:138
 (message): *17:18:49* Could NOT find XCB (missing: XINPUT) (found
 version 1.10) *17:18:49*  Call Stack (most recent call first):
 *17:18:49*
 /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:374
 (_FPHSA_FAILURE_MESSAGE) *17:18:49*
 /srv/jenkins/install/ubuntu/x86_64/g++/kf5-qt5/kdesupport/extra-cmake-modul
 es/inst/share/ECM/find-modules/FindXCB.cmake:173
 (find_package_handle_standard_args) *17:18:49* CMakeLists.txt:17
 (find_package)
 *17:18:49*
 *17:18:49*
 *17:18:49*  -- Configuring incomplete, errors occurred!
 *17:18:49*  See also
 /home/jenkins/builds/wacomtablet/build/CMakeFiles/CMakeOutput.log.
 
 I have installed everything from the kubuntu packaging control file here:
 Build-Depends: debhelper (= 7.3.16), cmake, kdelibs5-dev, pkg-kde-tools (=
 0.6.2), libxi-dev, libxrandr-dev, xserver-xorg-input-wacom, xvfb, xauth,
 dbus-x11
 
 Well minus all the packaging and libs that are part of our build system. But
 you get the gist. And it still does not compile. Note: this is kde4 - we
 kubuntu/debian has not ported this kf5 version yet (unless they did it
 while I was not looking and hid it somewhere outside of our repos)
 
 Here is a list of all the failed tries:
 libxcb-composite0-dev libxcb-damage0-dev libxcb-dpms0-dev libraw-dev
 libxcb-image0- dev libxcb-xkb-dev libxkbfile-dev
 
 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.
 
 thanks,
 Scarlett

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


Re: Review Request 123206: Don't try to highlight if there is no spell checker found

2015-04-09 Thread Martin Tobias Holmedahl Sandsmark

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/123206/#review78722
---

Ship it!


Ship It!

- Martin Tobias Holmedahl Sandsmark


On April 1, 2015, 11:46 a.m., David Edmundson wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/123206/
 ---
 
 (Updated April 1, 2015, 11:46 a.m.)
 
 
 Review request for KDE Frameworks and Martin Tobias Holmedahl Sandsmark.
 
 
 Repository: sonnet
 
 
 Description
 ---
 
 Don't try to highlight if there is no spell checker found
 
 It's slightly wasteful to do a re-highlight, more important without this we 
 max out the CPU usage as rehighlightRequest singleShot is still false (see 
 line 120 in the constructor), so this timer constantly retriggers with no 
 interval.
 
 
 Diffs
 -
 
   src/ui/highlighter.cpp 05c72ec 
 
 Diff: https://git.reviewboard.kde.org/r/123206/diff/
 
 
 Testing
 ---
 
 ran textedit example without my CPU usage skyrocketing.
 
 
 Thanks,
 
 David Edmundson
 


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


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 exist on 
Debian based systems yet. It's not built as it's not considered as stable by 
the upstream developers, see 
http://cgit.freedesktop.org/xcb/libxcb/tree/configure.ac#n228

To me this means wacomtablet has dependencies which cannot me met by all 
distributions. 

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