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.
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.