kdepim re-configure reproducibly fails

Benjamin Reed rangerrick at gmail.com
Fri Dec 15 20:06:23 CET 2006


If I do a fresh build of kdepim, it finds everything properly:

---(snip!)---
----------------------------------------------------------------------------------
-- The following list of OPTIONAL packages were located on your
system.         --
-- You will have all the following features available from this
software.       --
----------------------------------------------------------------------------------
> gpgme, 0.4.5 or greater: GnuPG Made Easy Development Libraries; http://www.gnupg.org/related_software/gpgme;
Needed to provide GNU Privacy Guard support in KDE PIM applications.
Necessary to compile many PIM applications, including KMail.

> cyrus-sasl: Cyrus SASL API; http://asg.web.cmu.edu/sasl/sasl-library.html;
Needed to support authentication of logins

> xsltproc: xsltproc; http://xmlsoft.org/XSLT/;
Needed to generate Akonadi database code

----------------------------------------------------------------------------------
-- The following list of OPTIONAL packages could not be located on
your system. --
-- Please consider installing them to enable more features of this
software.    --
----------------------------------------------------------------------------------
> boost: Boost C++ Development Libraries; http://www.boost.org;
Needed to support the full text indexing feature in KMail

> gnokii: Gnokii Development Libraries; http://www.gnokii.org;
Needed to provide the ability to import and export KDE addressbook
entries to/from mobile phones that are accessible via gnokii

> mysql-embedded: MySQL/Embedded Library; http://www.mysql.org;
Needed for the MySQL/Embedded Akonadi backend
---(snip!)---

...but then, I had to fix a CMakeLists.txt and when I run make again,
it bombs out with a suspicious error about
"MACRO_DISPLAY_FEATURE_LOG":

---(snip!)---
$ make
-- Found Qt-Version 4.2.2
-- Found KDE4 include dir: /opt/kde4/include
-- Found KDE4 library dir: /opt/kde4/lib
-- Found KDE4 kconfig_compiler preprocessor: /opt/kde4/bin/kconfig_compiler
-- Found KDE PIM libraries
-- MySQL not found.
-- MySQL Embedded not found.
-- Newsticker and weather Kontact plugins disabled.
-- Kolab and GroupWise resources are disabled.
-- disabled networkstatus
--
----------------------------------------------------------------------------------
-- The following list of REQUIRED packages could not be located on
your system. --
-- Please install them before continuing with this software
installation.       --
----------------------------------------------------------------------------------
> gpgme, 0.4.5 or greater: GnuPG Made Easy Development Libraries; http://www.gnupg.org/related_software/gpgme;
Needed to provide GNU Privacy Guard support in KDE PIM applications.
Necessary to compile many PIM applications, including KMail.

----------------------------------------------------------------------------------
CMake Error: Error in cmake code at
??????g:91:
MESSAGE Exiting: Missing Requirements
Current CMake stack:
/Users/ranger/cvs/packages/source.build/kdepim/CMakeLists.txt;/opt/cmake/share/CMake/Modules/CMakeCInformation.cmake;/opt/cmake/share/CMake/Modules/CMakeCXXInformation.cmake
CMake Error: Error in cmake code at
/Users/ranger/cvs/packages/source.build/kdepim/CMakeLists.txt:148:
A command failed during the invocation of macro "MACRO_DISPLAY_FEATURE_LOG".
CMake Error: Error in cmake code at
/Users/ranger/cvs/packages/source.build/kdepim/CMakeLists.txt:150:
MACRO_DISPLAY_FEATURE_LOG unknown error.
Current CMake stack:
/Users/ranger/cvs/packages/source.build/kdepim/CMakeLists.txt;/opt/cmake/share/CMake/Modules/CMakeCInformation.cmake;/opt/cmake/share/CMake/Modules/CMakeCXXInformation.cmake
-- Configuring done
make: *** [cmake_check_build_system] Error 255
---(snip!)---

Any ideas what's going wrong here?


More information about the Kde-buildsystem mailing list