[GRASS-dev] grass7/0_trunk/release fail to start
Nikos Alexandris
nik at nikosalexandris.net
Thu May 8 01:11:00 PDT 2014
A fresh, (make dist)clean(ed) and error-free configured & compiled
grass7_trunk under Funtoo (3.12.18-KS.01) won't launch:
# /osgeo/grass70_release/bin.x86_64-unknown-linux-gnu $ ./grass70
/usr/bin/python2.7: can't open file
'/osgeo/src/grass7_trunk/dist.x86_64-unknown-linux-gnu/gui/wxpython/gis_set.py':
[Errno 2] No such file or directory
Received EXIT message from GUI.
# /osgeo/grass70_release/bin.x86_64-unknown-linux-gnu $ ./grass70 -text
ERROR: Unable to start GRASS. You can:
- Launch GRASS with '-gui' switch (`grass70 -gui`)
- Create manually GISRC file (/home/nik/.grass7/rc)
- Launch GRASS with path to the location/mapset as an argument
(`grass70 /path/to/location/mapset`)
Exiting...
# ./grass70 -text /geo/grassdb/wgs84/PERMANENT/
Starting GRASS GIS...
Traceback (most recent call last):
File "./grass70", line 1386, in <module>
check_lock()
File "./grass70", line 857, in check_lock
ret = call([gfile("etc", "lock"), lockfile, "%d" % os.getpid()])
File "./grass70", line 154, in call
return subprocess.call(cmd, **kwargs)
File "/usr/lib64/python2.7/subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib64/python2.7/subprocess.py", line 709, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1326, in
_execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
I am searching the mail archive and though I find some references, they
don't help me trace my error. I configured and compiled grass64 in a
similar way, and it just works fine. Any hints?
Regards, Nikos
More information about the grass-dev
mailing list