[GRASS-user] r.li.setup problem

Hi,
I have an error when I set the r.li.setup as a circular windows. I have this error:

child process exited abnormally
child process exited abnormally
while executing
"exec g.region -c | grep “region center easting:” | cut -f2 -d: | tr -d " “”
(procedure “circleMask” line 26)
invoked from within
“circleMask $number3 $maskname”
(procedure “saveWindow” line 31)
invoked from within
"saveWindow $sel $number1 $number2 $number3 $maskname .kWin "
invoked from within
“.kWin.button.save invoke”
(“uplevel” body line 1)
invoked from within
“uplevel #0 [list $w invoke]”
(procedure “tk::ButtonUp” line 22)
invoked from within
“tk::ButtonUp .kWin.button.save”
(command bound to event)

, with square window there are no problem, suggestions?

All the best

Sergio Vignali

Sergio Vignali

On Sat, Aug 16, 2014 at 7:57 PM, Sergio Vignali
<vignalisergio30@gmail.com> wrote:

Hi,
I have an error when I set the r.li.setup as a circular windows. I have this
error:

child process exited abnormally
child process exited abnormally
    while executing
"exec g.region -c | grep "region center easting:" | cut -f2 -d: | tr -d " ""
    (procedure "circleMask" line 26)

This issue has been fixed in r58999 about 6 months ago and published
in GRASS GIS 6.4.4:
http://trac.osgeo.org/grass/wiki/Release/6.4.4-News

"... a complete rewrite of the r.li suite..."

Please update to this new release.

Best
Markus

thank you Markus,
so I need to compile grass, because the precompiled version is the 6.3
Could you say me how to do that, please? because I never compiled program before now.

regards

···

2014-08-17 14:40 GMT+02:00 Markus Neteler <neteler@osgeo.org>:

On Sat, Aug 16, 2014 at 7:57 PM, Sergio Vignali
<vignalisergio30@gmail.com> wrote:

Hi,
I have an error when I set the r.li.setup as a circular windows. I have this
error:

child process exited abnormally
child process exited abnormally
while executing
"exec g.region -c | grep “region center easting:” | cut -f2 -d: | tr -d " “”
(procedure “circleMask” line 26)

This issue has been fixed in r58999 about 6 months ago and published
in GRASS GIS 6.4.4:
http://trac.osgeo.org/grass/wiki/Release/6.4.4-News

“… a complete rewrite of the r.li suite…”

Please update to this new release.

Best
Markus

Sergio Vignali

Sorry, I forgot, I’m an ubuntu user!

Sergio

···

2014-08-17 14:40 GMT+02:00 Markus Neteler <neteler@osgeo.org>:

On Sat, Aug 16, 2014 at 7:57 PM, Sergio Vignali
<vignalisergio30@gmail.com> wrote:

Hi,
I have an error when I set the r.li.setup as a circular windows. I have this
error:

child process exited abnormally
child process exited abnormally
while executing
"exec g.region -c | grep “region center easting:” | cut -f2 -d: | tr -d " “”
(procedure “circleMask” line 26)

This issue has been fixed in r58999 about 6 months ago and published
in GRASS GIS 6.4.4:
http://trac.osgeo.org/grass/wiki/Release/6.4.4-News

“… a complete rewrite of the r.li suite…”

Please update to this new release.

Best
Markus

Sergio Vignali

2014-08-17 17:19 GMT+02:00 Sergio Vignali <vignalisergio30@gmail.com>:

Sorry, I forgot, I'm an ubuntu user!

there are available precompiled packages of GRASS 6.4.4 for Ubuntu
[1], you don't need to compile anything on your own.

Martin

[1] https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable

--
Martin Landa * http://geo.fsv.cvut.cz/gwiki/Landa

Ok I have ubuntugis unstable in may sources list but if I run sudo apt-get install grass
no update happens, the version remain the 6.3

Sergio

···

2014-08-17 17:25 GMT+02:00 Martin Landa <landa.martin@gmail.com>:

2014-08-17 17:19 GMT+02:00 Sergio Vignali <vignalisergio30@gmail.com>:

Sorry, I forgot, I’m an ubuntu user!

there are available precompiled packages of GRASS 6.4.4 for Ubuntu
[1], you don’t need to compile anything on your own.

Martin

[1] https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable


Martin Landa * http://geo.fsv.cvut.cz/gwiki/Landa

Sergio Vignali

Il 17/08/2014 17:54, Sergio Vignali ha scritto:

Ok I have ubuntugis unstable in may sources list but if I run sudo apt-get install grass
no update happens, the version remain the 6.3

Hi Sergio,

you should run

sudo apt-get update

and

sudo apt-get upgrade

and grass will upgrade to 6.4.4, along with any other update...