<div dir="ltr">Hi all,<div><br></div><div>I want to install G7 and G6.4.3 as well as several add-ons on a freshly installed Xubuntu (12.04) machine (Virtualbox) for testing purposes. Therefore I run following commands after Xubuntu installation and update of the system:</div>
<div><br></div><div><div>sudo add-apt-repository ppa:grass/grass-devel</div><div>sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable</div><div>sudo apt-get update</div><div>sudo apt-get install grass643 grass70 grass-gui grass70-gui</div>
</div><div><br></div><div>However after successful installation I run into following two problems:</div><div><br></div><div>1) When I try to launch G7-gui (e.g. with standard NC example dataset) I get following error:</div>
<div><br></div><div><div>Launching <wxpython> GUI in the background, please wait...</div><div>GRASS 7.0.svn (nc_basic_spm_grass7):~ > Traceback (most recent call last):</div><div>  File "/usr/lib/grass70/etc/gui/wxpython/wxgui.py", line 143, in <module></div>
<div>    sys.exit(main())</div><div>  File "/usr/lib/grass70/etc/gui/wxpython/wxgui.py", line 136, in main</div><div>    app = GMApp(workspaceFile)</div><div>  File "/usr/lib/grass70/etc/gui/wxpython/wxgui.py", line 50, in __init__</div>
<div>    wx.App.__init__(self, False)</div><div>  File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7981, in __init__</div><div>    self._BootstrapApp()</div><div>  File "/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7555, in _BootstrapApp</div>
<div>    return _core_.PyApp__BootstrapApp(*args, **kwargs)</div><div>  File "/usr/lib/grass70/etc/gui/wxpython/wxgui.py", line 84, in OnInit</div><div>    workspace = self.workspaceFile)</div><div>  File "/usr/lib/grass70/etc/gui/wxpython/lmgr/frame.py", line 108, in __init__</div>
<div>    self._menuTreeBuilder = LayerManagerMenuData()</div><div>  File "/usr/lib/grass70/etc/gui/wxpython/lmgr/menudata.py", line 40, in __init__</div><div>    MenuTreeModelBuilder.__init__(self, filename, expandAddons=expandAddons)</div>
<div>  File "/usr/lib/grass70/etc/gui/wxpython/core/menutree.py", line 69, in __init__</div><div>    xmlTree = etree.parse(filename)</div><div>  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1183, in parse</div>
<div>    tree.parse(source, parser)</div><div>  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 657, in parse</div><div>    self._root = parser.close()</div><div>  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1655, in close</div>
<div>    self._raiseerror(v)</div><div>  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1507, in _raiseerror</div><div>    raise err</div><div>xml.etree.ElementTree.ParseError: no element found: line 1, column 0</div>
</div><div><br></div><div>2) G6.4.3. and its gui can be properly launched (no problems like mentioned in point 1). So here I tried to install add.ons. There I ran g.extension from the grass terminal but face following problem:</div>
<div><br></div><div><div><br></div><div>GRASS 6.4.3 (gisdemo_ncspm):~ > g.extension extension=r.stream.order</div><div><br></div><div>Fetching <r.stream.order> from GRASS-Addons SVN (be patient)...</div><div>WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-U4bRKD/pkcs11: No such file or directory</div>
<div>A    r.stream.order/main.c</div><div>A    r.stream.order/description.html</div><div>A    r.stream.order/global.h</div><div>A    r.stream.order/io.c</div><div>A    r.stream.order/r_stream_order_orders.png</div><div>A    r.stream.order/order.c</div>
<div>A    r.stream.order/Makefile</div><div> U   r.stream.order</div><div>Checked out revision 57991.</div><div>Compiling <r.stream.order>...</div><div>Makefile:12: /usr/lib/grass64/include/Make/Module.make: No such file or directory</div>
<div>make: *** No rule to make target `/usr/lib/grass64/include/Make/Module.make'.  Stop.</div><div>ERROR: Compilation failed, sorry. Please check above error messages.</div></div><div><br></div><div><br></div><div>So does anyone have an idea what may cause the problems. I don't think that the problems are related nor are they caused by my Xubuntu-Virtualbox setup. Do I miss any modules/packages/software that I need to install prior to grass? Or do I need to use different ppas for installing grass? Any help is of course mostly welcome!</div>
<div><br></div><div>Best regards,</div><div>Johannes</div></div>