[postgis-tickets] [PostGIS] #5444: 3.4.0-beta1 fails to build (postgis--TEMPLATED--TO--ANY.sql is missing)

PostGIS trac at osgeo.org
Thu Jul 20 00:22:26 PDT 2023


#5444: 3.4.0-beta1 fails to build (postgis--TEMPLATED--TO--ANY.sql is missing)
------------------------------------+---------------------------
  Reporter:  Bas Couwenberg         |      Owner:  strk
      Type:  defect                 |     Status:  reopened
  Priority:  medium                 |  Milestone:  PostGIS 3.4.0
 Component:  build/upgrade/install  |    Version:  master
Resolution:                         |   Keywords:
------------------------------------+---------------------------
Comment (by strk):

 Bas can you check if this fixes the issue for you ?
 {{{
 diff --git a/extensions/upgrade-paths-rules.mk b/extensions/upgrade-paths-
 rules.mk
 index e543db61c..93e12cdfa 100644
 --- a/extensions/upgrade-paths-rules.mk
 +++ b/extensions/upgrade-paths-rules.mk
 @@ -18,7 +18,7 @@ install: install-upgrade-paths
  #   ALTER EXTENSION postgis UPDATE TO 'ANY';
  #   ALTER EXTENSION postgis UPDATE;
  #
 -install-upgrade-paths: tag-as-any
 +install-upgrade-paths: installdirs tag-as-any
         tpl='$(EXTENSION)--ANY--$(EXTVERSION).sql'; \
         $(INSTALL_DATA) sql/$${tpl} "$(EXTDIR)/$${tpl}"; \
         $(INSTALL_DATA) "sql/$(TAG_UPGRADE)" "$(EXTDIR)/$(TAG_UPGRADE)"; \
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5444#comment:10>
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