Opened 7 years ago
Closed 3 years ago
#3999 closed defect (wontfix)
configure should error out if building from git/svn if xsltproc is not installed
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.2.0 |
Component: | build | Version: | 2.4.x |
Keywords: | Cc: |
Description
When we package, we include the comments.sql scripts in the tar ball.
When building from git or svn, these scripts are generated using xsltproc. The comments scripts are needed for postgis extension scripts.
As such in order to build the extensions from git/svn repo, xsltproc must be installed on the build machine and configure should error out if it is not.
This test is only necessary if building from git/svn.
Change History (7)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Milestone: | PostGIS 2.4.4 → PostGIS 2.5.0 |
---|
comment:3 by , 6 years ago
Milestone: | PostGIS 2.5.0 → PostGIS 3.0.0 |
---|
comment:4 by , 5 years ago
Milestone: | PostGIS 3.0.0 → PostGIS 3.1.0 |
---|
comment:5 by , 4 years ago
Milestone: | PostGIS 3.1.0 → PostGIS 3.2.0 |
---|
comment:6 by , 3 years ago
Owner: | changed from | to
---|
This only affects a tiny set of people and requires complications to the script for that purpose.
comment:7 by , 3 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicates: #4002 and #3471