Package: postgresql-common
Version: 134
Severity: important

When any postgresql server package is installed, there are warnings
printed to stderr:

Setting up postgresql-9.2 (9.2.2-1.pgdg+1) ...
Use of uninitialized value in socket at 
/usr/share/postgresql-common/PgCommon.pm line 679.
Use of uninitialized value in socket at 
/usr/share/postgresql-common/PgCommon.pm line 686.
Creating new cluster (configuration: /etc/postgresql/9.2/main, data: 
/var/lib/postgresql/9.2/main)...

This is caused by a missing dependency on netbase in
postgresql-client-common. PgCommon.pm uses getprotobyname() and that
needs /etc/protocols present.

Fixed in bzr r1257:

--- debian/control      2012-09-07 07:53:48 +0000
+++ debian/control      2013-01-04 15:11:13 +0000
@@ -40,7 +40,8 @@
 
 Package: postgresql-client-common
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends},
+ netbase
 Recommends: lsb-release, libreadline6
 Description: manager for multiple PostgreSQL client versions
  The postgresql-client-common package provides a structure under which

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to