From owner-freebsd-questions@FreeBSD.ORG Fri Aug 5 13:23:50 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C943A106564A for ; Fri, 5 Aug 2011 13:23:50 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-iy0-f172.google.com (mail-iy0-f172.google.com [209.85.210.172]) by mx1.freebsd.org (Postfix) with ESMTP id 8F8E18FC12 for ; Fri, 5 Aug 2011 13:23:50 +0000 (UTC) Received: by iye7 with SMTP id 7so2646815iye.17 for ; Fri, 05 Aug 2011 06:23:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=cpZd1SQEuuPS7LhTBoKUU6SjV7WAbFrqfHZYWyqSorM=; b=JbUxcZpVwA1t8qgBEwCiSN5vppFqB9OjEmrzXGw4aEkCuO68r/LxgN0AqcG++veO4H GlbteAIrMgbuUl21pZSj0tmAeTSYJ9e96QHPttLMVGUezS+zR5cTk0g9SY068xAnpbLw OobWIc2rmplc2pcxBZNQdp522subi3CdlAK7s= MIME-Version: 1.0 Received: by 10.43.52.136 with SMTP id vm8mr1865437icb.25.1312550630066; Fri, 05 Aug 2011 06:23:50 -0700 (PDT) Received: by 10.42.165.200 with HTTP; Fri, 5 Aug 2011 06:23:50 -0700 (PDT) In-Reply-To: <20110805044811.GA66340@dan.emsphone.com> References: <20110805044811.GA66340@dan.emsphone.com> Date: Fri, 5 Aug 2011 13:23:50 +0000 Message-ID: From: Antonio Olivares To: Dan Nelson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Questions Subject: Re: gmake[4]: *** [Gdk-2.0.gir] Error 127 => updating gtk to latest on ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 13:23:51 -0000 On Fri, Aug 5, 2011 at 4:48 AM, Dan Nelson wrote: > In the last episode (Aug 04), Antonio Olivares said: >> On Thu, Aug 4, 2011 at 8:00 PM, Warren Block wrote: >> > On Thu, 4 Aug 2011, Antonio Olivares wrote: >> >> In an effort to keep up to date, I checked updates that are available >> >> and tried to apply them. =A0Encountered a problem with gtk : >> >> >> >> /* Commands run */ >> >> quadcore# . >> >> Looking up portsnap.FreeBSD.org mirrors... 5 mirrors found. >> >> Fetching snapshot tag from portsnap5.FreeBSD.org... done. >> >> Latest snapshot on server matches what we already have. >> >> No updates needed. >> >> Ports tree is already up to date. >> >> =A0 =A0 =A0 =A0=3D=3D=3D>>> New version available: gtk-2.24.5_1 >> >> =3D=3D=3D>>> 537 total installed ports >> >> =A0 =A0 =A0 =A0=3D=3D=3D>>> 1 has a new version available >> >> >> >> ran >> >> # portmaster -a >> > >> > Always (yes, always) check /usr/ports/UPDATING before throwing any aut= omatic >> > update tool at it. =A0See the 20110730 entry. >> > >> >> Yes I see it, but it does not make a difference :( >> >> 20110730: >> =A0 AFFECTS: users of x11-toolkits/gtk20 >> =A0 AUTHOR: gnome@FreeBSD.org >> >> =A0 The gtk-update-icon-cache utility has been split out of the gtk20 po= rt. >> =A0 Use the following instructions to update your system. >> >> =A0 # pkg_delete -f gtk-2.\* >> =A0 # portmaster x11-toolkits/gtk20 >> =A0 # portmaster -a >> >> I ran the first command successfully, but the second bombs out the >> same place and with same error :( >> >> ual-x11.c x11/gdkwindow-x11.c x11/gdkxftdefaults.c x11/gdkxid.c >> x11/xsettings-client.c x11/xsettings-common.c libgdk-x11-2.0.la >> Makefile --output Gdk-2.0.gir >> /usr/local/bin/g-ir-scanner: not found > > g-ir-scanner is a python script. =A0I bet the interpreter path on the fir= st > line of that file no longer points to a valid python executable. =A0Have = you > converted python versions recently and forgot to rebuild all ports depend= ing > on it? > > -- Dan, it was there :) problem was it was not found. Found how to fix these errors here: Thank you for your help. I found the solution in : http://forums.freebsd.org/showthread.php?t=3D23721 gmake[1]: Leaving directory `/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.10.8' =3D=3D=3D> Compressing manual pages for gobject-introspection-0.10.8 =3D=3D=3D> Running ldconfig /sbin/ldconfig -m /usr/local/lib =3D=3D=3D> Registering installation for gobject-introspection-0.10.8 =3D=3D=3D> Cleaning for gobject-introspection-0.10.8 =3D=3D=3D>>> Updating dependency entry for gobject-introspection-0.10.8 in each dependent port =3D=3D=3D>>> Re-installation of gobject-introspection-0.10.8 complete after this, update was successful :) Regards, Antonio