Your message dated Wed, 08 Aug 2018 14:49:32 +0000 with message-id <[email protected]> and subject line Bug#886871: fixed in postgresql-common 192 has caused the Debian Bug report #886871, regarding postgresql-common: perl error in pg_createcluster 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.) -- 886871: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886871 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: postgresql-common Version: 189 While diagnosing an unrelated problem with pg_upgradecluster, got the "Configuring already existing cluster" message and chased down the code to this, starting at line 351: if ($existingver = $version) { print "Configuring already existing cluster (configuration: $confdir, data: $datadir, owner: $owneruid:$ownergid)\n"; } else { Perl, like C, allows assignments in expressions; also like C, this is often incorrect/unintended code, as it is in this case. (The preceding lines set $existingver and it is obviously intended that they be compared, not overwritten without ever examining the value; this isn't subtle, it's just that you probably don't see this message unless something *else* has already gone wrong, which is why it appears to have been present since 2008.) (Version 189 in sid is the newest version I could easily find to report against.)
--- End Message ---
--- Begin Message ---Source: postgresql-common Source-Version: 192 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: Wed, 08 Aug 2018 16:21:59 +0200 Source: postgresql-common Binary: postgresql-common postgresql-client-common postgresql-server-dev-all postgresql postgresql-client postgresql-doc postgresql-contrib postgresql-all Architecture: source Version: 192 Distribution: unstable Urgency: medium Maintainer: Debian PostgreSQL Maintainers <[email protected]> Changed-By: Christoph Berg <[email protected]> Description: postgresql - object-relational SQL database (supported version) postgresql-all - metapackage depending on all PostgreSQL server packages postgresql-client - front-end programs for PostgreSQL (supported version) postgresql-client-common - manager for multiple PostgreSQL client versions postgresql-common - PostgreSQL database-cluster manager postgresql-contrib - additional facilities for PostgreSQL (supported version) postgresql-doc - documentation for the PostgreSQL database management system postgresql-server-dev-all - extension build tool for multiple PostgreSQL versions Closes: 886871 891836 Changes: postgresql-common (192) unstable; urgency=medium . * [email protected]: Use AssertPathExists instead of ConditionPathExists so trying to operate on non-existing clusters fails loudly. (Closes: #891836) * [email protected]: Add "RequiresMountsFor /etc/postgresql/%I /var/lib/postgresql/%I" to depend on mounts. * pg_createcluster: Fix error on importing existing clusters, spotted by Mark Eichin, thanks! (Closes: #886871) * postinst_check_catversion: Ignore errors while determining PGDATA. * Move maintainer address to [email protected]. Checksums-Sha1: acb214d858db2a12ade6ad6ce1d76779a9ef5457 2309 postgresql-common_192.dsc c397db927bbf139dd60e94871a9c2e9a0d7a759d 208216 postgresql-common_192.tar.xz Checksums-Sha256: 2a758b42ae9854d7fd0a15ed8504921ed96f40dae16cde6c55b3de01ed5d12e6 2309 postgresql-common_192.dsc d2b14180b31fc3d723e5488c8c60fc482811a8dfe93542c560dc861487e6fca8 208216 postgresql-common_192.tar.xz Files: 5c4cc6b50e8cdfc6d1c7e8a0af36c01b 2309 database optional postgresql-common_192.dsc d710fe172839497fcd1585dc0a354a60 208216 database optional postgresql-common_192.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAltrAE8ACgkQTFprqxLS p66XAA/5AUR5TJkNApxK1e9ph5+rh2FfohPMgA8qYqD7GnAxtC+S44BqdMDuPBeW awttUASS8UaHTedJYjUyi4QsKyuUtLuB+yl0faZvn3ZBvTXw5DU9aj4w6ki/I8oj jKl8gJYdOzXaoYgJkk+GEoS/w0mldUzvNL6PwhTfh02Y+8vJyjHA/cYlKZ3MkDZd GxW7XNBSDZJoSs29vNnHO/MtHtTmvRJiI56ziAYrDPQ6z/1jgHOioIRuJ2v3t+jT ookpgZ4B9ijJQShmXmFFFYIDraQI8uc007SKPmdtIUtGMkOCz2A7lX7j50cu5lBU CGVfF1FayVnGGsdP3/qPXdYxDb4w/Ho69fmieToV1OzzOvNYhz6J8Zo0wsUVvBYg mLZPXIS8HHMx50eFXSEjCZefS6JSBMTldkTsgxBuLe56XEnJGXximzUH/cVe1JGJ cz2FWQ/bpqpS3pt3M3PtL+FCntKWgfAUFkCx2Kh9i/woy6VKW2OB5tt4GwGGuBXr mKq3MzvGaV0nJCZBoVKSyxAlXv9kXJ4dHGr9/tLOskDo13NzLFi1OWx8y01jpkMq CUEEAJ1NgEMwzdb8lEPqSwTPX7X0P9NdbtLhbAyhvWDrOIQZ5kw9pQgO2MnLn90e 6YID15MjmrORdXQfI/bR8W3dlFxFDRyldUyoJ1TY+QO37r8Lve4= =6sUT -----END PGP SIGNATURE-----
--- End Message ---

