[postgis-tickets] [PostGIS] #3390: Compilation under Alpine Linux 3.2 gives an error when compiling the postgis and postgis_topology extension

PostGIS trac at osgeo.org
Sun Jan 3 10:34:06 PST 2016


#3390: Compilation under Alpine Linux 3.2 gives an error when compiling the
postgis and postgis_topology extension
----------------------+---------------------------
  Reporter:  boonen   |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 2.2.1
 Component:  postgis  |    Version:  2.2.x
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by gdt):

 I've had a similar issue, which I think has been discussed on the list.
 In pkgsrc, the issue is that the build of base postgresql does not depend
 on perl, and therefore perl in pgxs is missing.  One can argue this is
 broken, but the basic problem is that packages that depend on many things
 and can reasonably be split into pieces are difficult to deal with and
 there are no truly good solutions, other than upstream splitting them.

 I have replaced $(PERL) with @PERL@, but the notion of setting PERL=@PERL@
 so that it is definitive vs pgxs sounds sensible too.

 Arguably postgis should either look for perl and always use @PERL@, or not
 look for perl and insist on pgxs being right.  I prefer postgis looking
 for it.

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3390#comment:4>
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