#2689: handling nulls warning on Windows
------------------------------+-------------------------
Reporter: annakrat | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.1
Component: LibRaster | Version: svn-trunk
Keywords: nulls, rendering | CPU: Unspecified
Platform: MSWindows 8 |
------------------------------+-------------------------
Simple example:
{{{
r.mapcalc "test = null()"
}}}
produces:
{{{
WARNING: Unable to rename file
<C:\Users\akratoc\grassdata/nc_spm_08_grass7/user1/.tmp/unknown/8048.1> to
<C:\Users\akratoc\grassdata/nc_spm_08_grass7/user1/cell_misc/test/null>:
Permission denied
}}}
but then when I check the directory, the null file is there. I am getting
rendering error, that it didn't find PPM file, but only when running
mapcalc from the mapcalc gui when it tries to add the result to the layer
manager.
Tested with trunk on Windows 8, revision r65361 (4 days ago).
#2689: handling nulls warning on Windows
--------------------------+------------------------------
Reporter: annakrat | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.1
Component: LibRaster | Version: svn-trunk
Resolution: | Keywords: nulls, rendering
CPU: Unspecified | Platform: MSWindows 8
--------------------------+------------------------------
Comment (by hellik):
Replying to [ticket:2689 annakrat]:
> Simple example:
>
> {{{
> r.mapcalc "test = null()"
> }}}
>
> produces:
> {{{
> WARNING: Unable to rename file
<C:\Users\akratoc\grassdata/nc_spm_08_grass7/user1/.tmp/unknown/8048.1> to
<C:\Users\akratoc\grassdata/nc_spm_08_grass7/user1/cell_misc/test/null>:
Permission denied
> }}}
>
> but then when I check the directory, the null file is there. I am
getting rendering error, that it didn't find PPM file, but only when
running mapcalc from the mapcalc gui when it tries to add the result to
the layer manager.