mkdir -p /tmp/.grass6/addons/r.in.wms2/bin mkdir -p /tmp/.grass6/addons/r.in.wms2/etc if [ ! -d /tmp/.grass6/addons/r.in.wms2/scripts ]; then mkdir -p /tmp/.grass6/addons/r.in.wms2/scripts; fi /usr/bin/install -c r.in.wms2.py /tmp/.grass6/addons/r.in.wms2/scripts/r.in.wms2.py make htmlscript scriptstrings make[1]: Entering directory '/work/src/grass-addons/grass6/raster/r.in.wms2' make /tmp/.grass6/addons/r.in.wms2/docs/html/r.in.wms2.py.html HTMLSRC=/tmp/.grass6/addons/r.in.wms2/scripts/r.in.wms2.py make[2]: Entering directory '/work/src/grass-addons/grass6/raster/r.in.wms2' if [ "/tmp/.grass6/addons/r.in.wms2/scripts/r.in.wms2.py" != "" ] ; then GISRC=/work/src/grass64/dist.x86_64-pc-linux-gnu/demolocation/.grassrc64 GISBASE=/work/src/grass64/dist.x86_64-pc-linux-gnu PATH="/tmp/.grass6/addons/r.in.wms2/bin:$PATH" LD_LIBRARY_PATH="/tmp/.grass6/addons/r.in.wms2/bin:/work/src/grass64/dist.x86_64-pc-linux-gnu/lib:" LC_ALL=C /tmp/.grass6/addons/r.in.wms2/scripts/r.in.wms2.py --html-description < /dev/null | grep -v '\|' > r.in.wms2.py.tmp.html ; true ; fi Traceback (most recent call last): File "/tmp/.grass6/addons/r.in.wms2/scripts/r.in.wms2.py", line 163, in import grass.script as grass ImportError: No module named grass.script /home/landa/src/grass64/dist.x86_64-pc-linux-gnu/tools/mkhtml.sh r.in.wms2.py ; mkdir -p /tmp/.grass6/addons/r.in.wms2/docs/html ; /usr/bin/install -c -m 644 r.in.wms2.py.tmp.html /tmp/.grass6/addons/r.in.wms2/docs/html/r.in.wms2.py.html ; for file in *.png *.jpg ; do head -n 1 $file | grep '^#!' > /dev/null ; if [ $? -ne 0 ] ; then /usr/bin/install -c -m 644 $file /tmp/.grass6/addons/r.in.wms2/docs/html ; fi done 2> /dev/null ; true make[2]: Leaving directory '/work/src/grass-addons/grass6/raster/r.in.wms2' GISRC=/work/src/grass64/dist.x86_64-pc-linux-gnu/demolocation/.grassrc64 GISBASE=/work/src/grass64/dist.x86_64-pc-linux-gnu PATH=/tmp/.grass6/addons/r.in.wms2/bin:$PATH LD_LIBRARY_PATH="/work/src/grass64/dist.x86_64-pc-linux-gnu/lib:" g.parser -t r.in.wms2.py | sed s/\"/\\\\\"/g | sed 's/.*/_("&")/' > /home/landa/src/grass64/dist.x86_64-pc-linux-gnu/locale/scriptstrings/r.in.wms2.py_to_translate.c ; true /bin/sh: 1: g.parser: not found /bin/sh: 1: cannot create /home/landa/src/grass64/dist.x86_64-pc-linux-gnu/locale/scriptstrings/r.in.wms2.py_to_translate.c: Directory nonexistent make[1]: Leaving directory '/work/src/grass-addons/grass6/raster/r.in.wms2' make mancmd make[1]: Entering directory '/work/src/grass-addons/grass6/raster/r.in.wms2' make /work/src/grass64/dist.x86_64-pc-linux-gnu/man/man1/r.in.wms2.py.1 MANSRC=/tmp/.grass6/addons/r.in.wms2/docs/html/r.in.wms2.py.html make[2]: Entering directory '/work/src/grass-addons/grass6/raster/r.in.wms2' mkdir -p /work/src/grass64/dist.x86_64-pc-linux-gnu/man/man1 GRASS_PERL=/usr/bin/perl VERSION_NUMBER=6.4.6svn sh /home/landa/src/grass64/dist.x86_64-pc-linux-gnu/tools/g.html2man /tmp/.grass6/addons/r.in.wms2/docs/html/r.in.wms2.py.html /work/src/grass64/dist.x86_64-pc-linux-gnu/man/man1/r.in.wms2.py.1 1 Converting: /tmp/.grass6/addons/r.in.wms2/docs/html/r.in.wms2.py.html to /work/src/grass64/dist.x86_64-pc-linux-gnu/man/man1/r.in.wms2.py.1 make[2]: Leaving directory '/work/src/grass-addons/grass6/raster/r.in.wms2' make[1]: Leaving directory '/work/src/grass-addons/grass6/raster/r.in.wms2' mkdir -p /tmp/.grass6/addons/r.in.wms2/etc/r.in.wms2 /usr/bin/install -c -m 644 wms_base.py /tmp/.grass6/addons/r.in.wms2/etc/r.in.wms2/wms_base.py /usr/bin/install -c -m 644 wms_drv.py /tmp/.grass6/addons/r.in.wms2/etc/r.in.wms2/wms_drv.py /usr/bin/install -c -m 644 wms_gdal_drv.py /tmp/.grass6/addons/r.in.wms2/etc/r.in.wms2/wms_gdal_drv.py /usr/bin/install -c -m 644 wms_cap_parsers.py /tmp/.grass6/addons/r.in.wms2/etc/r.in.wms2/wms_cap_parsers.py python -m py_compile /tmp/.grass6/addons/r.in.wms2/etc/r.in.wms2/wms_base.py python -m py_compile /tmp/.grass6/addons/r.in.wms2/etc/r.in.wms2/wms_drv.py python -m py_compile /tmp/.grass6/addons/r.in.wms2/etc/r.in.wms2/wms_gdal_drv.py python -m py_compile /tmp/.grass6/addons/r.in.wms2/etc/r.in.wms2/wms_cap_parsers.py