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 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.
 
  Cheers
  CMake Warning at CMakeLists.txt:20 (find_package):
 17:54:41   By not providing FindKF5Akonadi.cmake in
 CMAKE_MODULE_PATH this project
 17:54:41   has asked CMake to find a package configuration file
 provided by
 17:54:41   KF5Akonadi, but CMake did not find one.
 17:54:41
 17:54:41   Could not find a package configuration file provided by
 KF5Akonadi with
 17:54:41   any of the following names:
 17:54:41
 17:54:41 KF5AkonadiConfig.cmake
 17:54:41 kf5akonadi-config.cmake
 17:54:41
 17:54:41   Add the installation prefix of KF5Akonadi to
 CMAKE_PREFIX_PATH or set
 17:54:41   KF5Akonadi_DIR to a directory containing one of the
 above files.  If
 17:54:41   KF5Akonadi provides a separate development package or
 SDK, be sure it has
 17:54:41   been installed.
 17:54:41

 Is the result without akonadi. Either way I am dead in the water with
 this build and it is holding up quite alot :(

▼ Hide quoted text

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 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.
 
  Cheers
  CMake Warning at CMakeLists.txt:20 (find_package):
 17:54:41   By not providing FindKF5Akonadi.cmake in
 CMAKE_MODULE_PATH this project
 17:54:41   has asked CMake to find a package configuration file
 provided by
 17:54:41   KF5Akonadi, but CMake did not find one.
 17:54:41
 17:54:41   Could not find a package configuration file provided by
 KF5Akonadi with
 17:54:41   any of the following names:
 17:54:41
 17:54:41 KF5AkonadiConfig.cmake
 17:54:41 kf5akonadi-config.cmake
 17:54:41
 17:54:41   Add the installation prefix of KF5Akonadi to
 CMAKE_PREFIX_PATH or set
 17:54:41   KF5Akonadi_DIR to a directory containing one of the
 above files.  If
 17:54:41   KF5Akonadi provides a separate development package or
 SDK, be sure it has
 17:54:41   been installed.
 17:54:41

 Is the result without akonadi. Either way I am dead in the water with
 this build and it is holding up quite alot :(

But that's just a warning which is perfectly fine when it doesn't find
optional dependency.

Or is that treated as an error (the log says just warning)?

Cheers
--
Martin Klapetek | KDE Developer


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




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


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 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



Fixed in logical-module-structure branches now.
Thanks!


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

2015-04-08 Thread Ben Cooksley
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.




 libkface - I finally got opencv + opencv-contrib modules to build, which got
 rid of some missing  opencv module errors,  but now a pile of:
 0:49:46 In file included from /home/jenkins/builds/libkface/src/recognition-
 opencv-lbph/lbphfacemodel.h:35:0,
 20:49:46  from /home/jenkins/builds/libkface/src/recognition-
 opencv-lbph/lbphfacemodel.cpp:30:
 20:49:46 /home/jenkins/builds/libkface/build/src/libopencv.h:55:37: fatal
 error: opencv2/core/internal.hpp: No such file or directory
 20:49:46  #include opencv2/core/internal.hpp
 20:49:46  ^
 20:49:46 compilation terminated.
 20:49:46 In file included from
 /home/jenkins/builds/libkface/src/detection/opencvfacedetector.h:40:0,
 20:49:46  from
 /home/jenkins/builds/libkface/src/detection/opencvfacedetector.cpp:41:
 20:49:46 /home/jenkins/builds/libkface/build/src/libopencv.h:55:37: fatal
 error: opencv2/core/internal.hpp: No such file or directory
 20:49:46  #include opencv2/core/internal.hpp
 20:49:46  ^
 20:49:46 compilation terminated.
 This goes on for several. Looking at opencv the file does not exist at all. 
 We
 have to use master to achieve a qt5 build... so I am at a loss here.
 This another one I have been fighting with too long...

 More coming as I work all this out..
 Thanks so much for any help that you all can provide me.
 Scarlett

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

 I don't know about libkface, sorry :/

 Aleix

Thanks,
Ben

 ___
 Kde-frameworks-devel mailing list
 kde-frameworks-de...@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-08 Thread Ben Cooksley
On Thu, Apr 9, 2015 at 10:54 AM, Martin Klapetek
martin.klape...@gmail.com wrote:
 Hey,

Hi,


 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.

This means that Akonadi's CMake code needs improvement. I'd recommend
the PIM developers take a look at how the Frameworks do it.

In terms of kaccounts-integration, removing the Akonadi dependency
will resolve that temporarily.


 Cheers
 --
 Martin Klapetek | KDE Developer

Regards,
Ben


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

2015-04-08 Thread Martin Klapetek
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.

Cheers
-- 
Martin Klapetek | KDE Developer


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

2015-04-08 Thread Aleix Pol
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.



 libkface - I finally got opencv + opencv-contrib modules to build, which got
 rid of some missing  opencv module errors,  but now a pile of:
 0:49:46 In file included from /home/jenkins/builds/libkface/src/recognition-
 opencv-lbph/lbphfacemodel.h:35:0,
 20:49:46  from /home/jenkins/builds/libkface/src/recognition-
 opencv-lbph/lbphfacemodel.cpp:30:
 20:49:46 /home/jenkins/builds/libkface/build/src/libopencv.h:55:37: fatal
 error: opencv2/core/internal.hpp: No such file or directory
 20:49:46  #include opencv2/core/internal.hpp
 20:49:46  ^
 20:49:46 compilation terminated.
 20:49:46 In file included from
 /home/jenkins/builds/libkface/src/detection/opencvfacedetector.h:40:0,
 20:49:46  from
 /home/jenkins/builds/libkface/src/detection/opencvfacedetector.cpp:41:
 20:49:46 /home/jenkins/builds/libkface/build/src/libopencv.h:55:37: fatal
 error: opencv2/core/internal.hpp: No such file or directory
 20:49:46  #include opencv2/core/internal.hpp
 20:49:46  ^
 20:49:46 compilation terminated.
 This goes on for several. Looking at opencv the file does not exist at all. We
 have to use master to achieve a qt5 build... so I am at a loss here.
 This another one I have been fighting with too long...

 More coming as I work all this out..
 Thanks so much for any help that you all can provide me.
 Scarlett

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

I don't know about libkface, sorry :/

Aleix


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

2015-04-08 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.
 
 Cheers
 CMake Warning at CMakeLists.txt:20 (find_package):
17:54:41   By not providing FindKF5Akonadi.cmake in 
CMAKE_MODULE_PATH this project
17:54:41   has asked CMake to find a package configuration file 
provided by
17:54:41   KF5Akonadi, but CMake did not find one.
17:54:41 
17:54:41   Could not find a package configuration file provided by 
KF5Akonadi with
17:54:41   any of the following names:
17:54:41 
17:54:41 KF5AkonadiConfig.cmake
17:54:41 kf5akonadi-config.cmake
17:54:41 
17:54:41   Add the installation prefix of KF5Akonadi to 
CMAKE_PREFIX_PATH or set
17:54:41   KF5Akonadi_DIR to a directory containing one of the 
above files.  If
17:54:41   KF5Akonadi provides a separate development package or 
SDK, be sure it has
17:54:41   been installed.
17:54:41 

Is the result without akonadi. Either way I am dead in the water with 
this build and it is holding up quite alot :(
Scarlett


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

2015-04-08 Thread Scarlett Clark
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.


libkface - I finally got opencv + opencv-contrib modules to build, which got 
rid of some missing  opencv module errors,  but now a pile of:
0:49:46 In file included from /home/jenkins/builds/libkface/src/recognition-
opencv-lbph/lbphfacemodel.h:35:0,
20:49:46  from /home/jenkins/builds/libkface/src/recognition-
opencv-lbph/lbphfacemodel.cpp:30:
20:49:46 /home/jenkins/builds/libkface/build/src/libopencv.h:55:37: fatal 
error: opencv2/core/internal.hpp: No such file or directory
20:49:46  #include opencv2/core/internal.hpp
20:49:46  ^
20:49:46 compilation terminated.
20:49:46 In file included from 
/home/jenkins/builds/libkface/src/detection/opencvfacedetector.h:40:0,
20:49:46  from 
/home/jenkins/builds/libkface/src/detection/opencvfacedetector.cpp:41:
20:49:46 /home/jenkins/builds/libkface/build/src/libopencv.h:55:37: fatal 
error: opencv2/core/internal.hpp: No such file or directory
20:49:46  #include opencv2/core/internal.hpp
20:49:46  ^
20:49:46 compilation terminated.
This goes on for several. Looking at opencv the file does not exist at all. We 
have to use master to achieve a qt5 build... so I am at a loss here.
This another one I have been fighting with too long...

More coming as I work all this out..
Thanks so much for any help that you all can provide me.
Scarlett



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

2015-04-08 Thread Scarlett Clark
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.

I tried: 
configureExtraArgs=-I{instPrefix}/include/KF5
and
configureExtraArgs=-I{instPrefix}/include/KF5/AkonadiCore

failures on both, even if it did work, defining all the includes seems clunky, 
surely there is a magic answer here.
Please be patient with me as most of this is a huge learning experience for 
me..

More coming as I work all this out..
Thanks so much for any help that you all can provide me.
Scarlett