Subject: pkg/34566: libharfbuzz from devel/pango is not being installed
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <srcshelton@gmail.com>
List: pkgsrc-bugs
Date: 09/20/2006 10:00:01
>Number: 34566
>Category: pkg
>Synopsis: libharfbuzz from devel/pango is not being installed
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Sep 20 10:00:01 +0000 2006
>Originator: Stuart Shelton
>Release: n/a
>Organization:
>Environment:
IRIX64 octane 6.5 07202013 IP30
>Description:
When pango is built, there is a devel/pango/work/pango-1.14.3/pango/opentype/ directory which contains, amongst other things:
-rwxr-xr-x 1 netbsd netbsd 223K 2006-09-18 18:37 /usr/bsd/src/devel/pango/work/pango-1.14.3/pango/opentype/.libs/libharfbuzz-1.so.1.0*
lrwxr-xr-x 1 netbsd netbsd 20 2006-09-18 18:37 /usr/bsd/src/devel/pango/work/pango-1.14.3/pango/opentype/.libs/libharfbuzz-1.so.1 -> libharfbuzz-1.so.1.0*
lrwxr-xr-x 1 netbsd netbsd 20 2006-09-18 18:37 /usr/bsd/src/devel/pango/work/pango-1.14.3/pango/opentype/.libs/libharfbuzz-1.so -> libharfbuzz-1.so.1.0*
lrwxr-xr-x 1 netbsd netbsd 19 2006-09-18 18:37 /usr/bsd/src/devel/pango/work/pango-1.14.3/pango/opentype/.libs/libharfbuzz-1.la -> ../libharfbuzz-1.la
-rw-r--r-- 1 netbsd netbsd 1.4K 2006-09-18 18:37 /usr/bsd/src/devel/pango/work/pango-1.14.3/pango/opentype/libharfbuzz-1.la
None of these files are in the pango PLIST, and so none get installed into the live filesystem.
Trying to build *anything* which depends on pango now results in a link error because libharfbuzz can't be located.
This happens to, at least, x11/gtk2 and chat/gaim.
>How-To-Repeat:
Build any package which direct depends on pango.
>Fix:
The files can be copied from the pango build directory to the work/.buildlink/libs directory of the failing package... but this is a messy manual step.