Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 2010 09:06:06 +0400
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        Joseph Maxwell <jaymax36@gmail.com>
Cc:        FreeBSD GNOME Users <gnome@freebsd.org>
Subject:   Re: atk-1.30.0_1 installation failure
Message-ID:  <4C7C8DBE.80909@yandex.ru>
In-Reply-To: <AANLkTi=J%2BWsy8koqXBoY0bYZLcq%2BF%2BdK01310LeSiFFy@mail.gmail.com>
References:  <AANLkTi=nsnjTnSs914ODKfDkcO3%2BqSf3z_ZSy7efKMDY@mail.gmail.com>	<4C7BFE22.2040406@yandex.ru> <AANLkTi=J%2BWsy8koqXBoY0bYZLcq%2BF%2BdK01310LeSiFFy@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
30.08.2010 23:43, Joseph Maxwell пишет:
> Hi Rusian,
>
> Forgot to mention I am running 7.2-RELEASE FreeBSD 7.2-RELEASE #0
>
> Strange result, running g-ir-scanner manually
>
> # ls -l /usr/local/bin/g-ir-scanner
> -r-xr-xr-x  1 root  wheel  1385 Feb 15  2010 /usr/local/bin/g-ir-scanner*
>
> # /usr/local/bin/g-ir-scanner
> /usr/local/bin/g-ir-scanner: Command not found.

Please check what set in shebang string in /usr/local/bin/g-ir-scanner:

smeshariki2# head /usr/local/bin/g-ir-scanner
#!/usr/local/bin/python2.6
# -*- Mode: Python -*-
# GObject-Introspection - a framework for introspecting GObject libraries
# Copyright (C) 2008  Johan Dahlin

It seems that python path that you have there is not exists. Did you do 
python version upgrade recently?

smeshariki2# ls -l /usr/local/bin/python2.6
-r-xr-xr-x  2 root  wheel  1183304 21 июл 00:56 /usr/local/bin/python2.6

You can fix the path to python interpreter manually or reinstall 
gobject-introspection package:

cd /usr/ports/devel/gobject-introspection
make deinstall clean install

>
> #
>
> # echo $PATH
> /sbin:/bin:/usr/sbin:/usr/bin:/var/qmail/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin:./
>
> Thanks!
> PS: Same results after cd'ing into the directory and running from there
> ________________________________________________
>
>
> On Mon, Aug 30, 2010 at 11:53 AM, Ruslan Mahmatkhanov<cvs-src@yandex.ru>wrote:
>
>> 30.08.2010 21:57, Joseph Maxwell пишет:
>>
>>   Installing atk-1.30.0_1 from /usr/ports/accessibility/atk
>>> Dependencies apparently fulfilled
>>> until
>>>
>>> gmake[3]: Entering directory ...
>>> ...
>>> ...
>>> ./atk-enum-types.c --output Atk-1.0.gir
>>> /usr/local/bin/g-ir-scanner: not found
>>> gmake[3]: *** [Atk-1.0.gir] Error 127
>>> gmake[3]: Leaving directory
>>> `/usr/ports/accessibility/atk/work/atk-1.30.0/atk'
>>> gmake[2]: *** [all] Error 2
>>> gmake[2]: Leaving directory
>>> `/usr/ports/accessibility/atk/work/atk-1.30.0/atk'
>>> gmake[1]: *** [all-recursive] Error 1
>>> gmake[1]: Leaving directory `/usr/ports/accessibility/atk/work/atk-1.30.0'
>>> gmake: *** [all] Error 2
>>> *** Error code 1
>>>
>>> but
>>> # ls /usr/local/bin/g-ir-scanner
>>> /usr/local/bin/g-ir-scanner*
>>>
>>> exists on the server
>>>
>>
>> Hi!
>> Can't reproduce on 8-stable i386.
>> What you see when running /usr/local/bin/g-ir-scanner manually?
>>
>> --
>> Regards,
>> Ruslan
>>
>


-- 
Regards,
Ruslan



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