gmake[4]: *** [Gdk-2.0.gir] Error 127 => updating gtk to latest on ports

Antonio Olivares olivares14031 at gmail.com
Fri Aug 5 13:23:51 UTC 2011


On Fri, Aug 5, 2011 at 4:48 AM, Dan Nelson <dnelson at allantgroup.com> wrote:
> In the last episode (Aug 04), Antonio Olivares said:
>> On Thu, Aug 4, 2011 at 8:00 PM, Warren Block <wblock at 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 at 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,

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=23721

gmake[1]: Leaving directory
`/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.10.8'
===>   Compressing manual pages for gobject-introspection-0.10.8
===>   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===>   Registering installation for gobject-introspection-0.10.8

===>  Cleaning for gobject-introspection-0.10.8

===>>> Updating dependency entry for gobject-introspection-0.10.8 in
each dependent port
===>>> Re-installation of gobject-introspection-0.10.8 complete

after this, update was successful :)

Regards,

Antonio


More information about the freebsd-questions mailing list