<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 31, 2014 at 4:46 PM, caumann <span dir="ltr"><<a href="mailto:craigaumann@gmail.com" target="_blank">craigaumann@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The good news is that r58806 works!<div><br></div><div>Bad news is that r58807 is giving the same errors as what I had before:  </div>

<div><br></div><div><div>ERROR: LOCATION </home/caumann/Desktop/<UNKNOWN>> not available</div><div class="im">
<div>Traceback (most recent call last):</div><div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/gis_set.py", line 48, in <module></div><div>    from gui_core.dialogs import TextEntryDialog</div><div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/gui_core/dialogs.py", line 49, in <module></div>


<div>    from gui_core.gselect import LocationSelect, MapsetSelect, Select, \</div><div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/gui_core/gselect.py", line 59, in <module></div><div>    import grass.temporal as tgis</div>


<div>  File "/usr/local/grass-7.0.svn/etc/python/grass/temporal/__init__.py", line 29, in <module></div><div>    from temporal_vector_algebra import *</div><div>  File "/usr/local/grass-7.0.svn/etc/python/grass/temporal/temporal_vector_algebra.py", line 436, in <module></div>


</div></div><div><br></div><div><br></div><div>-----------------</div><div><br></div><div>Anyways - I'm a tad happier now and thanks for everyone's help!</div><div><br></div><div><br></div></div></blockquote><div>

And thank you for testing. This at least point us to some direction.</div><div><br></div><div>Vaclav</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">

<div></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Fri, Jan 31, 2014 at 2:08 PM, wenzeslaus [via OSGeo.org] <span dir="ltr"><<a href="http://user/SendEmail.jtp?type=node&node=5101294&i=0" rel="nofollow" link="external" target="_blank">[hidden email]</a>></span> wrote:<br>


<blockquote style="border-left:2px solid #cccccc;padding:0 1em" class="gmail_quote">

        <div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5"><div><div>On Fri, Jan 31, 2014 at 3:56 PM, Craig Aumann <span dir="ltr"><<a href="http://user/SendEmail.jtp?type=node&node=5101289&i=0" rel="nofollow" link="external" target="_blank">[hidden email]</a>></span> wrote:<br>




<blockquote style="border-left:2px solid #cccccc;padding:0 1em" class="gmail_quote"><div dir="ltr"><span style="font-size:13px;font-family:arial,sans-serif">Ok - so to work around the problem I compiled GRASS 70 with the following flags following the instructions at </span><div>




<font color="#000000" face="arial, sans-serif"><br>
</font><div style="font-size:13px;font-family:arial,sans-serif"><div style="color:rgb(80,0,80)"><a href="http://grasswiki.osgeo.org/wiki/Compile_and_Install_Ubuntu#GRASS_GIS" rel="nofollow" link="external" target="_blank">http://grasswiki.osgeo.org/wiki/Compile_and_Install_Ubuntu#GRASS_GIS</a></div>





<div style="color:rgb(80,0,80)"><br></div><div style="color:rgb(80,0,80)">Not seeing any compilation errors.  <br></div><div style="color:rgb(80,0,80)"><br></div></div><div><div><div style="font-size:13px;font-family:arial,sans-serif">





<br><div><div>CFLAGS="-O2 -Wall" LDFLAGS="-s" ./configure \</div><div>--enable-largefile=yes \</div><div>--enable-64bit \</div><div>--with-libs=/usr/lib \</div><div>--with-nls \</div><div>--with-cxx \</div>





<div>--with-proj-share=/usr/share/proj \</div><div>--with-geos=/usr/bin/geos-config \</div><div>--with-readline \</div><div>--with-python=yes \</div><div>--with-wxwidgets \</div><div>--with-cairo \</div><div>--with-opengl-libs=/usr/include/GL \</div>





<div>--with-motif \</div><div>--with-tcltk-includes="/usr/include/tcl8.5" \</div><div>--with-ffmpeg=yes --with-ffmpeg-includes="/usr/include/libavcodec /usr/include/libavformat /usr/include/libswscale /usr/include/libavutil" \</div>





<div>--with-freetype=yes --with-freetype-includes="/usr/include/freetype2/" \</div><div>--with-postgres=no \</div><div>--with-postgresql=no \</div><div>--with-sqlite=yes \</div><div>--with-mysql=no \</div><div>




--with-odbc=no</div>
</div><div><br></div><div>---------------------------------</div><div><br></div><div>When I start grass 70 I get: </div><div><br></div><div><div>Hit RETURN to continue</div><div>Starting GRASS GIS...</div><div>access: No such file or directory</div>





<div>ERROR: LOCATION </home/caumann/<UNKNOWN>> not available</div><div>Traceback (most recent call last):</div><div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/gis_set.py", line 48, in <module></div>





<div>    from gui_core.dialogs import TextEntryDialog</div><div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/gui_core/dialogs.py", line 49, in <module></div><div>    from gui_core.gselect import LocationSelect, MapsetSelect, Select, \</div>





<div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/gui_core/gselect.py", line 59, in <module></div><div>    import grass.temporal as tgis</div><div>  File "/usr/local/grass-7.0.svn/etc/python/grass/temporal/__init__.py", line 29, in <module></div>





<div>    from temporal_vector_algebra import *</div><div>  File "/usr/local/grass-7.0.svn/etc/python/grass/temporal/temporal_vector_algebra.py", line 436, in <module></div><div>    m_overlay = pygrass.Module('v.overlay', quiet=True, run_=False)</div>





<div>  File "/usr/local/grass-7.0.svn/etc/python/grass/pygrass/modules/interface/module.py", line 252, in __init__</div><div>    tree = fromstring(self.xml)</div><div>  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1302, in XML</div>





<div>    return parser.close()</div><div>  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1655, in close</div><div>    self._raiseerror(v)</div><div>  File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1507, in _raiseerror</div>





<div>    raise err</div><div>xml.etree.ElementTree.ParseError: no element found: line 1, column 0</div><div>Error in GUI startup. If necessary, please report this error to the GRASS developers.</div><div>Switching to text mode now.</div>





<div><br></div><div>Hit RETURN to continue...</div><div>^CTraceback (most recent call last):</div><div>  File "/usr/local/bin/grass70", line 1324, in <module></div><div>    set_data()</div><div>  File "/usr/local/bin/grass70", line 679, in set_data</div>





<div>    gui_startup()</div><div>  File "/usr/local/bin/grass70", line 700, in gui_startup</div><div>    sys.stdin.readline()</div><div>KeyboardInterrupt</div></div><div><br></div><div><br></div><div>-------------------------</div>





<div><br></div><div>What did I forget to include???  </div></div><div class="gmail_extra"><br></div></div></div></div></div></blockquote></div></div><div><div>You did everything right and you discovered another bug. I unfortunately cannot reproduce it (Ubuntu 12.04).</div>




<div><br></div><div>Try please GRASS revision 58806:</div><div><br></div><div>svn up -r58806<br></div><div>make distclean</div><div>./configure...</div><div>make</div><div>./bin.../grass70</div><div><br></div><div>and if it will work (and you will have still strength to continue) please try also revision 58807.</div>




<div><br></div></div></div></div><blockquote style="border-left:2px solid #cccccc;padding:0 1em" class="gmail_quote"><div dir="ltr"><div><div><div><div class="gmail_extra">

</div></div></div></div></div>
<br>_______________________________________________<br>
grass-user mailing list<br>
<a href="http://user/SendEmail.jtp?type=node&node=5101289&i=1" rel="nofollow" link="external" target="_blank">[hidden email]</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" rel="nofollow" link="external" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br></blockquote></div><br></div></div><div class="im"><div>


<br>_______________________________________________
<br>grass-user mailing list
<br><a href="http://user/SendEmail.jtp?type=node&node=5101289&i=2" rel="nofollow" link="external" target="_blank">[hidden email]</a>
<br><a href="http://lists.osgeo.org/mailman/listinfo/grass-user" rel="nofollow" link="external" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a>

        
        
        
        <br>
        <br>
        <hr noshade size="1" color="#cccccc">
        </div></div><div style="color:#444;font:12px tahoma,geneva,helvetica,arial,sans-serif"><div class="im"><div>
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                </div></div><a href="http://osgeo-org.1560.x6.nabble.com/g-extension-tp5101045p5101289.html" rel="nofollow" link="external" target="_blank">http://osgeo-org.1560.x6.nabble.com/g-extension-tp5101045p5101289.html</a>
        </div><div class="im"><div><div>
        <div style="color:#666;font:11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
                
                To unsubscribe from g.extension -, <a rel="nofollow" link="external">click here</a>.<br>

                <a href="http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font:9px serif" link="external" target="_blank">NAML</a>
        </div></div></div></div></blockquote></div><br></div>


        
        
        
<br><hr align="left" width="300">
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/g-extension-tp5101045p5101294.html" target="_blank">Re: g.extension -</a><div class="HOEnZb"><div class="h5"><br>
Sent from the <a href="http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html" target="_blank">Grass - Users mailing list archive</a> at Nabble.com.<br></div></div><br>_______________________________________________<br>


grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br></blockquote></div><br></div></div>