[GRASS-user] g.extension -

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)

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/g-extension-tp5101045.html
Sent from the Grass - Users mailing list archive at Nabble.com.

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?

Markus

The 64 bit version of grass70-dev is installed, but not the i386 version (see no reason, as the rest of the install is 64 bit).

caumann@ubuntu:~$ dpkg --get-selections | grep “grass”
grass deinstall
grass70-core install
grass70-dev install
grass70-dev-doc install
grass70-doc install
grass70-gui install

···

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?

Markus

On Thu, Jan 30, 2014 at 8:15 PM, Craig Aumann <craigaumann@gmail.com> wrote:

The 64 bit version of grass70-dev is installed, but not the i386 version
(see no reason, as the rest of the install is 64 bit).

caumann@ubuntu:~$ dpkg --get-selections | grep "grass"
grass deinstall
grass70-core install
grass70-dev install
grass70-dev-doc install
grass70-doc install
grass70-gui install

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?

Markus

_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Here is what I am seeing:

GRASS 7.0.svn (newLocation):~/Desktop > g.version -rge
version=7.0.svn
date=2013
revision=
build_date=2013-12-11
Segmentation fault (core dumped)
GRASS 7.0.svn (newLocation):~/Desktop >

It segmentation faults on even this simple command…

···

On Thu, Jan 30, 2014 at 8:12 PM, wenzeslaus [via OSGeo.org] <[hidden email]> wrote:


grass-user mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-user


If you reply to this email, your message will be added to the discussion below:

http://osgeo-org.1560.x6.nabble.com/g-extension-tp5101045p5101073.html

To unsubscribe from g.extension -, click here.
NAML

On Thu, Jan 30, 2014 at 8:15 PM, Craig Aumann <[hidden email]> wrote:

The 64 bit version of grass70-dev is installed, but not the i386 version (see no reason, as the rest of the install is 64 bit).

caumann@ubuntu:~$ dpkg --get-selections | grep “grass”
grass deinstall
grass70-core install
grass70-dev install
grass70-dev-doc install
grass70-doc install
grass70-gui install

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


grass-user mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-user

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?

Markus

On Fri, Jan 31, 2014 at 1:57 AM, caumann <craigaumann@gmail.com> wrote:

Here is what I am seeing:

GRASS 7.0.svn (newLocation):~/Desktop > g.version -rge
version=7.0.svn
date=2013
revision=
build_date=2013-12-11
Segmentation fault (core dumped)
GRASS 7.0.svn (newLocation):~/Desktop >

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?

http://trac.osgeo.org/grass/changeset/58452
http://trac.osgeo.org/grass/changeset/58417
http://lists.osgeo.org/pipermail//grass-user/2013-October/069088.html
http://lists.osgeo.org/pipermail/grass-dev/2013-June/064529.html

On Thu, Jan 30, 2014 at 8:12 PM, wenzeslaus [via OSGeo.org] <[hidden
email] <http://user/SendEmail.jtp?type=node&node=5101092&i=0&gt;&gt; wrote:

On Thu, Jan 30, 2014 at 8:15 PM, Craig Aumann <[hidden email]<http://user/SendEmail.jtp?type=node&node=5101073&i=0&gt;
> wrote:

The 64 bit version of grass70-dev is installed, but not the i386 version
(see no reason, as the rest of the install is 64 bit).

caumann@ubuntu:~$ dpkg --get-selections | grep "grass"
grass deinstall
grass70-core install
grass70-dev install
grass70-dev-doc install
grass70-doc install
grass70-gui install

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 <[hidden email]<http://user/SendEmail.jtp?type=node&node=5101073&i=1&gt;
> wrote:

On Thu, Jan 30, 2014 at 11:30 PM, caumann <[hidden email]<http://user/SendEmail.jtp?type=node&node=5101073&i=2&gt;&gt;

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?

Markus

_______________________________________________
grass-user mailing list
[hidden email] <http://user/SendEmail.jtp?type=node&node=5101073&i=3&gt;
http://lists.osgeo.org/mailman/listinfo/grass-user

_______________________________________________
grass-user mailing list
[hidden email] <http://user/SendEmail.jtp?type=node&node=5101073&i=4&gt;
http://lists.osgeo.org/mailman/listinfo/grass-user

------------------------------
If you reply to this email, your message will be added to the
discussion below:
http://osgeo-org.1560.x6.nabble.com/g-extension-tp5101045p5101073.html
To unsubscribe from g.extension -, click here.
NAML<http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html!nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers!nabble%3Aemail.naml-instant_emails!nabble%3Aemail.naml-send_instant_email!nabble%3Aemail.naml&gt;

------------------------------
View this message in context: Re: g.extension -<http://osgeo-org.1560.x6.nabble.com/g-extension-tp5101045p5101092.html&gt;

Sent from the Grass - Users mailing list archive<http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html&gt;at Nabble.com.

_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user