pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/57787: failure to install fonts/harfbuzz



>Number:         57787
>Category:       pkg
>Synopsis:       failure to install fonts/harfbuzz
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 19 12:40:00 +0000 2023
>Originator:     Mike Volokhov
>Release:        pkgsrc-2023Q3
>Organization:
>Environment:
macOS Ventura 13.6.3 (22G436)

Darwin Fourteen 22.6.0 Darwin Kernel Version 22.6.0: Tue Nov  7 21:40:08 PST 2023; root:xnu-8796.141.3.702.9~2/RELEASE_ARM64_T6000 arm64

Also, PKG_DEVELOPER=yes
>Description:
Hi!

The fonts/harfbuzz is failed at the install stage because of inability to find the html/chunk.xsl file. The error message is as follows:

--- stdout ---
Building documentation for harfbuzz
ERROR: Error in gtkdoc helper script:

ERROR: ['/opt/pkg/bin/gtkdoc-mkhtml', '--path=/Users/mishka/pkgsrc/fonts/harfbuzz/work/harfbuzz-8.1.1/docs:/Users/mishka/pkgsrc/fonts/harfbuzz/work/harfbuzz-8.1.1/output/docs', 'harfbuzz', '../harfbuzz-docs.xml'] failed with status 5
I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl";
compilation error: file /opt/pkg/share/gtk-doc/data/gtk-doc.xsl line 11 element import
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
>How-To-Repeat:
Try to build the fonts/harfbuzz package.


>Fix:
Unfortunately, I don't know how to properly fix the issue. The workaround is to explicitly initialize the XML_CATALOG_FILES variable:

env XML_CATALOG_FILES=/opt/pkg/etc/xml/catalog bmake install

At least it means that all the dependencies are properly installed.



Home | Main Index | Thread Index | Old Index