I updated a number of extensions, all which installed successfully. However, for four (g.cloud, r.mcda.roughset, r.futures, v.area.stats) I got some error messages. Not sure they are relevant, but though I might as well report them. I am running GRASS dev (rev 65027) on Linux (Ubuntu 14.04).
g.cloud
g.extension extension=g.cloud operation=add
WARNING: Extension <g.cloud> already installed. Re-installing…
Fetching <g.cloud> from GRASS-Addons SVN repository (be patient)…
Compiling…
Makefile:16: warning: overriding commands for target
/tmp/tmpIdTTFc/g.cloud/etc/g.cloud' /usr/local/grass7/grass-7.1.svn/include/Make/ScriptRules.mak e:19: warning: ignoring old commands for target
/tmp/tmpIdTTFc/g.cloud/etc/g.cloud’
Installing…
Makefile:16: warning: overriding commands for target
/tmp/tmpIdTTFc/g.cloud/etc/g.cloud' /usr/local/grass7/grass-7.1.svn/include/Make/ScriptRules.mak e:19: warning: ignoring old commands for target
/tmp/tmpIdTTFc/g.cloud/etc/g.cloud’
Updating addons metadata file…
Installation of <g.cloud> successfully finished
r.mcda.roughset
g.extension extension=r.mcda.roughset operation=add
WARNING: Extension <r.mcda.roughset> already installed. Re-installing…
Fetching <r.mcda.roughset> from GRASS-Addons SVN repository (be patient)…
Compiling…
WARNING: BUG in option name, ‘outputMap’ is not valid
WARNING: BUG in option name, ‘outputTxt’ is not valid
Installing…
Updating addons metadata file…
Installation of <r.mcda.roughset> successfully finished
r.futures
g.extension extension=r.futures operation=add
WARNING: Extension <r.futures> already installed. Re-installing…
Fetching <r.futures> from GRASS-Addons SVN repository (be patient)…
Compiling…
main.cpp: In function ‘int main(int, char**)’:
main.cpp:2512:67: warning: suggest parentheses around
assignment used as truth value [-Wparentheses]
if (pPtr =
strchr(inBuff, ‘,’)) {
^
main.cpp: In function ‘void
findAndSortProbsAll(t_Landscape*, t_Params*, int)’:
main.cpp:2663:55: warning: comparison between signed and
unsigned integer expressions [-Wsign-compare]
pLandscape->asUndevs[id].size())
^
main.cpp: In function ‘int readData(t_Landscape*,
t_Params*)’:
main.cpp:639:71: warning: ‘iVal’ may be used
uninitialized in this function [-Wmaybe-uninitialized]
pLandscape->asCells[i].bUndeveloped = iVal;
^
main.cpp:689:52: warning: ‘y’ may be used uninitialized
in this function [-Wmaybe-uninitialized]
G_message(_(“x=%d y=%d”), x, y);
^
main.cpp: In function ‘int main(int, char**)’:
main.cpp:2426:21: warning: ‘seed_value’ may be used
uninitialized in this function [-Wmaybe-uninitialized]
srand(seed_value);
^
Installing…
Updating addons metadata file…
Installation of <r.futures> successfully finished
v.area.stats
g.extension extension=v.area.stats operation=add
WARNING: Extension <v.area.stats> already installed. Re-installing…
Fetching <v.area.stats> from GRASS-Addons SVN repository (be patient)…
Compiling…
export.c: In function ‘export2csv’:
export.c:97:4: warning: format not a string literal and no
format arguments [-Wformat-security]
printf(buf);
^
Installing…
Updating addons metadata file…
Installation of <v.area.stats> successfully finished