[postgis-tickets] [PostGIS] #5250: Cirrus CI Freebsd failing on raster script builds
PostGIS
trac at osgeo.org
Sun Sep 25 20:37:31 PDT 2022
#5250: Cirrus CI Freebsd failing on raster script builds
-----------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: assigned
Priority: blocker | Milestone: PostGIS 3.4.0
Component: buildbots | Version: master
Keywords: |
-----------------------+---------------------------
https://github.com/postgis/postgis/runs/8541669143
{{{
grep -v '^#' rtpostgis_legacy.sql.tmp | \
/usr/local/bin/perl -lpe
"s'MODULE_PATHNAME'\$libdir/postgis_raster-3'g;s'@extschema@\.''g" >
rtpostgis_legacy.sql
rm rtpostgis_legacy.sql.tmp
rm rtpostgis.sql.tmp
rm rtpostgis_drop.sql.tmp
/usr/local/bin/perl ../../utils/create_upgrade.pl rtpostgis.sql >
rtpostgis_upgrade.sql.in
/usr/local/bin/perl ../../utils/create_undef.pl rtpostgis.sql 130 >
uninstall_rtpostgis.sql
rm rtpostgis_legacy.sql.tmp
rm: rtpostgis_legacy.sql.tmp: No such file or directory
gmake[3]: *** [Makefile:130: rtpostgis_legacy.sql] Error 1
gmake[3]: *** Deleting file 'rtpostgis_legacy.sql'
gmake[3]: *** Waiting for unfinished jobs....
rm rtpostgis.sql.tmp
rm: rtpostgis.sql.tmp: No such file or directory
rm rtpostgis.sql.tmp
gmake[3]: *** [Makefile:130: rtpostgis.sql] Error 1
gmake[3]: *** Deleting file 'rtpostgis.sql'
gmake[3]: Leaving directory '/tmp/cirrus-ci-build/raster/rt_pg'
gmake[2]: *** [Makefile:88: ../../raster/rt_pg/uninstall_rtpostgis.sql]
Error 2
gmake[2]: *** Deleting file '../../raster/rt_pg/uninstall_rtpostgis.sql'
gmake[2]: *** Waiting for unfinished jobs....
rm: rtpostgis.sql.tmp: No such file or directory
gmake[3]: *** [Makefile:130: rtpostgis.sql] Error 1
gmake[3]: Leaving directory '/tmp/cirrus-ci-build/raster/rt_pg'
gmake[2]: *** [Makefile:88: ../../raster/rt_pg/rtpostgis_drop.sql] Error 2
gmake[2]: *** Deleting file '../../raster/rt_pg/rtpostgis_drop.sql'
Unable to open input SQL file rtpostgis.sql
gmake[3]: *** [Makefile:152: rtpostgis_upgrade.sql.in] Error 2
gmake[3]: *** Deleting file 'rtpostgis_upgrade.sql.in'
Couldn't open file: rtpostgis.sql
gmake[3]: *** [Makefile:160: uninstall_rtpostgis.sql] Error 2
gmake[3]: Leaving directory '/tmp/cirrus-ci-build/raster/rt_pg'
gmake[2]: *** [Makefile:88:
../../raster/rt_pg/rtpostgis_upgrade_cleanup.sql] Error 2
gmake[2]: Leaving directory '/tmp/cirrus-ci-build/extensions/postgis'
gmake[1]: *** [Makefile:29: all] Error 1
gmake[1]: Leaving directory '/tmp/cirrus-ci-build/extensions'
gmake: *** [GNUmakefile:24: all] Error 1
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5250>
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