From owner-freebsd-gnome@FreeBSD.ORG Tue Jun 1 22:13:55 2010 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E47B5106566C; Tue, 1 Jun 2010 22:13:54 +0000 (UTC) (envelope-from oberman@es.net) Received: from mailgw.es.net (mail1.es.net [IPv6:2001:400:201:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 931E68FC17; Tue, 1 Jun 2010 22:13:54 +0000 (UTC) Received: from ptavv.es.net (ptavv.es.net [IPv6:2001:400:910::29]) by mailgw.es.net (8.14.3/8.14.3) with ESMTP id o51MDqgg007141 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 1 Jun 2010 15:13:53 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id B81C31CC2A; Tue, 1 Jun 2010 15:13:52 -0700 (PDT) To: Joe Marcus Clarke In-reply-to: Your message of "Tue, 01 Jun 2010 17:12:03 EDT." <4C0577A3.4040903@freebsd.org> Date: Tue, 01 Jun 2010 15:13:52 -0700 From: "Kevin Oberman" Message-Id: <20100601221352.B81C31CC2A@ptavv.es.net> X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5, 1.2.40, 4.0.166 definitions=2010-06-01_02:2010-02-06, 2010-06-01, 2010-06-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-1005130000 definitions=main-1006010139 Cc: gnome@freebsd.org Subject: Re: Can't upgrade gobject-introspection X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2010 22:13:55 -0000 Joe, Since this is likely to be a fairly common issue, I suggest adding this to UPDATING. Would have let me get my desktop updated over the weekend so I would have my dual 22 in. screens instead of the 14.1 inch laptop. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 > Date: Tue, 01 Jun 2010 17:12:03 -0400 > From: Joe Marcus Clarke > > 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 >