#3471 closed defect (wontfix)
Make install failed without complaining on linux
Reported by: | ehabets | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.4.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
After configure, make and make install all seemed all right. But in fact, postgis.control were not copied in the postgres extension directory and CREATE EXTENSION postgis sql command failed.
Finally make check complained that xsltproc was missing. PostGIS installation succeeded after installing that package.
Shouldn't configure first complains and fails?
Change History (3)
comment:1 by , 8 years ago
Milestone: | PostGIS 2.3.0 → PostGIS 2.4.0 |
---|
comment:2 by , 7 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Discussed w/pramsey: conclusion is that we shouldn't require xsltproc just to build PostGIS, since it's only required for the make check step.
Note:
See TracTickets
for help on using tickets.
It's not needed if you compile from tar ball since the comments.sql files it builds are packaged as part of the tar ball. Were you compiling from repo? If you were compiling from tar ball I'd consider it a more serious bug.