[GRASS-dev] tgrass compilation issue

Hi,

since today I have problem with compilation of temporal modules, see bellow.

if [ "/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/scripts/t.create"
!= "" ] ; then GISRC=/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/demolocation/.grassrc70
GISBASE=/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu
PATH="/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/bin:/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/bin:/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/scripts:$PATH"
PYTHONPATH="/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/etc/python:/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/etc/python:$PYTHONPATH"
LD_LIBRARY_PATH="/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/bin:/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/lib:/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/lib:"
LC_ALL=C /opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/scripts/t.create
--html-description < /dev/null | grep -v '</body>\|</html>' >
t.create.tmp.html ; fi
Traceback (most recent call last):
  File "/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/scripts/t.create",
line 60, in <module>
    import grass.temporal as tgis
  File "/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/etc/python/grass/temporal/__init__.py",
line 25, in <module>
    from mapcalc import *
  File "/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/etc/python/grass/temporal/mapcalc.py",
line 16, in <module>
    from open import *
ImportError: No module named open
make: *** [t.create.tmp.html] Error 1
rm t.create.tmp.html

Martin

--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa

Hi Martin,
this issue is hopefully fixed in r58383.

Best regards
Soeren

2013/12/4 Martin Landa <landa.martin@gmail.com>:

Hi,

since today I have problem with compilation of temporal modules, see bellow.

if [ "/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/scripts/t.create"
!= "" ] ; then GISRC=/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/demolocation/.grassrc70
GISBASE=/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu
PATH="/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/bin:/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/bin:/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/scripts:$PATH"
PYTHONPATH="/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/etc/python:/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/etc/python:$PYTHONPATH"
LD_LIBRARY_PATH="/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/bin:/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/lib:/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/lib:"
LC_ALL=C /opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/scripts/t.create
--html-description < /dev/null | grep -v '</body>\|</html>' >
t.create.tmp.html ; fi
Traceback (most recent call last):
  File "/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/scripts/t.create",
line 60, in <module>
    import grass.temporal as tgis
  File "/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/etc/python/grass/temporal/__init__.py",
line 25, in <module>
    from mapcalc import *
  File "/opt/src/grass_trunk/dist.x86_64-unknown-linux-gnu/etc/python/grass/temporal/mapcalc.py",
line 16, in <module>
    from open import *
ImportError: No module named open
make: *** [t.create.tmp.html] Error 1
rm t.create.tmp.html

Martin

--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Hi Soeren!

2013/12/4 Sören Gebbert <soerengebbert@googlemail.com>:

this issue is hopefully fixed in r58383.

seems to be fine, thanks for super-quick fix! Martin