pkgsrc-Bugs archive

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

pkg/56755: fonts/harfbuzz without introspection option causes devel/pango make error



>Number:         56755
>Category:       pkg
>Synopsis:       fonts/harfbuzz without introspection option causes devel/pango make error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Mar 16 19:50:00 +0000 2022
>Originator:     Onno van der Linden
>Release:        NetBSD 9.99.80
>Organization:
>Environment:
System: NetBSD sheep 9.99.80 NetBSD 9.99.80 (SHEEPKMS) #1: Thu Mar 4 19:16:39 CET 2021 onno@sheep:/usr/src/sys/arch/i386/compile/SHEEPKMS i386
Architecture: i386
Machine: i386
>Description:
fonts/harfbuzz without introspection option causes error for make in devel/pango 
>How-To-Repeat:
first build and install fonts/harfbuzz with
PKG_OPTIONS.harfbuzz=-introspection in mk.conf followed by make
in devel/pango. This results in:

Couldn't find include 'HarfBuzz-0.0.gir' (search path: '['/usr/pkg/share/gir-1.0', '/usr/pkg/share', 'gir-1.0', '/usr/local/share/gir-1.0', '/usr/share/gir-1.0', '/usr/pkg/share/gir-1.0', '/usr/share/gir-1.0']')
ninja: build stopped: subcommand failed.
*** Error code 1

Stop.
make[1]: stopped in /usr/pkgsrc/devel/pango
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/devel/pango


>Fix:
Currently devel/pango has 
MESON_ARGS+=            -Dintrospection=enabled
in the Makefile. Fix could be to use -Dintrospection=disabled
when PKG_OPTIONS.harfbuzz has -introspection.



Home | Main Index | Thread Index | Old Index