[GRASS-dev] [GRASS GIS] #2597: v.surf.bspline fails on windows

#2597: v.surf.bspline fails on windows
--------------------------------------+-------------------------------------
Reporter: martinl | Owner: grass-dev@…
     Type: defect | Status: new
Priority: major | Milestone: 7.0.1
Component: Raster | Version: svn-releasebranch70
Keywords: v.surf.bspline, wingrass | Platform: MSWindows 2K
      Cpu: Unspecified |
--------------------------------------+-------------------------------------
{{{
g.region rast=elevation res=100
v.random out=points n=1000 -z zmax=100
v.surf.bspline in=points raster_o=surf ns=100 ew=100
}}}

fails with

{{{
WARNING: Unable to rename null file
'C:\Users\landa\Documents\grassdata/North_Carolina/user1/.tmp/unknown/15340.1'
to
'C:\Users\landa\Documents\grassdata/North_Carolina/user1/cell_misc/surf/null':
Permission denied
WARNING: Unable to rename cell file
'C:\Users\landa\Documents\grassdata/North_Carolina/user1/.tmp/unknown/15340.0'
to 'C:\Users\landa\Documents\grassdata/North_Carolina/user1/fcell/surf':
Permission denied
WARNING: Unable to write quant rules: raster map <surf> is integer
}}}

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2597&gt;
GRASS GIS <http://grass.osgeo.org>

#2597: v.surf.bspline fails on windows
---------------------------+------------------------------------------------
  Reporter: martinl | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: major | Milestone: 7.0.1
Component: Raster | Version: svn-releasebranch70
Resolution: duplicate | Keywords: v.surf.bspline, wingrass
  Platform: MSWindows 2K | Cpu: Unspecified
---------------------------+------------------------------------------------
Changes (by annakrat):

  * status: new => closed
  * resolution: => duplicate

Comment:

Duplicate of #2434. I will add the example there.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2597#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>