Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2010 01:08:46 -0500
From:      Janos Dohanics <web@3dresearch.com>
To:        freebsd-ports@freebsd.org
Cc:        Jeremy Messenger <mezz7@cox.net>
Subject:   Re: gir-repository-atk-0.6.5_3 build error
Message-ID:  <201002170108.47165.web@3dresearch.com>
In-Reply-To: <op.u78tbwus9aq2h7@localhost>
References:  <201002160930.26493.web@3dresearch.com> <op.u78tbwus9aq2h7@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 16 February 2010 06:10:10 pm Jeremy Messenger wrote:
> On Tue, 16 Feb 2010 08:30:26 -0600, Janos Dohanics <web@3dresearch.com>
>
> wrote:
> > While building gnome2-2.28.2_1, I get this error:
>
> <snip>
>
> > Making all in gir
> > gmake[2]: Entering directory
> > `/usr/ports/accessibility/gir-repository-atk/work/gir-repository-0.6.5/gi
> >r' /usr/local/bin/g-ir-scanner -v --namespace Atk --nsversion=1.0 \
> > --add-include-path=. --add-include-path=. \
> >              --include=GObject-2.0 \
> >              --library=atk-1.0 \
> >              --libtool="/bin/sh ../libtool" \
> >              --output Atk-1.0.gir \
> >              --pkg gobject-2.0 \
> >              --pkg atk \
> >              -I`pkg-config --variable=includedir atk`/atk-1.0 \
> >              `pkg-config --variable=includedir atk`/atk-1.0/atk/*.h
> > /usr/local/bin/g-ir-scanner: not found
> > gmake[2]: *** [Atk-1.0.gir] Error 127
> > gmake[2]: Leaving directory
> > `/usr/ports/accessibility/gir-repository-atk/work/gir-repository-0.6.5/gi
> >r' gmake[1]: *** [all-recursive] Error 1
> > gmake[1]: Leaving directory
> > `/usr/ports/accessibility/gir-repository-atk/work/gir-repository-0.6.5'
> > gmake: *** [all] Error 2
> > *** Error code 1
> >
> > Stop in /usr/ports/accessibility/gir-repository-atk.
> > *** Error code 1
> >
> > Stop in /usr/ports/x11-toolkits/gir-repository-gtk20.
> > *** Error code 1
> >
> > Stop in /usr/ports/x11-toolkits/unique.
> > *** Error code 1
> >
> > Stop in /usr/ports/audio/gnome-media.
> > *** Error code 1
> >
> > Stop in /usr/ports/x11/gnome2.
> > *** Error code 1
> >
> > Stop in /usr/ports/x11/gnome2.
> >
> > However:
> >
> > # ls -al /usr/local/bin/g-ir-scanner
> > -r-xr-xr-x  1 root  wheel  1385 Feb 12 15:50 /usr/local/bin/g-ir-scanner
>
> Looks like you did the Python upgrade? 

I did...

portupgrade -o lang/python26 lang/python25

and

cd /usr/ports/lang/python && make upgrade-site-packages

> 'grep python 
> /usr/local/bin/g-ir-scanner' and see what it returns.

# grep python /usr/local/bin/g-ir-scanner
#!/usr/local/bin/python2.5

I guess this is my problem...

> > ...and gnomelogalyzer.sh was no help.
> >
> > How do I fix this problem?
>
> Have you follow the UPDATING for Python upgrade if it is this problem? In
> general, when do the major upgrade of Python/Perl/etc. I usually rebuild
> everything that depend on Python/Perl/etc.

I'm portupgrading everything that depends on Python - thank you for your 
help...

jd

-- 
Janos Dohanics



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