Opened 16 months ago
Closed 16 months ago
#5459 closed defect (fixed)
When raster support is disabled, `make distclean` leaves Makefiles around
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.3.5 |
Component: | build | Version: | 3.3.x |
Keywords: | Cc: |
Description
Spotted on the MakeDist debbie's recipe: https://debbie.postgis.net/job/PostGIS_Make_Dist/label=debbie/4967/consoleFull
The tarball packages created by debbie contain Makefile files that shouldn't be there. This is because they are generated by ./configure but left behind by make distclean
when raster is disabled.
Creating the package on my local machine, with raster enabled, correctly does not include those files.
Change History (7)
comment:1 by , 16 months ago
Component: | postgis → build/upgrade/install |
---|---|
Owner: | changed from | to
comment:2 by , 16 months ago
Version: | → 3.3.x |
---|
comment:3 by , 16 months ago
The left behind files are:
- postgis/extensions/address_standardizer/Makefile
- postgis/extensions/postgis_raster/Makefile
- postgis/raster/Makefile
- postgis/raster/rt_pg/Makefile
The master branch has special code to cleanup sfcgal and raster when they are disabled, but there's nothing about address_standardized specifically
comment:4 by , 16 months ago
Milestone: | PostGIS Packaging → PostGIS 3.3.5 |
---|
This was spotted packaging 3.3.4, I didn't check if this is already fixed in the master branch