Source: postgis
Version: 3.3.4+dfsg-1
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@lists.debian.org
Usertags: qa-doublebuild

Hi,

This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -S
> --------------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package postgis
> dpkg-buildpackage: info: source version 3.3.4+dfsg-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Bas Couwenberg 
> <sebas...@debian.org>
>  dpkg-source --before-build .
> dpkg-source: info: using options from 
> postgis-3.3.4+dfsg/debian/source/options: 
> --extend-diff-ignore=(^|/)(doc/html/postgis\.html|doc/Makefile|doc/Makefile\.comments|doc/html/image_src/Makefile|doc/html/images/.*\.png|extensions/postgis_tiger_geocoder/sql_bits/tiger_geocoder.*\.sql\.in|libtool|postgis/sfcgal\.sql|postgis/sqldefines\.h|config\.log|topology/test/load_topology-4326\.sql|topology/test/load_topology\.sql|topology/test/regress/topogeo_addlinestring_expected|topology/test/Makefile|topology/test/topo_predicates\.sql)$
>  debian/rules clean
> pg_buildext checkcontrol
> dh clean
>    debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> pg_buildext checkcontrol
> (set -ex; \
> for PGVER in ; do \
>       rm -rf /<<PKGBUILDDIR>>/debian/build-$PGVER; \
> done)
> [ ! -f GNUmakefile ] || /usr/bin/make -j8 distclean || true
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> rm -Rf autom4te.cache
> rm -f GNUmakefile
> rm -f config.log config.cache config.status
> rm -f postgis_config.h
> rm -f libtool
> for s in liblwgeom libpgcommon postgis regress raster topology sfcgal loader 
> utils doc extensions deps; do \
>       echo "---- Making distclean in ${s}"; \
>       /usr/bin/make -C ${s} distclean || exit 1; \
> done;
> ---- Making distclean in liblwgeom
> make[3]: Entering directory '/<<PKGBUILDDIR>>/liblwgeom'
> /usr/bin/make -C cunit clean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/liblwgeom/cunit'
> rm -f cu_algorithm.o cu_boundary.o cu_buildarea.o cu_bytebuffer.o cu_clean.o 
> cu_print.o cu_minimum_bounding_circle.o cu_misc.o cu_ptarray.o cu_geodetic.o 
> cu_geos.o cu_geos_cluster.o cu_tree.o cu_measures.o cu_effectivearea.o 
> cu_chaikin.o cu_filterm.o cu_node.o cu_clip_by_rect.o cu_gserialized1.o 
> cu_gserialized2.o cu_lwstroke.o cu_split.o cu_stringbuffer.o cu_triangulate.o 
> cu_homogenize.o cu_force_dims.o cu_force_sfs.o cu_out_twkb.o cu_out_wkt.o 
> cu_out_wkb.o cu_out_gml.o cu_out_kml.o cu_out_geojson.o cu_out_svg.o 
> cu_out_encoded_polyline.o cu_surface.o cu_out_x3d.o cu_in_geojson.o 
> cu_in_twkb.o cu_in_wkb.o cu_in_wkt.o cu_in_encoded_polyline.o cu_iterator.o 
> cu_varint.o cu_unionfind.o cu_wrapx.o cu_tester.o cu_sfcgal.o
> rm -f cu_tester
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/liblwgeom/cunit'
> /usr/bin/make -C ../deps/ryu clean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/deps/ryu'
> rm -f libryu.la d2s.o d2s.lo
> rm -rf .libs
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/deps/ryu'
> rm -f stringbuffer.lo optionlist.lo stringlist.lo bytebuffer.lo measures.lo 
> measures3d.lo ptarray.lo lookup3.lo lwgeom_api.lo lwgeom.lo lwpoint.lo 
> lwline.lo lwpoly.lo lwtriangle.lo lwmpoint.lo lwmline.lo lwmpoly.lo 
> lwboundingcircle.lo lwcollection.lo lwcircstring.lo lwcompound.lo 
> lwcurvepoly.lo lwmcurve.lo lwmsurface.lo lwpsurface.lo lwtin.lo lwout_wkb.lo 
> lwin_geojson.lo lwin_wkb.lo lwin_twkb.lo lwiterator.lo lwgeom_median.lo 
> lwout_wkt.lo lwout_twkb.lo lwin_wkt_parse.lo lwin_wkt_lex.lo lwin_wkt.lo 
> lwin_encoded_polyline.lo lwutil.lo lwhomogenize.lo lwalgorithm.lo lwstroke.lo 
> lwlinearreferencing.lo lwprint.lo gbox.lo gserialized.lo gserialized1.lo 
> gserialized2.lo lwgeodetic.lo lwgeodetic_tree.lo lwrandom.lo lwtree.lo 
> lwout_gml.lo lwout_kml.lo lwout_geojson.lo lwout_svg.lo lwout_x3d.lo 
> lwout_encoded_polyline.lo 
> lwgeom_debug.lo lwgeom_geos.lo lwgeom_geos_clean.lo lwgeom_geos_cluster.lo 
> lwgeom_geos_node.lo lwgeom_geos_split.lo lwgeom_topo.lo lwgeom_transform.lo 
> lwgeom_wrapx.lo lwunionfind.lo effectivearea.lo lwchaikins.lo lwmval.lo 
> lwkmeans.lo varint.lo lwgeom_sfcgal.lo lwspheroid.lo stringbuffer.o 
> optionlist.o stringlist.o bytebuffer.o measures.o measures3d.o ptarray.o 
> lookup3.o lwgeom_api.o lwgeom.o lwpoint.o lwline.o lwpoly.o lwtriangle.o 
> lwmpoint.o lwmline.o lwmpoly.o lwboundingcircle.o lwcollection.o 
> lwcircstring.o lwcompound.o lwcurvepoly.o lwmcurve.o lwmsurface.o 
> lwpsurface.o lwtin.o lwout_wkb.o lwin_geojson.o lwin_wkb.o lwin_twkb.o 
> lwiterator.o lwgeom_median.o lwout_wkt.o lwout_twkb.o lwin_wkt_parse.o 
> lwin_wkt_lex.o lwin_wkt.o lwin_encoded_polyline.o lwutil.o lwhomogenize.o 
> lwalgorithm.o lwstroke.o 
> lwlinearreferencing.o lwprint.o gbox.o gserialized.o gserialized1.o 
> gserialized2.o lwgeodetic.o lwgeodetic_tree.o lwrandom.o lwtree.o lwout_gml.o 
> lwout_kml.o lwout_geojson.o lwout_svg.o lwout_x3d.o lwout_encoded_polyline.o 
> lwgeom_debug.o lwgeom_geos.o lwgeom_geos_clean.o lwgeom_geos_cluster.o 
> lwgeom_geos_node.o lwgeom_geos_split.o lwgeom_topo.o lwgeom_transform.o 
> lwgeom_wrapx.o lwunionfind.o effectivearea.o lwchaikins.o lwmval.o lwkmeans.o 
> varint.o lwgeom_sfcgal.o lwspheroid.o
> rm -f liblwgeom.la
> rm -rf .libs
> /usr/bin/make -C cunit distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/liblwgeom/cunit'
> rm -f cu_algorithm.o cu_boundary.o cu_buildarea.o cu_bytebuffer.o cu_clean.o 
> cu_print.o cu_minimum_bounding_circle.o cu_misc.o cu_ptarray.o cu_geodetic.o 
> cu_geos.o cu_geos_cluster.o cu_tree.o cu_measures.o cu_effectivearea.o 
> cu_chaikin.o cu_filterm.o cu_node.o cu_clip_by_rect.o cu_gserialized1.o 
> cu_gserialized2.o cu_lwstroke.o cu_split.o cu_stringbuffer.o cu_triangulate.o 
> cu_homogenize.o cu_force_dims.o cu_force_sfs.o cu_out_twkb.o cu_out_wkt.o 
> cu_out_wkb.o cu_out_gml.o cu_out_kml.o cu_out_geojson.o cu_out_svg.o 
> cu_out_encoded_polyline.o cu_surface.o cu_out_x3d.o cu_in_geojson.o 
> cu_in_twkb.o cu_in_wkb.o cu_in_wkt.o cu_in_encoded_polyline.o cu_iterator.o 
> cu_varint.o cu_unionfind.o cu_wrapx.o cu_tester.o cu_sfcgal.o
> rm -f cu_tester
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/liblwgeom/cunit'
> rm -f liblwgeom.h Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/liblwgeom'
> ---- Making distclean in libpgcommon
> make[3]: Entering directory '/<<PKGBUILDDIR>>/libpgcommon'
> /usr/bin/make -C cunit clean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/libpgcommon/cunit'
> make[4]: Nothing to be done for 'clean'.
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/libpgcommon/cunit'
> rm -f gserialized_gist.o lwgeom_transform.o lwgeom_cache.o lwgeom_pg.o 
> shared_gserialized.o
> rm -f 
> rm -f libpgcommon.a
> /usr/bin/make -C cunit distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/libpgcommon/cunit'
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/libpgcommon/cunit'
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/libpgcommon'
> ---- Making distclean in postgis
> make[3]: Entering directory '/<<PKGBUILDDIR>>/postgis'
> rm -f postgis-3.so   libpostgis-3.a  libpostgis-3.pc
> rm -f postgis.sql uninstall_postgis.sql postgis_upgrade.sql legacy.sql 
> uninstall_legacy.sql legacy_minimal.sql legacy_gist.sql
> rm -f postgis_module.o lwgeom_accum.o lwgeom_union.o lwgeom_spheroid.o 
> lwgeom_ogc.o lwgeom_functions_analytic.o lwgeom_inout.o 
> lwgeom_functions_basic.o lwgeom_btree.o lwgeom_box.o lwgeom_box3d.o 
> lwgeom_geos.o lwgeom_geos_prepared.o lwgeom_geos_clean.o 
> lwgeom_geos_relatematch.o lwgeom_generate_grid.o lwgeom_export.o 
> lwgeom_in_gml.o lwgeom_in_kml.o lwgeom_in_marc21.o lwgeom_out_marc21.o 
> lwgeom_in_geohash.o lwgeom_in_geojson.o lwgeom_in_encoded_polyline.o 
> lwgeom_triggers.o lwgeom_dump.o lwgeom_dumppoints.o lwgeom_functions_lrs.o 
> lwgeom_functions_temporal.o lwgeom_rectree.o long_xact.o lwgeom_sqlmm.o 
> lwgeom_rtree.o lwgeom_transform.o lwgeom_window.o gserialized_typmod.o 
> gserialized_gist_2d.o gserialized_gist_nd.o gserialized_supportfn.o 
> gserialized_spgist_2d.o gserialized_spgist_3d.o gserialized_spgist_nd.o 
> brin_2d.o brin_nd.o brin_common.o gserialized_estimate.o geography_inout.o 
> geography_btree.o geography_centroid.o geography_measurement.o 
> geography_measurement_trees.o geometry_inout.o postgis_libprotobuf.o 
> vector_tile.pb-c.o geobuf.pb-c.o mvt.o lwgeom_out_mvt.o geobuf.o 
> lwgeom_out_geobuf.o lwgeom_out_geojson.o flatgeobuf.o lwgeom_in_flatgeobuf.o 
> lwgeom_out_flatgeobuf.o postgis_legacy.o postgis_module.bc lwgeom_accum.bc 
> lwgeom_union.bc lwgeom_spheroid.bc lwgeom_ogc.bc lwgeom_functions_analytic.bc 
> lwgeom_inout.bc lwgeom_functions_basic.bc lwgeom_btree.bc lwgeom_box.bc 
> lwgeom_box3d.bc lwgeom_geos.bc lwgeom_geos_prepared.bc lwgeom_geos_clean.bc 
> lwgeom_geos_relatematch.bc lwgeom_generate_grid.bc lwgeom_export.bc 
> lwgeom_in_gml.bc lwgeom_in_kml.bc lwgeom_in_marc21.bc lwgeom_out_marc21.bc 
> lwgeom_in_geohash.bc 
> lwgeom_in_geojson.bc lwgeom_in_encoded_polyline.bc lwgeom_triggers.bc 
> lwgeom_dump.bc lwgeom_dumppoints.bc lwgeom_functions_lrs.bc 
> lwgeom_functions_temporal.bc lwgeom_rectree.bc long_xact.bc lwgeom_sqlmm.bc 
> lwgeom_rtree.bc lwgeom_transform.bc lwgeom_window.bc gserialized_typmod.bc 
> gserialized_gist_2d.bc gserialized_gist_nd.bc gserialized_supportfn.bc 
> gserialized_spgist_2d.bc gserialized_spgist_3d.bc gserialized_spgist_nd.bc 
> brin_2d.bc brin_nd.bc brin_common.bc gserialized_estimate.bc 
> geography_inout.bc geography_btree.bc geography_centroid.bc 
> geography_measurement.bc geography_measurement_trees.bc geometry_inout.bc 
> postgis_libprotobuf.bc vector_tile.pb-c.bc geobuf.pb-c.bc mvt.bc 
> lwgeom_out_mvt.bc geobuf.bc lwgeom_out_geobuf.bc lwgeom_out_geojson.bc 
> flatgeobuf.bc lwgeom_in_flatgeobuf.bc lwgeom_out_flatgeobuf.bc 
> postgis_legacy.bc
> rm -rf postgis.sql legacy.sql legacy_minimal.sql uninstall_postgis.sql 
> uninstall_legacy.sql uninstall_sfcgal.sql postgis_upgrade.sql.in 
> postgis_upgrade.sql vector_tile.pb-c.c vector_tile.pb-c.h geobuf.pb-c.c 
> geobuf.pb-c.h
> rm -f Makefile
> rm -f sqldefines.h
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/postgis'
> ---- Making distclean in regress
> make[3]: Entering directory '/<<PKGBUILDDIR>>/regress'
> rm -rf /<<PKGBUILDDIR>>/regress/00-regress-install
> rm -f postgis_garden_result.txt
> rm -f Makefile
> rm -f core/Makefile
> rm -f core/tests.mk
> rm -f loader/Makefile
> rm -f dumper/Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/regress'
> ---- Making distclean in raster
> make[3]: Entering directory '/<<PKGBUILDDIR>>/raster'
> /usr/bin/make -C rt_core clean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/raster/rt_core'
> rm -f rt_util.o rt_spatial_relationship.o rt_mapalgebra.o rt_geometry.o 
> rt_statistics.o rt_pixel.o rt_warp.o rt_gdal.o rt_band.o rt_raster.o 
> rt_serialize.o rt_wkb.o rt_context.o
> rm -f librtcore.a
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/raster/rt_core'
> /usr/bin/make -C rt_pg clean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/raster/rt_pg'
> rm -f postgis_raster-3.so   libpostgis_raster-3.a  libpostgis_raster-3.pc
> rm -f rtpostgis.sql rtpostgis_upgrade.sql uninstall_rtpostgis.sql 
> rtpostgis_legacy.sql
> rm -f rtpostgis.o rtpg_internal.o rtpg_legacy.o rtpg_spatial_relationship.o 
> rtpg_mapalgebra.o rtpg_utility.o rtpg_inout.o rtpg_wkb.o rtpg_geometry.o 
> rtpg_raster_properties.o rtpg_band_properties.o rtpg_pixel.o rtpg_create.o 
> rtpg_gdal.o rtpg_statistics.o rtpostgis.bc rtpg_internal.bc rtpg_legacy.bc 
> rtpg_spatial_relationship.bc rtpg_mapalgebra.bc rtpg_utility.bc rtpg_inout.bc 
> rtpg_wkb.bc rtpg_geometry.bc rtpg_raster_properties.bc 
> rtpg_band_properties.bc rtpg_pixel.bc rtpg_create.bc rtpg_gdal.bc 
> rtpg_statistics.bc
> rm -rf rtpostgis.sql rtpostgis_drop.sql rtpostgis_upgrade_cleanup.sql 
> rtpostgis_legacy.sql rtpostgis.sql rtpostgis_upgrade.sql 
> uninstall_rtpostgis.sql rtpostgis_legacy.sql rtpostgis_upgrade.sql.in
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/raster/rt_pg'
> /usr/bin/make -C loader clean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/raster/loader'
> rm -rf .libs
> rm -f *.o raster2pgsql
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/raster/loader'
> /usr/bin/make -C test clean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/raster/test'
> /usr/bin/make -C cunit clean
> make[5]: Entering directory '/<<PKGBUILDDIR>>/raster/test/cunit'
> rm -rf .libs
> rm -f cu_pixtype.o cu_raster_basics.o cu_band_basics.o cu_raster_wkb.o 
> cu_raster_geometry.o cu_raster_misc.o cu_band_stats.o cu_band_misc.o 
> cu_gdal.o cu_spatial_relationship.o cu_mapalgebra.o cu_misc.o cu_tester.o
> rm -f cu_tester
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/raster/test/cunit'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/raster/test'
> /usr/bin/make -C scripts clean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/raster/scripts'
> /usr/bin/make -C python clean
> make[5]: Entering directory '/<<PKGBUILDDIR>>/raster/scripts/python'
> rm -f *.o
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/raster/scripts/python'
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/raster/scripts'
> /usr/bin/make -C rt_core distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/raster/rt_core'
> rm -f rt_util.o rt_spatial_relationship.o rt_mapalgebra.o rt_geometry.o 
> rt_statistics.o rt_pixel.o rt_warp.o rt_gdal.o rt_band.o rt_raster.o 
> rt_serialize.o rt_wkb.o rt_context.o
> rm -f librtcore.a
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/raster/rt_core'
> /usr/bin/make -C rt_pg distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/raster/rt_pg'
> rm -f postgis_raster-3.so   libpostgis_raster-3.a  libpostgis_raster-3.pc
> rm -f rtpostgis.sql rtpostgis_upgrade.sql uninstall_rtpostgis.sql 
> rtpostgis_legacy.sql
> rm -f rtpostgis.o rtpg_internal.o rtpg_legacy.o rtpg_spatial_relationship.o 
> rtpg_mapalgebra.o rtpg_utility.o rtpg_inout.o rtpg_wkb.o rtpg_geometry.o 
> rtpg_raster_properties.o rtpg_band_properties.o rtpg_pixel.o rtpg_create.o 
> rtpg_gdal.o rtpg_statistics.o rtpostgis.bc rtpg_internal.bc rtpg_legacy.bc 
> rtpg_spatial_relationship.bc rtpg_mapalgebra.bc rtpg_utility.bc rtpg_inout.bc 
> rtpg_wkb.bc rtpg_geometry.bc rtpg_raster_properties.bc 
> rtpg_band_properties.bc rtpg_pixel.bc rtpg_create.bc rtpg_gdal.bc 
> rtpg_statistics.bc
> rm -rf rtpostgis.sql rtpostgis_drop.sql rtpostgis_upgrade_cleanup.sql 
> rtpostgis_legacy.sql rtpostgis.sql rtpostgis_upgrade.sql 
> uninstall_rtpostgis.sql rtpostgis_legacy.sql rtpostgis_upgrade.sql.in
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/raster/rt_pg'
> /usr/bin/make -C loader distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/raster/loader'
> rm -rf .libs
> rm -f *.o raster2pgsql
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/raster/loader'
> /usr/bin/make -C test distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/raster/test'
> /usr/bin/make -C cunit clean
> make[5]: Entering directory '/<<PKGBUILDDIR>>/raster/test/cunit'
> rm -rf .libs
> rm -f cu_pixtype.o cu_raster_basics.o cu_band_basics.o cu_raster_wkb.o 
> cu_raster_geometry.o cu_raster_misc.o cu_band_stats.o cu_band_misc.o 
> cu_gdal.o cu_spatial_relationship.o cu_mapalgebra.o cu_misc.o cu_tester.o
> rm -f cu_tester
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/raster/test/cunit'
> /usr/bin/make -C cunit distclean
> make[5]: Entering directory '/<<PKGBUILDDIR>>/raster/test/cunit'
> rm -rf .libs
> rm -f cu_pixtype.o cu_raster_basics.o cu_band_basics.o cu_raster_wkb.o 
> cu_raster_geometry.o cu_raster_misc.o cu_band_stats.o cu_band_misc.o 
> cu_gdal.o cu_spatial_relationship.o cu_mapalgebra.o cu_misc.o cu_tester.o
> rm -f cu_tester
> rm -f Makefile
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/raster/test/cunit'
> /usr/bin/make -C regress distclean
> make[5]: Entering directory '/<<PKGBUILDDIR>>/raster/test/regress'
> rm -f -f rtpostgis.sql
> rm -f Makefile
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/raster/test/regress'
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/raster/test'
> /usr/bin/make -C scripts distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/raster/scripts'
> /usr/bin/make -C python clean
> make[5]: Entering directory '/<<PKGBUILDDIR>>/raster/scripts/python'
> rm -f *.o
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/raster/scripts/python'
> /usr/bin/make -C python distclean
> make[5]: Entering directory '/<<PKGBUILDDIR>>/raster/scripts/python'
> rm -f *.o
> rm -f Makefile
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/raster/scripts/python'
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/raster/scripts'
> rm -f raster_config.h Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/raster'
> ---- Making distclean in topology
> make[3]: Entering directory '/<<PKGBUILDDIR>>/topology'
> rm -f postgis_topology-3.so   libpostgis_topology-3.a  
> libpostgis_topology-3.pc
> /usr/bin/make -C test clean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/topology/test'
> rm -f topo_predicates.sql load_topology.sql load_topology-4326.sql
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/topology/test'
> rm -f topology.sql topology_upgrade.sql uninstall_topology.sql
> rm -f postgis_topology.o postgis_topology.bc
> rm -rf topology.sql topology_upgrade.sql topology_before_upgrade.sql 
> topology_after_upgrade.sql topology_upgrade.sql.in
> rm -f Makefile test/Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/topology'
> ---- Making distclean in sfcgal
> make[3]: Entering directory '/<<PKGBUILDDIR>>/sfcgal'
> Makefile:153: warning: overriding recipe for target 'check'
> /usr/lib/postgresql/15/lib/pgxs/src/makefiles/pgxs.mk:446: warning: ignoring 
> old recipe for target 'check'
> rm -f postgis_sfcgal-3.so   libpostgis_sfcgal-3.a  libpostgis_sfcgal-3.pc
> rm -f sfcgal.sql uninstall_sfcgal.sql sfcgal_upgrade.sql
> rm -f lwgeom_sfcgal.o lwgeom_sfcgal.bc
> rm -rf sfcgal.sql uninstall_sfcgal.sql sfcgal_upgrade.sql.in 
> sfcgal_upgrade.sql sfcgal_after_upgrade.sql sfcgal_before_upgrade.sql
> rm -f Makefile
> rm -f regress/Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/sfcgal'
> ---- Making distclean in loader
> make[3]: Entering directory '/<<PKGBUILDDIR>>/loader'
> rm -rf .libs
> rm -f *.o shp2pgsql pgsql2shp  shp2pgsql-gui postgis
> /usr/bin/make -C cunit clean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/loader/cunit'
> rm -f cu_pgsql2shp.o cu_shp2pgsql.o cu_tester.o
> rm -f cu_tester
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/loader/cunit'
> /usr/bin/make -C cunit distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/loader/cunit'
> rm -f cu_pgsql2shp.o cu_shp2pgsql.o cu_tester.o
> rm -f cu_tester
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/loader/cunit'
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/loader'
> ---- Making distclean in utils
> make[3]: Entering directory '/<<PKGBUILDDIR>>/utils'
> rm -f postgis_restore.pl
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/utils'
> ---- Making distclean in doc
> make[3]: Entering directory '/<<PKGBUILDDIR>>/doc'
> rm -f html/*.html
> rm -f postgis-3.3.4.pdf
> rm -f *.epub
> /usr/bin/make -C html/image_src clean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/doc/html/image_src'
> rm -f styles.o generator.o
> rm -f generator
> rm -f tmp[0-9].png
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc/html/image_src'
> rm -f postgis_aggs_mm.xml postgis-out.xml 
> rm -f postgis_gardentest_33.sql
> rm -f raster_gardentest_33.sql
> /usr/bin/make -C html/image_src distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/doc/html/image_src'
> rm -f styles.o generator.o
> rm -f generator
> rm -f tmp[0-9].png
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/doc/html/image_src'
> rm -f Makefile Makefile.comments html/image_src/Makefile
> for lang in it_IT pt_BR fr es pl ko_KR de ja ru; do \
>       rm -f po/$lang/Makefile; \
> done
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
> ---- Making distclean in extensions
> make[3]: Entering directory '/<<PKGBUILDDIR>>/extensions'
> rm -f Makefile
> for DIR in postgis postgis_tiger_geocoder postgis_raster postgis_topology 
> postgis_sfcgal address_standardizer; do \
>       echo "---- Making distclean in ${DIR}"; \
>       /usr/bin/make -C "${DIR}" distclean || exit 1; \
> done
> ---- Making distclean in postgis
> make[4]: Entering directory '/<<PKGBUILDDIR>>/extensions/postgis'
> rm -f postgis.control sql/postgis--3.3.4.sql sql/postgis--unpackaged.sql 
> sql/postgis--unpackaged--3.3.4.sql sql/postgis--ANY--3.3.4.sql 
> rm -rf sql/
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/extensions/postgis'
> ---- Making distclean in postgis_tiger_geocoder
> make[4]: Entering directory 
> '/<<PKGBUILDDIR>>/extensions/postgis_tiger_geocoder'
> rm -f postgis_tiger_geocoder.control sql/postgis_tiger_geocoder--3.3.4.sql 
> sql/postgis_tiger_geocoder--unpackaged--3.3.4.sql 
> rm -rf sql expected sql_bits/tiger_geocoder_comments.sql 
> rm -rf results/ regression.diffs regression.out tmp_check/ tmp_check_iso/ 
> log/ output_iso/
> rm Makefile
> make[4]: Leaving directory 
> '/<<PKGBUILDDIR>>/extensions/postgis_tiger_geocoder'
> ---- Making distclean in postgis_raster
> make[4]: Entering directory '/<<PKGBUILDDIR>>/extensions/postgis_raster'
> rm -f postgis_raster.control sql/postgis_raster--3.3.4.sql 
> sql/postgis_raster--unpackaged.sql sql/postgis_raster--unpackaged--3.3.4.sql 
> rm -rf sql
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/extensions/postgis_raster'
> ---- Making distclean in postgis_topology
> make[4]: Entering directory '/<<PKGBUILDDIR>>/extensions/postgis_topology'
> rm -f postgis_topology.control sql/postgis_topology--3.3.4.sql 
> sql/postgis_topology--unpackaged.sql 
> sql/postgis_topology--unpackaged--3.3.4.sql 
> rm -rf sql/
> rm Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/extensions/postgis_topology'
> ---- Making distclean in postgis_sfcgal
> make[4]: Entering directory '/<<PKGBUILDDIR>>/extensions/postgis_sfcgal'
> rm -f postgis_sfcgal.control sql/postgis_sfcgal--3.3.4.sql 
> sql/postgis_sfcgal--unpackaged.sql sql/postgis_sfcgal--unpackaged--3.3.4.sql 
> rm -rf sql
> rm Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/extensions/postgis_sfcgal'
> ---- Making distclean in address_standardizer
> make[4]: Entering directory '/<<PKGBUILDDIR>>/extensions/address_standardizer'
> Makefile:218: warning: overriding recipe for target 'install'
> /usr/lib/postgresql/15/lib/pgxs/src/makefiles/pgxs.mk:236: warning: ignoring 
> old recipe for target 'install'
> rm -f address_standardizer-3.so   libaddress_standardizer-3.a  
> libaddress_standardizer-3.pc
> rm -f address_standardizer.control address_standardizer_data_us.control  
> sql/address_standardizer--1.0--3.3.4.sql sql/address_standardizer--3.3.4.sql 
> sql/address_standardizer--ANY--3.3.4.sql 
> sql/address_standardizer_data_us--3.3.4--3.3.4next.sql 
> sql/address_standardizer_data_us--3.3.4.sql 
> sql/address_standardizer_data_us--3.3.4next--3.3.4.sql 
> sql/address_standardizer_data_us--ANY--3.3.4.sql
> rm -f address_parser.o address_standardizer.o std_pg_hash.o analyze.o 
> err_param.o export.o gamma.o hash.o lexicon.o pagc_tools.o parseaddress-api.o 
> standard.o tokenize.o address_parser.bc address_standardizer.bc 
> std_pg_hash.bc analyze.bc err_param.bc export.bc gamma.bc hash.bc lexicon.bc 
> pagc_tools.bc parseaddress-api.bc standard.bc tokenize.bc
> rm -rf sql/ usps-st-city-name.txt mk-st-regexp mk-city-regex test_main  *.a 
> *.so *.dll
> rm -rf results/ regression.diffs regression.out tmp_check/ tmp_check_iso/ 
> log/ output_iso/
> rm Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/extensions/address_standardizer'
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/extensions'
> ---- Making distclean in deps
> make[3]: Entering directory '/<<PKGBUILDDIR>>/deps'
> /usr/bin/make -C wagyu clean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/deps/wagyu'
> rm -f libwagyu.la lwgeom_wagyu.o
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/deps/wagyu'
> /usr/bin/make -C ryu clean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/deps/ryu'
> rm -f libryu.la d2s.o d2s.lo
> rm -rf .libs
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/deps/ryu'
> /usr/bin/make -C flatgeobuf clean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/deps/flatgeobuf'
> rm -f libflatgeobuf.la flatgeobuf_c.o geometrywriter.o geometryreader.o 
> packedrtree.o
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/deps/flatgeobuf'
> /usr/bin/make -C wagyu distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/deps/wagyu'
> rm -f libwagyu.la lwgeom_wagyu.o
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/deps/wagyu'
> /usr/bin/make -C ryu distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/deps/ryu'
> rm -f libryu.la d2s.o d2s.lo
> rm -rf .libs
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/deps/ryu'
> /usr/bin/make -C flatgeobuf distclean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/deps/flatgeobuf'
> rm -f libflatgeobuf.la flatgeobuf_c.o geometrywriter.o geometryreader.o 
> packedrtree.o
> rm -f Makefile
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/deps/flatgeobuf'
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/deps'
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> [ ! -f GNUmakefile ] || /usr/bin/make -j8 -C doc images-clean || true
> rm -f postgis/postgis_upgrade_20_minor.sql.in \
>       raster/rt_pg/rtpostgis_drop.sql \
>       raster/rt_pg/rtpostgis_upgrade_cleanup.sql
> rm -f /<<PKGBUILDDIR>>/debian/postgresql-*-postgis-*.install
> rm -f /<<PKGBUILDDIR>>/debian/postgresql-*-postgis-*.lintian-overrides
> rm -f /<<PKGBUILDDIR>>/debian/postgresql-*-postgis-*-scripts.install
> rm -f /<<PKGBUILDDIR>>/debian/postgresql-*-postgis-*-scripts.lintian-overrides
> rm -f /<<PKGBUILDDIR>>/debian/postgresql-*-postgis-*-scripts.postinst
> rm -f /<<PKGBUILDDIR>>/debian/postgresql-*-postgis-*-scripts.prerm
> rm -f loader/cunit/cu_tester
> rm -rf liblwgeom/cunit/.libs
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_autoreconf_clean
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using options from 
> postgis-3.3.4+dfsg/debian/source/options: 
> --extend-diff-ignore=(^|/)(doc/html/postgis\.html|doc/Makefile|doc/Makefile\.comments|doc/html/image_src/Makefile|doc/html/images/.*\.png|extensions/postgis_tiger_geocoder/sql_bits/tiger_geocoder.*\.sql\.in|libtool|postgis/sfcgal\.sql|postgis/sqldefines\.h|config\.log|topology/test/load_topology-4326\.sql|topology/test/load_topology\.sql|topology/test/regress/topogeo_addlinestring_expected|topology/test/Makefile|topology/test/topo_predicates\.sql)$
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building postgis using existing 
> ./postgis_3.3.4+dfsg.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: ignoring deletion of file configure, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file build-aux/ltmain.sh, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file macros/ltsugar.m4, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file macros/lt~obsolete.m4, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file macros/ltversion.m4, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file macros/libtool.m4, use 
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file macros/ltoptions.m4, use 
> --include-removal to override
> dpkg-source: info: local changes detected, the modified files are:
>  postgis-3.3.4+dfsg/doc/html/docbook.css
>  postgis-3.3.4+dfsg/sfcgal/regress/tests.mk
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/postgis_3.3.4+dfsg-1.diff.qR9Gx5
> dpkg-source: info: Hint: make sure the version in debian/changelog matches 
> the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source 
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -S' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/13/postgis_3.3.4+dfsg-1_unstable.log

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

Reply via email to