Maciej Sieczka wrote: > Leonardo Lami wrote: >> Maciej Sieczka ha scritto: > >>> What platform? >>> >> Linux Debian > >>> What 6.3 CVS checkout date? >>> >> 26/05/07 > >>> What DB backend do you use? >>> >> postgresql 8.1 > >>From further reading of Leonardo's post it shows that dbf fails too. > >>> Can you reproduce the problem in sperfish60 location? >>> >> v.dissolve [EMAIL PROTECTED] output=soils layer=1 column=label >> dbmi: Protocol error >> >> and the output shell stops >> I must make Ctrl-c to go on > > I confirm with current 6.3 CVS on my linux box, using dbf driver. > > Hopefully Hamish can come up with solution.
In addition to this, i have noticed another bug in v.dissolve. Although "layer=-1" is supported, according to manual, it yields a grep error: -------- $ sh -x /usr/local/grass-6.3.cvs/scripts/v.dissolve [EMAIL PROTECTED] output=soils2 column=label layer=-1 --o + [ -z /usr/local/grass-6.3.cvs ] + [ [EMAIL PROTECTED] != @ARGS_PARSED@ ] + basename /usr/local/grass-6.3.cvs/scripts/v.dissolve + CMDLINE=v.dissolve + CMDLINE=v.dissolve "[EMAIL PROTECTED]" + CMDLINE=v.dissolve "[EMAIL PROTECTED]" "output=soils2" + CMDLINE=v.dissolve "[EMAIL PROTECTED]" "output=soils2" "column=label" + CMDLINE=v.dissolve "[EMAIL PROTECTED]" "output=soils2" "column=label" "layer=-1" + CMDLINE=v.dissolve "[EMAIL PROTECTED]" "output=soils2" "column=label" "layer=-1" "--o" + export CMDLINE + exec g.parser /usr/local/grass-6.3.cvs/scripts/v.dissolve [EMAIL PROTECTED] output=soils2 column=label layer=-1 --o Usage: grep [OPTION]... PATTERN [FILE]... Try `grep --help' for more information. ERROR: There is no table connected to this map! -------- The last ERROR is bogus - the table *is* connected to input map. Maciek _______________________________________________ grassuser mailing list [email protected] http://grass.itc.it/mailman/listinfo/grassuser

