Dependency bugs in postgresql-9.3 packages -- RC1 does not install

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Christoph Berg <cb(at)df7cb(dot)de>, PostgreSQL in Debian <pgsql-pkg-debian(at)postgresql(dot)org>
Subject: Dependency bugs in postgresql-9.3 packages -- RC1 does not install
Date: 2013-08-24 00:09:03
Message-ID: 5217F99F.6020001@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-debian


root(at)precise64:~# apt-get install postgresql-9.3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
postgresql-9.3 : Depends: postgresql-client-9.3 but it is not going to
be installed
E: Unable to correct problems, you have held broken packages.

hmmm ...

root(at)precise64:~# apt-get install postgresql-client-9.3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
postgresql-client-9.3 : Depends: libpq5 (>= 9.3~rc1) but it is not
going to be installed
E: Unable to correct problems, you have held broken packages.
root(at)precise64:~#

Ok, then:

root(at)precise64:~# apt-get install libpq5
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
libpq5
0 upgraded, 1 newly installed, 0 to remove and 140 not upgraded.
Need to get 536 kB of archives.
After this operation, 1,021 kB of additional disk space will be used.
Get:1 http://apt.postgresql.org/pub/repos/apt/ precise-pgdg/main libpq5
amd64 9.2.4-1.pgdg12.4+1 [536 kB]
Fetched 536 kB in 2s (249 kB/s)
Selecting previously unselected package libpq5.
(Reading database ... 51338 files and directories currently installed.)
Unpacking libpq5 (from .../libpq5_9.2.4-1.pgdg12.4+1_amd64.deb) ...
Setting up libpq5 (9.2.4-1.pgdg12.4+1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

but ....

root(at)precise64:~# apt-get install postgresql-client-9.3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
postgresql-client-9.3 : Depends: libpq5 (>= 9.3~rc1) but
9.2.4-1.pgdg12.4+1 is to be installed
E: Unable to correct problems, you have held broken packages.
root(at)precise64:~#

???

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

Responses

Browse pgsql-pkg-debian by date

  From Date Subject
Next Message Dimitri Fontaine 2013-08-25 11:16:11 Re: Dependency bugs in postgresql-9.3 packages -- RC1 does not install
Previous Message Colin 't Hart 2013-08-05 08:16:49 Re: pg_createcluster not obeying default for socket directory