[GRASS-dev] Re: [GRASS GIS] #1139: v.report has a problem (only via OSGEO4W package)

GRASS GIS trac at osgeo.org
Mon Jan 30 05:12:22 EST 2012


#1139: v.report has a problem (only via OSGEO4W package)
-----------------------------------------+----------------------------------
 Reporter:  naokiueda                    |       Owner:  grass-dev@…              
     Type:  defect                       |      Status:  new                      
 Priority:  critical                     |   Milestone:  6.4.2                    
Component:  Vector                       |     Version:  6.4.2 RCs                
 Keywords:  wingrass, v.report, osgeo4w  |    Platform:  MSWindows Vista          
      Cpu:  x86-32                       |  
-----------------------------------------+----------------------------------

Comment(by hamish):

 Apparently the '#!/bin/sh -x' has no effect here. Could you add the "set
 -x" somewhere near the start of the script?

 could you try running this command from the osgeo4w terminal prompt:
 {{{
 v.db.select -c geology | sort -n -t'|' -k 1 | head
 }}}

 I suspect the problem is DOS's sort.exe is being used by osgeo4w instead
 of msys's version of sort.exe, as seen in #1553. (what does `which sort`
 at the msys prompt say? /bin/sort.exe?)


 Hamish

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/1139#comment:13>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list