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

PostGIS trac at osgeo.org
Fri Jul 14 23:10:27 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:  new
 Priority:  medium                 |  Milestone:  PostGIS 3.4.0
Component:  build/upgrade/install  |    Version:  master
 Keywords:                         |
-----------------------------------+---------------------------
 The Debian package build for 3.4.0-beta1 failed to build:
 {{{
 ---- Making install-extension-upgrades-from-known-versions in postgis
 make[5]: Entering directory
 '/build/postgis-3.4.0~beta1+dfsg/extensions/postgis'
 /usr/bin/perl ../../loader/postgis.pl \
         install-extension-upgrades \
         --extension postgis \
         --pg_sharedir /usr/share/postgresql/15 \
         2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1.0 2.1.1 2.1.2
 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4
 2.2.5 2.2.6 2.2.7 2.2.8 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7
 2.3.8 2.3.9 2.3.10 2.3.11 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7
 2.4.8 2.4.9 2.4.10 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8
 2.5.9 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0
 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.9 3.1.6 3.1.7 3.1.8 3.2.0 3.2.1 3.2.2
 3.2.3 3.2.4 3.2.5 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.4.0dev
 File /usr/share/postgresql/15/extension/postgis--TEMPLATED--TO--ANY.sql is
 missing at ../../loader/postgis.pl line 88.
 Installation target: /usr/share/postgresql/15 postgis
 make[5]: *** [../upgrade-paths-rules.mk:28: install-extension-upgrades-
 from-known-versions] Error 2
 }}}

 The extension hasn't been installed yet, hence you should use the file in
 `$DESTDIR`:
 {{{
 /usr/bin/install -c -m 644 "sql/postgis--TEMPLATED--TO--ANY.sql"
 "/build/postgis-3.4.0~beta1+dfsg/debian/tmp/usr/share/postgresql/15/extension/postgis
 --TEMPLATED--TO--ANY.sql"; \
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5444>
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