[GRASS-dev] Re: [GRASS GIS] #961: WinGRASS-6.4.0SVN-r40852-1 installs GRASS, but it doesn't run

GRASS GIS trac at osgeo.org
Sat Mar 20 04:54:23 EDT 2010


#961: WinGRASS-6.4.0SVN-r40852-1 installs GRASS, but it doesn't run
---------------------------+------------------------------------------------
  Reporter:  stoyan        |       Owner:  stoyan                   
      Type:  task          |      Status:  assigned                 
  Priority:  normal        |   Milestone:  6.4.0                    
 Component:  Installation  |     Version:  6.4.0 RCs                
Resolution:                |    Keywords:  winGRASS, problems, start
  Platform:  MSWindows XP  |         Cpu:  Unspecified              
---------------------------+------------------------------------------------
Comment (by hellik):

 Replying to [comment:10 stoyan]:
 > Yes I installed the latest installer in C;\Program Files\GRASS-64-SVN
 and saw all of the listed files and folders. But there is another
 interesting thing. The last rows of the install window were:

 these are the relevant lines in the installer script:

 > "Create folder: C:\Program Files\GRASS-64-SVN\msys\home

 (http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/mswindows/
 GRASS-Installer.nsi#L703)

 {{{
 CreateDirectory $INSTALL_DIR\msys\home
 }}}

 > Create folder: C:\Program Files\GRASS-64-SVN\msys\home\C\Documents and
 Settings\Stoyan

 (http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/mswindows/
 GRASS-Installer.nsi#L704)

 {{{
 $INSTALL_DIR\msys\home\$USERNAME
 }}}

 > Create folder: C:\Program Files\GRASS-64-SVN\msys\grass

 (http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/mswindows/
 GRASS-Installer.nsi#L770)

 {{{
 CreateDirectory $INSTALL_DIR\msys\grass
 }}}

 > Copy to C:\Program Fies\GRASS-64-SVN\msys\home\C:\Documents and
 Settings\Stoyan
 > Copy failed
 > Completed"

 (http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/mswindows/
 GRASS-Installer.nsi#L801)

 {{{
 CopyFiles $PROFILE\.grassrc6 $INSTALL_DIR\msys\home\$USERNAME
 }}}

 very interesting:

 "Copy to C:\Program Fies\GRASS-64-SVN\msys\home'''\C:\Documents and
 Settings\Stoyan'''"

 this should be

 "Copy to C:\Program Fies\GRASS-64-SVN\msys\home\Stoyan"

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/961#comment:11>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list