Bug 459821 - kstars-3.6.1 fails to compile due to some docbook error
Summary: kstars-3.6.1 fails to compile due to some docbook error
Status: CONFIRMED
Alias: None
Product: kstars
Classification: Applications
Component: general (show other bugs)
Version: 3.6.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Yuri Chornoivan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-29 14:39 UTC by Paolo
Modified: 2022-09-29 17:38 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 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