From owner-freebsd-ports  Fri Dec  7 13:11:52 2001
Delivered-To: freebsd-ports@freebsd.org
Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15])
	by hub.freebsd.org (Postfix) with ESMTP id 7DB6337B41C
	for <freebsd-ports@FreeBSD.org>; Fri,  7 Dec 2001 13:11:43 -0800 (PST)
Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5])
	by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id XAA86543;
	Fri, 7 Dec 2001 23:11:40 +0200 (EET)
	(envelope-from sobomax@FreeBSD.org)
Received: from notebook.vega.com (h229.228.dialup.iptcom.net [212.9.228.229])
	by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id XAA21468;
	Fri, 7 Dec 2001 23:11:37 +0200 (EET)
	(envelope-from sobomax@FreeBSD.org)
Message-Id: <200112072111.XAA21468@ipcard.iptcom.net>
To: dan@langille.org, chris@aims.com.au
Cc: freebsd-ports@FreeBSD.org
From: Maxim Sobolev <sobomax@FreeBSD.org>
Subject: RE: databases/gnomedb fails on config
X-Mailer: Pygmy (v0.5.13)
Date: Fri, 07 Dec 2001 23:11:35 EET
In-Reply-To: <3C10DE10.13176.1569DFA4@localhost>
Content-type: text/plain
Content-Transfer-Encoding: quoted-printable
Sender: owner-freebsd-ports@FreeBSD.ORG
Precedence: bulk
List-ID: <freebsd-ports.FreeBSD.ORG>
List-Archive: <http://docs.freebsd.org/mail/> (Web Archive)
List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions)
List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-ports>
List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-ports>
X-Loop: FreeBSD.org

On Fri, 7 Dec 2001 15:19:44 -0500, Dan Langille wrote:
> On 7 Dec 2001 at 14:18, Chris Knight wrote:
> =

> > Howdy,
> > =

> > > -----Original Message-----
> > > From: owner-freebsd-ports@FreeBSD.ORG
> > > [mailto:owner-freebsd-ports@FreeBSD.ORG]On Behalf Of Dan Langille
> > > Sent: Friday, 7 December 2001 14:07
> > > To: Chris Knight
> > > Cc: freebsd-ports@FreeBSD.ORG
> > > Subject: RE: databases/gnomedb fails on config
> > > =

> > > [snip]
> > > =

> > > Before:
> > > CONFIGURE_ENV=3D  CPPFLAGS=3D"-I${LOCALBASE}/include" \
> > >                 LIBS=3D"-L${LOCALBASE}/lib"
> > > =

> > > After:
> > > =

> > > CONFIGURE_ENV=3D  CPPFLAGS=3D"-I${LOCALBASE}/include
> > > -I/usr/X11R6/include/gtk-pixbuf-1.0" \
> > >                 LIBS=3D"-L${LOCALBASE}/lib"
> > > =

> > Sorry. My bad. Make that gdk-pixbuf-1.0. That'll teach me not to use
> > cut-n-paste :-(
> =

> After fixing that, it still didn't install.  But Chris had another tip =

> sent offlist:  make sure gnomecanvas is up to date. That's the port that =

> installs the missing header file.
> =

> Is this considered a missing dependency?

No, gnomedb inherits gnomecanvas dependency as part of dependency on
gnomelibs (do `make package-depends' in the gnomedb's directory to see
what I mean). You shouldn't delete package that has other packages
that depend on it without deinstalling those ones first.

As for your problem with gdk-pixbuf, it seems that you have some other
outdated GNOME port installed. Try to use pkg_version to identify that
port and perform usual deinstall/recompile/install.

> Thanks for the tips Chris. Got me past that point.  Only 35 more ports to=
 =

> upgrade....

Welcome to a fu^H^Hwonderful world of component software! :)

-Maxim

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message