#42744: gtkspell2 fails to build "failed to load network entity" ------------------------+---------------------- Reporter: jfcaron@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: gtkspell2 | ------------------------+---------------------- Changes (by devans@…): * status: new => assigned * owner: macports-tickets@… => devans@… Comment: Looks like the root problem is a hard coded reference to /usr/bin/xsltproc in utility gtkdoc-mkhtml provided by gtk-doc. {{{ if $is_xml; then #echo /usr/bin/xsltproc $path_arg --nonet --xinclude \ # --stringparam gtkdoc.bookname $module \ # --stringparam gtkdoc.version "1.20" \ # "$@" $gtkdocdir/gtk-doc.xsl $document /usr/bin/xsltproc $path_arg --nonet --xinclude \ --stringparam gtkdoc.bookname $module \ --stringparam gtkdoc.version "1.20" \ --stringparam chunk.quietly $quiet \ --stringparam chunker.output.quiet $quiet \ "$@" $gtkdocdir/gtk-doc.xsl $document || exit $? else /opt/local/bin/openjade $path_arg -t sgml-raw -w no-idref -d $gtkdocdir/gtk-doc.dsl \ -V "gtkdoc-bookname=$module" -V "gtkdoc-version=1.20" \ "$@" $gtkdocdir/gtk-doc.dcl $document || exit $? fi }}} -- Ticket URL: <https://trac.macports.org/ticket/42744#comment:12> MacPorts <http://www.macports.org/> Ports system for OS X