So I'm trying to install r.geomorphon from within g.extension in Grass 7.0 on
Ubuntu 12.04 LTS. I'm getting an error within g.extension (see below) about
not finding the "grass version". Mine is a binary installation of Grass
7.0. Am I missing some package? ???
thanks!
Craig
(Thu Jan 30 15:24:36 2014)
g.extension extension=r.geomorphon operation=add
Traceback (most recent call last):
File "/usr/lib/grass70/scripts/g.extension", line 1080, in
<module>
version = grass.version()['version'].split('.')
KeyError: 'version'
(Thu Jan 30 15:24:37 2014) Command finished (0 sec)
On Thu, Jan 30, 2014 at 11:30 PM, caumann <craigaumann@gmail.com> wrote:
So I'm trying to install r.geomorphon from within g.extension in Grass 7.0 on
Ubuntu 12.04 LTS. I'm getting an error within g.extension (see below) about
not finding the "grass version". Mine is a binary installation of Grass
7.0. Am I missing some package? ???
Probably yes: grass70-devel (don't know the exact package name) - it
is installed?
So I’m trying to install r.geomorphon from within g.extension in Grass 7.0 on
Ubuntu 12.04 LTS. I’m getting an error within g.extension (see below) about
not finding the “grass version”. Mine is a binary installation of Grass
7.0. Am I missing some package? ???
Probably yes: grass70-devel (don’t know the exact package name) - it
is installed?
Hi, I cannot say anything about packages, I remember some problems with
g.version. But anyway, can you please run the following command?
g.version -rge
This might tell us what is happening inside of grass.version()['version'].
split('.').
Thanks,
Vaclav
On Thu, Jan 30, 2014 at 5:12 PM, Markus Neteler <neteler@osgeo.org> wrote:
On Thu, Jan 30, 2014 at 11:30 PM, caumann <craigaumann@gmail.com> wrote:
> So I'm trying to install r.geomorphon from within g.extension in Grass
7.0 on
> Ubuntu 12.04 LTS. I'm getting an error within g.extension (see below)
about
> not finding the "grass version". Mine is a binary installation of
Grass
> 7.0. Am I missing some package? ???
Probably yes: grass70-devel (don't know the exact package name) - it
is installed?
On Thu, Jan 30, 2014 at 5:12 PM, Markus Neteler <[hidden email]> wrote:
On Thu, Jan 30, 2014 at 11:30 PM, caumann <[hidden email]> wrote:
So I’m trying to install r.geomorphon from within g.extension in Grass 7.0 on
Ubuntu 12.04 LTS. I’m getting an error within g.extension (see below) about
not finding the “grass version”. Mine is a binary installation of Grass
7.0. Am I missing some package? ???
Probably yes: grass70-devel (don’t know the exact package name) - it
is installed?
It segmentation faults on even this simple command...
Yes, it is funny. But it should actually limited just to g.version.
Craig, the workaround is compile GRASS yourself. Maybe, it's time to report
this g.version seg fault as bug. I cannot tell you more now but perhaps
other can.
Does somebody know if this be related to r58417 which was fixed in r58452
and discussed in [GRASS-user] grass70 problem with gui or to [GRASS-dev]
grass70 build error on Ubuntu raring?
wrote:
> So I'm trying to install r.geomorphon from within g.extension in
Grass 7.0 on
> Ubuntu 12.04 LTS. I'm getting an error within g.extension (see
below) about
> not finding the "grass version". Mine is a binary installation of
Grass
> 7.0. Am I missing some package? ???
Probably yes: grass70-devel (don't know the exact package name) - it
is installed?