Bug 459821

Summary: kstars-3.6.1 fails to compile due to some docbook error
Product: [Applications] kstars Reporter: Paolo <info>
Component: generalAssignee: Yuri Chornoivan <yurchor>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 3.6.1   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Paolo 2022-09-29 14:39:58 UTC
Build 3.6.1 fails to compile due to:

[   61s] cd /home/abuild/rpmbuild/BUILD/kstars-3.6.1 && /usr/bin/meinproc5 --check --cache /home/abuild/rpmbuild/BUILD/kstars-3.6.1/build/po/fr/docs/kstars/index.cache.bz2 po/fr/docs/kstars/index.docbook
[   61s] commands.docbook:527: parser error : Entity 'Space' not defined
[   61s] > &Space; </shortcut
[   61s]          ^
[   61s] commands.docbook:1985: parser error : Entity 'Esc' not defined
[   61s] >&Esc;</keycap
[   61s]       ^
[   61s] commands.docbook:2546: parser error : Entity 'Space' not defined
[   61s] >&Space;</term>
[   61s]         ^
[   61s] commands.docbook:3055: parser error : chunk is not well balanced
[   61s] 
[   61s] ^
[   61s] index.docbook:396: parser error : Entity 'commands' failed to parse
[   61s] &commands;    <!--Command Reference-->
[   61s]           ^
[   61s] make[2]: *** [CMakeFiles/po-fr-docs-kstars-index-cache-bz2.dir/build.make:154: po/fr/docs/kstars/index.cache.bz2] Error 1
[   61s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/kstars-3.6.1/build'
[   61s] make[1]: *** [CMakeFiles/Makefile2:565: CMakeFiles/po-fr-docs-kstars-index-cache-bz2.dir/all] Error 2
[   61s] make[1]: *** Waiting for unfinished jobs....
Comment 1 Paolo 2022-09-29 14:51:42 UTC
removing the FR translations workarounded the issues:

rm -rf po/fr
sed -i '2d' po/CMakeLists.txt
Comment 2 Jasem Mutlaq 2022-09-29 17:38:26 UTC
I can also confirm this
Comment 3 Christophe Marin 2025-06-04 12:33:15 UTC
This is apparently fixed for quite some time