[GRASS-dev] [GRASS GIS] #2845: Build failure with 7.0.3RC1 on Linux

GRASS GIS trac at osgeo.org
Sat Jan 2 18:57:31 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):

 Replying to [comment:3 scimmia]:
 > When I use -j5 as I normally do, I still get an error, but it's harder
 to track.
 > {{{
 > Makefile:53: recipe for target
 '/home/dnewgard/PKGBUILDs/grass/src/grass-7.0.3RC1/dist.x86_64-pc-linux-
 gnu/gui/wxpython/xml/module_items.xml' failed
 > }}}

 Replying to [comment:4 scimmia]:
 > Shoot, pasted wrong line
 > {{{
 > /bin/sh: /home/dnewgard/PKGBUILDs/grass/src/grass-7.0.3RC1/dist.x86_64
 -pc-linux-gnu/gui/wxpython/xml/module_items.xml: No such file or directory
 > }}}

 Are both there or just one? `module_items.xml` should be created as first
 item in the `default` target and then it is required by following items
 inside recipe for the `default` target (implicitly, all things inside one
 target should always go in sequence AFAIK). These are the lines:

 {{{
 default: $(DSTFILES)
         -$(MAKE) $(DSTDIR)/xml/module_items.xml
         -$(MAKE) xml/menudata.xml
         -$(MAKE) xml/module_tree_menudata.xml
 }}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2845#comment:5>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list