Re: [GRASS-user] Compilation error with g.extension v.krige

2013-10-18 Thread Alessandro Sarretta

Hi Markus,

On 10/17/2013 09:03 PM, Markus Neteler wrote:
I have fixed the Makefile of v.krige for this. Should be fine as of 
r58031.


Please try again
g.extension v.krige

(and let us know)


thank you, very much now g.extension v.krige works fine!
But when I try
v.krige
I have this error:

/Loading packages, please wait...//
//
//Attaching package: ‘XML’//
//
//The following object(s) are masked from ‘package:tools’://
//
//toHTML//
//
//GRASS GIS interface loaded with GRASS version: GRASS 6.4.3 (2013) //
//and location: wgs84//
//Checking rgeos availability: TRUE//
//Traceback (most recent call last)://
//  File /home/ale/.grass6/addons/v.krige, line 422, in module//
//main()//
//  File /home/ale/.grass6/addons/v.krige, line 309, in main//
//import globalvar//
//ImportError: No module named globalvar//
/
I'm still using GRASS 6.4.3. Should I try to use GRASS 7 in trunk?
Thanks again
Ale

--
Alessandro Sarretta

e-mail: alessandro.sarre...@gmail.com
skype: alesarrett
Web: http://ilsarrett.wordpress.com
Twitter: https://twitter.com/alesarrett
Google scholar: http://scholar.google.it/citations?hl=ituser=IsyXargJ
ORCID: http://orcid.org/-0002-1475-8686
ResearchGate: https://www.researchgate.net/profile/Alessandro_Sarretta/

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

[GRASS-user] Compilation error with g.extension v.krige

2013-10-17 Thread Alessandro Sarretta

Dear all,
I'm trying to install v.krige via /g.extension v.krige/ but I receive an 
error.


My configurations are the followings:
GRASS version: 6.4.3
GRASS SVN Revision:
GIS Library Revision: 50937 (2012-02-25)
GDAL/OGR: 1.10.0
PROJ4: Rel. 4.8.0, 6 March 2012
Python: 2.7.4
wxPython: 2.8.12.1
Platform: Linux-3.8.0-31-generic-x86_64-with-Ubuntu-13.04-raring

Below the last lines of the command output:
-
/[...]
/usr/bin/install: target 
'/home/ale/Documents/grassdb/wgs84/PERMANENT/.tmp/sarretta-utos/32627.0/dist.x86_64/etc/wxpython/scripts/' 
is not a directory: No such file or directory//

//make: *** [default] Error 1//
//ERROR: Compilation failed, sorry. Please check above error messages.//
/-

I've read this 
http://lists.osgeo.org/pipermail/grass-user/2011-April/060329.html

but I can't understand whether it is related with my problem or not.

Do you have any ideas?
Thank you very much for any suggestion!

Ale

--
Alessandro Sarretta

e-mail: alessandro.sarre...@gmail.com
skype: alesarrett
Web: http://ilsarrett.wordpress.com
Twitter: https://twitter.com/alesarrett
Google scholar: http://scholar.google.it/citations?hl=ituser=IsyXargJ
ORCID: http://orcid.org/-0002-1475-8686
ResearchGate: https://www.researchgate.net/profile/Alessandro_Sarretta/

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

Re: [GRASS-user] Compilation error with g.extension v.krige

2013-10-17 Thread Daniel McInerney
Hi Alessandro,

On Thu, Oct 17, 2013 at 11:30 AM, Alessandro Sarretta 
alessandro.sarre...@gmail.com wrote:


 Dear all,
 I'm trying to install v.krige via *g.extension v.krige* but I receive an
 error.

 My configurations are the followings:
 GRASS version:
 6.4.3
 GRASS SVN
 Revision:
 GIS Library Revision: 50937
 (2012-02-25)
 GDAL/OGR:
 1.10.0
 PROJ4: Rel. 4.8.0, 6 March
 2012
 Python:
 2.7.4
 wxPython:
 2.8.12.1
 Platform: Linux-3.8.0-31-generic-x86_64-with-Ubuntu-13.04-raring

 Below the last lines of the command output:
 -
 *[...]
 /usr/bin/install: target
 ‘/home/ale/Documents/grassdb/wgs84/PERMANENT/.tmp/sarretta-utos/32627.0/dist.x86_64/etc/wxpython/scripts/’
 is not a directory: No such file or directory**
 **make: *** [default] Error 1**
 **ERROR: Compilation failed, sorry. Please check above error messages.**
 *-

 I've read this
 http://lists.osgeo.org/pipermail/grass-user/2011-April/060329.html
 but I can't understand whether it is related with my problem or not.

 Do you have any ideas?
 Thank you very much for any suggestion!


I got the same error on GRASS 6.4 when I tried to install v.krige. As an
interim fix, you might consider running the trunk version of GRASS 7 as
v.krige is available there.

best regards,
Daniel
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] Compilation error with g.extension v.krige

2013-10-17 Thread Markus Neteler
Hi Alessandro,

On Thu, Oct 17, 2013 at 11:30 AM, Alessandro Sarretta 
alessandro.sarre...@gmail.com wrote:
 Dear all,
 I'm trying to install v.krige via g.extension v.krige but I receive an
 error.

 My configurations are the followings:
 GRASS version: 6.4.3

 GRASS SVN Revision:

 GIS Library Revision: 50937 (2012-02-25)

 GDAL/OGR: 1.10.0

 PROJ4: Rel. 4.8.0, 6 March 2012

 Python: 2.7.4

 wxPython: 2.8.12.1

 Platform: Linux-3.8.0-31-generic-x86_64-with-Ubuntu-13.04-raring

 Below the last lines of the command output:
 -
 [...]
 /usr/bin/install: target

‘/home/ale/Documents/grassdb/wgs84/PERMANENT/.tmp/sarretta-utos/32627.0/dist.x86_64/etc/wxpython/scripts/’
 is not a directory: No such file or directory
 make: *** [default] Error 1
 ERROR: Compilation failed, sorry. Please check above error messages.

I have fixed the Makefile of v.krige for this. Should be fine as of r58031.

Please try again
g.extension v.krige

(and let us know)

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