[PostGIS] #5652: Upgrade raster tests running even if postgis raster is disabled

PostGIS trac at osgeo.org
Fri Dec 29 16:23:03 PST 2023


#5652: Upgrade raster tests running even if postgis raster is disabled
---------------------+---------------------------
 Reporter:  robe     |      Owner:  strk
     Type:  defect   |     Status:  new
 Priority:  blocker  |  Milestone:  PostGIS 3.5.0
Component:  upgrade  |    Version:  master
 Keywords:           |
---------------------+---------------------------
 Cirrus builds are failing on master

 https://cirrus-ci.com/task/4631711644909568


 {{{

  --------------- Extensions ---------------
   PostgreSQL EXTENSION support:       enabled
   PostGIS Raster:                     disabled
   PostGIS Topology:                   enabled
   SFCGAL support:                     enabled
   Address Standardizer support:       enabled
 /usr/local/bin/perl -lpe
 "s'MODULE_PATHNAME'\$libdir/postgis_sfcgal-3'g;s'@extschema@\.''g" >
 sfcgal_after_upgrade.sql
 rm -f sfcgal_after_upgrade.sql.tmp
 echo "BEGIN;" > sfcgal_upgrade.sql
 cat sfcgal_before_upgrade.sql sfcgal_upgrade.sql.in
 sfcgal_after_upgrade.sql >> sfcgal_upgrade.sql
 echo "COMMIT;" >> sfcgal_upgrade.sql
 gmake[1]: Leaving directory '/tmp/cirrus-ci-build/sfcgal'
 ---- Making all in utils
 gmake[1]: Entering directory '/tmp/cirrus-ci-build/utils'
 sed -e '1,/^__END__/d' postgis_restore.pl.in \
         | sort -u \
         > postgis_restore_data.hardcoded
 gmake[1]: *** No rule to make target
 '../raster/rt_pg/rtpostgis_upgrade.sql', needed by
 'postgis_restore_data.generated'.  Stop.
 gmake[1]: Leaving directory '/tmp/cirrus-ci-build/utils'
 gmake: *** [GNUmakefile:27: all] Error 1
 }}}

 I think it might have something to do with the fact that they don't have
 raster enabled, so they shouldn't even be trying to build raster extension
 or upgrades scripts.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5652>
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