Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#4105 closed defect (fixed)

Patch to fix parallel build of extensions

Reported by: Bas Couwenberg Owned by: pramsey
Priority: medium Milestone: PostGIS 2.4.5
Component: postgis Version: 2.4.x
Keywords: Cc:

Description

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.

Attachments (1)

parallel-extensions.patch (7.9 KB ) - added by Bas Couwenberg 6 years ago.

Download all attachments as: .zip

Change History (3)

by Bas Couwenberg, 6 years ago

Attachment: parallel-extensions.patch added

comment:1 by pramsey, 6 years ago

Resolution: fixed
Status: newclosed

In 16665:

Better parallel build, closes #4105

comment:2 by pramsey, 6 years ago

In 16667:

Better parallel build (references #4105)

Note: See TracTickets for help on using tickets.