Changes between Initial Version and Version 1 of Ticket #2598


Ignore:
Timestamp:
Feb 25, 2015, 12:10:07 PM (9 years ago)
Author:
martinl
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2598

    • Property Milestone7.0.1
  • Ticket #2598 – Description

    initial v1  
    33running g.extension (from gui or from command line) gives:
    44
     5{{{
    56--snip--
    67g.extension extension=r.damflood svnurl=http://svn.osgeo.org/grass/grass-addons/grass7
     
    1415ERROR: Compilation failed, sorry. Please check above error messages.
    1516--snip--
     17}}}
    1618
    1719where g.extension appears to be wanting to write temporary files while compiling (and installing?) to a directory with root privileges, instead of at $HOME/.grass7/addons which based on manual pages should be the default local directory if "s" flag is not set.
     
    1921I have had same problem with various GRASS-6 versions (where I simply stopped trying to install addons), except for GRASS-6.4.4svn-x86_64-02-11-2013, where g.extension works but with messages like:
    2022
     23{{{
    2124--snip--
    2225/usr/local/grass6.4.4svn-x86_64-unknown-linux-gnu-
     
    262910m/PERMANENT/.tmp/localhost.localdomain/7565.0/r.flip/bin'
    2730--snip--
     31}}}
    2832
    2933as an apparent work-around, which allowed addons to be installed into $HOME/.grass6/addons directory.