<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Now I see there are not simple instructions how to install binary
snapshot in the directory itself, so if you are not familiar with
it, just download
grass-7.4.5svn-x86_64-pc-linux-gnu-18_02_2019-install.sh and
grass-7.4.5svn-x86_64-pc-linux-gnu-18_02_2019.tar.gz (or similar
files if the grass version or build date is updated) and run on
the terminal:</p>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">cd <download directory><br>
</div>
<div class="moz-cite-prefix">sudo sh
grass-7.4.5svn-x86_64-pc-linux-gnu-18_02_2019-install.sh
grass-7.4.5svn-x86_64-pc-linux-gnu-18_02_2019.tar.gz</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Replace <download directory> with
the path to directory, where you downloaded the files. This is
system-wide installation to /usr/local</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">And now: I tried this (although the
single user variant) and after successful installation I got this
after selecting existing grass mapset in the GUI dialog:</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix"> / ____/ __ \/ | / ___/
___/ / ____/ _/ ___/<br>
/ / __/ /_/ / /| | \__ \\_ \ / / __ / / \__ \<br>
/ /_/ / _, _/ ___ |___/ /__/ / / /_/ // / ___/ /<br>
\____/_/ |_/_/ |_/____/____/ \____/___//____/<br>
<br>
Welcome to GRASS GIS 7.4.5svn (r74079)<br>
GRASS GIS homepage: <a class="moz-txt-link-freetext" href="https://grass.osgeo.org">https://grass.osgeo.org</a><br>
This version running through: Bash Shell (/bin/bash)<br>
Help is available with the command: g.manual -i<br>
See the licence terms with: g.version -c<br>
See citation options with: g.version -x<br>
If required, restart the GUI with: g.gui wxpython<br>
When ready to quit enter: exit<br>
<br>
Launching <wxpython> GUI in the background, please wait...<br>
GRASS 7.4.5svn (utm33n):~ > g.list: error while loading shared
libraries: libproj.so.0: cannot open shared object file: No such
file or directory<br>
Traceback (most recent call last):<br>
File
"/home/tom/grass-7.4.5svn-x86_64-pc-linux-gnu-18_02_2019/gui/wxpython/wxgui.py",
line 167, in <module><br>
sys.exit(main())<br>
File
"/home/tom/grass-7.4.5svn-x86_64-pc-linux-gnu-18_02_2019/gui/wxpython/wxgui.py",
line 154, in main<br>
app = GMApp(workspaceFile)<br>
File
"/home/tom/grass-7.4.5svn-x86_64-pc-linux-gnu-18_02_2019/gui/wxpython/wxgui.py",
line 48, in __init__<br>
wx.App.__init__(self, False)<br>
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py",
line 8628, in __init__<br>
self._BootstrapApp()<br>
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py",
line 8196, in _BootstrapApp<br>
return _core_.PyApp__BootstrapApp(*args, **kwargs)<br>
File
"/home/tom/grass-7.4.5svn-x86_64-pc-linux-gnu-18_02_2019/gui/wxpython/wxgui.py",
line 101, in OnInit<br>
workspace=self.workspaceFile)<br>
File
"/home/tom/grass-7.4.5svn-x86_64-pc-linux-gnu-18_02_2019/gui/wxpython/lmgr/frame.py",
line 142, in __init__<br>
self.notebook = self._createNoteBook()<br>
File
"/home/tom/grass-7.4.5svn-x86_64-pc-linux-gnu-18_02_2019/gui/wxpython/lmgr/frame.py",
line 337, in _createNoteBook<br>
gcstyle=GC_PROMPT)<br>
File
"/home/tom/grass-7.4.5svn-x86_64-pc-linux-gnu-18_02_2019/gui/wxpython/gui_core/goutput.py",
line 118, in __init__<br>
self.cmdPrompt = GPromptSTC(parent=self,
menuModel=self._menuModel)<br>
File
"/home/tom/grass-7.4.5svn-x86_64-pc-linux-gnu-18_02_2019/gui/wxpython/gui_core/prompt.py",
line 139, in __init__<br>
GPrompt.__init__(self, parent=parent, menuModel=menuModel)<br>
File
"/home/tom/grass-7.4.5svn-x86_64-pc-linux-gnu-18_02_2019/gui/wxpython/gui_core/prompt.py",
line 57, in __init__<br>
self.mapList = self._getListOfMaps()<br>
File
"/home/tom/grass-7.4.5svn-x86_64-pc-linux-gnu-18_02_2019/gui/wxpython/gui_core/prompt.py",
line 101, in _getListOfMaps<br>
result['raster'] = grass.list_strings('raster')<br>
File
"/home/tom/grass-7.4.5svn-x86_64-pc-linux-gnu-18_02_2019/etc/python/grass/script/core.py",
line 1226, in list_strings<br>
mapset=mapset).splitlines():<br>
File
"/home/tom/grass-7.4.5svn-x86_64-pc-linux-gnu-18_02_2019/etc/python/grass/script/core.py",
line 476, in read_command<br>
return handle_errors(returncode, stdout, args, kwargs)<br>
File
"/home/tom/grass-7.4.5svn-x86_64-pc-linux-gnu-18_02_2019/etc/python/grass/script/core.py",
line 332, in handle_errors<br>
returncode=returncode)<br>
grass.exceptions.CalledModuleError: Module run None ['g.list',
'--q', '-m', 'type=raster'] ended with error<br>
Process ended with non-zero return code 127. See errors in the
(error) output.<br>
Error in atexit._run_exitfuncs:<br>
Traceback (most recent call last):<br>
File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs<br>
func(*targs, **kargs)<br>
PyAssertionError: C++ assertion "GetEventHandler() == this" failed
at ../src/common/wincmn.cpp(478) in ~wxWindowBase(): any pushed
event handlers must have been removed<br>
Error in sys.exitfunc:<br>
Traceback (most recent call last):<br>
File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs<br>
func(*targs, **kargs)<br>
wx._core.PyAssertionError: C++ assertion "GetEventHandler() ==
this" failed at ../src/common/wincmn.cpp(478) in ~wxWindowBase():
any pushed event handlers must have been removed</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Of course, grass gui did not start. On
this machine, grass 7.2 is installed amd running via the packaging
system (I'm on Debian stretch based SolydX distro), so evidently,
there are unmet dependencies of the binary snapshot and the fact,
that I have grass 7.2 from repos running is not enough because of
different versions of libraries required. Is this the type of
problem you face as well? I run older version of GRASS 7.4 on my
other machines, so I was a little surprised the installation did
not work out of the box as I expected... Sorry for recommending
simple solution before realizing it may not be as simple as I
thought. But maybe it can still work without these problems on
your distro.<br>
</div>
<div class="moz-cite-prefix">Tomas<br>
</div>
<br>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Dne 19. 02. 19 v 19:33 Tomáš Brunclík
napsal(a):<br>
</div>
<blockquote type="cite"
cite="mid:84faed60-a28f-59c6-2458-3ae2c38c5554@atlas.cz">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<div class="moz-cite-prefix">Hello, I do not know if you refer to
a method of installing an older .deb package, but in this case
it may be easier to install outside of the packaging system, for
example from a weekly binary snapshots (probably easier), or
from source. You can in the same time have the newer and
continually updated version from your apt sources alongside it,
thus having advantages of both versions at hand (good idea also
because of possible dependencies of the binary snapshot, which
should be met on your system if you have other version of grass
already installed). The binary snapshots can be installed to a
directory of your choice, system-wide probably under /usr/local,
or even only for one user under his own home directory. Version
which may be good for you is on <a
class="moz-txt-link-freetext"
href="https://grass.osgeo.org/grass74/binary/linux/snapshot/"
moz-do-not-send="true">https://grass.osgeo.org/grass74/binary/linux/snapshot/</a>,
together wit instructions how to install.</div>
<div class="moz-cite-prefix">Regards,</div>
<div class="moz-cite-prefix">Tomas<br>
</div>
<div class="moz-cite-prefix"><br>
</div>
<div class="moz-cite-prefix">Dne 19. 02. 19 v 17:59 Ulrich
Kriechbaum napsal(a):<br>
</div>
<blockquote type="cite"
cite="mid:trinity-d944dcee-1e73-43b0-9e04-7f56f144a1c2-1550595548478@3c-app-gmx-bs47">
<meta http-equiv="content-type" content="text/html;
charset=UTF-8">
<div style="font-family: Verdana;font-size: 12.0px;">
<div>Hello everyone!</div>
<div> </div>
<div>I unfortunately made an unknown mistake, crashing Grass
on my computer (Ubuntu 16.04). I now want to reinstall GRASS
and the module r.avaflow (which, i believe, only works with
GRASS 7.4). The problem is, i can only install GRASS 7.6,
even with the method stated on the GRASS homepage for GRASS
7.4.4 (old stable). Can anyone pls help??? I have already
tried quite some time but can't find a solution.</div>
<div> </div>
<div>Best regards</div>
<div>Ulli</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
grass-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:grass-user@lists.osgeo.org" moz-do-not-send="true">grass-user@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/grass-user" moz-do-not-send="true">https://lists.osgeo.org/mailman/listinfo/grass-user</a></pre>
</blockquote>
<p><br>
</p>
<pre class="moz-signature" cols="72">--
Tomáš Brunclík
fotky: <a class="moz-txt-link-freetext" href="http://tom44.portfoliobox.me/" moz-do-not-send="true">http://tom44.portfoliobox.me/</a>
mobil: (+420) 724 709 138
skype: tomas_brunclik, jabber: <a class="moz-txt-link-abbreviated" href="mailto:tomas_iv@jabber.cz" moz-do-not-send="true">tomas_iv@jabber.cz</a>
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
grass-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a></pre>
</blockquote>
<p><br>
</p>
<pre class="moz-signature" cols="72">--
Tomáš Brunclík
fotky: <a class="moz-txt-link-freetext" href="http://tom44.portfoliobox.me/">http://tom44.portfoliobox.me/</a>
mobil: (+420) 724 709 138
skype: tomas_brunclik, jabber: <a class="moz-txt-link-abbreviated" href="mailto:tomas_iv@jabber.cz">tomas_iv@jabber.cz</a>
</pre>
</body>
</html>