Opened 8 years ago

Closed 7 years ago

Last modified 7 years ago

#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 robe, 8 years ago

Milestone: PostGIS 2.3.0PostGIS 2.4.0

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.

comment:2 by dbaston, 7 years ago

Resolution: wontfix
Status: newclosed

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.

comment:3 by strk, 7 years ago

Isn't it needed to build comments, which are part of extension ?

Note: See TracTickets for help on using tickets.