In the last episode (Aug 04), Antonio Olivares said: > On Thu, Aug 4, 2011 at 8:00 PM, Warren Block <wbl...@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: gn...@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 dnel...@allantgroup.com _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"