[QGIS-trac] Re: [Quantum GIS] #3646: GRASS toolbox: error removing vectors from a mapset under Windows

Quantum GIS qgis at qgis.org
Sun Mar 27 11:23:33 EDT 2011


#3646: GRASS toolbox: error removing vectors from a mapset under Windows
------------------------------------------------+---------------------------
   Reporter:  lutra                             |              Owner:  rblazek      
       Type:  bug                               |             Status:  new          
   Priority:  major: does not work as expected  |          Milestone:  Version 1.7.0
  Component:  GRASS                             |            Version:  1.6.0        
   Keywords:                                    |   Platform_version:               
   Platform:  Windows                           |           Must_fix:  Yes          
Status_info:  0                                 |  
------------------------------------------------+---------------------------

Comment(by hellik):

 Replying to [comment:1 lutra]:
 > it fails also from the GRASS command line
 >
 >
 >
 > {{{
 > C:\>g.remove vect=regio
 >
 > GRASS_INFO_MESSAGE(3228,1): Removing vector <regio>
 > GRASS_INFO_END(3228,1)
 >
 > GRASS_INFO_WARNING(3228,2): Unable to delete file
 'C:/Users/gio/GRASS/teste1/teste1/vector/regio/hist'
 > GRASS_INFO_END(3228,2)
 >
 > GRASS_INFO_WARNING(3228,3): couldn't be removed
 > GRASS_INFO_END(3228,3)
 >
 > GRASS_INFO_WARNING(3228,4): <regio> nothing removed
 > GRASS_INFO_END(3228,4)
 > }}}

 it's maybe a problem in wingrass itself and not in the grass-plugin.

 see http://trac.osgeo.org/grass/ticket/1158

 in an actual nightly wingrass65-build I have to delete the same vector
 twice

 {{{
 g.remove vect=mygeol at g65
 Removing vector <mygeol at g65>
 Kann Datei 'C:\gisdata\grassdata/nc_spm_08/g65/vector/mygeol/hist' nicht
 löschen.
 couldn't be removed
 <mygeol> nothing removed
 (Sun Mar 27 16:58:58 2011) Command finished (0 sec)
 (Sun Mar 27 16:59:03 2011)
 g.remove vect=mygeol at g65
 Removing vector <mygeol at g65>
 (Sun Mar 27 16:59:03 2011) Command finished (0 sec)
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/qgis/ticket/3646#comment:5>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats


More information about the QGIS-trac mailing list