I compiled GRASS 6.4 rb a few days ago. I did basic tests, including displaying 
raster and vector maps, before posting it. I just now downloaded it to my 
laptop and it will not display a map. Here is the error.

Command 'd.rast -o map=elevation@PERMANENT' failed
Details: No socket to connect to for monitor <x0>.

The laptop is an older machine (ca. 2009 or 2010) but both it and the one I 
compiled it on are running the most recent version of Mac OS X (Yosemite, 
10.10) and are pretty much identical in other respects.

Can you test this build to see if it runs for you? I did a restart and disk fix 
and still it won’t work.

GRASS 7.1 displays fine but SQLite seems broken (as you mentioned). Here is the 
error when I try to open a table:

Traceback (most recent call last):
  File "/Applications/GRASS/GRASS-7.1.app/Contents/MacOS/gui
/wxpython/lmgr/frame.py", line 1744, in OnShowAttributeTable

selection = selection)
  File "/Applications/GRASS/GRASS-7.1.app/Contents/MacOS/gui
/wxpython/dbmgr/manager.py", line 64, in __init__

**kwargs)
  File "/Applications/GRASS/GRASS-7.1.app/Contents/MacOS/gui
/wxpython/dbmgr/base.py", line 671, in __init__

self.dbMgrData['mapDBInfo'] =
VectorDBInfo(self.dbMgrData['vectName'])
  File "/Applications/GRASS/GRASS-7.1.app/Contents/MacOS/gui
/wxpython/dbmgr/vinfo.py", line 74, in __init__

VectorDBInfoBase.__init__(self, map)
  File "/Applications/GRASS/GRASS-7.1.app/Contents/MacOS/gui
/wxpython/gui_core/gselect.py", line 743, in __init__

self._DescribeTables() # -> self.tables
  File "/Applications/GRASS/GRASS-7.1.app/Contents/MacOS/gui
/wxpython/gui_core/gselect.py", line 770, in _DescribeTables

database = self.layers[layer]["database"])['cols']:
  File "/Applications/GRASS/GRASS-7.1.app/Contents/MacOS/etc
/python/grass/script/db.py", line 43, in db_describe

s = read_command('db.describe', flags='c', table=table,
**args)
  File "/Applications/GRASS/GRASS-7.1.app/Contents/MacOS/etc
/python/grass/script/core.py", line 427, in read_command

return handle_errors(returncode, stdout, args, kwargs)
  File "/Applications/GRASS/GRASS-7.1.app/Contents/MacOS/etc
/python/grass/script/core.py", line 310, in handle_errors

returncode=returncode)
grass.exceptions
.
CalledModuleError
:
Module run None ['db.describe', '-c', 'table=streams',
'driver=sqlite', 'database=/Users/cmbarton/Dropbox/GRASS_dro
pbox/grassdata_dropbox/nc_spm_08/grass7vect_sqlite/sqlite/sq
lite.db'] ended with error
Process ended with non-zero return code 1. See errors in the
(error) output.


____________________
C. Michael Barton
Director, Center for Social Dynamics & Complexity
Professor of Anthropology, School of Human Evolution & Social Change
Head, Graduate Faculty in Complex Adaptive Systems Science
Arizona State University

voice:  480-965-6262 (SHESC), 480-965-8130/727-9746 (CSDC)
fax: 480-965-7671 (SHESC),  480-727-0709 (CSDC)
www: http://www.public.asu.edu/~cmbarton, http://csdc.asu.edu















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

Reply via email to