Changes between Initial Version and Version 1 of Ticket #2598
- Timestamp:
- 02/25/15 12:10:07 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2598
- Property Milestone → 7.0.1
-
Ticket #2598 – Description
initial v1 3 3 running g.extension (from gui or from command line) gives: 4 4 5 {{{ 5 6 --snip-- 6 7 g.extension extension=r.damflood svnurl=http://svn.osgeo.org/grass/grass-addons/grass7 … … 14 15 ERROR: Compilation failed, sorry. Please check above error messages. 15 16 --snip-- 17 }}} 16 18 17 19 where 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. … … 19 21 I 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: 20 22 23 {{{ 21 24 --snip-- 22 25 /usr/local/grass6.4.4svn-x86_64-unknown-linux-gnu- … … 26 29 10m/PERMANENT/.tmp/localhost.localdomain/7565.0/r.flip/bin' 27 30 --snip-- 31 }}} 28 32 29 33 as an apparent work-around, which allowed addons to be installed into $HOME/.grass6/addons directory.