FS#63553 - [libkeybinder3] build fails when generating documentation

Attached to Project: Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Sunday, 25 August 2019, 09:42 GMT
Last edited by Felix Yan (felixonmars) - Saturday, 07 March 2020, 22:04 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

DOC Building HTML
warning: failed to load external entity "../xml/tree_index.sgml"
../keybinder-docs.sgml:26: element include: XInclude error : could not load ../xml/tree_index.sgml, and no fallback was found
make[1]: *** [Makefile:730: html-build.stamp] Error 6
make[1]: Leaving directory '/build/libkeybinder3/src/keybinder-3.0-0.3.2/docs'

Reported as: https://github.com/kupferlauncher/keybinder/issues/16

For now building without --enable-gtk-doc

Additional info:
* package version(s): 0.3.2-2

Steps to reproduce:
asp export libkeybinder3
cd libkeybinder3
staging-x86_64-build
This task depends upon

Closed by  Felix Yan (felixonmars)
Saturday, 07 March 2020, 22:04 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.3.2-3
Comment by Andreas Baumann (andreas_baumann) - Friday, 30 August 2019, 12:36 GMT
See https://github.com/kupferlauncher/keybinder/issues/16

proper solution is to patch:

```
<chapter id="object-tree">
<title>Object Hierarchy</title>
<xi:include href="xml/object_index.sgml"/>
</chapter>
```

in keybinder-docs.sgml

Loading...