[postgis-tickets] [PostGIS] #2271: make -j N not working if postgis_raster enabled

PostGIS trac at osgeo.org
Thu Apr 11 13:01:47 PDT 2013


#2271: make -j N not working if postgis_raster enabled
-------------------------+--------------------------------------------------
 Reporter:  iacovellas   |       Owner:  dustymugs    
     Type:  enhancement  |      Status:  new          
 Priority:  medium       |   Milestone:  PostGIS 2.0.4
Component:  raster       |     Version:  2.0.x        
 Keywords:               |  
-------------------------+--------------------------------------------------
Changes (by dustymugs):

  * owner:  strk => dustymugs
  * type:  defect => enhancement
  * component:  postgis => raster
  * milestone:  => PostGIS 2.0.4


Comment:

 By the looks of it, make is trying to build librtcore.a at the same time
 as it is building rtpostgis-2.0.so that depends upon librtcore.a.  The
 error makes perfect sense.

 An easy workaround is to add .NOTPARALLEL pseudo-target to raster,
 especially due to the limited number of source files...

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2271#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list