Hello, I'm updating KStars to v3.5.4 on openSUSE (15.2, 15.3, Tumbleweed, for both x86_64 and aarch64), but the build fails due to the following errors: [ 124s] make[2]: Entering directory '/home/abuild/rpmbuild/BUILD/kstars-3.5.4/build' [ 124s] [ 0%] Generating po/de/docs/kstars/index.cache.bz2 [ 124s] cd /home/abuild/rpmbuild/BUILD/kstars-3.5.4 && /usr/bin/meinproc5 --check --cache /home/abuild/rpmbuild/BUILD/kstars-3.5.4/build/po/de/docs/kstars/index.cache.bz2 po/de/docs/kstars/index.docbook [ 124s] warning: failed to load external entity "darkmatter.docbook" [ 124s] warning: failed to load external entity "tools.docbook" [ 124s] index.docbook:285: element link: validity error : IDREF attribute linkend references an unknown ID "tool-scriptbuilder" [ 124s] index.docbook:979: element link: validity error : IDREF attribute linkend references an unknown ID "tool-scriptbuilder" [ 124s] index.docbook:2333: element link: validity error : IDREF attribute linkend references an unknown ID "tool-scriptbuilder" [ 124s] index.docbook:61: element link: validity error : IDREF attribute linkend references an unknown ID "tool-scriptbuilder" [ 124s] index.docbook:271: element link: validity error : IDREF attribute linkend references an unknown ID "tool-whatsup" [ 124s] index.docbook:933: element link: validity error : IDREF attribute linkend references an unknown ID "tool-whatsup" [ 124s] index.docbook:2303: element link: validity error : IDREF attribute linkend references an unknown ID "tool-whatsup" [ 124s] index.docbook:422: element link: validity error : IDREF attribute linkend references an unknown ID "tools" [ 124s] index.docbook:265: element link: validity error : IDREF attribute linkend references an unknown ID "tool-calculator" [ 124s] index.docbook:760: element link: validity error : IDREF attribute linkend references an unknown ID "tool-calculator" [ 124s] index.docbook:2258: element link: validity error : IDREF attribute linkend references an unknown ID "tool-calculator" [ 124s] index.docbook:28: element link: validity error : IDREF attribute linkend references an unknown ID "tool-calculator" [ 124s] index.docbook:273: element link: validity error : IDREF attribute linkend references an unknown ID "tool-obsplanner" [ 124s] index.docbook:389: element link: validity error : IDREF attribute linkend references an unknown ID "tool-obsplanner" [ 124s] index.docbook:1139: element link: validity error : IDREF attribute linkend references an unknown ID "tool-obsplanner" [ 124s] index.docbook:1161: element link: validity error : IDREF attribute linkend references an unknown ID "tool-obsplanner" [ 124s] index.docbook:1884: element link: validity error : IDREF attribute linkend references an unknown ID "tool-obsplanner" [ 124s] index.docbook:153: element link: validity error : IDREF attribute linkend references an unknown ID "ai-darkmatter" [ 124s] index.docbook:365: element link: validity error : IDREF attribute linkend references an unknown ID "tool-fitsviewer" [ 124s] index.docbook:457: element link: validity error : IDREF attribute linkend references an unknown ID "tool-fitsviewer" [ 124s] index.docbook:261: element link: validity error : IDREF attribute linkend references an unknown ID "tool-details" [ 124s] index.docbook:365: element link: validity error : IDREF attribute linkend references an unknown ID "tool-details" [ 124s] index.docbook:1528: element link: validity error : IDREF attribute linkend references an unknown ID "tool-details" [ 124s] index.docbook:277: element link: validity error : IDREF attribute linkend references an unknown ID "tool-solarsys" [ 124s] index.docbook:1002: element link: validity error : IDREF attribute linkend references an unknown ID "tool-solarsys" [ 124s] index.docbook:2348: element link: validity error : IDREF attribute linkend references an unknown ID "tool-solarsys" [ 124s] index.docbook:279: element link: validity error : IDREF attribute linkend references an unknown ID "tool-jmoons" [ 124s] index.docbook:1042: element link: validity error : IDREF attribute linkend references an unknown ID "tool-jmoons" [ 124s] index.docbook:2363: element link: validity error : IDREF attribute linkend references an unknown ID "tool-jmoons" [ 124s] index.docbook:269: element link: validity error : IDREF attribute linkend references an unknown ID "tool-altvstime" [ 124s] index.docbook:910: element link: validity error : IDREF attribute linkend references an unknown ID "tool-altvstime" [ 124s] index.docbook:2288: element link: validity error : IDREF attribute linkend references an unknown ID "tool-altvstime" [ 124s] make[2]: *** [CMakeFiles/po-de-docs-kstars-index-cache-bz2.dir/build.make:135: po/de/docs/kstars/index.cache.bz2] Error 1 [ 124s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/kstars-3.5.4/build' [ 124s] make[1]: *** [CMakeFiles/Makefile2:463: CMakeFiles/po-de-docs-kstars-index-cache-bz2.dir/all] Error 2
If you need the full log: https://build.opensuse.org/package/live_build_log/home:polslinux:branches:KDE:Extra/kstars/openSUSE_Tumbleweed/x86_64
I think something is broken in the German translation file.
SVN commit 1604073 by lueck: remove kstars/index.docbook, documentation does not build D index.docbook WebSVN link: http://websvn.kde.org/?view=rev&revision=1604073
Can confirm that http://websvn.kde.org/?view=rev&revision=1604073 fixes the issue :) I've backported that patch to the stable 3.5.4 tarball, and it's now building successfully on all supported openSUSE's code streams! Thank you guys!