<HTML>
<HEAD>
<TITLE>Re: [GRASS-dev] GRASS 6.3.0 release preparation </TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Thanks for the information Massimo.<BR>
<BR>
Michael<BR>
<BR>
<BR>
On 8/22/07 12:03 PM, &quot;massimo di stefano&quot; &lt;massimodisasha@yahoo.it&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
Hi, <BR>
<BR>
i do not know if this is usefool for the list, <BR>
<BR>
using grass6.3.cvs, i tried to &quot;annotate&quot;  <BR>
some really smooll issues that i had during my study :<BR>
<BR>
1)<BR>
using the grass-addons v.out.ascii.db i have this error log :<BR>
<BR>
Multiple tables: using first one [bugsites]<BR>
sort: unrecognized option `--'<BR>
Try `sort --help' for more information.<BR>
sort: unrecognized option `--'<BR>
Try `sort --help' for more information.<BR>
v.out.ascii.db done.<BR>
<BR>
<BR>
i modify in the script from : <BR>
<BR>
# sort both by cat<BR>
sort -n --field-separator='|' --key=$N &quot;$COOR_TMP&quot; &gt; &quot;$COOR_TMP&quot;.s<BR>
sort -n --field-separator='|' &quot;$ATTR_TMP&quot; &gt; &quot;$ATTR_TMP&quot;.s<BR>
<BR>
to :<BR>
<BR>
# sort both by cat<BR>
sort -n -t '|' -k $N &quot;$COOR_TMP&quot; &gt; &quot;$COOR_TMP&quot;.s<BR>
sort -n -t '|' &quot;$ATTR_TMP&quot; &gt; &quot;$ATTR_TMP&quot;.s<BR>
<BR>
now seems that works fine.<BR>
<BR>
<BR>
2)<BR>
when i start grass i have this message :<BR>
<BR>
Rebuilding Addon HTML manual pages index...<BR>
cat: global_i.atcorr.html: No such file or directory<BR>
<BR>
but the i.atcorr help page is regulary available<BR>
<BR>
3)<BR>
v.type.sh  <BR>
works if it is called from the gui or from the TCL-shall,<BR>
but not works if it is called from the bash shall<BR>
coping the scripts v.type.sh<BR>
from &quot;../etc/gui/scripts/&quot;<BR>
to &quot;../Resources/Scripts/&quot;<BR>
 solved the problem<BR>
<BR>
4)<BR>
from the gui menu :<BR>
<BR>
vector -&gt; network analisys -&gt; shortest route visualization only  (d.path)<BR>
<BR>
i have :<BR>
<BR>
can't read &quot;xmonlist&quot;: no such variable<BR>
can't read &quot;xmonlist&quot;: no such variable<BR>
    while executing<BR>
&quot;lindex $xmonlist 0&quot;<BR>
    (procedure &quot;guarantee_xmon&quot; line 16)<BR>
    invoked from within<BR>
&quot;guarantee_xmon&quot;<BR>
    invoked from within<BR>
&quot;.#menubar.#menubar#menu3.#menubar#menu3#menu12 invoke active&quot;<BR>
    (&quot;uplevel&quot; body line 1)<BR>
    invoked from within<BR>
&quot;uplevel #0 [list $w invoke active]&quot;<BR>
    (procedure &quot;tk::MenuInvoke&quot; line 50)<BR>
    invoked from within<BR>
&quot;tk::MenuInvoke .#menubar.#menubar#menu3.#menubar#menu3#menu12 1&quot;<BR>
    (command bound to event)<BR>
<BR>
the same problem that affect &quot;d.nviz&quot; ?<BR>
<BR>
<BR>
5)<BR>
<BR>
starting the module v.build <BR>
<BR>
whent the gui of this module is started, i have a &quot;crazy moving&quot; of the window contents.<BR>
resizing the window, moving the botton right corner of the tcl window fix the &quot;crazy moving&quot;<BR>
<BR>
need to change :(GRASS_WIDTH= , GRASS_HEIGHT=  ) ?<BR>
<BR>
<BR>
6)<BR>
<BR>
in v.digit :<BR>
<BR>
after i add a new line to an existant vector file :<BR>
<BR>
vec_up.png<BR>
i had this message :<BR>
<BR>
<BR>
Cannot update table:<BR>
DBMI-DBF driver error:<BR>
SQL parser error: syntax error, unexpected WHERE, expecting NAME processing 'where'<BR>
in statement:<BR>
update str_11 set  where cat = 2<BR>
Error in db_execute_immediate()<BR>
<BR>
but checking in the vector, i see that the new object is added without issue.<BR>
<BR>
7)<BR>
<BR>
using v.db.add.table i've :<BR>
<BR>
dbmi: Protocol error<BR>
<BR>
Error while executing: &quot;CREATE TABLE str_11@kml (cat integer)<BR>
&quot;<BR>
Cannot continue.<BR>
<BR>
<BR>
 it do not accept the &quot;@&quot; character<BR>
<BR>
<BR>
<BR>
Il giorno 11/ago/07, alle ore 23:05, Michael Barton &lt;michael.barton@asu.edu&gt; ha scritto:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT SIZE="4"><FONT FACE="Helvetica, Verdana, Arial"><SPAN STYLE='font-size:14.0px'>I think that 6.3 stable is ready. With the exception of the the segfault<BR>
with r.proj (fixed or on its way to being fixed), I don't know of any<BR>
serious issues on-going with 6.3. Most of the recent changes I've seen come<BR>
across the dev list have been improvements or enhancements.<BR>
</SPAN></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'> <BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
<BR>
__________________________________________<BR>
Michael Barton, Professor of Anthropology <BR>
Director of Graduate Studies<BR>
School of Human Evolution &amp; Social Change &nbsp;&nbsp;&nbsp;<BR>
Center for Social Dynamics and Complexity<BR>
Arizona State University<BR>
<BR>
phone: 480-965-6213<BR>
fax: 480-965-7671<BR>
www: <a href="http://www.public.asu.edu/~cmbarton">http://www.public.asu.edu/~cmbarton</a> <BR>
</SPAN></FONT>
</BODY>
</HTML>