Summary: | digikam 5.5 fails to build @ docs/sv | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Antonio Rojas <arojas> |
Component: | Documentation | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, freyes, kde-bugs, lueck, rdieter |
Priority: | NOR | ||
Version: | 5.5.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.1.0 | |
Sentry Crash Report: |
Description
Antonio Rojas
2017-03-14 07:27:10 UTC
Don't try to compile documentation translations for the moment. Only the English handbook compile fine. Use cmake option "-DDIGIKAMSC_COMPILE_DOC=OFF" Gilles Caulier confirming. other translations included (nl, uk) build/install fine, fwiw. well, it's a problem in translated docbook files extracted from svn repository... But we don't check if docbook translations are fine while releasing. For the moment, handbook still under construction with large update. Gilles Caulier Nevermind the "installs fine" part, similar issue as in the past, where showfoto gets installed as digikam, e.g. foe example, doc-translated/nl/CMakeLists.txt contains: KDOCTOOLS_CREATE_HANDBOOK( digikam/index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/nl/ SUBDIR digikam ) KDOCTOOLS_CREATE_HANDBOOK( showfoto/index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/nl/ SUBDIR digikam ) *** Bug 377739 has been marked as a duplicate of this bug. *** building nl, sv and uk digikam docbooks im master from sources works for me and the digikam and showfoto docbooks are properly installed to subdir digikam resp. showfoto Looks like a tarball issue It seems that the 5.5.0 release lost Keyboard Shortcuts too. Can others, who've successfully built, confirm ? I'm running Digikam under GNOME 3.22 Fixed with 7.0.0 |