#3461: STVDS and libgis error on OS X
-----------------------------+-------------------------
Reporter: mankoff | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: LibGIS | Version: 7.2.2
Keywords: temporal, stvds | CPU: OSX/Intel
Platform: MacOSX |
-----------------------------+-------------------------
I'm able to create STRDS on OS X, but STVDS aren't working. Following the
example here: https://grasswiki.osgeo.org/wiki/Temporal_data_processing/seasonal_aggregation
the `t.register` command fails, with the following error:
{{{
> t.register type=vector input=points file=seasonal_points.txt
Gathering map information...
WARNING:root:Needed to restart the libgis server, caller: Server check
thread
ERROR: Exception raised: [Errno 9] Bad file descriptor Message:
read_vector_info
}}}
This occurs on OS X with GRASS 7.2 installed via Fink or MacPorts. It does
not happen on Linux, leading me to believe this is an OS X specific bug.
#3461: STVDS and libgis error on OS X
------------------------+-----------------------------
Reporter: mankoff | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: LibGIS | Version: 7.2.2
Resolution: | Keywords: temporal, stvds
CPU: OSX/Intel | Platform: MacOSX
------------------------+-----------------------------
Comment (by mankoff):
Unfortunately I do not think I can do this. I have the GRASS source source
code from subversion on a Linux VM and I can compile and build there. I do
this for testing and because I hope to start contributing patches, not
just bug reports. But I do not know how to set up a test environment on OS
X, because the GRASS source does not properly build on OS X AFAIK. I am
aware of the patches and etc. that MacPorts/Fink/HomeBrew use to get it to
install, but I'm not familiar enough with those environments to step into
them and run the test commands you link to above.