Your message dated Sat, 30 Jan 2016 14:51:59 +0100
with message-id <56acbfff.9040...@gnuservers.com.ar>
and subject line Re: Bug#803450: libkipi-dev lacks KF5KipiConfig.cmake
has caused the Debian Bug report #803450,
regarding libkipi-dev lacks KF5KipiConfig.cmake
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
803450: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803450
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libkipi-dev
Version: 4:15.04.2-1
Severity: normal
I wanted tobuild amarok 5.0.0-b1 but the system libkipi lacks
KF5KipiConfig.cmake as shown by build trace below.
In addition, I was a bit puzzled finding that original debian source
package did not have it when upstream git code (even the tagged release with
same version )has it and seems somehow diffrent that the source package code
used by debian.
I could cherry pick the needed code to add it but would like to know
how best do it:
See :
https://quickgit.kde.org/?p=libkipi.git&a=blob&h=a442de7b5beb31442e222cbaa15da2ec73f8bea3&hb=b8ab893ea8993dc0f56232d6db03130da99c1a18&f=cmake%2Ftemplates%2FKF5KipiConfig.cmake.in
and
https://quickgit.kde.org/?p=libkipi.git&a=blob&h=7c6e4b4c0b203126a124dec6f522311e3f0acbf5&hb=b8ab893ea8993dc0f56232d6db03130da99c1a18&f=CMakeLists.txt
./bootstrap.linux
Qt Install Path : /usr
KF5 Install Path : /usr
digiKam Install Path : /usr
--
----------------------------------------------------------------------------------
-- Starting CMake configuration for: digikam-software-collection
-- Local shared libkipi will be compiled.......... NO (library source code not
available)
-- Local shared libksane will be compiled.......... NO (library source code not
available)
-- Local shared libkface will be compiled.......... NO (library source code not
available)
-- Local shared libmediawiki will be compiled.......... NO (library source code
not available)
-- Local shared libkvkontakte will be compiled.......... NO (library source
code not available)
-- Extract translations files..................... NO
-- Translations will be compiled.................. NO
-- Handbooks will be compiled..................... NO
-- Tests code will be compiled.................... YES
--
----------------------------------------------------------------------------------
-- Starting CMake configuration for: kipi-plugins
-- Found Libical version 1.0
-- libkipi : search system based library
CMake Error at extra/kipi-plugins/cmake/modules/MacroLocalLibs.cmake:13
(find_package):
Could not find a package configuration file provided by "KF5Kipi"
(requested version 5.0.0) with any of the following names:
KF5KipiConfig.cmake
kf5kipi-config.cmake
Add the installation prefix of "KF5Kipi" to CMAKE_PREFIX_PATH or set
"KF5Kipi_DIR" to a directory containing one of the above files. If
"KF5Kipi" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
extra/kipi-plugins/CMakeLists.txt:120 (DETECT_LIBKIPI)
-- Configuring incomplete, errors occurred!
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.1.12 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF8, LC_CTYPE=fr_FR.UTF8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
Versions of packages libkipi-dev depends on:
ii kdelibs5-dev 4:4.14.13-1
ii libkipi11 4:15.04.2-1
ii pkg-config 0.28-1
libkipi-dev recommends no packages.
libkipi-dev suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,
On 30/10/15 10:39, valette wrote:
> Package: libkipi-dev
> Version: 4:15.04.2-1
>
> I wanted tobuild amarok 5.0.0-b1 but the system libkipi lacks
> KF5KipiConfig.cmake as shown by build trace below.
> In addition, I was a bit puzzled finding that original debian source
> package did not have it when upstream git code (even the tagged release with
> same version )has it and seems somehow diffrent that the source package code
> used by debian.
That file was added in v15.11.80 and is part of the 15.12.1 release soon to be
uploaded to experimental.
Also, till 15.12.0 kipi was compiled against the kde4 environment, while this
one is clearly a KF5 file.
The commits mentioned before were part of the work in progress kf5 migration.
Happy hacking,
--- End Message ---