atk-1.30.0_1 installation failure

Ruslan Mahmatkhanov cvs-src at yandex.ru
Tue Aug 31 05:07:52 UTC 2010


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 at 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


More information about the freebsd-gnome mailing list