Bug 439627 - KStars 3.5.4 build fails on openSUSE due to IDREF attribute linkend references an unknown ID
Summary: KStars 3.5.4 build fails on openSUSE due to IDREF attribute linkend reference...
Status: RESOLVED FIXED
Alias: None
Product: i18n
Classification: Translations
Component: de (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: German-Translators
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-08 06:55 UTC by Paolo
Modified: 2021-07-08 13:06 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo 2021-07-08 06:55:40 UTC
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
Comment 2 Jasem Mutlaq 2021-07-08 07:23:50 UTC
I think something is broken in the German translation file.
Comment 3 Unknown 2021-07-08 09:49:11 UTC
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
Comment 4 Paolo 2021-07-08 13:06:06 UTC
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!