Bug 224996

Summary: make command breaks: I/O error : Attempt to load network entity
Product: Documentation Reporter: Yuri Victorovich <yuri>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed Not A Bug    
Severity: Affects Only Me CC: meta
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Yuri Victorovich freebsd_committer freebsd_triage 2018-01-08 13:46:22 UTC
In the local copy of https://svn.freebsd.org/doc/head, the 'make' command fails:

> /bin/cat /usr/doc/share/misc/docbook.css > docbook.css
> env XML_CATALOG_FILES="file:///usr/doc/en_US.ISO8859-1/articles/contributing/catalog-cwd.xml  file:///usr/doc/en_US.ISO8859-1/share/xml/catalog.xml  file:///usr/doc/share/xml/catalog.xml  file:///usr/local/share/xml/catalog" /usr/local/bin/xsltproc  --xinclude --nonet --maxvars 20000 --stringparam latestrevision.timestamp "2017-12-30 16:40:01" --stringparam latestrevision.committer "eadler"		--stringparam latestrevision.number "51350" http://www.FreeBSD.org/XML/share/xml/freebsd-xhtml.xsl article.parsed.xml > article.html
> I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl-ns/current/xhtml/docbook.xsl
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl-ns/current/xhtml/docbook.xsl"
> compilation error: file file:///usr/doc/share/xml/freebsd-xhtml.xsl line 10 element import
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl-ns/current/xhtml/docbook.xsl
> *** Error code 5

I am probably doing something stupid. But should a simple 'make' command be breaking like this?
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2018-01-08 16:37:12 UTC
I figured this out.
Comment 2 Koichiro Iwao freebsd_committer freebsd_triage 2019-08-07 01:29:50 UTC
(In reply to Yuri Victorovich from comment #1)
What's the problem? I got this today.
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2019-08-07 07:03:14 UTC
(In reply to Koichiro Iwao from comment #2)

Sorry, I don't remember what was the problem. -(