Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Aug 2011 23:48:13 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Antonio Olivares <olivares14031@gmail.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: gmake[4]: *** [Gdk-2.0.gir] Error 127 => updating gtk to latest on ports
Message-ID:  <20110805044811.GA66340@dan.emsphone.com>
In-Reply-To: <CAJ5UdcNdbByVC8icLgS==Wy53gky3WyX3LCT0L6JgROkMRqGPw@mail.gmail.com>
References:  <CAJ5UdcMAgvOX4HjvL9z5aK2hF=PGBHYRo_wuhBY5cc%2B0PMnmRA@mail.gmail.com> <alpine.BSF.2.00.1108041858400.19846@wonkity.com> <CAJ5UdcNdbByVC8icLgS==Wy53gky3WyX3LCT0L6JgROkMRqGPw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Aug 04), Antonio Olivares said:
> On Thu, Aug 4, 2011 at 8:00 PM, Warren Block <wblock@wonkity.com> 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.  Encountered 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.
> >>        ===>>> New version available: gtk-2.24.5_1
> >> ===>>> 537 total installed ports
> >>        ===>>> 1 has a new version available
> >>
> >> ran
> >> # portmaster -a
> >
> > Always (yes, always) check /usr/ports/UPDATING before throwing any automatic
> > update tool at it.  See the 20110730 entry.
> >
> 
> Yes I see it, but it does not make a difference :(
> 
> 20110730:
>   AFFECTS: users of x11-toolkits/gtk20
>   AUTHOR: gnome@FreeBSD.org
> 
>   The gtk-update-icon-cache utility has been split out of the gtk20 port.
>   Use the following instructions to update your system.
> 
>   # pkg_delete -f gtk-2.\*
>   # portmaster x11-toolkits/gtk20
>   # 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.  I bet the interpreter path on the first
line of that file no longer points to a valid python executable.  Have you
converted python versions recently and forgot to rebuild all ports depending
on it?

-- 
	Dan Nelson
	dnelson@allantgroup.com



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