[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:15:35 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):
I don't understand why the target directory is found to be unexistent as
it was craeted as the first thing:
{{{
---- Making install in postgis
make[4]: Entering directory '/<<PKGBUILDDIR>>/extensions/postgis'
/bin/mkdir -p
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/postgresql/15/extension'
tpl='postgis--ANY--3.4.0beta1.sql'; \
/usr/bin/install -c -m 644 sql/${tpl}
"/<<PKGBUILDDIR>>/debian/tmp/usr/share/postgresql/15/extension/${tpl}"; \
/usr/bin/install -c -m 644 "sql/postgis--TEMPLATED--TO--ANY.sql"
"/<<PKGBUILDDIR>>/debian/tmp/usr/share/postgresql/15/extension/postgis--
TEMPLATED--TO--ANY.sql"; \
ln -fs "postgis--TEMPLATED--TO--ANY.sql"
/<<PKGBUILDDIR>>/debian/tmp/usr/share/postgresql/15/extension/postgis--
3.4.0beta1--ANY.sql;
/usr/bin/install: cannot create regular file
'/<<PKGBUILDDIR>>/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
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/postgresql/15/extension/postgis--
TEMPLATED--TO--ANY.sql': No such file or directory
/bin/mkdir -p
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/postgresql/15/extension'
/usr/bin/install -c -m 644 .//postgis.control
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/postgresql/15/extension/'
/usr/bin/install -c -m 644 postgis.control sql/postgis--3.4.0beta1.sql
sql/postgis--unpackaged.sql sql/postgis--unpackaged--3.4.0beta1.sql
sql/postgis--ANY--3.4.0beta1.sql
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/postgresql/15/extension/'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/extensions/postgis'
}}}
It's also created twice for some reason
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5444#comment:8>
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