Your message dated Fri, 02 Oct 2020 11:19:30 +0000
with message-id <[email protected]>
and subject line Bug#971517: fixed in postgresql-common 218
has caused the Debian Bug report #971517,
regarding pg_buildext: Should not do unconditional `make clean` (fails for
CMake projects)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
971517: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971517
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: postgresql-common
Version: 217
Severity: important
Dear Maintainer,
The recent changes to pg_buildext break the pgrouting build, specifically this
change:
https://salsa.debian.org/postgresql/postgresql-common/-/commit/7184d60e2c73ff0decb5e4e574031550d74cebee#05d92fda6728ccf656ebc9e7e5f8b5fd325ed29f_276_283
pgrouting uses CMake so there is no Makefile when d/rules clean is executed:
$ bash -x /usr/bin/pg_buildext -m="--ignore-errors" clean build-13 ; echo $?
+ set -eu
+ VENVARGS=
+ MAKEVARS=
+ getopts c:i:m:o:s opt
+ case $opt in
+ MAKEVARS==--ignore-errors
+ getopts c:i:m:o:s opt
+ shift 1
+ '[' clean ']'
+ action=clean
+ '[' -d build-13 ']'
+ srcdir=/tmp/buildd/pgrouting
+ target=build-13
+ opt=
+ case $action in
+ '[' build-13 ']'
++ sed -e 's:%v:*:g'
++ echo build-13
+ pattern=build-13
+ echo rm -rf build-13/
rm -rf build-13/
+ rm -rf build-13/
+ '[' '' ']'
+ make clean
make: *** No rule to make target 'clean'. Stop.
2
Kind Regards,
Bas
--- End Message ---
--- Begin Message ---
Source: postgresql-common
Source-Version: 218
Done: Christoph Berg <[email protected]>
We believe that the bug you reported is fixed in the latest version of
postgresql-common, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Christoph Berg <[email protected]> (supplier of updated postgresql-common package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 02 Oct 2020 12:49:44 +0200
Source: postgresql-common
Architecture: source
Version: 218
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers <[email protected]>
Changed-By: Christoph Berg <[email protected]>
Closes: 971517
Changes:
postgresql-common (218) unstable; urgency=medium
.
* pg_buildext installcheck: Set DESTDIR during build-time tests.
* pg_buildext clean: Do not assume Makefile to be present. (Closes: #971517)
Checksums-Sha1:
0975890ec5f7cf62b37611823628cd24db4144e7 2419 postgresql-common_218.dsc
d09cc933575de336a5ca68334d67485ed102887f 216128 postgresql-common_218.tar.xz
Checksums-Sha256:
d7c861dce1ef8538396ee211605e0e3a402b23b4ac27cefa5ce1042491c59f9f 2419
postgresql-common_218.dsc
8a23a74ead4e876cfebdb37f9fed767ab2c8756a7238c7b70f4c7c504901817e 216128
postgresql-common_218.tar.xz
Files:
737a2cf48ddd0fecd91d0a7ac32a91b5 2419 database optional
postgresql-common_218.dsc
117be6aa0686c522be7136edc2895ea2 216128 database optional
postgresql-common_218.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAl93CegACgkQTFprqxLS
p66JXQ//R+SJDyp07c8WMhqOgF7OHvoZb8xBgVmhzJYS0gW3PV9LeUeFruFgLgU7
PZfLoNvQbnnBxuzk/XlnuL1yj2VjNHx1R5//SawUgeKOTYWrqU138u3P+iZrve63
xjL8s4dfa+/yAuhiP/sz/AH3bWESF/r5zC4okuIuxM5OoavXjrBOChixUlVyQlYC
2a2qREKwLXpGwQkDYRKGrzz37iJ4/BWAyITVJCkkP/krDp8QdTedzd0OhW/UBjqf
8whLkC+rnpqyd3bp3IzMAL/t8a/RQqhdP6s9v8ZpRW3vALd9ssvOZCdLg8WdVxTo
xidjBhpJmTSQ2fhL5CYi+SEUGtV1g5t25N1giH5cAIjCdocUFhDjBs78nJqrlNck
eZoctWBcp4DJeucqf0eDUYGeO8fuXHCxLGm2EgvTljTPj+ZAi0yQb0ZViLfz8+2e
JlXOj5Vzj5f7AuUVMM+ISh9olliHh3nA8derA8UFk85gP1WqrFurb5kh+SOVH5VS
o2sJGRea2QShjgTVMVAtT51umjOaNGj7Foq3jOyALFfde5aCz46BdVb7ajz3fEU3
c6hv0moRmZkR9QG828s20eVIhrClDagH8JnAKkMyFzImHw7ZNLG5lI0uWsIDS3Uu
kTnaFCEFMDCw+BPPbkdQw4wXbqGzgciB0Vs8XcimwoqYYYlYz+Q=
=7fla
-----END PGP SIGNATURE-----
--- End Message ---