[GRASS-dev] [GRASS GIS] #2845: Build failure with 7.0.3RC1 on Linux
GRASS GIS
trac at osgeo.org
Sat Jan 2 16:13:58 PST 2016
#2845: Build failure with 7.0.3RC1 on Linux
------------------------+-------------------------
Reporter: scimmia | Owner: grass-dev@…
Type: defect | Status: new
Priority: blocker | Milestone: 7.0.3
Component: Compiling | Version: unspecified
Resolution: | Keywords:
CPU: x86-64 | Platform: Linux
------------------------+-------------------------
Comment (by wenzeslaus):
I don't understand what is happening and it seems to me that it skips
compilation of dependencies of the rule `default` but I'm adding a patch
(also in attachment) which might improve the situation (I cannot reproduce
it).
{{{
#!diff
-xml/menudata.xml: core/toolboxes.py
+$(DSTDIR)/xml/menudata.xml: core/toolboxes.py $(DSTDIR)/xml/toolboxes.xml
$(DSTDIR)/xml/wxgui_items.xml $(DSTDIR)/xml/module_items.xml
$(DSTDIR)/xml/main_menu.xml
$(call run_grass,$(PYTHON) $< > $@)
-xml/module_tree_menudata.xml: core/toolboxes.py
+$(DSTDIR)/xml/module_tree_menudata.xml: core/toolboxes.py
$(DSTDIR)/xml/toolboxes.xml $(DSTDIR)/xml/wxgui_items.xml
$(DSTDIR)/xml/module_items.xml $(DSTDIR)/xml/module_tree.xml
$(call run_grass,$(PYTHON) $< "module_tree" > $@)
}}}
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2845#comment:2>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list