Multiple Ports Relying on xsltproc Encounter Build Errors
Matthew Wener <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <[email protected]> |
Hello,
Can anyone tell me if I am doing something wrong here or if there's a
known issue with xsltproc? I have several ports failing to build, all of
which hit a xsltproc command and then fail. OS Version: 14.3-RELEASE-p8
Arch: amd64 Ports tree: main Poudriere Version:
poudriere-git-3.4.99.20251213
*graphics/gtk-update-icon-cache*
[100% 122/122] /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/gtk-update-icon-cache.1
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
../docs/gtk-update-icon-cache.xml FAILED: [code=267]
docs/gtk-update-icon-cache.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/gtk-update-icon-cache.1
http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
../docs/gtk-update-icon-cache.xml ===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure
to the maintainer. *** Error code 1
*lang/vala*
gmake[3]: Entering directory
'/wrkdirs/usr/ports/lang/vala/work/vala-0.56.18/doc/manual'
/usr/local/bin/xsltproc \ --xinclude \ --path . \ --output
devhelp/vala-0.56.devhelp2 \ ./devhelp.xsl \ ./manual.xml
./manual.xml:1: warning: failed to load external entity
"http://www.docbook.org/xml/4.4/docbookx.dtd" OASIS//DTD DocBook XML
V4.4//EN' 'http://www.docbook.org/xml/4.4/docbookx.dtd'> ^ ===>
Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and
rebuild before reporting the failure to the maintainer. *** Error code 1
textproc/asciidoc
a2x: ERROR: "xsltproc" --nonet --path %%LOCALBASE%%/share/xsl/docbook/manpages/ --stringparam callout.graphics 0 --stringparam navig.graphics 0 --stringparam admon.textlabel 1 --stringparam admon.graphics 0 "/wrkdirs/usr/ports/textproc/asciidoc/work/asciidoc-10.2.1/asciidoc/resources/docbook-xsl/manpage.xsl" "/wrkdirs/usr/ports/textproc/asciidoc/work/asciidoc-10.2.1/doc/a2x.1.xml" returned non-zero exit status -11
*** Error code 1
devel/git
/usr/local/bin/xmlto: line 613: 70094 Segmentation fault (core dumped) "/usr/local/bin/xsltproc" --nonet --xinclude --param passivetex.extensions '1' -o "/tmp/xmlto.w51w9m/git-subtree.proc" "/tmp/xmlto-xsl.r28rga" "/wrkdirs/usr/ports/devel/git/work-default/git-2.53.0/contrib/subtree/git-subtree.xml"
gmake: *** [Makefile:84: git-subtree.1] Error 139
*** Error code 2
Thanks,
-Matt