Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Jun 2010 17:12:03 -0400
From:      Joe Marcus Clarke <marcus@freebsd.org>
To:        Kevin Oberman <oberman@es.net>
Cc:        gnome@freebsd.org
Subject:   Re: Can't upgrade gobject-introspection
Message-ID:  <4C0577A3.4040903@freebsd.org>
In-Reply-To: <20100601183134.64BDF1CC2B@ptavv.es.net>
References:  <20100601183134.64BDF1CC2B@ptavv.es.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 6/1/10 2:31 PM, Kevin Oberman wrote:
> I seem to be caught in a recursion loop in my attempt to install the
> gettext upgrade on one system. This has left me running on my laptop as I
> can't start Gnome on my desktop.
> 
> I get to the upgrade of gobject-introspection and it fails because of a
> libintl.so.8 dependency in libgirepository-1.0.so.0. This is reported on
> the build of Everything-1.0 which immediately follows the build of
> Girepository-2.0 which I thought was what built libgirepository-1.0. I
> assume some library needs to be re-installed to link to the new libintl,
> but I see no indication of what it might be
> 
> I am seeing the same error on another system, even though it has no
> gnome installed. Looks like gtk20 now pulls it in, which I seem to have
> missed. In any case, it looks like upgrading gettext and all of the
> other stuff is on hole until I get this resolved.
> 
> I don't see any other errors prior to this. Here is the failure:
> env LPATH=.libs  env PYTHONPATH=..:.. UNINSTALLED_INTROSPECTION_SRCDIR=.. UNINSTALLED_INTROSPECTION_BUILDDIR=.. ../tools/g-ir-scanner -v --add-include-path=../gir --add-include-path=. -v --add-include-path=../gir --add-include-path=. --namespace=GIRepository --nsversion=2.0 --libtool="/bin/sh /usr/local/bin/libtool"  --library=girepository-1.0 --pkg=gobject-2.0 --include=GObject-2.0 --noclosure --strip-prefix=g --c-include="girepository.h" --pkg-export gobject-introspection-1.0 --add-include-path=. -I./girepository ../girepository/girepository.c ../girepository/girepository.h --output GIRepository-2.0.gir
> WARNING: Couldn't find corresponding enumeration for g_irepository_error_quark
> env LPATH=.libs  env PYTHONPATH=..:.. UNINSTALLED_INTROSPECTION_SRCDIR=.. UNINSTALLED_INTROSPECTION_BUILDDIR=.. ../tools/g-ir-scanner -v --add-include-path=../gir --add-include-path=. -v --add-include-path=../gir --add-include-path=. --namespace=Everything --nsversion=1.0 --libtool="/bin/sh /usr/local/bin/libtool"  --library=libgirepository-everything-1.0.la --pkg=gobject-2.0 --pkg=cairo --pkg=gio-2.0 --include=GObject-2.0 --include=cairo-1.0 --include=Gio-2.0   ./everything.h ./everything.c --output Everything-1.0.gir
> /libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by "libgirepository-1.0.so.0"
> Command '['/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.11/gir/tmp-introspectcmo4rZ/Everything-1.0', '--introspect-dump=/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.11/gir/tmp-introspectcmo4rZ/types.txt,/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.11/gir/tmp-introspectcmo4rZ/dump.xml']' returned non-zero exit status 1
> gmake[2]: *** [Everything-1.0.gir] Error 1
> gmake[2]: Leaving directory `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.11/gir'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.6.11'
> gmake: *** [all] Error 2
> 
> What other information do I need to supply? All ports were current on
> 5/28.

I think this port is using the installed bits.  To get around this, go
to /usr/ports/devel/gobject-introspection, and do:

make clean
make deinstall
make install clean

Then continue your upgrade.

Joe


-- 
Joe Marcus Clarke
FreeBSD GNOME Team	::	gnome@FreeBSD.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C0577A3.4040903>