[GRASS-user] Resolving a build issue

Rich Shepard rshepard at appl-ecosys.com
Sun Apr 26 09:50:49 PDT 2020


On Sun, 26 Apr 2020, Rich Shepard wrote:

> I don't understand why this module is trying to use version f062bffc8
> while the rest of the code is using the downloaded 7.9.dev (2020). I don't
> know what I need to do to build the newest souce tree.

I apparently neglected to run 'make distclean' on the last build; running it
then re-processing the new code made it past this problem but exposed a
different one:

   File "/home/rshepard/gis/grass/grass_dev/dist.x86_64-pc-linux-gnu/etc/python/grass/__init__.py", line 4, in <module>
     import six
ModuleNotFoundError: No module named 'six'
../../../include/Make/GuiScript.make:40: recipe for target 'g.gui.image2target.tmp.html' failed
make[1]: *** [g.gui.image2target.tmp.html] Error 1
rm g.gui.image2target.tmp.html
make[1]: Leaving directory '/home/rshepard/gis/grass/grass_dev/gui/wxpython/image2target'
../../../include/Make/GuiScript.make:25: recipe for target 'guiscript' failed
make: *** [guiscript] Error 2

However, installed here are:
python3-six-1.13.0-x86_64-1_SBo
six-1.14.0-x86_64-1_SBo

I'll rebuild both and see if that fixes the problem.

Rich


More information about the grass-user mailing list