Dear Martin, On 07.11.2021 15:01, Martin Michel wrote:
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 http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl bwrap.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 make[1]: *** [Makefile:1491: bwrap.1] Error 4
This is a very common error when you don't run install scripts. If it isn't mentioned in the manual, then it should be, if it is in the manual, then you should have a read through that. [1] In short, however, since you took your time to post your issue here, certain ports do have pre-/post-install scripts, that won't be executed automatically UNLESS you opt to do that. This involves a certain level of trust, since those script could be malicious and require you to check them to be sure that you actually want that. In this case right here, both docbook-xsl and docbook-xml have post-install script, which need to run in correct order, to make it work. My word of advice, while generally the official repos should be safe, it's still good to look at see what they do, and as soon as you enable various user contributed repositories (which are often in a very questionable state) you should be even more on the lookout. Best regards, Tim [1]: https://crux.nu/Main/Handbook3-6