Subject: Re: pkg/32073: vcdimager-devel is missing a dependency on libgnome for gnome-config
To: None <ben@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Ben Collver <collver@peak.org>
List: pkgsrc-bugs
Date: 11/15/2005 05:36:02
The following reply was made to PR pkg/32073; it has been noted by GNATS.

From: Ben Collver <collver@peak.org>
To: georgeps@xmission.com
Cc: gnats-bugs@netbsd.org
Subject: Re: pkg/32073: vcdimager-devel is missing a dependency on libgnome for gnome-config
Date: Mon, 14 Nov 2005 21:37:14 -0800

 I built this afresh with -current and no other packages installed.
 We need to do some investigation because I could not reproduce the
 problem.  vcdimager-devel's PKGREVISION was bumped since 2005Q3
 in order to depend on libcdio >= 0.72.
 
 I don't think gnome-config was missing.  I think the error message was
 generated when pkg-config could not find libcdio.  To illustrate:
 $ pkg-config --version
 0.20
 $ pkg-config foobar
 gnome-config: not found
 
 Would you post your /etc/mk.conf and the output of the following command?
 pkg_info | grep -e libcdio -e pkg-config
 
 Thanks,
 
 Ben