Hello, Similar issue is already noticed for package klatexformula and resolved by removing uninstall target from CMakeLists.txt
klatexformula (3.3.0~beta-1) unstable; urgency=medium https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803761 I have created and attached a patch resolving this issue. Patch is tested on mipsel, mips64el, i386 and amd64. With this patch package was build successfully. Thank you! Regards, Radovan
--- kmidimon-0.7.5.orig/CMakeLists.txt +++ kmidimon-0.7.5/CMakeLists.txt @@ -128,13 +128,6 @@ CONFIGURE_FILE( "${CMAKE_SOURCE_DIR}/kmidimon.spec" IMMEDIATE @ONLY) -CONFIGURE_FILE( - "${CMAKE_SOURCE_DIR}/cmake_admin/cmake_uninstall.cmake.in" - "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake" - IMMEDIATE @ONLY) -ADD_CUSTOM_TARGET(uninstall - "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake") - ADD_CUSTOM_TARGET ( tarball COMMAND mkdir -p kmidimon-${VERSION} COMMAND cp -r cmake_admin kmidimon-${VERSION}