<div dir="ltr">Hi,<div><br></div><div>I send this directly to the dev list as I think this is the appropriate list for this problem:</div><div><br></div><div>Yesterday I already posted (GRASS-user list) that I get an error (using GRASS 7svn) when I tried to launch r.stream.basins which has been installed via g.extension (Unable to fetch interface description....GRASS_INFO_ERROR(17663,1):Incompatible library version for module...). So I worked on this a little bit more on this and want to share what I've discovered so far:</div>
<div><br></div><div>1) Other add-ons (I installed r.area and r.basins via g.extension from the GUI menu) work</div><div>2) r.stream.order, r.stream.basins and probably more of this family don't work when installed via g.extension</div>
<div>3) So I tried to compile r.stream.basins with the source code of GRASS 7 (I put the module under the directory /raster and modified the makefile). This attempt works (I could use that as workaround), so it seems r.stream.basins itself is okay but there is an issue in combination with g.extension (although other add-ons work via this way of installation)</div>
<div>4) Another small bug I found is related to the uninstallation of add-ons in general: During installation a file gets installed in home/radinger/.grass7/addons/docs/man/man1/r.stream.basins.1</div><div>however the uninstaller points to a wrong path of the file: home/radinger/.grass7/addons/man/man1/r.stream.basins.1 (NOTE: missing /docs/ subdir in path). So the file doesn't get deleted. Probably just a minor bug.</div>
<div><br></div><div>So for the meanwhile I can use the workaround with compiling r.stream.* directly with the source for G7, however maybe other users in future are also interested in using these add-ons and will face similar problems I did.</div>
<div><br></div><div>best regards,</div><div>Johannes</div></div>