Subject: libcroco and ERROR: dbus is not installed; can't buildlink files.
To: None <pkgsrc-users@netbsd.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: pkgsrc-users
Date: 10/12/2006 00:43:39
Building pkgsrc/textproc/libcroco (after doing make clean clean-depends) 
is failing with:

(no dbus listed here)
...
=> Required installed package libgnomeui>=2.8.0: libgnomeui-2.14.1nb1 found
=> Required installed package pango>=1.6.0: pango-1.12.3 found
=> Required installed package glib2>=2.4.0: glib2-2.10.2 found
=> Required installed package libxml2>=2.6.2: libxml2-2.6.26 found
===> Overriding tools for libcroco-0.6.1nb2
===> Extracting for libcroco-0.6.1nb2
===> Patching for libcroco-0.6.1nb2
===> Creating toolchain wrappers for libcroco-0.6.1nb2
ERROR: dbus is not installed; can't buildlink files.
*** Error code 1
....


It does have dbus-glib buildlinked but not its includes of dbus, expat or 
glib2.

My work/.*_makevars.mk files have:
BUILDLINK_PREFIX.dbus-glib=   /usr/pkg
_BLNK_PKG_DBDIR.dbus-glib=    /var/db/pkg/dbus-glib-0.61
(but not "dbus")

It is after my bed time, so I will have to look at this later :)