Hi, 2012/10/25 Glynn Clements <[email protected]>:
>> It fails with make -j2 (or higher) as well. >> >> Any idea? > > It would help if you could post the actual error message(s). > http://lists.osgeo.org/mailman/listinfo/grass-dev it fails when creating menustrings.py, because of missing grass.scrips dependency. This dependency seems to be missing also in trunk. [...] GISRC=/home/martin/src/grass64_release/dist.x86_64-unknown-linux-gnu/demolocation/.grassrc64 GISBASE=/home/martin/src/grass64_release/dist.x86_64-unknown-linux-gnu PATH="/home/martin/sr c/grass64_release/dist.x86_64-unknown-linux-gnu/bin:$PATH" PYTHONPATH="" LD_LIBRARY_PATH="/home/martin/src/grass64_release/dist.x86_64-unknown-linux-gnu/bin:/home/martin/src/grass64_rel ease/dist.x86_64-unknown-linux-gnu/lib::" LC_ALL=C python core/menudata.py > menustrings.py Traceback (most recent call last): File "core/menudata.py", line 218, in <module> from lmgr.menudata import ManagerData File "/home/martin/src/grass64_release/dist.x86_64-unknown-linux-gnu/etc/wxpython/lmgr/menudata.py", line 35, in <module> from core.globalvar import ETCWXDIR File "/home/martin/src/grass64_release/dist.x86_64-unknown-linux-gnu/etc/wxpython/core/globalvar.py", line 28, in <module> from core.debug import Debug File "/home/martin/src/grass64_release/dist.x86_64-unknown-linux-gnu/etc/wxpython/core/debug.py", line 25, in <module> import grass.script as grass ImportError: No module named grass.script make[2]: *** [menustrings.py] Error 1 make[2]: Leaving directory `/home/martin/src/grass64_release/gui/wxpython' Martin -- Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
