Subject: Re: Problem Making Abiword
To: Art Lemasters <slemas1@mindspring.com>
From: Julio M. Merino Vidal <jmmv@menta.net>
List: current-users
Date: 04/11/2004 10:10:15
On Sat, 10 Apr 2004 09:54:02 -0600
Art Lemasters <slemas1@mindspring.com> wrote:

> Julio M. Merino Vidal wrote:
> > The problem is that you updated glib2 and gtk2 to their 2.4.0 version _without_
> > rebuilding _everything_ that used them (i.e., did you use 'make replace'?).
> > A 'make update' from glib2 should solve your problems, though it may take a
> > while if you have lots of packages that depend on it...
> > 
> > HTH
> 
>    Oops.  I reported erroneously on where the errors occured. They
> occured when I tried to *run* abiword.

Yes.  That kind of problems can appear when you _run_ a program.

>    Did abiword make and install without the error on your system?
> gtk2 and glib2 were cleaned here (along with all depends), and the
> make update is done.  The problem is still happening.

So you need to check which library contains the dependency on the old version.

	$ cd /usr/pkg/lib ; ldd *.so | less
	Hit /libglib-2.0.so.200 to search for it.

You should get something; let us know which is the library failing (because
it might be missing a dependency or something, and therefore was not rebuilt
during 'make update')...

-- 
Julio M. Merino Vidal <jmmv@menta.net>
The NetBSD Project - http://www.NetBSD.org/