[GRASS-dev] [GRASS GIS] #1758: Disabling python support does not prevent entry into python directories during build

GRASS GIS trac at osgeo.org
Fri Oct 5 19:59:20 PDT 2012


#1758: Disabling python support does not prevent entry into python directories
during build
-------------------------+--------------------------------------------------
 Reporter:  brook        |       Owner:  grass-dev@…              
     Type:  defect       |      Status:  new                      
 Priority:  critical     |   Milestone:  6.4.3                    
Component:  Default      |     Version:  6.4.2                    
 Keywords:               |    Platform:  All                      
      Cpu:  Unspecified  |  
-------------------------+--------------------------------------------------
 The configure option --without-python is presumably supposed to disable
 all python support.  However, the Makefiles are set to unconditionally
 enter the gui/wxpython and lib/python subdirectories.  As a result, this
 option results in a failed build.

 The solution is to conditionally include those directories in the list of
 subdirectories for make.  Two patches against the 6.4.2 release that fix
 this are attached.  This has been compile-checked on a NetBSD system both
 with and without the --without-python option.

 Presumably this should be pulled up to the more recent versions as well.

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1758>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list