[GRASS-dev] [GRASS GIS] #595: WinGRASS g.version -c fails

GRASS GIS trac at osgeo.org
Mon May 11 02:59:18 EDT 2009


#595: WinGRASS g.version -c fails
--------------------------+-------------------------------------------------
 Reporter:  hamish        |       Owner:  grass-dev at lists.osgeo.org
     Type:  defect        |      Status:  new                      
 Priority:  critical      |   Milestone:  6.4.0                    
Component:  License       |     Version:  6.4.0 RCs                
 Keywords:  wingrass gpl  |    Platform:  MSWindows XP             
      Cpu:  x86-32        |  
--------------------------+-------------------------------------------------
 Hi,

 if you try 'g.version -c' to print the COPYING file it doesn't because the
 $GISBASE/etc/VERSION file is empty.

 Apparently the g.version/Makefile sed magic is failing:

 {{{
 COPYING:
         cat ./../../COPYING | sed -f sed.script | tr -d '\012' >
 $(GRASS_VERSION_FILE)
 }}}

 sed.script contains:
 {{{
 s/.*$/&\\n/g
 }}}


 Hamish

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/595>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list