RE: [GRASS-user] Multiple errors after lengthy absence from Grass 7

2008-08-07 Thread Patton, Eric
As Martin says, GRASS 7 development has now started. The first phase
of development is to eliminate deprecated functionality. This will
break stuff. Eventually we should get around to replacing most of the
stuff which breaks with more usable alternatives. In the meantime, use
6.4 if you just want a working version.

Great, thanks for the update. I'll stick to using 6.4.

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


[GRASS-user] Multiple errors after lengthy absence from Grass 7

2008-08-06 Thread Patton, Eric
Just back from the field...wow, what a lot of changes that have been going on 
in the codebase! Catching up on Grass emails only took 7 hours ;)

After a fresh make distclean, and a lengthy svn update, Grass 7 fails to start 
up and exits with an error ERROR: Incompatible library version for module.

Checking the error.log, I see the following:

GRASS GIS compilation log
-
Started compilation: Wed Aug  6 16:09:24 ADT 2008
--
Errors in:
/usr/local/grass_trunk/display/d.colors
/usr/local/grass_trunk/general/g.setproj
/usr/local/grass_trunk/gui/wxpython/vdigit
/usr/local/grass_trunk/imagery/i.class
/usr/local/grass_trunk/imagery/i.ortho.photo/menu
/usr/local/grass_trunk/imagery/i.ortho.photo/photo.2image
/usr/local/grass_trunk/imagery/i.ortho.photo/photo.2target
/usr/local/grass_trunk/imagery/i.ortho.photo/photo.camera
/usr/local/grass_trunk/imagery/i.ortho.photo/photo.elev
/usr/local/grass_trunk/imagery/i.ortho.photo/photo.init
/usr/local/grass_trunk/imagery/i.ortho.photo/photo.rectify
/usr/local/grass_trunk/imagery/i.ortho.photo/photo.target
/usr/local/grass_trunk/imagery/i.points
/usr/local/grass_trunk/imagery/i.vpoints
/usr/local/grass_trunk/raster/r.le/r.le.setup
/usr/local/grass_trunk/raster/r.le/r.le.trace
/usr/local/grass_trunk/raster/r.support/modcats
/usr/local/grass_trunk/raster/r.support/modcolr
/usr/local/grass_trunk/raster/r.support/modhist
/usr/local/grass_trunk/raster/r.support/modhead
/usr/local/grass_trunk/raster/r.support/front
/usr/local/grass_trunk/raster/r.digit
--

Any ideas on where to start? Any particular module I should post the output 
from 'make'?

~ Eric.









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


Re: [GRASS-user] Multiple errors after lengthy absence from Grass 7

2008-08-06 Thread Martin Landa
Hi,

 After a fresh make distclean, and a lengthy svn update, Grass 7 fails to 
 start up and exits with an error ERROR: Incompatible library version for 
 module.

 Checking the error.log, I see the following:

 GRASS GIS compilation log
 -
 Started compilation: Wed Aug  6 16:09:24 ADT 2008
 --
 Errors in:
 /usr/local/grass_trunk/display/d.colors
 /usr/local/grass_trunk/general/g.setproj

see

http://trac.osgeo.org/grass/changeset/32551

grass7 started...

Switch to develbrach_6 if you expect something stable...

Martin

-- 
Martin Landa landa.martin gmail.com * http://gama.fsv.cvut.cz/~landa *
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Multiple errors after lengthy absence from Grass 7

2008-08-06 Thread Glynn Clements

Patton, Eric wrote:

 Just back from the field...wow, what a lot of changes that have been
 going on in the codebase! Catching up on Grass emails only took 7
 hours ;)

As Martin says, GRASS 7 development has now started. The first phase
of development is to eliminate deprecated functionality. This will
break stuff. Eventually we should get around to replacing most of the
stuff which breaks with more usable alternatives. In the meantime, use
6.4 if you just want a working version.

r32551 (eliminate vask, curses and other terminal interaction) was
just the warm-up act. I have just committed a more significant change
(r32584) that eliminates monitors, and breaks anything which depends
upon them (e.g. anything which uses the mouse).

Most of the modules which were broken by these changes are likely to
stay broken either for the foreseeable future, or permanently. Some of
the functionality will eventually be available via other means (e.g.
as part of the wx GUI or as stand-alone wx applications).

 After a fresh make distclean, and a lengthy svn update, Grass 7
 fails to start up and exits with an error ERROR: Incompatible
 library version for module.

Note that the set_data program (the curses program which prompts for
database, location, and mapset at startup) is dead. If you built
without using make distclean first, you probably have an old version
lying around, which won't work with the updated libraries.

For startup, you need to either use the Tcl/Tk UI (gis_set.tcl) or
pass the full path to the mapset directory as an argument to the
grass70 script.

 Checking the error.log, I see the following:

 /usr/local/grass_trunk/gui/wxpython/vdigit

This is probably the (known) libgdi issue, and isn't related to the
latest changes.

The others all depend upon functionality which has been removed. Most
of those modules will be unavailable in 7.x for the foreseeable
future.

-- 
Glynn Clements [EMAIL PROTECTED]
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user