<div dir="ltr"><br><div>Hello community,</div><div><br></div><div>I've been running a new addon that I wrote and added in my local folder of available add-ons, working in Ubuntu 64bit and compiling Grass from the current release version (7.0.x).</div><div><br></div><div>Then decided to compile the trunk version, so when I got into Grass 73 I started having problems, namely g.extensions can't see my local list of available addons (not installed, just available).</div><div>Basically I followed the intructions in the link [^] and repeated the steps  made with the release version (under the supervision of LucaDelu).</div><div><br></div><div>Eventually I decided that there were too many Grass versions installed in my laptop (64 with package, 70 with release, 73 with svn) and thought that could make problems, so after some struggle with the pc I decided to get completely rid of Grass with the idea of reinstalling after a clean-up, and removed any version from my pc following the instructions here [*].</div><div><br></div><div>After svn up, recompiling etc now the message I get from terminal when running grass (64, 70 or 73, no matter what) is the following:</div><div><br></div><div><div>anna@anna-ubuntu:~$ grass73</div><div>Cleaning up temporary files...</div><div>Traceback (most recent call last):</div><div>  File "/usr/local/bin/grass73", line 1971, in <module></div><div>    main()</div><div>  File "/usr/local/bin/grass73", line 1852, in main</div><div>    clean_temp()</div><div>  File "/usr/local/bin/grass73", line 1591, in clean_temp</div><div>    call([gpath("etc", "clean_temp")], stdout=nul)</div><div>  File "/usr/local/bin/grass73", line 245, in call</div><div>    return subprocess.call(cmd, **kwargs)</div><div>  File "/usr/lib/python2.7/subprocess.py", line 522, in call</div><div>    return Popen(*popenargs, **kwargs).wait()</div><div>  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__</div><div>    errread, errwrite)</div><div>  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child</div><div>    raise child_exception</div><div>OSError: [Errno 2] No such file or directory</div></div><div><br></div><div>not much fun, from bad to worse :)</div><div>Can someone help me to find how to solve this?</div><div>And maybe to run my new addon?</div><div><br></div><div>Thanks!</div><div>Anna-without-Grass</div><div><br></div><div><br></div><div><div style="font-size:12.8px">[^]</div><div style="font-size:12.8px"><a href="https://grasswiki.osgeo.org/">https://grasswiki.osgeo.org/</a><wbr>wiki/Compile_and_Install#<wbr>Addons</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">[*]</div><div><span style="font-size:12.8px"><a href="https://grasswiki.osgeo.org/wiki/Compile_and_Install_Ubuntu#Removal_of_GRASS">https://grasswiki.osgeo.org/wiki/Compile_and_Install_Ubuntu#Removal_of_GRASS</a></span><br></div></div>