[postgis-tickets] [PostGIS] #4105: Patch to fix parallel build of extensions

PostGIS trac at osgeo.org
Sun Jun 10 00:49:04 PDT 2018


#4105: Patch to fix parallel build of extensions
----------------------------+---------------------------
 Reporter:  Bas Couwenberg  |      Owner:  pramsey
     Type:  defect          |     Status:  new
 Priority:  medium          |  Milestone:  PostGIS 2.4.5
Component:  postgis         |    Version:  2.4.x
 Keywords:                  |
----------------------------+---------------------------
 Building postgis with `-j2` or more fails due to extensions not being
 parallel safe.

 The directories are not created for all scripts in those directories.

 The postgis Debian package was recently updated to enable parallel builds.
 The initial build failed due to the postgis_tiger_geocoder extension and
 the second build failed due to the postgis exentions, the cause was always
 missing `mkdir` commands in the target in question.

 The attached patch fixes the issue.

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