Ticket #26058 (closed defect: fixed)
eggdbus-0.6 Build error - xsltproc failure
| Reported by: | diegotheblind+macports@… | Owned by: | devans@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.1 |
| Keywords: | Cc: | snc@… | |
| Port: | eggdbus |
Description
Building eggdubs fails at the man section, because xsltproc cannot fetch a docbook.xsl file online.
Making all in man /opt/local/bin/xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl eggdbus-binding-tool.xml I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl make[3]: *** [eggdbus-binding-tool.1] Error 4
Change History
Note: See
TracTickets for help on using
tickets.


I found a solution: installing the docbook-xsl port fixes the issues and building doesn't fail anymore; maybe it should be added as a dependency?