Il 9 gennaio 2018 10:34:51 CET, Antonio Rojas <[email protected]> ha scritto: >El Tue, 09 Jan 2018 02:32:55 +0100, Christoph Feck escribió: > >> Hello packagers, >> >> *.tar.xz files are available at the usual "stable" location. >> >> Please report issues, release is next Thursday. > >kdenlive fails to build: > >CMake Error at /usr/lib64/cmake/KF5I18n/KF5I18NMacros.cmake:106 >(add_custom_target): > add_custom_target cannot create target >"pofiles-35dfa0df910e708310002beb3e3b8eae" because another target with >the >same name already exists. The existing target is a custom target >created > in source directory "/build/kdenlive/src/kdenlive-17.12.1". See > documentation for policy CMP0002 for more details. >Call Stack (most recent call first): > CMakeLists.txt:131 (ki18n_install) > > >CMake Error at /usr/lib64/cmake/KF5DocTools/KF5DocToolsMacros.cmake:156 >(add_custom_target): > add_custom_target cannot create target >"po-ca-docs-kdenlive-index-cache-bz2" because another target with the >same >name already exists. The existing target is a custom target created in >source directory "/build/kdenlive/src/kdenlive-17.12.1". See >documentation > for policy CMP0002 for more details. >Call Stack (most recent call first): >/usr/lib64/cmake/KF5DocTools/KF5DocToolsMacros.cmake:248 >(kdoctools_create_handbook) > CMakeLists.txt:133 (kdoctools_install) > >...and similar errors for all other languages
The reason is: https://cgit.kde.org/kdenlive.git/commit/?h=Applications/17.12&id=60916dd1febc574f61c16f235d6e7261c86e062a We need to add an exclusion rule in the release script to not inject the two macros (ki18n_install and kdoctools_install) in kdenlive sources. Ciao -- Luigi
