Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 462062

Summary: [kde-overlay] ktp-common-internals 0.5.80 configuring fails
Product: Gentoo Linux Reporter: Lukas Schneiderbauer <lukas.schneiderbauer>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://bugs.kde.org/show_bug.cgi?id=316308
Whiteboard:
Package list:
Runtime testing required: ---

Description Lukas Schneiderbauer 2013-03-17 14:58:25 UTC
cmake fails with

CMake Error at /usr/share/apps/cmake/modules/FindGettext.cmake:232 (ADD_CUSTOM_TARGET):
  add_custom_target cannot create target "pofiles" because another target
  with the same name already exists.  The existing target is a custom target
  created in source directory
  "/var/tmp/portage/net-im/ktp-common-internals-0.5.80/work/ktp-common-internals-0.5.80/po/de".
  See documentation for policy CMP0002 for more details.
Call Stack (most recent call first):
  po/zh_CN/CMakeLists.txt:2 (GETTEXT_PROCESS_PO_FILES)


Reproducible: Always




One can fix this by adding the line
"cmake_policy (SET CMP0002 OLD)"
to CMakeLists.txt
Comment 1 Johannes Huber (RETIRED) gentoo-dev 2013-04-20 20:11:34 UTC
kde-telepathy-0.5.80 is removed some time ago