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

PostGIS trac at osgeo.org
Sat Jul 15 02:31:48 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:  closed
  Priority:  medium                 |  Milestone:  PostGIS 3.4.0
 Component:  build/upgrade/install  |    Version:  master
Resolution:  fixed                  |   Keywords:
------------------------------------+---------------------------
Comment (by Bas Couwenberg):

 There is still a dependency problem which parallel builds sometimes
 trigger:
 {{{
 ---- Making install in postgis
 make[4]: Entering directory '/build/postgis/extensions/postgis'
 /bin/mkdir -p
 '/build/postgis/debian/tmp/usr/share/postgresql/15/extension'
 tpl='postgis--ANY--3.4.0beta1.sql'; \
 /usr/bin/install -c -m 644 sql/${tpl}
 "/build/postgis/debian/tmp/usr/share/postgresql/15/extension/${tpl}"; \
 /usr/bin/install -c -m 644 "sql/postgis--TEMPLATED--TO--ANY.sql"
 "/build/postgis/debian/tmp/usr/share/postgresql/15/extension/postgis--
 TEMPLATED--TO--ANY.sql"; \
 ln -fs "postgis--TEMPLATED--TO--ANY.sql"
 /build/postgis/debian/tmp/usr/share/postgresql/15/extension/postgis--
 3.4.0beta1--ANY.sql;
 /usr/bin/install: cannot create regular file
 '/build/postgis/debian/tmp/usr/share/postgresql/15/extension/postgis--ANY
 --3.4.0beta1.sql': No such file or directory
 /usr/bin/install: cannot create regular file
 '/build/postgis/debian/tmp/usr/share/postgresql/15/extension/postgis--
 TEMPLATED--TO--ANY.sql': No such file or directory
 ln: failed to create symbolic link
 '/build/postgis/debian/tmp/usr/share/postgresql/15/extension/postgis--
 3.4.0beta1--ANY.sql': No such file or directory
 make[4]: *** [../upgrade-paths-rules.mk:22: install-upgrade-paths] Error 1
 }}}

 The install-upgrade-paths target does not depend on install-extension-
 upgrades-from-known-versions to ensure that postgis--TEMPLATED--TO--
 ANY.sql exists before it is symlinked.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5444#comment:3>
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