[GRASS-dev] v.krige in trunk/devbr6

Hi,

I moved v.krige [1] module which has been designed by Anne Ghisla
(Google SoC 2009) to trunk (r40045) and devbr6 (r40048). Please test
and enjoy the new modules. Thanks to Anne for the great job.

Martin

[1] http://grass.osgeo.org/wiki/V.krige_GSoC_2009

PS: It would be good to move results of the second Google SoC 2009
project at least to trunk too. I can do it if needed.

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa

Martin wrote:

I moved v.krige [1] module which has been designed by Anne
Ghisla (Google SoC 2009) to trunk (r40045) and devbr6 (r40048).
Please test

trunk$ make distclean; svn up; ./configure ... ; make
[error in v.kridge]
trunk/scripts/v.krige$ make
...
Traceback (most recent call last):
  File "/usr/src/grass/svn/trunk/dist.x86_64-unknown-linux-gnu/scripts/v.krige", line 116, in <module>
    import gselect
  File "/usr/src/grass/svn/trunk/dist.x86_64-unknown-linux-gnu/etc/wxpython/gui_modules/gselect.py", line 38, in <module>
    from preferences import globalSettings as UserSettings
  File "/usr/src/grass/svn/trunk/dist.x86_64-unknown-linux-gnu/etc/wxpython/gui_modules/preferences.py", line 823, in <module>
    globalSettings = Settings()
  File "/usr/src/grass/svn/trunk/dist.x86_64-unknown-linux-gnu/etc/wxpython/gui_modules/preferences.py", line 122, in __init__
    'projFile' : utils.PathJoin(os.environ["GRASS_PROJSHARE"], 'epsg'),
  File "/usr/lib/python2.5/UserDict.py", line 22, in __getitem__
    raise KeyError(key)
KeyError: 'GRASS_PROJSHARE'
make: *** [v.krige.tmp.html] Error 1
rm v.krige.tmp.html

none of the runtime R reqs (cran or R-python hooks) are installed; this
is on debian/lenny amd64.

fwiw,
using "make -j 2" on grass7 I also had build errors on r.terraflow and
iirc the wxNvix/vDigit .cpp modules, both of which resolved themselves
after running make again. this was on a quad core doing heavy work on
a separate sata drive & the other 2 cores. Usually I make 6.5svn with
"-j 8"; never had a problem there.

Hamish

Hi,

2009/12/20 Hamish <hamish_b@yahoo.com>:

[...]

File "/usr/src/grass/svn/trunk/dist.x86_64-unknown-linux-gnu/etc/wxpython/gui_modules/preferences.py", line 122, in __init__
'projFile' : utils.PathJoin(os.environ["GRASS_PROJSHARE"], 'epsg'),
File "/usr/lib/python2.5/UserDict.py", line 22, in __getitem__
raise KeyError(key)
KeyError: 'GRASS_PROJSHARE'
make: *** [v.krige.tmp.html] Error 1
rm v.krige.tmp.html

fixed in r40085.

none of the runtime R reqs (cran or R-python hooks) are installed; this
is on debian/lenny amd64.

This shouldn't be a problem.

[...]

Martin

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa