[postgis-tickets] [PostGIS] #3335: Handle parallel make properly

PostGIS trac at osgeo.org
Fri Oct 16 22:35:26 PDT 2015


#3335: Handle parallel make properly
-----------------------------------+---------------------------
 Reporter:  robe                   |      Owner:  strk
     Type:  defect                 |     Status:  new
 Priority:  medium                 |  Milestone:  PostGIS 2.3.0
Component:  build/upgrade/install  |    Version:  trunk
 Keywords:                         |
-----------------------------------+---------------------------
 I've seen this come up a number of times on IRC and once on mailing list:

 https://lists.osgeo.org/pipermail/postgis-devel/2015-October/025368.html

 ----
 I did note that the resulting makefiles are incomplete, and I have to
 compile with 'make -j1' rather than the usual (for my build system)
 'make -j12'.

 ----


 Where people's make defaults to parallel build, and then PostGIS compile
 fails with a cryptic error I think about raster.  I can't find the irc log
 entries where someone provided the error.

 Is ther something we can do about this to either automatically disable
 this or allow it without error.

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3335>
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