Hi Serghei,
kdepim is failing with:
-- Installing: /TEMP/kdepim-trinity-3.5.13/debian/tmp/opt/trinity/include/libkcal/freebusy.h CMake Error at libkcal/cmake_install.cmake:38 (FILE): file INSTALL cannot find "/TEMP/kdepim-trinity-3.5.13/libkcal/htmlexportsettings.h". Call Stack (most recent call first): cmake_install.cmake:42 (INCLUDE)
make[1]: *** [install] Error 1 make[1]: Leaving directory `/TEMP/kdepim-trinity-3.5.13/obj-i686-linux-gnu' make: *** [debian/stamp-makefile-install] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
Tim
On Thursday 31 March 2011 06:47:17 Timothy Pearson wrote:
Hi Serghei,
kdepim is failing with:
-- Installing: /TEMP/kdepim-trinity-3.5.13/debian/tmp/opt/trinity/include/libkcal/freebusy .h CMake Error at libkcal/cmake_install.cmake:38 (FILE): file INSTALL cannot find "/TEMP/kdepim-trinity-3.5.13/libkcal/htmlexportsettings.h". Call Stack (most recent call first): cmake_install.cmake:42 (INCLUDE)
Fixed in SVN revision 1226622.
PS I think is not very good idea to hardwire include dirs to ${INCLUDE_INSTALL_DIR}/kde, because I can't install it anymore in standard gentoo dirs like /usr/kde/3.5/include. If you need to install headers into /opt/trinity/include/kde I suggest you to pass -DINCLUDE_INSTALL_DIR=/opt/trinity/include/kde argument to cmake.