| Summary: | dbus package could not be build with html documentation | ||
|---|---|---|---|
| Product: | [Unmaintained] Craft | Reporter: | Ralf Habacker <ralf.habacker> |
| Component: | Blueprints | Assignee: | Hannah von Reth <vonreth> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | windows-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ralf Habacker
2022-03-31 14:16:51 UTC
(In reply to Ralf Habacker from comment #0) > 3. run craft dbus This should be changed to craft --no-cache dbus to avoid installing the binary package. The reason for this error is that the cmake variable `CMAKE_INSTALL_DATAROOTDIR` used at https://gitlab.freedesktop.org/dbus/dbus/-/blob/master/cmake/modules/FindDocBookXSL.cmake#L40 and the following lines points to the default `share` directory, but the xsl stylesheets are installed in `bin/data`. |