<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Hi, </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>i do not know if this is usefool for the list, </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>using grass6.3.cvs, i tried to "annotate"  </DIV><DIV>some really smooll issues that i had during my study :</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>1)</DIV><DIV>using the grass-addons v.out.ascii.db i have this error log :</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Multiple tables: using first one [bugsites]</DIV><DIV>sort: unrecognized option `--'</DIV><DIV>Try `sort --help' for more information.</DIV><DIV>sort: unrecognized option `--'</DIV><DIV>Try `sort --help' for more information.</DIV><DIV>v.out.ascii.db done.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>i modify in the script from : </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV># sort both by cat</DIV><DIV>sort -n --field-separator='|' --key=$N "$COOR_TMP" &gt; "$COOR_TMP".s</DIV><DIV>sort -n --field-separator='|' "$ATTR_TMP" &gt; "$ATTR_TMP".s</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>to :</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV># sort both by cat</DIV><DIV>sort -n -t '|' -k $N "$COOR_TMP" &gt; "$COOR_TMP".s</DIV><DIV>sort -n -t '|' "$ATTR_TMP" &gt; "$ATTR_TMP".s</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>now seems that works fine.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>2)</DIV><DIV>when i start grass i have this message :</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Rebuilding Addon HTML manual pages index...</DIV><DIV>cat: global_i.atcorr.html: No such file or directory</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>but the i.atcorr help page is regulary available</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>3)</DIV><DIV>v.type.sh  </DIV><DIV>works if it is called from the gui or from the TCL-shall,</DIV><DIV>but not works if it is called from the bash shall</DIV><DIV>coping the scripts v.type.sh</DIV><DIV>from "../etc/gui/scripts/"</DIV><DIV>to "../Resources/Scripts/"</DIV><DIV> solved the problem</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>4)</DIV><DIV>from the gui menu :</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>vector -&gt; network analisys -&gt; shortest route visualization only  (d.path)</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>i have :</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>can't read "xmonlist": no such variable</DIV><DIV>can't read "xmonlist": no such variable</DIV><DIV>    while executing</DIV><DIV>"lindex $xmonlist 0"</DIV><DIV>    (procedure "guarantee_xmon" line 16)</DIV><DIV>    invoked from within</DIV><DIV>"guarantee_xmon"</DIV><DIV>    invoked from within</DIV><DIV>".#menubar.#menubar#menu3.#menubar#menu3#menu12 invoke active"</DIV><DIV>    ("uplevel" body line 1)</DIV><DIV>    invoked from within</DIV><DIV>"uplevel #0 [list $w invoke active]"</DIV><DIV>    (procedure "tk::MenuInvoke" line 50)</DIV><DIV>    invoked from within</DIV><DIV>"tk::MenuInvoke .#menubar.#menubar#menu3.#menubar#menu3#menu12 1"</DIV><DIV>    (command bound to event)</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>the same problem that affect "d.nviz" ?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>5)</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>starting the module v.build </DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>whent the gui of this module is started, i have a "crazy moving" of the window contents.</DIV><DIV>resizing the window, moving the botton right corner of the tcl window fix the "crazy moving"</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>need to change :(GRASS_WIDTH= , GRASS_HEIGHT=  ) ?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>6)</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>in v.digit :</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>after i add a new line to an existant vector file :</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>vec_up.png</DIV><DIV>i had this message :</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Cannot update table:</DIV><DIV>DBMI-DBF driver error:</DIV><DIV>SQL parser error: syntax error, unexpected WHERE, expecting NAME processing 'where'</DIV><DIV>in statement:</DIV><DIV>update str_11 set  where cat = 2</DIV><DIV>Error in db_execute_immediate()</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>but checking in the vector, i see that the new object is added without issue.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>7)</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>using v.db.add.table i've :</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>dbmi: Protocol error</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Error while executing: "CREATE TABLE str_11@kml (cat integer)</DIV><DIV>"</DIV><DIV>Cannot continue.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV> it do not accept the "@" character</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><BR><DIV><DIV>Il giorno 11/ago/07, alle ore 23:05, Michael Barton &lt;<A href="mailto:michael.barton@asu.edu">michael.barton@asu.edu</A>&gt; ha scritto:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">I think that 6.3 stable is ready. With the exception of the the segfault</FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">with r.proj (fixed or on its way to being fixed), I don't know of any</FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">serious issues on-going with 6.3. Most of the recent changes I've seen come</FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">across the dev list have been improvements or enhancements.</FONT></DIV> </BLOCKQUOTE></DIV><BR><DIV><BR class="khtml-block-placeholder"></DIV></BODY></HTML>