[GRASS-dev] Mac OS X 10.10 , grass71-svn - fail to start

2015-02-05 Thread epi
Hi Devs, 

i updated my grass-svn installation, the build ends without errors but trying 
to start grass i got the following error :

epimac:~ epi$ grass71
Cleaning up temporary files...
Traceback (most recent call last):
  File "/usr/local/bin/grass71", line 1387, in 
clean_temp()
  File "/usr/local/bin/grass71", line 1170, in clean_temp
call([gfile("etc", "clean_temp")], stdout=nul, stderr=nul)
  File "/usr/local/bin/grass71", line 155, in call
return subprocess.call(cmd, **kwargs)
  File 
"/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
 line 522, in call
return Popen(*popenargs, **kwargs).wait()
  File 
"/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
 line 710, in __init__
errread, errwrite)
  File 
"/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
 line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
epimac:~ epi$ 


I don’t know what’s going on, it is possible that is my system that’s broken … 
and not grass
thanks for any help in debugging this issue.

Massimo.

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Mac OS X 10.10 , grass71-svn - fail to start

2015-02-05 Thread Anna Petrášová
On Thu, Feb 5, 2015 at 9:04 PM, epi  wrote:

> Hi Devs,
>
> i updated my grass-svn installation, the build ends without errors but
> trying to start grass i got the following error :
>
> epimac:~ epi$ grass71
> Cleaning up temporary files...
> Traceback (most recent call last):
>   File "/usr/local/bin/grass71", line 1387, in 
> clean_temp()
>   File "/usr/local/bin/grass71", line 1170, in clean_temp
> call([gfile("etc", "clean_temp")], stdout=nul, stderr=nul)
>   File "/usr/local/bin/grass71", line 155, in call
> return subprocess.call(cmd, **kwargs)
>   File
> "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
> line 522, in call
> return Popen(*popenargs, **kwargs).wait()
>   File
> "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
> line 710, in __init__
> errread, errwrite)
>   File
> "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
> line 1335, in _execute_child
> raise child_exception
> OSError: [Errno 2] No such file or directory
> epimac:~ epi$
>
>
it calls binary clean_temp but it can't find it, do you have a file
etc/clean_temp? In the source code clean_temp.c is in lib/init.

Anna


> I don’t know what’s going on, it is possible that is my system that’s
> broken … and not grass
> thanks for any help in debugging this issue.
>
> Massimo.
>
> ___
> grass-dev mailing list
> grass-dev@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-dev
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] Mac OS X 10.10 , grass71-svn - fail to start

2015-02-05 Thread epi
Thanks Anna!
it was my fault. a typo in my bash_profile, my GISBASE was pointing to 
$GISBASE/lib.

Massimo.


> On Feb 5, 2015, at 11:35 PM, Anna Petrášová  wrote:
> 
> 
> 
> On Thu, Feb 5, 2015 at 9:04 PM, epi  > wrote:
> Hi Devs,
> 
> i updated my grass-svn installation, the build ends without errors but trying 
> to start grass i got the following error :
> 
> epimac:~ epi$ grass71
> Cleaning up temporary files...
> Traceback (most recent call last):
>   File "/usr/local/bin/grass71", line 1387, in 
> clean_temp()
>   File "/usr/local/bin/grass71", line 1170, in clean_temp
> call([gfile("etc", "clean_temp")], stdout=nul, stderr=nul)
>   File "/usr/local/bin/grass71", line 155, in call
> return subprocess.call(cmd, **kwargs)
>   File 
> "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
>  line 522, in call
> return Popen(*popenargs, **kwargs).wait()
>   File 
> "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
>  line 710, in __init__
> errread, errwrite)
>   File 
> "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py",
>  line 1335, in _execute_child
> raise child_exception
> OSError: [Errno 2] No such file or directory
> epimac:~ epi$
> 
> 
> it calls binary clean_temp but it can't find it, do you have a file 
> etc/clean_temp? In the source code clean_temp.c is in lib/init.
> 
> Anna
> 
> 
> I don’t know what’s going on, it is possible that is my system that’s broken 
> … and not grass
> thanks for any help in debugging this issue.
> 
> Massimo.
> 
> ___
> grass-dev mailing list
> grass-dev@lists.osgeo.org 
> http://lists.osgeo.org/mailman/listinfo/grass-dev 
> 
___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev