[Kmymoney-devel] [Bug 224528] Build system does not remove all files on 'make uninstall'

Thomas Baumgart ipwizard at users.sourceforge.net
Tue Jul 27 12:05:18 CEST 2010


https://bugs.kde.org/show_bug.cgi?id=224528





--- Comment #3 from Thomas Baumgart <ipwizard users sourceforge net>  2010-07-27 12:05:09 ---
More on this: the generated cmake_uninstall.cmake file contains the following
code fragment:

  MESSAGE(STATUS "Uninstalling \"${file}\"")
  IF(EXISTS "${file}")
    EXEC_PROGRAM(
      "/usr/bin/cmake" ARGS "-E remove \"${file}\""
      OUTPUT_VARIABLE rm_out
      RETURN_VALUE rm_retval
      )

and that second line

  IF(EXISTS "${file}")

causes the trouble because the library might already be removed and then the
check on the symbolic link yields that the file does not exist anymore.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list