[digiKam-users] Problem with compiling digikam

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[digiKam-users] Problem with compiling digikam

msauer75
 
Hello,
 
I want to compile the latest version of digikam (5.8.0 or git) but at the end I will get the following error:
 
[100%] Generating index.cache.bz2
using-mainwindow-imageview.docbook:166: parser error : Entity 'Del' not defined
                <shortcut><keycombo action="simul">&Del;</keycombo></shortcut>
                                                        ^
using-mainwindow-imageview.docbook:224: parser error : chunk is not well balanced
^
using-mainwindow.docbook:5: parser error : Failure to process entity doc-using-mainwindow-imageview
    &doc-using-mainwindow-imageview;
                                    ^
using-mainwindow.docbook:5: parser error : Entity 'doc-using-mainwindow-imageview' not defined
    &doc-using-mainwindow-imageview;
                                    ^
using-mainwindow.docbook:25: parser error : chunk is not well balanced
^
index.docbook:271: parser error : Failure to process entity doc-using-mainwindow
        &doc-using-mainwindow;
                              ^
index.docbook:271: parser error : Entity 'doc-using-mainwindow' not defined
        &doc-using-mainwindow;
                              ^
Error: `xmllint --noout` outputted text
doc/digikam/CMakeFiles/doc-digikam-index-cache-bz2.dir/build.make:217: die Regel für Ziel „doc/digikam/index.cache.bz2“ scheiterte
make[2]: *** [doc/digikam/index.cache.bz2] Fehler 1
CMakeFiles/Makefile2:19015: die Regel für Ziel „doc/digikam/CMakeFiles/doc-digikam-index-cache-bz2.dir/all“ scheiterte
make[1]: *** [doc/digikam/CMakeFiles/doc-digikam-index-cache-bz2.dir/all] Fehler 2
Makefile:138: die Regel für Ziel „all“ scheiterte
make: *** [all] Fehler 2
 
Can you tell me where the problem is and what I can do?
 
Thank you for your help.
BR
martin
Reply | Threaded
Open this post in threaded view
|

Re: Problem with compiling digikam

Gilles Caulier-4
The problem come from the handbook compilation based on XML code (docbook).

A template file defined by KDE project (DTD xml definitions) is out of date. You need certainly to update this system part before to compile, or to disable the handbook compilation at cmake configure time.

Gilles Caulier 

2018-03-20 18:48 GMT+01:00 <[hidden email]>:
 
Hello,
 
I want to compile the latest version of digikam (5.8.0 or git) but at the end I will get the following error:
 
[100%] Generating index.cache.bz2
using-mainwindow-imageview.docbook:166: parser error : Entity 'Del' not defined
                <shortcut><keycombo action="simul">&Del;</keycombo></shortcut>
                                                        ^
using-mainwindow-imageview.docbook:224: parser error : chunk is not well balanced
^
using-mainwindow.docbook:5: parser error : Failure to process entity doc-using-mainwindow-imageview
    &doc-using-mainwindow-imageview;
                                    ^
using-mainwindow.docbook:5: parser error : Entity 'doc-using-mainwindow-imageview' not defined
    &doc-using-mainwindow-imageview;
                                    ^
using-mainwindow.docbook:25: parser error : chunk is not well balanced
^
index.docbook:271: parser error : Failure to process entity doc-using-mainwindow
        &doc-using-mainwindow;
                              ^
index.docbook:271: parser error : Entity 'doc-using-mainwindow' not defined
        &doc-using-mainwindow;
                              ^
Error: `xmllint --noout` outputted text
doc/digikam/CMakeFiles/doc-digikam-index-cache-bz2.dir/build.make:217: die Regel für Ziel „doc/digikam/index.cache.bz2“ scheiterte
make[2]: *** [doc/digikam/index.cache.bz2] Fehler 1
CMakeFiles/Makefile2:19015: die Regel für Ziel „doc/digikam/CMakeFiles/doc-digikam-index-cache-bz2.dir/all“ scheiterte
make[1]: *** [doc/digikam/CMakeFiles/doc-digikam-index-cache-bz2.dir/all] Fehler 2
Makefile:138: die Regel für Ziel „all“ scheiterte
make: *** [all] Fehler 2
 
Can you tell me where the problem is and what I can do?
 
Thank you for your help.
BR
martin

Reply | Threaded
Open this post in threaded view
|

Re: Problem with compiling digikam

Gilles Caulier-4
More info here :


Gilles Caulier

2018-03-20 23:18 GMT+01:00 Gilles Caulier <[hidden email]>:
The problem come from the handbook compilation based on XML code (docbook).

A template file defined by KDE project (DTD xml definitions) is out of date. You need certainly to update this system part before to compile, or to disable the handbook compilation at cmake configure time.

Gilles Caulier 

2018-03-20 18:48 GMT+01:00 <[hidden email]>:
 
Hello,
 
I want to compile the latest version of digikam (5.8.0 or git) but at the end I will get the following error:
 
[100%] Generating index.cache.bz2
using-mainwindow-imageview.docbook:166: parser error : Entity 'Del' not defined
                <shortcut><keycombo action="simul">&Del;</keycombo></shortcut>
                                                        ^
using-mainwindow-imageview.docbook:224: parser error : chunk is not well balanced
^
using-mainwindow.docbook:5: parser error : Failure to process entity doc-using-mainwindow-imageview
    &doc-using-mainwindow-imageview;
                                    ^
using-mainwindow.docbook:5: parser error : Entity 'doc-using-mainwindow-imageview' not defined
    &doc-using-mainwindow-imageview;
                                    ^
using-mainwindow.docbook:25: parser error : chunk is not well balanced
^
index.docbook:271: parser error : Failure to process entity doc-using-mainwindow
        &doc-using-mainwindow;
                              ^
index.docbook:271: parser error : Entity 'doc-using-mainwindow' not defined
        &doc-using-mainwindow;
                              ^
Error: `xmllint --noout` outputted text
doc/digikam/CMakeFiles/doc-digikam-index-cache-bz2.dir/build.make:217: die Regel für Ziel „doc/digikam/index.cache.bz2“ scheiterte
make[2]: *** [doc/digikam/index.cache.bz2] Fehler 1
CMakeFiles/Makefile2:19015: die Regel für Ziel „doc/digikam/CMakeFiles/doc-digikam-index-cache-bz2.dir/all“ scheiterte
make[1]: *** [doc/digikam/CMakeFiles/doc-digikam-index-cache-bz2.dir/all] Fehler 2
Makefile:138: die Regel für Ziel „all“ scheiterte
make: *** [all] Fehler 2
 
Can you tell me where the problem is and what I can do?
 
Thank you for your help.
BR
martin