Opened 18 years ago
Closed 18 years ago
#10854 closed defect (wontfix)
BUG: gtk-doc-devel: / cairo-devel (quartz)
Reported by: | jks@… | Owned by: | yeled@… |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | 1.3.2 |
Keywords: | Cc: | markd@… | |
Port: |
Description
When trying to build cairo-devel, I am getting the error message
/opt/local/bin/gtkdoc-mkhtml: line 38: @XSLTPROC@: command not found
The file gtkdoc-mkhtml is provided by gtk-doc-devel, and in addition to @XSLTPROC@ it contains @JADE@. OS X (my version is 10.4.8) provides xsltproc in /usr/bin, but no jade.
Attachments (1)
Change History (4)
comment:1 Changed 18 years ago by markd@…
Priority: | Blocker → Nice to have |
---|---|
severity: | Serious → Other |
Summary: | gtk-doc-devel: @XSLTPROC@ in gtk-mkhtml → BUG: gtk-doc-devel: / cairo-devel (quartz) |
comment:2 Changed 18 years ago by markd@…
Cc: | markd@… added |
---|
comment:3 Changed 18 years ago by markd@…
Resolution: | → wontfix |
---|---|
Status: | new → closed |
cairo-devel is defunct and now unnecessary so it has been deleted. There is a quartz variant to the normal cairo port now. Any problems with it should be opened on a new ticket.
Note: See
TracTickets for help on using
tickets.
Here's a patch to gtk-doc-devel that fixes the xslt path. Now the cairo-devel build fails further along but I can't see the reason for it. See below. But perhaps cairo-devel with quartz support just isn't functional anymore. If anyone knows more about this please speak up.
cd ./html && gtkdoc-mkhtml cairo ../cairo-docs.xml I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl" compilation error: file /opt/local/share/gtk-doc/data/gtk-doc.xsl line 6 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl make[3]: * [html-build.stamp] Error 5 make[2]: * [all-recursive] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2