I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl

On FreeBSD 14.0-CURRENT :

Code:
# portmaster -mMAKE_JOBS_UNSAFE=yes /usr/ports/devel/glib20

no errors until this point :

Code:
[ 97% 590/604] /usr/local/bin/xsltproc --nonet --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.th.extra1.suppress 1 --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 -o docs/reference/gio/gapplication.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl ../docs/reference/gio/gapplication.xml

FAILED: docs/reference/gio/gapplication.1
/usr/local/bin/xsltproc --nonet --stringparam man.output.quietly 1 --stringparam funcsynopsis.style ansi --stringparam man.th.extra1.suppress 1 --stringparam man.authors.section.enabled 0 --stringparam man.copyright.section.enabled 0 -o docs/reference/gio/gapplication.1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl ../docs/reference/gio/gapplication.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

ninja: build stopped: subcommand failed.
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/devel/glib20
*** Error code 1
Stop. make: stopped in /usr/ports/devel/glib20

 ===>>> make build failed for devel/glib20
===>>> Aborting update
===>>> You can restart from the point of failure with this command line:       portmaster  devel/glib20

no idea about how to fix this :(
 
Back
Top