FS#57549 - [skrooge] doesn't install en_US help file

Attached to Project: Community Packages
Opened by Mike Harris (mikeharris) - Saturday, 17 February 2018, 17:09 GMT
Last edited by Antonio Rojas (arojas) - Friday, 16 March 2018, 07:31 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Jaroslav Lichtblau (Dragonlord)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
skrooge doesn't install documentation file

Additional info:
* package version(s)
* config and/or log files etc.
skrooge 2.11.0

Steps to reproduce:
install skrooge
click help
click handbook
documentation not installed on computer
This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 16 March 2018, 07:31 GMT
Reason for closing:  Fixed
Additional comments about closing:  skrooge 2.12
Comment by Mike Harris (mikeharris) - Saturday, 17 February 2018, 17:15 GMT
you need to add make getpo to the install
Comment by Antonio Rojas (arojas) - Saturday, 17 February 2018, 17:58 GMT
Which locale? docs are definitely installed and help menu works fine here. Also, what is "getpo"?
Comment by Mike Harris (mikeharris) - Saturday, 17 February 2018, 18:38 GMT
https://forum.kde.org/viewtopic.php?f=210&t=151129

en_US.UTF-8 locale.

It says the usual "missing" dialogue
Comment by Antonio Rojas (arojas) - Saturday, 17 February 2018, 18:42 GMT
do you have khlelpcenter installed?
Comment by Mike Harris (mikeharris) - Saturday, 17 February 2018, 18:51 GMT
yes as well as kdoctools docbooks-xsl and docbooks-xml
Comment by Antonio Rojas (arojas) - Saturday, 17 February 2018, 19:05 GMT
what is "the usual missing dialogue"? Please post the exact, literal, message you get as well as all relevant console output.
Comment by Mike Harris (mikeharris) - Saturday, 17 February 2018, 19:27 GMT
khelp center:

Documentation not Found
Jack Ostroff <ostroffjh@users.sourceforge.net>
Revision Frameworks 5.0 (2014-04-02)
The requested documentation was not found on your computer.
The documentation may not exist, or it may not have been installed with the application.
How to solve this issue
If the application is KDE software, start by searching the KDE Documentation site for the requested documentation. If you find the documentation on that site, your distribution might ship a separate package for documentation (e.g. called plasma-doc for documentation related to Plasma). Please use the package manager of your distribution to find and install the missing documentation.
If you use a source based distribution, such as Gentoo, be sure that there are not any configuration settings (USE flags in Gentoo) that might have disabled the installation of the documentation.
If you have done that, but still get this page displayed instead of the application handbook, you probably found a bug in the help system. In this case, please report this on the KDE Bug Tracker under the KIO product.
If you do not find any documentation on the KDE Documentation site, the application may not have offline documentation. Please report this on the KDE Bug Tracker under the product for the application.
In case the application does not have offline documentation, you should use the online resources UserBase Documentation and KDE Community Forums to get help.
For non-KDE applications, please contact the application author to determine whether there should be offline documentation available.

console:
##WARNING: libpng warning: iCCP: known incorrect sRGB profile
##WARNING: libpng warning: iCCP: known incorrect sRGB profile
kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "khelpcenter"
kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "khelpcenter"
kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "khelpcenter"
kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "khelpcenter"
kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "glossentry"
Comment by Antonio Rojas (arojas) - Saturday, 17 February 2018, 23:30 GMT
OK, it looks like the en_US docs are actually missing. This is due to a typo in CMakeLists.txt: if(KF5DOCTOOLS_FOUND) instead of if(KF5DocTools_FOUND)
Comment by Antonio Rojas (arojas) - Saturday, 17 February 2018, 23:39 GMT

Loading...