Opened 2 years ago
Last modified 2 years ago
#66262 assigned defect
git-crypt xsltproc cannot load remote xsl file because it has moved
Reported by: | mattbishop (Matt Bishop) | Owned by: | nareshov (Naresh V.) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.0 |
Keywords: | Cc: | ||
Port: | git-crypt |
Description (last modified by jmroot (Joshua Root))
git-crypt @0.6.0
Here is the error in the log:
:info:destroot xsltproc --param man.output.in.separate.dir 1 --stringparam man.output.base.dir man/ --param man.output.subdirs.enabled 1 --param man.authors.section.enabled 1 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl man/git-crypt.xml :info:destroot error : Unknown IO error :info:destroot warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" :info:destroot cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl :info:destroot make: *** [man/man1/git-crypt.1] Error 4
However, the correct URL uses HTTPS protocol: https://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
Change History (1)
comment:1 Changed 2 years ago by jmroot (Joshua Root)
Description: | modified (diff) |
---|---|
Owner: | set to nareshov |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
There should be no need to load anything from the network; the build should use the docbook-xsl-nons port, which is a dependency.