Bug 410892 - file INSTALL cannot find KF5Declarative.qch
Summary: file INSTALL cannot find KF5Declarative.qch
Status: RESOLVED DUPLICATE of bug 411690
Alias: None
Product: frameworks-kdeclarative
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.61.0
Platform: Homebrew (macOS) macOS
: NOR normal
Target Milestone: ---
Assignee: Marco Martin
URL: https://github.com/KDE-mac/homebrew-k...
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-14 09:09 UTC by Yurii Kolesnykov
Modified: 2019-09-16 08:16 UTC (History)
4 users (show)

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 Yurii Kolesnykov 2019-08-14 09:09:43 UTC
SUMMARY

CMake Error at src/cmake_install.cmake:36 (file):
file INSTALL cannot find
"/tmp/kf5-kdeclarative-20190813-77190-1gnjhjg/kdeclarative-5.61.0/build/src/KF5Declarative.qch".

STEPS TO REPRODUCE
1. brew install kde-mac/kde/kf5-kdeclarative

OBSERVED RESULT
Install error, full log https://git.io/fj57o

EXPECTED RESULT
Installs fine

SOFTWARE/OS VERSIONS
macOS: 10.{13,14,15}
KDE Frameworks Version: 5.61
Qt Version: 5.13.0

ADDITIONAL INFORMATION
Formula is here: https://git.io/fj57P
Comment 1 Christoph Feck 2019-09-09 14:04:51 UTC
Adding a developer more familiar with macOS.
Comment 2 Antonio Rojas 2019-09-09 16:09:15 UTC
Doxygen bug

*** This bug has been marked as a duplicate of bug 411690 ***
Comment 3 RJVB 2019-09-16 08:16:55 UTC
Yes, this doesn't look like anything Mac-specific.

I use a different procedure for generating and installing documentation in my KF5 ports for MacPorts. They had one that calls the utilities from kapidox before the KF5 frameworks had the BUILD_QCH option. I decided to keep my own procedure after than option was introduced because "it just works (TM)" (and has code to generate comparable documentation for non-framework sources).